#
lsh
2024-06-27 bb8e4e0583cc57206a11f0374598424acf96946e
src/main/resources/mapper/WrkMastExecuteMapper.xml
@@ -101,4 +101,18 @@
        and jar_id = #{jarId}
    </select>
    <select id="selectNoStart" resultType="Integer">
        select count(1) from jar_wrk_mast_execute
        where 1=1
        and jar_regin = #{jarRegin}
        and wrk_type != 0
    </select>
    <select id="selectStart" resultMap="BaseResultMap">
        select top 1 * from jar_wrk_mast_execute
        where 1=1
        and jar_regin = #{jarRegin}
        and wrk_type = 0
    </select>
</mapper>