修改合同状态和word转pdf方法

This commit is contained in:
tangfutang 2020-06-08 11:26:46 +08:00
parent 40ef1fb093
commit 02dc9c40df
2 changed files with 2 additions and 1 deletions

View File

@ -142,6 +142,7 @@ public class ContractMakeServiceImpl implements ContractMakeService{
if(("01".equals(flowParms.get("customertype"))&&"Auto".equals(flowParms.get("sealType")) )||("Auto".equals(flowParms.get("sealType")) && "Hand".equals(flowParms.get("signType")) )){
modc.compnySignIng(contractId, tx);
}
body.put("status", "success");
}
}
ReturnMapUtil.setReturnMap(body,

View File

@ -14,7 +14,7 @@ import com.amarsoft.are.jbo.JBOFactory;
import com.amarsoft.are.jbo.JBOTransaction;
import com.amarsoft.awe.Configure;
import com.amarsoft.awe.util.Transaction;
import com.base.util.WordToPDFUtil;
import com.tenwa.channelportal.action.generativecontract.WordToPDFUtil;
import com.tenwa.makeContract.util.MakeOneCodeAndContractModel;
import com.tenwa.officetempalte.action.CreateContractOfficeAction;