This commit is contained in:
linfso 2024-04-29 11:15:52 +08:00
parent 326d7adcd5
commit a252c469bd

View File

@ -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 :=