|
@@ -786,6 +786,7 @@ public class AppSitePlaceServiceImpl extends ServiceImpl<AppSitePlaceMapper, App
|
|
|
.setIsTeaching(appTeachingTime.getIsTeaching())
|
|
|
.setCategoryId(site.getCategoryId())
|
|
|
.setCreateBy("admin")
|
|
|
+ .setCreateTime(new Date())
|
|
|
.setStatus(CommonConstant.STATUS_NORMAL)
|
|
|
.setDelFlag(CommonConstant.STATUS_NORMAL)
|
|
|
;
|
|
@@ -816,6 +817,7 @@ public class AppSitePlaceServiceImpl extends ServiceImpl<AppSitePlaceMapper, App
|
|
|
.setIsTeaching(appTeachingTime.getIsTeaching())
|
|
|
.setCategoryId(site.getCategoryId())
|
|
|
.setCreateBy("admin")
|
|
|
+ .setCreateTime(new Date())
|
|
|
.setStatus(CommonConstant.STATUS_NORMAL)
|
|
|
.setDelFlag(CommonConstant.STATUS_NORMAL)
|
|
|
;
|