pang.jiabao
2025-05-13 0069b25d77cf2dd36b030fa4c86d4f3738f552e8
src/main/resources/mapper/CommandInfoMapper.xml
@@ -29,4 +29,15 @@
        where wrk_no = #{wrkNo}
    </select>
    <select id="selectByTaskNo" resultMap="BaseResultMap">
        select * from wcs_command_info
        where task_no = #{taskNo}
    </select>
    <select id="selectCompleteManualCommand" resultMap="BaseResultMap">
        select * from wcs_command_info
        where command_type = 2
        and command_status = 3
    </select>
</mapper>