Преглед изворни кода

[用户信息][修复]

release_toaliyun_real
Stormeye.Wu пре 7 година
родитељ
комит
91fd7c4b53
1 измењених фајлова са 4 додато и 4 уклоњено
  1. +4
    -4
      mallinkService/src/main/resources/mapper/WxCUserBasicInfoMapper.xml

+ 4
- 4
mallinkService/src/main/resources/mapper/WxCUserBasicInfoMapper.xml Прегледај датотеку

@@ -31,6 +31,10 @@
and `id` = #{id}
</if>

<if test=" null != tenantId ">
and c.`tenant_id` like concat('%', #{tenantId},'%')
</if>

<if test=" null != phone ">
and `phone` like concat('%', #{phone},'%')
</if>
@@ -75,10 +79,6 @@
and c.`update_date` = #{updateDate}
</if>

<if test=" null != tenantId ">
and c.`tenant_id` like concat('%', #{tenantId},'%')
</if>

<if test=" null != name ">
and c.`name` like concat('%', #{name},'%')
</if>


Loading…
Откажи
Сачувај