Browse Source

修复里例外设置发送问题

xueyiming 2 tuần trước cách đây
mục cha
commit
e45c4a28e1

+ 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());