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

fix:修改打卡时间

wang.sq@aliyun.com преди 1 месец
родител
ревизия
7db7cb57fb

+ 5 - 1
imcs-admin-boot/imcs-business-controller/src/main/java/com/github/zuihou/business/controller/externalApi/MesController.java

@@ -544,7 +544,11 @@ public class MesController extends SuperController<MesNoticeService, Long, MesNo
                 String returnData = mesNotice.getAcceptPar();
                 ret = JSONObject.parseObject(returnData);
                 //本地代码处理
-                this.handle(ret, mesNotice.getApiType(), mesNotice.getLineCode(), mesNotice.getApiAddress());
+                try {
+                    this.handle(ret, mesNotice.getApiType(), mesNotice.getLineCode(), mesNotice.getApiAddress());
+                }catch (Exception e){
+                    throw new BizException(e.getMessage());
+                }
             }
         } else {
             ret = new JSONObject();