|
|
|
@ -41,7 +41,10 @@ |
|
|
|
<if test="query.priorityLevel != null and query.priorityLevel != ''"> |
|
|
|
AND priority_level = #{query.priorityLevel} |
|
|
|
</if> |
|
|
|
<if test="query.status != null and query.status != ''"> |
|
|
|
<if test="query.status =='EE'"> |
|
|
|
AND status in ('B','D') |
|
|
|
</if> |
|
|
|
<if test="query.status != null and query.status != '' and query.status !='EE'"> |
|
|
|
AND status = #{query.status} |
|
|
|
</if> |
|
|
|
<if test="query.bomStatusDb != null and query.bomStatusDb != ''"> |
|
|
|
|