liusheng
2024-03-20 ecb77325a6f22162bfdbf14b117a92fbce218851
代码提交
已修改1个文件
4 ■■■ 文件已修改
smartor/src/main/resources/mapper/smartor/ServiceThirdDataMapper.xml 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
smartor/src/main/resources/mapper/smartor/ServiceThirdDataMapper.xml
@@ -106,7 +106,9 @@
        update service_third_data
        <trim prefix="SET" suffixOverrides=",">
            is_deal=1,
            user_info_id=#{userInfoId}
            <if test="userInfoId != null">
                user_info_id=#{userInfoId}
            </if>
            <if test="remark != null  and remark != ''">remark = #{remark}</if>
        </trim>
        where id = #{id}