wuxw
2025-03-10 de3590b244c8d2b9bec76f01d2f298f3fa670190
java110-db/src/main/resources/mapper/user/OrgV1ServiceDaoImplMapper.xml
@@ -43,6 +43,10 @@
        <if test="storeId !=null and storeId != ''">
            and t.store_id= #{storeId}
        </if>
        <if test="storeTypeCd !=null and storeId = '800900000003'">
            and t.store_id not in ('400000000000000001','400000000000000002')
        </if>
        <if test="orgId !=null and orgId != ''">
            and t.org_id= #{orgId}
        </if>
@@ -115,9 +119,13 @@
        <if test="statusCd !=null and statusCd != ''">
            and t.status_cd= #{statusCd}
        </if>
        <if test="storeId !=null and storeId != ''">
            and t.store_id= #{storeId}
        </if>
        <if test="storeTypeCd !=null and storeId = '800900000003'">
            and t.store_id not in ('400000000000000001','400000000000000002')
        </if>
        <if test="orgId !=null and orgId != ''">
            and t.org_id= #{orgId}
        </if>