默认值
This commit is contained in:
@@ -301,6 +301,14 @@ public class HyPartnerIntentInfoServiceImpl implements HyPartnerIntentInfoServic
|
||||
if(CollectionUtils.isNotEmpty(request.getMoneyProve())){
|
||||
intentInfoDO.setMoneyProve(JSONObject.toJSONString(request.getMoneyProve()));
|
||||
}
|
||||
intentInfoDO.setEducation("");
|
||||
intentInfoDO.setWorkYear("");
|
||||
intentInfoDO.setWorkExp("");
|
||||
intentInfoDO.setOtherBand("");
|
||||
intentInfoDO.setBrandStrength("");
|
||||
intentInfoDO.setNeedImprove("");
|
||||
intentInfoDO.setStrength("");
|
||||
intentInfoDO.setWeakness("");
|
||||
}
|
||||
|
||||
private void fillIndustryCognitionInfo(HyPartnerIntentInfoDO intentInfoDO, IndustryCognitionInfoRequest request) {
|
||||
|
||||
Reference in New Issue
Block a user