|
@@ -582,6 +582,8 @@ public class ConceptFacade extends ConceptServiceImpl {
|
|
|
|
|
|
BeanUtil.copyProperties(addConceptInfoVO, conceptCommon);
|
|
|
conceptCommon.setConceptId(conceptId);
|
|
|
+ conceptCommon.setGmtCreate(now);
|
|
|
+ conceptCommon.setGmtModified(now);
|
|
|
|
|
|
conceptCommonFacade.saveOrUpdate(conceptCommon);
|
|
|
}
|