|
|
|
@@ -52,10 +52,14 @@ |
|
|
|
and `create_date` <= #{createDateEnd} |
|
|
|
</if> |
|
|
|
|
|
|
|
<if test=" null != merchantName "> |
|
|
|
and `merchant_name` like concat('%', #{merchantName},'%') |
|
|
|
</if> |
|
|
|
|
|
|
|
<if test=" null != status "> |
|
|
|
and `status` = #{status} |
|
|
|
</if> |
|
|
|
|
|
|
|
|
|
|
|
<if test=" null != statusList "> |
|
|
|
and status in |
|
|
|
<foreach collection="statusList" index="index" item="statusItem" open="(" separator="," close=")"> |
|
|
|
|