#
yxFwq
2025-11-03 572a655759f4f8fcfce2c89db491dd837327527a
src/main/resources/mapper/WrkMastExecuteMapper.xml
@@ -101,6 +101,9 @@
        <if test="wrkSts != null">
            and wrk_sts = #{wrkSts}
        </if>
        <if test="jarRegin != null">
            and jar_regin = #{jarRegin}
        </if>
    </select>
    <select id="selectWrkMastExecuteByWrk" resultMap="BaseResultMap">
@@ -115,6 +118,12 @@
        and jar_id = #{jarId}
    </select>
    <select id="getWrkMastExecuteByjarReginCount" resultType="Integer">
        select count(1) from jar_wrk_mast_execute
        where 1=1
        and jar_regin = #{jarRegin}
    </select>
    <select id="selectNoStart" resultType="Integer">
        select count(1) from jar_wrk_mast_execute
        where 1=1