Compare commits
2 Commits
6798015fdb
...
483b92b238
Author | SHA1 | Date |
---|---|---|
|
483b92b238 | |
|
ae46ea7cba |
|
@ -37,6 +37,7 @@ public class OrgApplyInfoServiceImpl extends ServiceImpl<OrgApplyInfoMapper, Org
|
|||
public OrgApplyInfoApiEntity insert(OrgApplyInfoApiEntity orgApplyInfoApiEntity) {
|
||||
OrgApplyInfo orgApplyInfo = new OrgApplyInfo();
|
||||
BeanUtils.copyProperties(orgApplyInfoApiEntity, orgApplyInfo);
|
||||
orgApplyInfo.setCreateTime(new Date());
|
||||
baseMapper.insert(orgApplyInfo);
|
||||
orgApplyInfoApiEntity.setId(orgApplyInfo.getId());
|
||||
|
||||
|
|
Loading…
Reference in New Issue