dubin
2025-05-27 56b6f93fbf3e1d5b27676a1d6ad34dc5c626249a
src/main/resources/mapper/CommandInfoMapper.xml
@@ -34,8 +34,10 @@
        where task_no = #{taskNo}
    </select>
    <insert id="saveToHistory">
        insert into wcs_command_info_log select * from wcs_command_info where task_no = #{taskNo}
    </insert>
    <select id="selectCompleteManualCommand" resultMap="BaseResultMap">
        select * from wcs_command_info
        where command_type = 2
        and command_status = 3
    </select>
</mapper>