|
|
@@ -1405,6 +1405,7 @@
|
|
|
left join rms_material_map t
|
|
|
on t.prod_code_l = b.material_code
|
|
|
<where>
|
|
|
+ b.deleted = 0
|
|
|
<if test="prodCode != null and prodCode != ''">
|
|
|
and REGEXP_LIKE(t.prod_code, #{prodCode})
|
|
|
</if>
|
|
|
@@ -1439,6 +1440,7 @@
|
|
|
END * b.material_theoretical_weight / 1000 as "weight"
|
|
|
from rms_material b
|
|
|
<where>
|
|
|
+ b.deleted = 0
|
|
|
<if test="prodCode != null and prodCode != ''">
|
|
|
and REGEXP_LIKE(b.material_code, #{prodCode})
|
|
|
</if>
|