md
This commit is contained in:
parent
326d7adcd5
commit
a252c469bd
@ -299,7 +299,7 @@
|
||||
<if test="parentSiteCode != null and parentSiteCode != ''">
|
||||
<choose>
|
||||
<!-- 子网点 -->
|
||||
<when test="params.blIncludeChildSite != null and params.blIncludeChildSite == '1'">
|
||||
<when test="params.blIncludeChildSite != null and params.blIncludeChildSite == 1">
|
||||
AND site_code in (
|
||||
SELECT t1.site_code FROM (
|
||||
SELECT * FROM emis_site WHERE parent_site_code IS NOT NULL ) t1,( SELECT @pid :=
|
||||
|
||||
Loading…
Reference in New Issue
Block a user