接口平台对接

This commit is contained in:
lixuebo 2019-08-20 15:06:33 +08:00
parent ad10490fb1
commit ddb10c2559

View File

@ -1103,7 +1103,6 @@ public class FlowAction {
SqlObject asql = new SqlObject(sql);
asql.setParameter("objectno",ft.getAttribute("objectno").getString());
Sqlca.executeSQL(asql);
Sqlca.disConnect();
}
}else{
flowService.commitAction(taskNo, phaseAction, phaseOpinion, "", tx);