This commit is contained in:
linfso 2024-07-13 20:42:04 +08:00
parent 41e69c006f
commit a202e16be9

View File

@ -155,8 +155,6 @@ public class Oms2cWaybillController extends BaseController
return this.iApiwebSvc.preCalcWaybillFee(waybillOrder);
}
@Log(title = "计算结算重量", businessType = BusinessType.OTHER)
@PostMapping(value = "/calcSetteldWeight")
public AjaxResult calcSetteldWeight(@RequestBody WaybillOrder waybillOrder)