|
|
@ -44,6 +44,9 @@ |
|
|
</if> |
|
|
</if> |
|
|
<if test="status !=null and status != ''"> |
|
|
<if test="status !=null and status != ''"> |
|
|
AND a.Status = #{status} |
|
|
AND a.Status = #{status} |
|
|
|
|
|
</if> |
|
|
|
|
|
<if test="abnormalDesc !=null and abnormalDesc != ''"> |
|
|
|
|
|
AND b.abnormalDesc like #{abnormalDesc} |
|
|
</if> |
|
|
</if> |
|
|
<if test="partDesc !=null and partDesc != ''"> |
|
|
<if test="partDesc !=null and partDesc != ''"> |
|
|
AND dbo.Get_Part_SpecDesc(sos.site,sos.PartNo) like #{partDesc} |
|
|
AND dbo.Get_Part_SpecDesc(sos.site,sos.PartNo) like #{partDesc} |
|
|
|