Commit 1e7acafc by 徐高华

Merge branch 'bugfix-0517'

parents 33c49e0a 7347578f
......@@ -491,10 +491,10 @@ public class GicOrderController {
response.setErrorCode(checkVO.getCode());
response.setResult(checkVO.getId());
response.setDetailError("");
return RestResponse.successResult(checkVO);
return RestResponse.failure("9999", checkVO.getMessage());
}
return RestResponse.successResult(checkVO) ;
}
return null;
}
// 核销数量
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment