|
|
@@ -29,7 +29,7 @@ public interface DepotBusinessFeignService {
|
|
29
|
29
|
* @param bcjssl 本次结算数量(吨)
|
|
30
|
30
|
* @return
|
|
31
|
31
|
*/
|
|
32
|
|
- @RequestMapping(value = "/depot/business/deliveryStorageNotice/updateYjssl", produces = MediaType.APPLICATION_JSON_VALUE, method=RequestMethod.POST)
|
|
|
32
|
+ @RequestMapping(value = "/depot/business/deliveryStorageNotice/updateTzdYjssl", produces = MediaType.APPLICATION_JSON_VALUE, method=RequestMethod.POST)
|
|
33
|
33
|
void updateTzdYjssl(
|
|
34
|
34
|
@RequestParam("tzdid") Integer tzdid,
|
|
35
|
35
|
@RequestParam("bcjssl") String bcjssl
|