zyx
2024-01-31 ca8f5a8f133e7f5b00b9d35ff6d15720804569af
src/main/resources/mapper/CommandInfoMapper.xml
@@ -34,4 +34,10 @@
        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>