Преглед изворни кода

新增订单项目完成状态

anderx пре 1 година
родитељ
комит
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")
           public Result getWxConfig() {
         	  Result res =new Result();
-        	  Map<String, Object> config=new HashedMap<String, Object>();
+        	  Map<String, Object> config= new HashedMap<>();
         	  config.put("clockInRange", clockInRange);
         	  res.data(config);
 			return res;