feat:相关方人员门禁申请
parent
c9a9541e96
commit
53bad7cf41
|
|
@ -25,7 +25,9 @@ public class XgfApplyPersonGatewayImpl implements XgfApplyPersonGateway {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void save(XgfApplyPersonE build) {
|
public void save(XgfApplyPersonE build) {
|
||||||
personApplyRepository.save();
|
PersonApplyDO d = new PersonApplyDO();
|
||||||
|
BeanUtils.copyProperties(build, d);
|
||||||
|
personApplyRepository.save(d);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue