pjb
2025-08-13 29e0a8a8f74a7155f7e6c0d854bb7566c655b0c8
src/main/resources/mapper/WrkMastMapper.xml
@@ -68,6 +68,10 @@
        <result column="work_no_other" property="workNoOther" />
    </resultMap>
    <select id="selectByIoTypeAndWrkSts"  resultMap="BaseResultMap">
        select top 1 * from asr_wrk_mast where io_type = #{ioType} and wrk_sts = #{wrkSts} order by io_time
    </select>
    <select id="selectInGzxCount" resultType="java.lang.Integer">
       select
        count(*)