|
|
|
@ -1612,6 +1612,14 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
|
<update id="updatePreReportAttr1">
|
|
|
|
|
update mes_report_work set attr1 = #{attr1} where report_code = #{reportCode}
|
|
|
|
|
</update>
|
|
|
|
|
<update id="updateReportWorkW3">
|
|
|
|
|
update pro_order_workorder
|
|
|
|
|
set status = 'w3',
|
|
|
|
|
update_by = #{updateBy},
|
|
|
|
|
update_time = #{updateTime}
|
|
|
|
|
where belong_work_order = #{workorderCode}
|
|
|
|
|
and del_flag = '0'
|
|
|
|
|
</update>
|
|
|
|
|
|
|
|
|
|
<delete id="deleteMesReportWorkById" parameterType="String">
|
|
|
|
|
update mes_report_work set del_flag = '1' where id = #{id}
|
|
|
|
|