commit
This commit is contained in:
@@ -72,9 +72,12 @@
|
||||
WO_SUBSTRATE_ID = #{woSubstrateId,jdbcType=VARCHAR}
|
||||
limit 1
|
||||
</select>
|
||||
<update id="updatePackagingBoxIdByWoSubstrateId">
|
||||
|
||||
|
||||
<update id="updatePackagingBoxIdAndSlotByWoSubstrateId">
|
||||
update t_wo_packaging_box_substrate
|
||||
set PACKAGING_BOX_ID = #{packagingBoxId,jdbcType=VARCHAR}
|
||||
set PACKAGING_BOX_ID = #{packagingBoxId,jdbcType=VARCHAR},
|
||||
SLOT = #{slot,jdbcType=NUMERIC}
|
||||
where WO_SUBSTRATE_ID = #{woSubstrateId,jdbcType=VARCHAR}
|
||||
</update>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user