Commit a39a481c by huluobin

update

parent a621cfb6
......@@ -1117,7 +1117,7 @@ public class ScheduleManageServiceImpl extends ServiceImpl<ScheduleManageMapper,
@Override
public IPage<LeisureScheduleServeResp> queryPageLeisureScheduleServe(LeisureScheduleServeQuery query) {
if (query.getLongitude() == null || query.getLongitude() == 0) {
query.setLatitude(113.37538146972656);
query.setLongitude(113.37538146972656);
}
if (query.getLatitude() == null || query.getLatitude() == 0) {
query.setLatitude(23.14084243774414);
......
......@@ -33,7 +33,6 @@ public class MallOrderController {
public JsonResult<MallOrder> submitMallOrder(@RequestHeader String token,
@RequestBody SubmitMallOrderCommand cmd) {
log.info("token:{}", token);
log.info("token:{}", SessionUtils.getCustomerToken().toString());
Integer currentCustomerId = SessionUtils.getCustomerId();
cmd.setCustomerId(currentCustomerId);
......
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