|
|
@ -653,6 +653,9 @@ |
|
|
|
<if test="par.mallName != null and par.mallName != '' "> |
|
|
|
<if test="par.mallName != null and par.mallName != '' "> |
|
|
|
and ldsa.mall_name like concat('%',#{par.mallName},'%') |
|
|
|
and ldsa.mall_name like concat('%',#{par.mallName},'%') |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
|
|
|
|
<if test="par.mallId != null and par.mallId != '' "> |
|
|
|
|
|
|
|
and ldsa.mall_id = #{par.mallId} |
|
|
|
|
|
|
|
</if> |
|
|
|
<if test="par.storeName != null and par.storeName != '' "> |
|
|
|
<if test="par.storeName != null and par.storeName != '' "> |
|
|
|
and ldsa.store_name like concat('%',#{par.storeName},'%') |
|
|
|
and ldsa.store_name like concat('%',#{par.storeName},'%') |
|
|
|
</if> |
|
|
|
</if> |
|
|
|