|
|
|
@@ -341,6 +341,8 @@ public class NeuPosAdminController extends BaseController { |
|
|
|
return new ResultData(Result.ERROR,"请选择时间区间"); |
|
|
|
} |
|
|
|
example.setOrgId(24); |
|
|
|
example.setCreateBegin(DateUtils.getDayBegin(example.getCreateBegin())); |
|
|
|
example.setCreateEnd(DateUtils.getDayEnd(example.getCreateEnd())); |
|
|
|
example.setCustomerNumber(StringUtils.trimToNull(example.getCustomerNumber())); |
|
|
|
return neuPosOrderService.queryShiftTradeList(example,1,10000); |
|
|
|
} |
|
|
|
|