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

master
A0010407 9 months ago
parent 6b77d4282a
commit 8ecd7a6233

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

Loading…
Cancel
Save