forked from angelo/java-retail-app
Compare commits
2 Commits
b9472479cc
...
59216b24d5
| Author | SHA1 | Date |
|---|---|---|
|
|
59216b24d5 | |
|
|
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