自动化立体仓库 - WMS系统
#
zjj
2025-09-18 cf2e9354dcd750eb6815eacf07a055bf8f0d3091
#
2个文件已修改
4 ■■■■ 已修改文件
src/main/resources/mapper/ICMOMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/POInStockMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/ICMOMapper.xml
@@ -278,7 +278,7 @@
        <result column="statusId" property="statusId" jdbcType="VARCHAR" />
    </resultMap>
    <update id="updateMaxNum" >
        update ICMaxNum set fmaxnum =#{finterid,jdbcType=INTEGER}
        update ICMaxNum set fmaxnum =#{FInterID,jdbcType=INTEGER}
        where  FTableName =#{tableName,jdbcType=VARCHAR}
    </update>
src/main/resources/mapper/POInStockMapper.xml
@@ -121,7 +121,7 @@
    </delete>
    <update id="updateZjMain" parameterType="com.zy.asrs.entity.POInStock">
        update xtyasrs_dual.dbo.InStockbill set   fsupplyid =#{fsupplyid, jdbcType=INTEGER}
        where  finterid= #{finterid,jdbcType=INTEGER}
        where  finterid= #{FInterID,jdbcType=INTEGER}
    </update>
    <update id="updateZjQty" parameterType="com.zy.asrs.entity.POInStockEntry">
        update xtyasrs_dual.dbo.InStockbillEntry set fqtypass =#{fqty, jdbcType=DECIMAL}, fqty =#{fqty, jdbcType=DECIMAL}, fauxqty =#{fqty, jdbcType=DECIMAL}, fauxqtypass =#{fqty, jdbcType=DECIMAL}