|
|
@@ -87,7 +87,7 @@ public class ExamArrangementGuideServiceImpl extends ServiceImpl<ExamArrangement
|
|
|
@Transactional(rollbackFor = Exception.class)
|
|
|
public Boolean updateByEditBo(ExamArrangementGuideEditBo bo) {
|
|
|
ExamArrangementGuide update = BeanUtil.toBean(bo, ExamArrangementGuide.class);
|
|
|
- validEntityBeforeSave(update);
|
|
|
+ //validEntityBeforeSave(update);
|
|
|
update.setUpdateTime(DateUtils.getNowTime());
|
|
|
return this.updateById(update);
|
|
|
}
|