LSH
2023-07-25 dd1ba2831c2e48596e6374154d41215e067336fc
#码垛位自动补充空板:驱动拆盘机输出托盘实装
1个文件已修改
4 ■■■■ 已修改文件
src/main/resources/mapper/WrkMastMapper.xml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/WrkMastMapper.xml
@@ -285,11 +285,11 @@
    <!-- ==============================================RGV任务绑定相关 ============================================== -->
    <!-- ==============================================自动补空板相关 ============================================== -->
    <select id="selectConfigCount10468N" resultMap="BaseResultMap">
    <select id="selectDischargingMachineOutputTray" resultMap="BaseResultMap">
        select * from dbo.asr_wrk_mast where 1=1 and io_type = 201
    </select>
    <select id="selectExistInEmpty" resultType="java.lang.Integer">
    <select id="selectConfigCount10468N" resultType="java.lang.Integer">
        SELECT COUNT(1) FROM dbo.sys_config Where 1=1 and id=10468 and value = 'N'
    </select>