瀏覽代碼

落地疫字段名

Newspaper 2 年之前
父節點
當前提交
021e7d2d72

+ 1 - 1
admin/src/main/java/com/huimv/farm/damsubsidy/controller/BillLandingInspectionController.java

@@ -49,7 +49,7 @@ public class BillLandingInspectionController {
                                  @RequestParam("useTo") String useTo,
                                  @RequestParam("startTran") String startTran,
                                  @RequestParam("reachTran") String reachTran,
-                                 @RequestParam("veter") String veter,
+                                 @RequestParam("veterId") String veter,
                                  @RequestParam("eartags") String eartags,
                                  @RequestParam("image") MultipartFile image) throws IOException {
         return iBillLandingInspectionService.addApplication(httpServletRequest,inspectionNum,cargoOwner,ownerPhone,animalType,animalNumberUp,useTo,startTran,reachTran,veter,eartags,image);