|
@@ -1579,7 +1579,7 @@ public class SyShippingOrderController extends JeecgController<SyShippingOrder,
|
|
* @param id
|
|
* @param id
|
|
* @return
|
|
* @return
|
|
*/
|
|
*/
|
|
- @PostMapping(value = "/updateTimeStuta")
|
|
|
|
|
|
+ @GetMapping(value = "/updateTimeStuta")
|
|
public Result<String> updateTimeStuta(String id){
|
|
public Result<String> updateTimeStuta(String id){
|
|
Result<String> result = new Result<String>();
|
|
Result<String> result = new Result<String>();
|
|
|
|
|