Compare commits

..

No commits in common. "483b92b238ad0075b37b63eae18230f3ea15f35f" and "6798015fdb4506766475ccff530cd14fe08dc99a" have entirely different histories.

1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ 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());