陈昶聿
5 天以前 ec23ec3d3dc4ec1ba7d79ba4f46ae2c31d5a16a9
smartor/src/main/resources/mapper/smartor/ServiceSubtaskPreachformMapper.xml
@@ -42,8 +42,8 @@
    <select id="selectServiceSubtaskPreachformList" parameterType="com.smartor.domain.ServiceSubtaskPreachform"
            resultMap="ServiceSubtaskPreachformResult">
        <include refid="selectServiceSubtaskPreachformVo"/>
        <where>
            del_flag=0
            WHERE 1=1
            AND del_flag=0
            <if test="subid != null ">
                and subid = #{subid}
            </if>
@@ -65,7 +65,6 @@
            <if test="compensateTime != null ">
                and compensate_time = #{compensateTime}
            </if>
        </where>
    </select>
    <select id="selectServiceSubtaskPreachformById" parameterType="Long"
@@ -229,7 +228,8 @@
                #{compensateTime},
            </if>
        </trim>
        <where>
        WHERE 1=1
            <if test="subid != null">subid =
                #{subid},
            </if>
@@ -245,7 +245,7 @@
            <if test="orgid != null">orgid =
                #{orgid},
            </if>
        </where>
    </update>