smartor/src/main/resources/mapper/smartor/ServiceThirdDataMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | 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}