|
|
|
@ -1133,11 +1133,11 @@
|
|
|
|
|
</trim>
|
|
|
|
|
where ID = #{ID}
|
|
|
|
|
</update>
|
|
|
|
|
<update id="updateWmsOdsProcureReturnOrderByID" parameterType="OdsProcureOutOrder">
|
|
|
|
|
<update id="updateWmsOdsProcureReturnOrderByID" parameterType="OdsProcureOrder">
|
|
|
|
|
update wms_ods_procure_return_order
|
|
|
|
|
<trim prefix="SET" suffixOverrides=",">
|
|
|
|
|
<if test="siteCode != null">Site_code = #{siteCode},</if>
|
|
|
|
|
<if test="produceCode != null">Produce_Code = #{produceCode},</if>
|
|
|
|
|
<if test="procureCode != null">Produce_Code = #{procureCode},</if>
|
|
|
|
|
<if test="materialCode != null">Material_Code = #{materialCode},</if>
|
|
|
|
|
<if test="materialDesc != null">Material_Desc = #{materialDesc},</if>
|
|
|
|
|
<if test="planDate != null">Plan_Date = #{planDate},</if>
|
|
|
|
|