LiFei 6 سال پیش
والد
کامیت
2721e47b6b

+ 1 - 1
happy-boot-module-hppay/src/main/java/org/jeecg/modules/hpposition/service/impl/PositionServiceImpl.java

@@ -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;
             } else if ("2".equals(type)) {
                 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);
             com.alibaba.fastjson.JSONObject jsonObject = new com.alibaba.fastjson.JSONObject();