|
|
@@ -1406,7 +1406,7 @@ public class OrderProjectServiceImpl extends BaseMybatisDao<TOrderTaskMapper> im
|
|
|
if (flag){
|
|
|
addNoticMember(notice, ono, in.getType(),result);
|
|
|
}
|
|
|
- if(appFlag)addMemberLog(in.getId(),status,"部门特批审核人未设置,系统自动通过",null);
|
|
|
+ if(appFlag)addMemberLog(in.getId(),status,"部门特批审核人未设置,系统自动通过",AFTConstants.SUPERADMIN_ID);
|
|
|
return 1;
|
|
|
}
|
|
|
|