1.取消挂单修改状态
This commit is contained in:
parent
822141899c
commit
7921c21295
|
|
@ -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));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue