默认值

This commit is contained in:
wxp01309236
2023-06-26 21:40:36 +08:00
parent 16aa3acb22
commit bdbf68f0f1

View File

@@ -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) {