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