取消流程
This commit is contained in:
parent
3f2d80bb09
commit
ccc927c989
@ -290,7 +290,7 @@ public class FlowAction {
|
||||
DataOperatorUtil.deleteJBOByCondtion(FLOW_STEP_NODE.CLASS_NAME,
|
||||
condtion, tx);
|
||||
flowService.delete(objectNo, objectType, tx);
|
||||
return "success@删除成";
|
||||
return "success@删除成功";
|
||||
} catch (Exception e) {
|
||||
tx.rollback();
|
||||
e.printStackTrace();
|
||||
@ -306,9 +306,11 @@ public class FlowAction {
|
||||
String fixedFlowParam = fboBo.getAttribute("FixedFlowParam").toString();
|
||||
net.sf.json.JSONObject flowParamJson = net.sf.json.JSONObject.fromObject(fixedFlowParam);
|
||||
if(!flowParamJson.containsKey("channel"))return;
|
||||
|
||||
String channel = flowParamJson.getString("channel");;
|
||||
String applyType = flowParamJson.getString("ApplyType");
|
||||
if(!"ContractBasicInfoChangeApply".equals(applyType)&&!"AccountChangeApply".equals(applyType)){
|
||||
return;
|
||||
}
|
||||
String channel = flowParamJson.getString("channel");;
|
||||
String flowunid = flowParamJson.getString("FlowUnid");
|
||||
String projectNo = flowParamJson.getString("ProjectNo");
|
||||
String applicationNo = flowParamJson.getString("applicationNo");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user