Browse Source

[物业账单][修改][导入数据]

release_toaliyun_real
gongbiao 7 years ago
parent
commit
60533589a4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxBillPropertyMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxBillPropertyMapper.xml View File

@@ -217,7 +217,7 @@
<select id="selectBillOne" parameterType="com.iformall.domain.po.WxBillProperty"
resultType="com.iformall.domain.po.WxBillProperty">
select * from wx_bill_rent where merchant_id=#{merchantId}
select * from wx_bill_property where merchant_id=#{merchantId}
AND rent_shop_type = #{rentShopType} AND is_preview = #{isPreview}
AND date_format(starttime,'%Y-%m-%d 00:00:00.0') = #{starttime} AND date_format(endtime,'%Y-%m-%d 00:00:00.0') = #{endtime}
</select>


Loading…
Cancel
Save