|
|
|
@@ -62,8 +62,8 @@ |
|
|
|
<if test=" null != isDel ">and `is_del` = #{isDel}</if> |
|
|
|
<if test=" null != merchantId ">and `merchant_id` = #{merchantId}</if> |
|
|
|
<if test=" null != userId ">and `user_id` = #{userId}</if> |
|
|
|
<if test=" null != starttime and null!=endtime ">and br.`receive_date` between #{starttime} and #{endtime}</if> |
|
|
|
|
|
|
|
<if test=" null != starttime">and `starttime` <= #{starttime}</if> |
|
|
|
<if test=" null != endtime">and `endtime` >= #{endtime}</if> |
|
|
|
<if test=" null != shopId ">and `shop_id` = #{shopId}</if> |
|
|
|
<if test=" null != updatetime ">and `updatetime` = #{updatetime}</if> |
|
|
|
<if test=" null != name ">and `name` = #{name}</if> |
|
|
|
|