liusheng
2024-07-02 0b02577ab12ac83a0530b7e0495b513dd0cdabca
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}