hd/pipe/materialsManage/src/main/resources/mapping/SuMaterialWarehouseMapper.xml
@@ -66,7 +66,7 @@ #{materialName,jdbcType=VARCHAR}, </if> <if test="incomingQuantity != null"> #{incomingQuantity,jdbcType=INTEGER}, #{incomingQuantity,jdbcType=DOUBLE}, </if> <if test="status != null"> #{status,jdbcType=INTEGER}, @@ -111,7 +111,7 @@ material_name = #{materialName,jdbcType=VARCHAR}, </if> <if test="incomingQuantity != null"> incoming_quantity = #{incomingQuantity,jdbcType=INTEGER}, incoming_quantity = #{incomingQuantity,jdbcType=DOUBLE}, </if> <if test="status != null"> `status` = #{status,jdbcType=INTEGER},