|
|
|
@ -66,7 +66,7 @@ public class PoiStoreController extends BaseController {
|
|
|
|
|
*/
|
|
|
|
|
@RequestMapping(value = "/user/shopDTO", method = RequestMethod.POST)
|
|
|
|
|
@ResponseBody
|
|
|
|
|
public Map<String, Object> getUserShopDTO(@RequestParam("userId") long userId, @RequestParam(value = "customerIds", required = false) String customerIds, @RequestParam("scheduleId") long scheduleId) {
|
|
|
|
|
public Map<String, Object> getUserShopDTO(@RequestParam("userId") long userId, @RequestParam(value = "customerIds", required = false) String customerIds, @RequestParam("scheduleId") Long scheduleId) {
|
|
|
|
|
try {
|
|
|
|
|
List<Long> customers = null;
|
|
|
|
|
if (StringUtils.isNotBlank(customerIds)) {
|
|
|
|
|