|
|
@ -442,7 +442,7 @@ public class FinKingDeeService { |
|
|
|
* @throws Exception |
|
|
|
*/ |
|
|
|
public ResultBean<String> audit( String formId,String data) throws Exception { |
|
|
|
String auditKD = getAuditKD(data,formId); |
|
|
|
String auditKD = getAuditKDTempJson(formId,data); |
|
|
|
ResultBean<String> resultBean2 = accessKingDeeInterface(formId, auditKD,KingDeeBillUrl.AUDIT_URL.getURL()); |
|
|
|
if(!resultBean2.getSuccess()){ |
|
|
|
log.info("审核失败!"); |
|
|
|