Merge remote-tracking branch 'origin/b_lms' into b_lms
This commit is contained in:
@@ -46,7 +46,6 @@ public class DeliveryPointIvtController {
|
||||
|
||||
@PutMapping
|
||||
@Log("修改分切输送线")
|
||||
|
||||
//@SaCheckPermission("@el.check('deliverypointivt:edit')")
|
||||
public ResponseEntity<Object> update(@Validated @RequestBody DeliveryPointIvtDto dto) {
|
||||
deliverypointivtService.update(dto);
|
||||
|
||||
Reference in New Issue
Block a user