Junjie
2025-05-20 7e1e714c49a20468fcc7c7c37d4f65142abb2528
src/main/resources/mapper/WrkMastStaMapper.xml
@@ -26,6 +26,8 @@
        <result column="batch2" property="batch2"/>
        <result column="anfme" property="anfme"/>
        <result column="anfme2" property="anfme2"/>
        <result column="memo" property="memo"/>
        <result column="memo2" property="memo2"/>
    </resultMap>
    <select id="selectByRgvNoandWrkNo" resultMap="BaseResultMap">
@@ -36,5 +38,17 @@
        select * from asr_wrk_mast_sta
        where wrk_crn = #{rgvNo} and wrk_no2 = #{taskNo2} and wrk_sts = 1
    </select>
    <select id="selectBywrkNoHistoricalTasks" resultMap="BaseResultMap">
        select * from asr_wrk_mast_sta
        where wrk_crn = #{rgvNo} and wrk_no = #{taskNo1}
    </select>
    <select id="selectBywrkNoHistoricalTasks2" resultMap="BaseResultMap">
        select * from asr_wrk_mast_sta
        where wrk_crn = #{rgvNo} and  wrk_no2 = #{taskNo2}
    </select>
    <select id="selectRGVTask1" resultMap="BaseResultMap">
        select * from asr_wrk_mast_sta
        where wrk_crn = #{id} and wrk_sts = 1
    </select>
</mapper>