|
@@ -81,7 +81,7 @@ public class OutStoreFormController {
|
|
@PostMapping("/yongyou/back")
|
|
@PostMapping("/yongyou/back")
|
|
@PreAuthorize("@pms.hasPermission('store-out-store-forms-add')")
|
|
@PreAuthorize("@pms.hasPermission('store-out-store-forms-add')")
|
|
public R saveYongyouBack(@Validated({AddGroup.class}) @RequestBody OutStoreFormDTO outStoreFormDTO) {
|
|
public R saveYongyouBack(@Validated({AddGroup.class}) @RequestBody OutStoreFormDTO outStoreFormDTO) {
|
|
- return new R<>(outStoreFormService.saveModelByDTOYY(outStoreFormDTO));
|
|
|
|
|
|
+ return new R<>(outStoreFormService.saveModelByDTOYYBack(outStoreFormDTO));
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|