‘linchangsheng’ hai 6 meses
pai
achega
c108da4a62

+ 1 - 1
mall-miniapp-service/src/main/java/com/gree/mall/miniapp/controller/user/UserController.java

@@ -249,7 +249,7 @@ public class UserController {
 
 
     @GetMapping("/apply/websitCount")
-    @ApiOperation("入驻的网点列表")
+    @ApiOperation("入驻的网点数量")
     public ResponseHelper<AdminWebsitApplyCount> applyWebsitList(
 
     ){

+ 1 - 1
mall-server-api/src/main/java/com/gree/mall/manager/schedule/OrderBaseSchedule.java

@@ -94,7 +94,7 @@ public class OrderBaseSchedule {
      * 每五秒查询辅材支付情况
      */
     @Transactional
-    @Scheduled(fixedDelay = 5  * 1000)
+    @Scheduled(fixedDelay = 10  * 1000)
     //  @Scheduled(fixedDelay = 60  * 1000)
     public void fucaizhifu() throws WxPayException, InterruptedException {