fanxw il y a 1 mois
Parent
commit
3efc1eb9fb

+ 2 - 2
src/main/java/com/chinaitop/depot/business/controller/BusinessDeliveryStorageNoticeController.java

@@ -824,13 +824,13 @@ public class BusinessDeliveryStorageNoticeController {
824 824
         return modelMap;
825 825
     }
826 826
 
827
-    @RequestMapping(value="/updateYjssl",produces = MediaType.APPLICATION_JSON_VALUE,  method=RequestMethod.GET)
827
+    @RequestMapping(value="/updateTzdYjssl",produces = MediaType.APPLICATION_JSON_VALUE,  method=RequestMethod.POST)
828 828
 	@ApiOperation(value="修改通知单已结算数量", notes = "根据id查找")
829 829
 	@ApiImplicitParams({
830 830
 		@ApiImplicitParam(name = "tzdid", value = "通知单ID", dataType="int", paramType = "form"),
831 831
 		@ApiImplicitParam(name = "bcjssl", value = "本次结算数量(吨)", dataType="String", paramType = "form")
832 832
 	})
833
-    public void updateYjssl(Integer tzdid, String bcjssl) {
833
+    public void updateTzdYjssl(Integer tzdid, String bcjssl) {
834 834
         if (tzdid != null) {
835 835
         	// 获取当前通知单主数据
836 836
         	BusinessDeliveryStorageNotice deliveryStorageNotice = deliveryStorageNoticeService.findById(tzdid);