Просмотр исходного кода

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

release_toaliyun_real
gongbiao 7 лет назад
Родитель
Сommit
58fd1f5073
2 измененных файлов: 4 добавлений и 2 удалений
  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 Просмотреть файл

@@ -215,7 +215,8 @@
</foreach>
</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}
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}


+ 2
- 1
mallinkService/src/main/resources/mapper/WxBillRentMapper.xml Просмотреть файл

@@ -215,7 +215,8 @@
</foreach>
</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}
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}


Загрузка…
Отмена
Сохранить