@@ -582,6 +582,9 @@ public class OrderChangeApiController extends CertifyApiController {
}
+ /**
+ * 获取变更流程名称
+ */
@RequestMapping(value = "/getChangeProcessName" ,method = RequestMethod.GET)
public Result getChangeProcessName(Integer id){
Result res = new Result();