|
|
@ -110,10 +110,10 @@ |
|
|
|
AND cc.wlflmc LIKE CONCAT('%',#{wlflmc},'%') |
|
|
|
AND cc.wlflmc LIKE CONCAT('%',#{wlflmc},'%') |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
<if test="zxbm != null and zxbm != ''"> |
|
|
|
<if test="zxbm != null and zxbm != ''"> |
|
|
|
AND cc.zxbm LIKE CONCAT('%',#{zxbm},'%') |
|
|
|
AND cc.encoding LIKE CONCAT('%',#{zxbm},'%') |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
<if test="xmmc != null and xmmc != ''"> |
|
|
|
<if test="xmmc != null and xmmc != ''"> |
|
|
|
AND cc.xmmc LIKE CONCAT('%',#{xmmc},'%') |
|
|
|
AND cc.merchandise_name LIKE CONCAT('%',#{xmmc},'%') |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
AND cc.xhf_nsrsbh = '-1' |
|
|
|
AND cc.xhf_nsrsbh = '-1' |
|
|
|
</where> |
|
|
|
</where> |
|
|
|