da-xian vor 1 Monat
Ursprung
Commit
4f3082b79b

+ 1 - 1
src/main/resources/application.yml

@@ -19,7 +19,7 @@ spring:
       filters: stat
       driver-class-name: com.mysql.cj.jdbc.Driver
       #基本属性
-      url: jdbc:mysql://office.bowintek.com:3306/ghscpartybuild_0912?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai&allowMultiQueries=true&zeroDateTimeBehavior=convertToNull&allowPublicKeyRetrieval=true
+      url: jdbc:mysql://192.168.0.68:3306/ghscpartybuild?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai&allowMultiQueries=true&zeroDateTimeBehavior=convertToNull&allowPublicKeyRetrieval=true
       username: root
       password: bowin@123
       #配置初始化大小/最小/最大

+ 1 - 1
src/main/resources/mapping/DjWorkresourcelibraryCQuery.xml

@@ -21,7 +21,7 @@
             and f.FILETYPENAME like '%'||#{typename}||'%'
         </if>
         <if test="pFileId == null or pFileId ==''">
-            and f.PARENTTYPEID is null
+            and f.PARENTTYPEID = ''
         </if>
         <if test="typeIds!=null and typeIds.size()!=0">
             and f.FILETYPEID in