提交 188dff97 authored 作者: malei's avatar malei

feat(school-sysUser): BiddingCycle

1.修改提示语 References:N/A
上级 a31414af
......@@ -108,7 +108,7 @@ public class FgBiddingCycleServiceImpl extends BaseModelServiceImpl<BiddingCycle
//获取当前用户所属学校征订流程步骤数量,针对只有一个征订步骤(没有推荐管理)做处理
Integer depth = flowService.getTreeDepth();
if (depth == null) {
throw new BaseException("征订流程不存在,请首先创建征订流程");
throw new BaseException("请首先创建征订流程");
}
try {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论