|
@@ -141,8 +141,6 @@ public class PosMachineController {
|
|
return gson.toJson(resultData);
|
|
return gson.toJson(resultData);
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
-
|
|
|
|
//查询POS机昨天和近七天数据
|
|
//查询POS机昨天和近七天数据
|
|
@RequestMapping (value = "/selectPosYesterDayAndSevenData", method = RequestMethod.GET)
|
|
@RequestMapping (value = "/selectPosYesterDayAndSevenData", method = RequestMethod.GET)
|
|
@ResponseBody
|
|
@ResponseBody
|
|
@@ -183,7 +181,6 @@ public class PosMachineController {
|
|
return gson.toJson(resultData);
|
|
return gson.toJson(resultData);
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
// 获取订单的支付方式列表
|
|
// 获取订单的支付方式列表
|
|
@RequestMapping (value = "/selectPayTypeList")
|
|
@RequestMapping (value = "/selectPayTypeList")
|
|
@ResponseBody
|
|
@ResponseBody
|