|
|
@@ -363,7 +363,7 @@ public class EVDataServiceImpl implements EVDataService {
|
|
|
updateSql = "update u_contract_log set e_visa_pdf_url='" + taskApp.getLastFilePdfUrl() + "',status='" + taskApp.getSigType() + "',update_time=SYSDATE() where id='" + taskApp.getFormDataId() + "' ";
|
|
|
} else if (taskApp.getApprovalType() == 5) { //中期计量支付证书
|
|
|
// 获取s_interim_pay_certificate 的原始数据
|
|
|
- taskApp.getPagePdfUrl()
|
|
|
+ taskApp.getPagePdfUrl();
|
|
|
|
|
|
|
|
|
updateSql = "update s_interim_pay_certificate set approve_status=" + taskApp.getSigType() + ",update_time=SYSDATE(), raw_url='" + taskApp.getLastFilePdfUrl() + "' where contract_period_id = " + taskApp.getFormDataId();
|