解决bug:商品模块中,单价金额无法单个清空的问题
This commit is contained in:
@@ -65,4 +65,14 @@
|
||||
</foreach>
|
||||
)
|
||||
</update>
|
||||
|
||||
<update id="specialUpdatePrice" parameterType="com.jsh.erp.datasource.entities.MaterialExtend">
|
||||
update jsh_material_extend
|
||||
set purchase_decimal = #{purchaseDecimal,jdbcType=DECIMAL},
|
||||
commodity_decimal = #{commodityDecimal,jdbcType=DECIMAL},
|
||||
wholesale_decimal = #{wholesaleDecimal,jdbcType=DECIMAL},
|
||||
low_decimal = #{lowDecimal,jdbcType=DECIMAL}
|
||||
where id = #{id,jdbcType=BIGINT}
|
||||
and ifnull(delete_flag,'0') !='1'
|
||||
</update>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user