1
7 天以前 aeaf3e43e425ef0de84c1819f318f20e90471f90
src/main/resources/mapper/WrkMastStaMapper.xml
@@ -19,6 +19,7 @@
        <result column="bign_time" property="bignTime" />
        <result column="work_sta" property="workSta"/>
        <result column="rgv_no" property="rgvNo"/>
        <result column="mk" property="mk"/>
    </resultMap>
@@ -150,6 +151,11 @@
            and wrk_sts = #{wrkSts}
        </if>
    </select>
    <select id="selectLockWrk" resultMap="BaseResultMap">
        select * from asr_wrk_mast_sta
        where mk = 1
        and rgv_no = #{rgvNo}
    </select>