Commit 301477cd authored by neo's avatar neo

[dev] replace User with delemeter

parent 4a104195
......@@ -8,7 +8,7 @@
SELECT
<include refid="Base_Column_List"/>
FROM
USER
"USER"
WHERE
USER_NAME = #{userName,jdbcType=VARCHAR}
</select>
......@@ -19,7 +19,7 @@
SELECT
<include refid="Base_Column_List"/>
FROM
USER
"USER"
WHERE
LOWER (
USER_NAME
......@@ -35,7 +35,7 @@
SELECT
<include refid="Base_Column_List"/>
FROM
USER
"USER"
WHERE
LOWER (
USER_NAME
......@@ -52,7 +52,7 @@
SELECT
<include refid="Base_Column_List"/>
FROM
USER
"USER"
WHERE
LOWER (
EMAIL
......@@ -69,7 +69,7 @@
SELECT
<include refid="Base_Column_List"/>
FROM
USER
"USER"
WHERE
LOWER (
EMAIL
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment