Commit 356b3768 by 梅存智

删除调用证书

parent 68310949
......@@ -263,9 +263,9 @@ public class TpPlanController {
//该计划已被其他计划作为前置计划所依赖,不能删除!!!
return Response.fail("", InternationalEnums.TPPLANCONTROLLER1.getCode());
}
if (i > 0) {
/*if (i > 0) {
certificateClient.cancelRelate(0, null, null, ids.get(0));
}
}*/
return Response.ok(i);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment