Merge branch 'refs/heads/test' into dev
This commit is contained in:
+5
-1
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user