|
|
@ -138,4 +138,16 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
update quality_manufacturing_material_process set del_flag = '0' where manufacturing_material_process_id = #{manufacturingMaterialProcessId} |
|
|
|
</update> |
|
|
|
|
|
|
|
<select id="selectCheckoutMaterialProcessByCodes" parameterType="map" resultMap="QualityManufacturingMaterialProcessResult"> |
|
|
|
<include refid="selectQualityManufacturingMaterialProcessVo"/> |
|
|
|
<where> |
|
|
|
<if test="manufacturingCheckoutCode != null"> |
|
|
|
manufacturing_checkout_code = #{manufacturingCheckoutCode} |
|
|
|
</if> |
|
|
|
<if test="materialNo != null"> |
|
|
|
and material_no = #{materialNo} |
|
|
|
</if> |
|
|
|
</where> |
|
|
|
</select> |
|
|
|
|
|
|
|
</mapper> |