Merge remote-tracking branch 'origin/b_lms' into b_lms

This commit is contained in:
2024-07-02 22:44:23 +08:00
10 changed files with 380 additions and 23 deletions

View File

@@ -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);