diff --git a/mallinkService/src/main/resources/mapper/WxBillDailyMapper.xml b/mallinkService/src/main/resources/mapper/WxBillDailyMapper.xml index 5468a96d4..91b943e01 100644 --- a/mallinkService/src/main/resources/mapper/WxBillDailyMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxBillDailyMapper.xml @@ -85,6 +85,8 @@ and br.`type` = #{type} and br.`rent_shop_type` = #{rentShopType} and br.`pay_way` = #{payWay} + and br.`receive_date` between #{starttime} and #{endtime} + diff --git a/mallinkService/src/main/resources/mapper/WxBillOtherDepositMapper.xml b/mallinkService/src/main/resources/mapper/WxBillOtherDepositMapper.xml index b0d7b1204..51c4925b6 100644 --- a/mallinkService/src/main/resources/mapper/WxBillOtherDepositMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxBillOtherDepositMapper.xml @@ -51,6 +51,8 @@ and `is_del` = #{isDel} and `merchant_id` = #{merchantId} and `user_id` = #{userId} + and br.`receive_date` between #{starttime} and #{endtime} + and `shop_id` = #{shopId} and `updatetime` = #{updatetime} and `name` = #{name} @@ -90,6 +92,8 @@ and br.`rent_shop_type` = #{rentShopType} and br.`pay_way` = #{payWay} and br.`comments` like concat('%',#{comments},'%') + and br.`receive_date` between #{starttime} and #{endtime} + order by ${sortColumns} diff --git a/mallinkService/src/main/resources/mapper/WxBillOtherMapper.xml b/mallinkService/src/main/resources/mapper/WxBillOtherMapper.xml index cf08fb692..ec80a134a 100644 --- a/mallinkService/src/main/resources/mapper/WxBillOtherMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxBillOtherMapper.xml @@ -87,6 +87,8 @@ and br.`name` like concat('%',#{name},'%') and br.`rent_shop_type` = #{rentShopType} and br.`pay_way` = #{payWay} + and br.`receive_date` between #{starttime} and #{endtime} +