#
luxiaotao1123
2022-10-27 991c47060a5a48298cd4c0b58df8693039fe961c
src/main/resources/mapper/WrkChargeMapper.xml
@@ -29,4 +29,14 @@
    </resultMap>
    <select id="selectWorking" resultMap="BaseResultMap">
        select top 1 *
        from asr_wrk_charge
        where 1=1
        <if test="steNo != null">
            and ste_no = #{steNo}
        </if>
        and wrk_sts &lt; 29
    </select>
</mapper>