liusheng
2026-01-26 4141aff4286fe78bff88f037b3935b2754e38ada
smartor/src/main/resources/mapper/smartor/ServiceSubtaskMapper.xml
@@ -421,8 +421,7 @@
    <select id="getCompensateServiceSubtaskList" parameterType="com.smartor.domain.ServiceSubtaskVO"
            resultMap="ServiceSubtaskResult">
        <include refid="selectServiceSubtaskVo"/>
        where 1=1
            and del_flag = 0
        where del_flag = 0
            <if test="orgid != null and orgid != ''">
                and orgid = #{orgid}
            </if>
@@ -435,8 +434,7 @@
    <select id="selectServiceSubtaskListByCreateTime" parameterType="com.smartor.domain.ServiceSubtaskVO"
            resultMap="ServiceSubtaskResult">
        <include refid="selectServiceSubtaskVo"/>
        where 1=1
            and del_flag = 0
        where del_flag = 0
            <if test="orgid != null and orgid != ''">
                and orgid = #{orgid}
            </if>