mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
update
This commit is contained in:
@@ -12,7 +12,6 @@ import com.jsowell.service.PileService;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.web.bind.annotation.GetMapping;
|
||||
import org.springframework.web.bind.annotation.PathVariable;
|
||||
import org.springframework.web.bind.annotation.PostMapping;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
@@ -73,15 +72,4 @@ public class JumpController extends BaseController {
|
||||
return response;
|
||||
}
|
||||
|
||||
/**
|
||||
* 迁移异常订单到订单主表
|
||||
* 临时接口,使用完删除
|
||||
* http://localhost:8080/app-xcx-h5/moveAbnormalOrder
|
||||
* @return
|
||||
*/
|
||||
@PostMapping("/moveAbnormalOrder")
|
||||
public RestApiResponse<?> moveAbnormalOrder() {
|
||||
orderBasicInfoService.moveAbnormalOrder();
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user