自动化立体仓库 - WMS系统
*
L
2025-07-16 2bf1294d8950f81f6dc09cdd1bd53932d4044ab4
src/main/resources/mapper/BasDevpMapper.xml
@@ -42,6 +42,8 @@
        <result column="gross_wt" property="grossWt" />
        <result column="cart_pos" property="cartPos" />
        <result column="report_sign" property="reportSign" />
        <result column="empty_mk" property="emptyMk" />
        <result column="loading_super" property="loadingSuper" />
    </resultMap>
@@ -67,4 +69,11 @@
        group by abd.dev_no
    </select>
    <update id="updateReportSignFalse">
        update asr_bas_devp
        set report_sign = 0
        where 1=1
        and dev_no = #{devpNo}
    </update>
</mapper>