|
|
@@ -805,8 +805,8 @@ public class AdminDemandApiController extends CertifyApiController {
|
|
|
@RequestMapping(value = "/updateDemandFollow", method = RequestMethod.POST)
|
|
|
private Result DemandFollow(DemandFollow d) {
|
|
|
Result res = new Result();
|
|
|
- if (StringUtils.isBlank(d.getDemandId())) {
|
|
|
- res.getError().add(buildError(ErrorConstants.PARAM_EMPTY_ERROR, "找不到需求", "需求"));
|
|
|
+ if (StringUtils.isBlank(d.getId())) {
|
|
|
+ res.getError().add(buildError(ErrorConstants.PARAM_EMPTY_ERROR, "找不到需求匹配", "匹配跟进"));
|
|
|
return res;
|
|
|
}
|
|
|
res.setData(demandFollowService.updateDemandFollow(d));
|