|
|
|
@@ -1,6 +1,7 @@ |
|
|
|
package com.iformall.controller; |
|
|
|
|
|
|
|
import com.alibaba.fastjson.JSON; |
|
|
|
import com.aliyun.openservices.shade.org.apache.commons.lang3.StringUtils; |
|
|
|
import com.github.pagehelper.PageInfo; |
|
|
|
import com.iformall.common.Result; |
|
|
|
import com.iformall.common.ResultData; |
|
|
|
@@ -301,6 +302,7 @@ public class NeuPosAdminController extends BaseController { |
|
|
|
return new ResultData(Result.ERROR,"请选择时间区间"); |
|
|
|
} |
|
|
|
example.setOrgId(24); |
|
|
|
example.setCustomerNumber(StringUtils.trimToNull(example.getCustomerNumber())); |
|
|
|
return neuPosOrderService.queryShiftTradeList(example,1,10000); |
|
|
|
} |
|
|
|
|
|
|
|
|