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