自动化立体仓库 - WMS系统
#
zjj
2025-09-18 649ec1d0fecc24e88fe963ed025f1b9e8b14886c
#
1个文件已修改
2 ■■■ 已修改文件
src/main/resources/mapper/ICMOMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/ICMOMapper.xml
@@ -277,7 +277,7 @@
        <result column="statusId" property="statusId" jdbcType="VARCHAR" />
    </resultMap>
    <update id="updateMaxNum" >
    <update id="updateMaxNum"  parameterType="com.zy.asrs.entity.ICMO">
        update ICMaxNum set fmaxnum =#{FInterID,jdbcType=INTEGER}
        where  FTableName =#{tableName,jdbcType=VARCHAR}
    </update>