leon 5 jaren geleden
bovenliggende
commit
5476c09452

+ 1 - 1
src/main/java/com/mokamrp/privates/service/pangu/impl/FosterwxMobileServiceImpl.java

@@ -127,7 +127,7 @@ public class FosterwxMobileServiceImpl extends ServiceImpl<FosterwxMobileMapper,
                 fosterwxMobileWxfriend.setWxName(wxFriendName);
                 if (wxFriendUserName != null && !wxFriendUserName.isEmpty()){
                     fosterwxMobileWxfriend.setWxUsername(wxFriendUserName);
-                };
+                }
                 addFriend.add(fosterwxMobileWxfriend);
             }
             if (addFriend.size() > 0){

+ 1 - 1
src/main/resources/application-prod.properties

@@ -62,4 +62,4 @@ datahub.corpTopic=ods_hera_msv_corp_data
 datahub.project=hera
 
 #定时任务全局开关,线上环境需要开启
-cronjob.power=true 
+cronjob.power=true