Browse Source

新增订单项目完成状态

anderx 1 year ago
parent
commit
fa76836d83

+ 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;