liusheng
2024-04-19 111c93ba533e13d9b47660c1e68ab1f9a23cfb68
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}