This commit is contained in:
linfso 2024-05-28 00:31:06 +08:00
parent 7a55e7f8be
commit 5be4948ff0

View File

@ -139,7 +139,7 @@ public class EmisWaybillController extends BaseController
try {
if(StringUtils.isEmpty(waybillOrder.getBillCode()) ){
waybillOrder.setBillCode(emisElectronicSitePagService.realMatchWaybill("T7080"));
waybillOrder.setBillCode(emisElectronicSitePagService.realMatchWaybill(waybillOrder.getSendSiteCode(),"T7080"));
}
EmisWaybill emisWaybillSave = waybillOrder.toDb();