Newspaper 2 years ago
parent
commit
2b4ca4ee5b

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

@@ -73,7 +73,6 @@ public class BillBuyInfoController {
                                  @RequestParam("useTo") String useTo,
                                  @RequestParam("useTo") String useTo,
                                  @RequestParam("startTran") String startTran,
                                  @RequestParam("startTran") String startTran,
                                  @RequestParam("reachTran") String reachTran,
                                  @RequestParam("reachTran") String reachTran,
-                                 @RequestParam("veterId") String veter,
                                  @RequestParam("eartags") String eartags,
                                  @RequestParam("eartags") String eartags,
                                  @RequestParam("seller") String seller,
                                  @RequestParam("seller") String seller,
                                  @RequestParam("sellerId") String sellerId,
                                  @RequestParam("sellerId") String sellerId,
@@ -81,7 +80,7 @@ public class BillBuyInfoController {
                                  @RequestParam("buyerId") String buyerId,
                                  @RequestParam("buyerId") String buyerId,
                                  @RequestParam("sellerPhone") String sellerPhone,
                                  @RequestParam("sellerPhone") String sellerPhone,
                                  @RequestParam("buyerPhone")String buyerPhone) throws IOException {
                                  @RequestParam("buyerPhone")String buyerPhone) throws IOException {
-        return billBuyInfoService.addTransaction(httpServletRequest,buyImage1,buyImage2,buyImage3,buyImage4,buyImage5,image1,image2,inspectionNum,cargoOwner,ownerPhone,animalType,animalNumberUp,useTo,startTran,reachTran,veter,seller,sellerId,buyer,buyerId,eartags,buyerPhone,sellerPhone);
+        return billBuyInfoService.addTransaction(httpServletRequest,buyImage1,buyImage2,buyImage3,buyImage4,buyImage5,image1,image2,inspectionNum,cargoOwner,ownerPhone,animalType,animalNumberUp,useTo,startTran,reachTran,seller,sellerId,buyer,buyerId,eartags,buyerPhone,sellerPhone);
     }
     }
 
 
     @PostMapping("/saveTransaction")
     @PostMapping("/saveTransaction")

File diff suppressed because it is too large
+ 1 - 1
admin/src/main/java/com/huimv/farm/damsubsidy/service/IBillBuyInfoService.java


File diff suppressed because it is too large
+ 13 - 17
admin/src/main/java/com/huimv/farm/damsubsidy/service/impl/BillBuyInfoServiceImpl.java