anderx лет назад: 5
Родитель
Сommit
34346e6c6f
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/main/java/com/goafanti/order/service/impl/OutsourceOrgServiceImpl.java

+ 1 - 0
src/main/java/com/goafanti/order/service/impl/OutsourceOrgServiceImpl.java

@@ -209,6 +209,7 @@ public class OutsourceOrgServiceImpl  extends BaseMybatisDao<TOrderOutsourceMapp
 		ol.setAid(TokenManager.getAdminId());
 		ol.setAid(TokenManager.getAdminId());
 		ol.setAname("超级管理员");
 		ol.setAname("超级管理员");
 		ol.setStatus(2);
 		ol.setStatus(2);
+		ol.setCreateTime(new Date());
 		ol.setRemarks("超级管理员强制驳回");
 		ol.setRemarks("超级管理员强制驳回");
 		outsourceLogMapper.insert(ol);
 		outsourceLogMapper.insert(ol);
 		TOrderOutsource tto2=new  TOrderOutsource();
 		TOrderOutsource tto2=new  TOrderOutsource();