Quellcode durchsuchen

工程現場 接口修改

zhanghao vor 1 Monat
Ursprung
Commit
b5139058e5
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      src/main/resources/mapper/zcustom/unit/LargeProjectMapper.xml

+ 1 - 0
src/main/resources/mapper/zcustom/unit/LargeProjectMapper.xml

@@ -93,6 +93,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         WHERE
             a.del_flag = '0'
           AND b.del_flag = '0'
+        AND subdivision <= 10
         <if test="appOrg != '10001'">AND ( b.app_parent_org = #{appOrg} OR b.app_org = #{appOrg} )</if>
     </select>