|
@@ -62,10 +62,9 @@ public class IntroduceInfoFacade extends IntroduceInfoServiceImpl {
|
|
introduceInfo = this.getById(introduceVO.getId());
|
|
introduceInfo = this.getById(introduceVO.getId());
|
|
introduceInfo.setModifier(UserUtils.getCurrentPrincipleID());
|
|
introduceInfo.setModifier(UserUtils.getCurrentPrincipleID());
|
|
introduceInfo.setGmtModified(DateUtil.now());
|
|
introduceInfo.setGmtModified(DateUtil.now());
|
|
- } else {
|
|
|
|
- introduceInfo.setCreator(UserUtils.getCurrentPrincipleID());
|
|
|
|
- introduceInfo.setGmtCreate(DateUtil.now());
|
|
|
|
}
|
|
}
|
|
|
|
+ introduceInfo.setCreator(UserUtils.getCurrentPrincipleID());
|
|
|
|
+ introduceInfo.setGmtCreate(DateUtil.now());
|
|
introduceInfo.setName(introduceVO.getName());
|
|
introduceInfo.setName(introduceVO.getName());
|
|
introduceInfo.setRemark(introduceVO.getRemark());
|
|
introduceInfo.setRemark(introduceVO.getRemark());
|
|
|
|
|