入库调整备注;
This commit is contained in:
@@ -609,4 +609,14 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
WHERE warehouse_id = #{warehouseId} AND del_flag = 1 AND organization_id = #{organizationId} AND top_organization_id = #{topOrganizationId}
|
||||
</select>
|
||||
|
||||
|
||||
<update id="updateExecution" parameterType="java.lang.String">
|
||||
update NGWL_TEST_OMS.EXECUTION_STOCK_IN_ORDER
|
||||
<set>
|
||||
<if test="remark != null and remark != ''">NOTICE_REMARK = #{remark},</if>
|
||||
update_time = sysdate()
|
||||
</set>
|
||||
where in_order_number = #{inOrderNumber} and del_flag = 1
|
||||
</update>
|
||||
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user