第二次修改
This commit is contained in:
parent
f12ac004e7
commit
c1fa0e484d
|
|
@ -1295,7 +1295,7 @@ public class New_SubCheckManageServiceImpl implements New_SubCheckManageService
|
|||
private void basicCheck(CheckManageBean o) {
|
||||
|
||||
//1.1 判断是固定流程还是动态流程
|
||||
if (!"0".equals(o.getProcessType()) && !"1".equals(o.getIfFinal())) { //固定流程
|
||||
if (!"0".equals(o.getProcessType()) && !"1".equals(o.getIfFinal()) && StringHelper.isEmpty(o.getNextAuditId())) { //固定流程
|
||||
//判断当前流程是否多人审核
|
||||
AmProcessType firstBean = checkManageDao.getIfCountersign(o);
|
||||
List<AmProcessType> sortList = checkManageDao.getSortList(o);
|
||||
|
|
|
|||
Loading…
Reference in New Issue