1.取消挂单修改状态
This commit is contained in:
@@ -163,7 +163,6 @@ public class TbPlaceController {
|
|||||||
public ResponseEntity<Object> pending(
|
public ResponseEntity<Object> pending(
|
||||||
@RequestBody PendingDTO pendingDTO
|
@RequestBody PendingDTO pendingDTO
|
||||||
) {
|
) {
|
||||||
pendingDTO.setIsPending(true);
|
|
||||||
return ResponseEntity.ok(tbShopTableService.pending(pendingDTO));
|
return ResponseEntity.ok(tbShopTableService.pending(pendingDTO));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user