Commit 9d05b348 by zhangzhendong

Merge branch 'feature-appointment' into 'master'

线下预约最大积分赠送限制

See merge request !956
parents bcf84b3f ef3526fc
......@@ -51,7 +51,7 @@ public class OfflinePreController {
@RequestMapping("/get-offline-pre")
@ResponseBody
public RestResponse<OfflinePreInfoVO> getOfflinePre(Long offlinePreId, String enterpriseId){
ServiceResponse<OfflinePreInfoDTO> offlinePreInfo = offlinePreApiService.getOfflinePre(offlinePreId, enterpriseId);
ServiceResponse<OfflinePreInfoDTO> offlinePreInfo = offlinePreApiService.getOfflinePre(offlinePreId, enterpriseId, null);
return JSONObject.parseObject(JSONObject.toJSONString(offlinePreInfo, SerializerFeature.WriteMapNullValue), RestResponse.class);
}
......
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