2024-5-13 基础信息-产品-报工汇率修改(可以是0,可以是空)

master
A0010407 10 months ago
parent 6b77d4282a
commit 8ecd7a6233

@ -326,7 +326,7 @@
<if test="appendFlag != null">append_flag = #{appendFlag},</if> <if test="appendFlag != null">append_flag = #{appendFlag},</if>
<if test="appendPercent != null">append_percent = #{appendPercent},</if> <if test="appendPercent != null">append_percent = #{appendPercent},</if>
<if test="mtart != null and mtart != ''">mtart = #{mtart},</if> <if test="mtart != null and mtart != ''">mtart = #{mtart},</if>
<if test="reportRate != null and reportRate != ''">report_rate = #{reportRate},</if> report_rate = #{reportRate},
</trim> </trim>
where product_id = #{productId} where product_id = #{productId}
</update> </update>

Loading…
Cancel
Save