|
|
@ -234,6 +234,9 @@ |
|
|
<if test="query.partDescription != null and query.partDescription != ''"> |
|
|
<if test="query.partDescription != null and query.partDescription != ''"> |
|
|
and b.PartDescription like '%'+ #{query.partDescription}+'%' |
|
|
and b.PartDescription like '%'+ #{query.partDescription}+'%' |
|
|
</if> |
|
|
</if> |
|
|
|
|
|
<if test="query.spec != null and query.spec != ''"> |
|
|
|
|
|
and b.Spec like '%'+ #{query.spec}+'%' |
|
|
|
|
|
</if> |
|
|
<if test="query.statusList != null and query.statusList.size() > 0"> |
|
|
<if test="query.statusList != null and query.statusList.size() > 0"> |
|
|
and A.status in |
|
|
and A.status in |
|
|
<foreach collection="query.statusList" item="status" open="(" separator="," close=")"> |
|
|
<foreach collection="query.statusList" item="status" open="(" separator="," close=")"> |
|
|
|