This commit is contained in:
linfso 2024-04-29 18:14:28 +08:00
parent 02cba10ca3
commit 1317760d14
2 changed files with 2 additions and 4 deletions

View File

@ -134,8 +134,8 @@ public class EmisWaybillController extends BaseController
}
@Log(title = "计算结算重量", businessType = BusinessType.OTHER)
@PostMapping(value = "/calcSettledWeight")
public AjaxResult calcSettledWeight(@RequestBody WaybillOrder waybillOrder)
@PostMapping(value = "/calcSetteldWeight")
public AjaxResult calcSetteldWeight(@RequestBody WaybillOrder waybillOrder)
{
try {
EmisWaybill emisWaybillSave = waybillOrder.toDb();

View File

@ -499,8 +499,6 @@ public class EmisWaybillServiceImpl extends EmisBaseService implements IEmisWayb
}
public static void main(String[] args) {
Snowflake snowflake = IdUtil.getSnowflake(0, 0);