This commit is contained in:
linfso 2024-07-01 18:03:18 +08:00
parent 17caaa6dbf
commit 419edad651

View File

@ -119,7 +119,7 @@
<if test="createSite != null and createSite != ''"> and create_site like concat('%', #{createSite}, '%')</if>
<if test="updateSite != null and updateSite != ''"> and update_site like concat('%', #{updateSite}, '%')</if>
<if test="useSiteCode != null and useSiteCode != ''">
<if test="useSiteCode != null and useSiteCode != '' and useSiteCode != '88888'">
<!-- 包含子网点 -->
AND use_site_code in (
SELECT t3.site_code FROM(