master
wangning 7 years ago
parent 1b48cd65f3
commit c6344877ad

@ -29,8 +29,6 @@ public class CustomerImpressionController {
@RequestMapping(value = "/{client_id}/{customer_id}", method = RequestMethod.GET) @RequestMapping(value = "/{client_id}/{customer_id}", method = RequestMethod.GET)
@ResponseBody @ResponseBody
public JSONObject checkPointsAfterPay(@PathVariable int client_id,@PathVariable String customer_id) { public JSONObject checkPointsAfterPay(@PathVariable int client_id,@PathVariable String customer_id) {
customerImpression.generate(9); return customerImpression.findOne(client_id,customer_id);
// return customerImpression.findOne(client_id,customer_id);
return null;
} }
} }

Loading…
Cancel
Save