陈昶聿
9 天以前 7f7e41a31031f9fef49b705c00eaadedd58bfeb3
【丽水】updateSSPByCondition 语法错误
已修改1个文件
10 ■■■■ 文件已修改
smartor/src/main/resources/mapper/smartor/ServiceSubtaskPreachformMapper.xml 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
smartor/src/main/resources/mapper/smartor/ServiceSubtaskPreachformMapper.xml
@@ -230,19 +230,19 @@
        </trim>
        where 1=1
            <if test="subid != null">and subid =
                #{subid},
                #{subid}
            </if>
            <if test="taskid != null">and taskid =
                #{taskid},
                #{taskid}
            </if>
            <if test="preachform != null">and preachform =
                #{preachform},
                #{preachform}
            </if>
            <if test="remark != null">and remark =
                #{remark},
                #{remark}
            </if>
            <if test="orgid != null">and orgid =
                #{orgid},
                #{orgid}
            </if>
    </update>