forked from angelo/java-retail-app
Compare commits
No commits in common. "59216b24d52cb8abab3e2dff8d84f86e5caf8d8a" and "b9472479cc4138e2576757cc1ccf9965b7bf9d83" have entirely different histories.
59216b24d5
...
b9472479cc
|
|
@ -220,6 +220,7 @@
|
||||||
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