Просмотр исходного кода

新增订单项目完成状态

anderx 1 год назад
Родитель
Сommit
fa76836d83
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/main/java/com/goafanti/common/controller/PublicController.java

+ 1 - 1
src/main/java/com/goafanti/common/controller/PublicController.java

@@ -754,7 +754,7 @@ public class PublicController extends CertifyApiController {
           @RequestMapping("/getWxConfig")
           @RequestMapping("/getWxConfig")
           public Result getWxConfig() {
           public Result getWxConfig() {
         	  Result res =new Result();
         	  Result res =new Result();
-        	  Map<String, Object> config=new HashedMap<String, Object>();
+        	  Map<String, Object> config= new HashedMap<>();
         	  config.put("clockInRange", clockInRange);
         	  config.put("clockInRange", clockInRange);
         	  res.data(config);
         	  res.data(config);
 			return res;
 			return res;