|
|
@ -105,6 +105,7 @@ |
|
|
|
<bind name="dataType" value="${dataType}"/> |
|
|
|
<bind name="dataType" value="${dataType}"/> |
|
|
|
<include refid="baseSelect"/> |
|
|
|
<include refid="baseSelect"/> |
|
|
|
<where> |
|
|
|
<where> |
|
|
|
|
|
|
|
cc.xhf_nsrsbh = '-1' |
|
|
|
<if test="wlflbm != null and wlflbm != ''"> |
|
|
|
<if test="wlflbm != null and wlflbm != ''"> |
|
|
|
AND cc.wlflbm LIKE CONCAT('%',#{wlflbm},'%') |
|
|
|
AND cc.wlflbm LIKE CONCAT('%',#{wlflbm},'%') |
|
|
|
</if> |
|
|
|
</if> |
|
|
@ -117,7 +118,6 @@ |
|
|
|
<if test="xmmc != null and xmmc != ''"> |
|
|
|
<if test="xmmc != null and xmmc != ''"> |
|
|
|
AND cc.merchandise_name LIKE CONCAT('%',#{xmmc},'%') |
|
|
|
AND cc.merchandise_name LIKE CONCAT('%',#{xmmc},'%') |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
AND cc.xhf_nsrsbh = '-1' |
|
|
|
|
|
|
|
</where> |
|
|
|
</where> |
|
|
|
|
|
|
|
|
|
|
|
ORDER BY cc.create_time DESC |
|
|
|
ORDER BY cc.create_time DESC |
|
|
|