‘linchangsheng’ 7 月之前
父节点
当前提交
d9baecc019

+ 0 - 2
mall-server-api/src/main/java/com/gree/mall/manager/logic/LetterLogic.java

@@ -416,8 +416,6 @@ public class LetterLogic {
     public void examine(LeLetterItem leLetterItem) {
         AdminUserCom adminUser = commonLogic.getAdminUser();
 
-        if (StringUtil.isEmpty(leLetterItem.getWebsitAppeal()))
-            throw new RemoteServiceException("网点状态未传");
 
         LeLetter leLetter = leLetterService.getById(leLetterItem.getLeLetterId());
         if (!leLetter.getStatus().equals(LetterStatusEnum.WAIT_EXAMINE.getKey()))

+ 1 - 1
mall-server-api/src/main/java/com/gree/mall/manager/schedule/InsureEmailSchedule.java

@@ -32,7 +32,7 @@ public class InsureEmailSchedule {
 
 
     //监测今天是否有回执邮件,如果有则表示今天买保险的回执成功
-   // @Scheduled(fixedDelay = 60* 1000)
+    @Scheduled(fixedDelay = 60* 1000)
     public void task2() throws IOException, MessagingException {
         agreementLogic.receEmail();
     }