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

新增订单项目完成状态

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;