YYC
2023-09-07 3c6efb35ff0ebcca6e7104c20cde64825fddd59d
igds-core/src/main/resources/mapper/CommonMapper.xml
@@ -119,7 +119,8 @@
    <!--更新库存 -->
    <update id="updateDepotStorage" parameterType="com.ld.igds.common.dto.DepotParam">
      update D_DEPOT set
      STORAGE_REAL_ = #{param.weight}
      STORAGE_REAL_ = #{param.weight},
      DEPOT_STATUS_ = #{param.depotStatus}
      where COMPANY_ID_ =
      #{param.companyId}
      and ID_ = #{param.depotId}