md
This commit is contained in:
parent
02cba10ca3
commit
1317760d14
@ -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();
|
||||
|
||||
@ -499,8 +499,6 @@ public class EmisWaybillServiceImpl extends EmisBaseService implements IEmisWayb
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
public static void main(String[] args) {
|
||||
|
||||
Snowflake snowflake = IdUtil.getSnowflake(0, 0);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user