提交 a19abf16 authored 作者: zhouzhigang's avatar zhouzhigang

--no commit message

上级 a2fc2e4c
......@@ -196,7 +196,7 @@ public interface FgOrderMapper extends BaseMapper<Order>{
+ " where 1 = 1 and soi.status = 4 "
+ " group by o.relationId HAVING o.relationId is not null "
+ " </script> ")
List<School> getCustomerList(@Param("opsType")String opsType);
List<School> getCustomerList();
/**
......
......@@ -366,7 +366,7 @@ public class FgOrderServiceImpl extends BaseModelServiceImpl<Order,Integer> impl
if(StringUtils.isNotEmpty(opsType)){
list = fgOrderMapper.customerList(opsType);
}else{
list = fgOrderMapper.getCustomerList();
}
list.forEach(vo ->{
//远程调用会员服务获取学校名称
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论