Commit 9ffae4a8 by wuwenlong

Merge remote-tracking branch 'origin/dev' into dev

parents aa13d816 4b0a886a
......@@ -311,7 +311,7 @@
a.ORG_ENAME as "orgEname",
a.ORG_CNAME as "orgCname"
from ${platSchema}.txsog01 a
<isNotEmpty prepend="AND" property="userId">
<isNotEmpty property="userId">
left join ${platSchema}.txsog02 b on a.ORG_ID = b.ORG_ID
</isNotEmpty>
where 1=1
......
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