|
|
|
|
@ -59,8 +59,8 @@ |
|
|
|
|
<if test="dto.barcodeno != null and dto.barcodeno != ''"> |
|
|
|
|
AND a.barcodeno = #{dto.barcodeno} |
|
|
|
|
</if> |
|
|
|
|
<if test="dto.plandept != null and dto.plandept != ''"> |
|
|
|
|
AND a.plandept = #{dto.plandept} |
|
|
|
|
<if test="dto.plndept != null and dto.plndept != ''"> |
|
|
|
|
AND a.plndept = #{dto.plndept} |
|
|
|
|
</if> |
|
|
|
|
<if test="dto.remark != null and dto.remark != ''"> |
|
|
|
|
AND a.remark LIKE '%' || #{dto.remark} || '%' |
|
|
|
|
@ -132,8 +132,8 @@ |
|
|
|
|
<if test="dto.barcodeno != null and dto.barcodeno != ''"> |
|
|
|
|
AND a.barcodeno = #{dto.barcodeno} |
|
|
|
|
</if> |
|
|
|
|
<if test="dto.plandept != null and dto.plandept != ''"> |
|
|
|
|
AND a.plandept = #{dto.plandept} |
|
|
|
|
<if test="dto.plndept != null and dto.plndept != ''"> |
|
|
|
|
AND a.plndept = #{dto.plndept} |
|
|
|
|
</if> |
|
|
|
|
<if test="dto.remark != null and dto.remark != ''"> |
|
|
|
|
AND a.remark LIKE '%' || #{dto.remark} || '%' |
|
|
|
|
@ -164,7 +164,7 @@ |
|
|
|
|
d.subpkdate, |
|
|
|
|
d.warctlr, |
|
|
|
|
d.barcodeno, |
|
|
|
|
d.plandept, |
|
|
|
|
d.plndept, |
|
|
|
|
d.remark, |
|
|
|
|
d.prtclass |
|
|
|
|
FROM ( |
|
|
|
|
@ -225,8 +225,8 @@ |
|
|
|
|
<if test="dto.barcodeno != null and dto.barcodeno != ''"> |
|
|
|
|
AND a.barcodeno = #{dto.barcodeno} |
|
|
|
|
</if> |
|
|
|
|
<if test="dto.plandept != null and dto.plandept != ''"> |
|
|
|
|
AND a.plandept = #{dto.plandept} |
|
|
|
|
<if test="dto.plndept != null and dto.plndept != ''"> |
|
|
|
|
AND a.plndept = #{dto.plndept} |
|
|
|
|
</if> |
|
|
|
|
<if test="dto.remark != null and dto.remark != ''"> |
|
|
|
|
AND a.remark LIKE '%' || #{dto.remark} || '%' |
|
|
|
|
@ -316,8 +316,8 @@ |
|
|
|
|
<if test="dto.barcodeno != null and dto.barcodeno != ''"> |
|
|
|
|
AND a.barcodeno = #{dto.barcodeno} |
|
|
|
|
</if> |
|
|
|
|
<if test="dto.plandept != null and dto.plandept != ''"> |
|
|
|
|
AND a.plandept = #{dto.plandept} |
|
|
|
|
<if test="dto.plndept != null and dto.plndept != ''"> |
|
|
|
|
AND a.plndept = #{dto.plndept} |
|
|
|
|
</if> |
|
|
|
|
<if test="dto.remark != null and dto.remark != ''"> |
|
|
|
|
AND a.remark LIKE '%' || #{dto.remark} || '%' |
|
|
|
|
|