LSH
2023-09-08 7f1b7dcd78cf25a06fdcad8fb70330668b45d1b0
src/main/resources/mapper/WrkMastMapper.xml
@@ -285,18 +285,18 @@
    <!-- ==============================================RGV任务绑定相关 ============================================== -->
    <!-- ==============================================自动补空板相关 ============================================== -->
    <select id="selectDischargingMachineOutputTray" resultMap="BaseResultMap">
        select * from dbo.asr_wrk_mast where 1=1 and io_type = 201
    </select>
<!--    <select id="selectDischargingMachineOutputTray" resultMap="BaseResultMap">-->
<!--        select * from dbo.asr_wrk_mast where 1=1 and io_type = 201-->
<!--    </select>-->
    <select id="selectStackingCompletionDriveTray" resultMap="BaseResultMap">
        select * from dbo.asr_wrk_mast where 1=1 and io_type = 201 and wrk_sts = 43
    </select>
<!--    <select id="selectStackingCompletionDriveTray" resultMap="BaseResultMap">-->
<!--        select * from dbo.asr_wrk_mast where 1=1 and io_type = 201 and wrk_sts = 43-->
<!--    </select>-->
    <select id="selectConfigCount10468N" resultType="java.lang.Integer">
        SELECT COUNT(1) FROM dbo.sys_config Where 1=1 and id=10468 and value = 'N'
    </select>
<!--    <select id="selectConfigCount10468N" resultType="java.lang.Integer">-->
<!--        SELECT COUNT(1) FROM dbo.sys_config Where 1=1 and id=10468 and value = 'N'-->
<!--    </select>-->
    <!-- ==============================================自动补空板相关 ============================================== -->