|
|
@@ -263,7 +263,7 @@ public class PositionServiceImpl extends ServiceImpl<PositionMapper, Position> i
|
|
|
String qualification = requestMap.get("qualification");//学历要求
|
|
|
String gender = requestMap.get("gender");//性别要求
|
|
|
String isHealthCertification = requestMap.get("isHealthCertification");//是否需要健康证(兼职)(0:不需要 1:需要)
|
|
|
- SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
|
|
|
+ SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd");
|
|
|
String requireGroup = requestMap.get("requireGroup");//是否需要打工团队
|
|
|
if (StringUtils.isNotBlank(requireGroup)) {
|
|
|
position.setRequireGroup(Integer.parseInt(requireGroup));
|
|
|
@@ -380,7 +380,7 @@ public class PositionServiceImpl extends ServiceImpl<PositionMapper, Position> i
|
|
|
String workExperience = requestMap.get("workExperience");//工作经验(全职)(0:不限 1:1~2年 2:2~3年 3:3~5年 4:5年以上)
|
|
|
String ageRange = requestMap.get("ageRange");//年龄要求(全职)
|
|
|
String hasRegularBus = requestMap.get("hasRegularBus");//班车(全职)(0:没有 1:有)
|
|
|
- SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
|
|
|
+ SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd");
|
|
|
String welfare = requestMap.get("welfare");//岗位福利
|
|
|
position.setWelfare(welfare);
|
|
|
String isPublishNationwide = requestMap.get("isPublishNationwide");//是否全国发布
|