|
@@ -608,7 +608,7 @@ public class PositionServiceImpl extends ServiceImpl<PositionMapper, Position> i
|
|
|
sendMsgUrl = "http://localhost:8080" + "/f/api/sendmessage/changeApplysStatus?positionId=" + positionId + "&userId=" + userId + "&positionCategory=" + positionCategory + "&type=" + type + "&isRefuse=" + isRefuse;
|
|
sendMsgUrl = "http://localhost:8080" + "/f/api/sendmessage/changeApplysStatus?positionId=" + positionId + "&userId=" + userId + "&positionCategory=" + positionCategory + "&type=" + type + "&isRefuse=" + isRefuse;
|
|
|
} else if ("2".equals(type)) {
|
|
} else if ("2".equals(type)) {
|
|
|
String isEmploy = requestMap.get("isEmploy"); //是否录用(0:拒绝 1:录用)
|
|
String isEmploy = requestMap.get("isEmploy"); //是否录用(0:拒绝 1:录用)
|
|
|
- sendMsgUrl = "http://localhost:8080" + "/f/api/sendmessage/changeApplysStatus?positionId=" + positionId + "&userId=" + userId + "&positionCategory=" + positionCategory + "&type=" + type + "&isEmploy=" + isEmploy;
|
|
|
|
|
|
|
+ sendMsgUrl = path + "/f/api/sendmessage/changeApplysStatus?positionId=" + positionId + "&userId=" + userId + "&positionCategory=" + positionCategory + "&type=" + type + "&isEmploy=" + isEmploy;
|
|
|
}
|
|
}
|
|
|
String data = CommUtil.get(sendMsgUrl, null);
|
|
String data = CommUtil.get(sendMsgUrl, null);
|
|
|
com.alibaba.fastjson.JSONObject jsonObject = new com.alibaba.fastjson.JSONObject();
|
|
com.alibaba.fastjson.JSONObject jsonObject = new com.alibaba.fastjson.JSONObject();
|