|
|
|
@ -177,6 +177,12 @@ |
|
|
|
<if test = "query.status != null and query.status != ''"> |
|
|
|
AND a.status = #{query.status} |
|
|
|
</if> |
|
|
|
<if test = "query.productGroupId4 != null and query.productGroupId4 != ''"> |
|
|
|
AND a.product_group_id4 = #{query.productGroupId4} |
|
|
|
</if> |
|
|
|
<if test = "query.partStatus != null and query.partStatus == 'active'"> |
|
|
|
AND a.part_status != 'D' |
|
|
|
</if> |
|
|
|
</where> |
|
|
|
</select> |
|
|
|
|
|
|
|
|