Browse Source

[租赁账单][修改][导入数据]

release_toaliyun_real
gongbiao 7 years ago
parent
commit
58fd1f5073
2 changed files with 4 additions and 2 deletions
  1. +2
    -1
      mallinkService/src/main/resources/mapper/WxBillPropertyMapper.xml
  2. +2
    -1
      mallinkService/src/main/resources/mapper/WxBillRentMapper.xml

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

@@ -215,7 +215,8 @@
</foreach> </foreach>
</update> </update>
<select id="selectBillOne" parameterType="com.iformall.domain.po.WxBillProperty">
<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_rent where merchant_id=#{merchantId}
AND rent_shop_type = #{rentShopType} AND is_preview = #{isPreview} 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} AND date_format(starttime,'%Y-%m-%d 00:00:00.0') = #{starttime} AND date_format(endtime,'%Y-%m-%d 00:00:00.0') = #{endtime}


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

@@ -215,7 +215,8 @@
</foreach> </foreach>
</update> </update>
<select id="selectBillOne" parameterType="com.iformall.domain.po.WxBillRent">
<select id="selectBillOne" parameterType="com.iformall.domain.po.WxBillRent"
resultType="com.iformall.domain.po.WxBillRent">
select * from wx_bill_rent where merchant_id=#{merchantId} select * from wx_bill_rent where merchant_id=#{merchantId}
AND rent_shop_type = #{rentShopType} AND is_preview = #{isPreview} 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} AND date_format(starttime,'%Y-%m-%d 00:00:00.0') = #{starttime} AND date_format(endtime,'%Y-%m-%d 00:00:00.0') = #{endtime}


Loading…
Cancel
Save