Browse Source

2025-05-06

master
qiezi 8 months ago
parent
commit
e377b50e4a
  1. 13
      src/main/resources/mapper/sampleManagement/TechnicalSpecificationMapper.xml

13
src/main/resources/mapper/sampleManagement/TechnicalSpecificationMapper.xml

@ -737,8 +737,17 @@ update_by)
</insert>
<update id="updateBMPrepressDetail">
update plm_bm_prepress set plateNo=#{plateNo},cutterNumber=#{cutterNumber},cutterLayout=#{cutterLayout},[action]=#{action},
remark=#{remark},feedback=#{feedback},update_by=#{updateBy},update_date=GetDate() where site=#{site} and code_no=#{codeNo}
update plm_bm_prepress
set plateNo=#{plateNo},
cutterNumber=#{cutterNumber},
cutterLayout=#{cutterLayout},
[action]=#{action},
remark=#{remark},
feedback=#{feedback},
update_by=#{updateBy},
update_date=GetDate()
where site = #{site}
and code_no = #{codeNo}
</update>
<select id="searchBMPrepressColor" resultType="PlmBmPrepressColorData">

Loading…
Cancel
Save