#
1
3 天以前 7c264be282c33feedbd4478f7e674ebac8fd55db
src/main/resources/mapper/WrkMastStaMapper.xml
@@ -40,10 +40,10 @@
    </select>
    <select id="selectByWrkNoPut" resultMap="BaseResultMap">
        select top 1 * from asr_wrk_mast_sta
        where 1=1
          and wrk_no = #{workNo}
          and wrk_sts = 1
        select top 1 *
        from asr_wrk_mast_sta WITH (ROWLOCK, READPAST)
        where wrk_no = #{workNo}
        and wrk_sts = 1
    </select>
<!--    <select id="selectNoInterfere" resultMap="BaseResultMap">-->