Commit a333a14b by 周晓航

开发 售后单推迟

Signed-off-by: 周晓航 <xiaohang.zhou@freemud.com>
parent 9e1d9004
...@@ -29,7 +29,6 @@ import cn.freemud.utils.ResponseUtil; ...@@ -29,7 +29,6 @@ import cn.freemud.utils.ResponseUtil;
import cn.freemud.xxljob.OrderCountJobHandler; import cn.freemud.xxljob.OrderCountJobHandler;
import com.freemud.application.sdk.api.log.ApiAnnotation; import com.freemud.application.sdk.api.log.ApiAnnotation;
import com.freemud.application.sdk.api.log.LogParams; import com.freemud.application.sdk.api.log.LogParams;
import com.freemud.sdk.api.assortment.order.service.order.OrderCenterSdkServiceImpl;
import io.swagger.annotations.ApiOperation; import io.swagger.annotations.ApiOperation;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
...@@ -410,12 +409,5 @@ public class OrderController { ...@@ -410,12 +409,5 @@ public class OrderController {
return ResponseUtil.success(); return ResponseUtil.success();
} }
@Autowired
OrderCenterSdkServiceImpl orderCenterSdkService;
@GetMapping("/test")
public BaseResponse test() {
orderCenterSdkService.setAfterSalesOrderTimeOutTask(null,null);
return ResponseUtil.success();
}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment