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(*)