Преглед на файлове

Merge branch 'dev-xym-fix1' of Server/long-article-manage into master

xueyiming преди 4 месеца
родител
ревизия
94ef157df8
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      long-article-server/src/main/java/com/tzld/piaoquan/longarticle/service/local/impl/CoreServiceImpl.java

+ 1 - 0
long-article-server/src/main/java/com/tzld/piaoquan/longarticle/service/local/impl/CoreServiceImpl.java

@@ -265,6 +265,7 @@ public class CoreServiceImpl implements CoreService {
                 updateAccountSetting(accountSpecialSetting, targetPlanAccount);
                 targetPlanAccount.setStatus(0);
                 targetPlanAccount.setIsSpecialSetting(1);
+                targetPlanAccount.setSpecialNotSend(SpecialNotSendEnum.SEND.getStatusCode());
                 targetPlanAccount.setId(null);
                 targetPlanAccount.setCreateTime(new Date());
                 targetPlanAccount.setUpdateTime(new Date());