## Opt - 无需验证当前用户ID
This commit is contained in:
parent
1df74dedba
commit
c902b720c2
|
@ -220,7 +220,6 @@
|
||||||
FROM cu_member_retail_region
|
FROM cu_member_retail_region
|
||||||
WHERE
|
WHERE
|
||||||
del_flag = 0
|
del_flag = 0
|
||||||
AND PK_MEMBER != #{userId}
|
|
||||||
GROUP BY
|
GROUP BY
|
||||||
<if test="queryType != null and queryType == 'city'">
|
<if test="queryType != null and queryType == 'city'">
|
||||||
city
|
city
|
||||||
|
|
Loading…
Reference in New Issue