md
This commit is contained in:
parent
17caaa6dbf
commit
419edad651
@ -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(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user