|
@@ -1736,6 +1736,7 @@ public class ExportServiceImpl implements ExportService {
|
|
|
Map<String, Object> params = new HashMap<>();
|
|
|
MapUtil.populateMap(params, queryInfo);
|
|
|
params.put("notGroupType","MALL_SELL");
|
|
|
+ params.put("notType","SCHOOL_GOODS_PURCHASE");
|
|
|
int count = studentPaymentOrderService.getDao().queryCount(params);
|
|
|
if (count <= 0) {
|
|
|
return BaseController.failed("没有可导出的数据");
|
|
@@ -1792,6 +1793,7 @@ public class ExportServiceImpl implements ExportService {
|
|
|
}
|
|
|
Map<String, Object> params = new HashMap<>();
|
|
|
MapUtil.populateMap(params, queryInfo);
|
|
|
+ params.put("notType","SCHOOL_GOODS_PURCHASE");
|
|
|
int count = studentPaymentOrderService.getDao().queryCount(params);
|
|
|
if (count <= 0) {
|
|
|
return BaseController.failed("没有可导出的数据");
|