#
tqs
2022-11-11 c74dc9e3a36f1f91d5dc1e867cd2b9faceac2d02
src/main/resources/mapper/WrkMastMapper.xml
@@ -177,4 +177,7 @@
        </if>
    </select>
    <select id="selectLocMoveData" resultMap="BaseResultMap">
        select top 1 * from dbo.asr_wrk_mast where crn_no=#{crnNo} and io_type=11 order by io_pri desc,io_time,wrk_no asc
    </select>
</mapper>