Merge branch 'feature/REQ-3488-zhh' into 'feature/REQ-3488'
Feature/req 3488 zhh See merge request universal/infrastructure/backend/orgmanax!181
This commit is contained in:
commit
eafb7bcedf
@ -17,6 +17,8 @@ import java.util.Date;
|
||||
@SuperBuilder
|
||||
public class SaveQualificationsApplyReq {
|
||||
|
||||
private Long id;
|
||||
|
||||
/**
|
||||
* 单位/团队注册记录id
|
||||
*/
|
||||
|
||||
@ -46,7 +46,7 @@ public class QualificationsApplyUpsertRepositoryImpl implements QualificationsAp
|
||||
|
||||
@Override
|
||||
public void saveBatch(List<QualificationsApply> qualificationsApplyList) {
|
||||
qualificationsApplyDao.saveBatch(qualificationsApplyList);
|
||||
qualificationsApplyDao.saveOrUpdateBatch(qualificationsApplyList);
|
||||
}
|
||||
|
||||
}
|
||||
@ -13,6 +13,8 @@ import java.util.Date;
|
||||
@Data
|
||||
public class QualificationsApplyCreator {
|
||||
|
||||
private Long id;
|
||||
|
||||
/**
|
||||
* 单位/团队注册记录id
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user