发票打印修改;

This commit is contained in:
王奎兴
2026-01-14 22:28:27 +08:00
parent 8d89f5ec27
commit 536079a024
7 changed files with 52 additions and 11 deletions
@@ -591,6 +591,10 @@ public class BusinessDocumentApplicationService {
return businessDocumentDomainService.queryList(businessDocumentDO);
}
public List<Map<String,Object>> getFeeList(String invoiceId) {
return businessDocumentDomainService.getFeeList(invoiceId);
}
/**
* 修改业务单据支付状态,同步网货修改支付状态
*/
@@ -1659,4 +1663,4 @@ public class BusinessDocumentApplicationService {
return true;
}
}
}