whj 1 yıl önce
ebeveyn
işleme
7e5e504b2d

+ 1 - 1
platform-rest/src/main/java/com/platform/rest/controller/store/OutStoreFormController.java

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