|
|
@@ -600,14 +600,15 @@ public class PurchaseController {
|
|
|
return purchaseService.findOrderIdByPuId(purchaseId);
|
|
|
}
|
|
|
|
|
|
- @RequestMapping(value = "/logistics")
|
|
|
- public Logistics findOneLogistics(){
|
|
|
- return null;
|
|
|
- }
|
|
|
+// @RequestMapping(value = "/logistics")
|
|
|
+// public Logistics findOneLogistics(){
|
|
|
+// return null;
|
|
|
+// }
|
|
|
+//
|
|
|
+// @RequestMapping(value = "/modifyLogistics", method = RequestMethod.PUT)
|
|
|
+// public Logistics updateLogistics(Long id){
|
|
|
+// System.out.println("id=" + id);
|
|
|
+// return null;
|
|
|
+// }
|
|
|
|
|
|
- @RequestMapping(value = "/modifyLogistics", method = RequestMethod.PUT)
|
|
|
- public Logistics updateLogistics(Long id){
|
|
|
- System.out.println("id=" + id);
|
|
|
- return null;
|
|
|
- }
|
|
|
}
|