#
whycq
2024-02-02 3f68c7a7f117eda92eed81c8951317429e6a9a0c
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>