#
whycq
2024-01-31 b3b9b700ca5121dd0f9472df2e1527ed5f47e887
src/main/resources/mapper/TaskWrkMapper.xml
@@ -48,7 +48,7 @@
    <select id="selectPakIn" resultMap="BaseResultMap">
        select top 1 * from dbo.wcs_task_wrk
        where wrk_sts=2
        where status=1
        and crn_no=#{crnNo}
        and wrk_no=#{workNo}
        and start_point=#{startPoint}