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

--no commit message

上级 9d1d4717
......@@ -196,7 +196,7 @@ public interface FgOrderMapper extends BaseMapper<Order>{
+ " SELECT o.supplierId as distributorId from school_order o LEFT JOIN me_supplier s ON o.supplierId = s.distributorId "
+ " where 1 = 1 "
+ " eq(o.opsType,opsType) "
+ " group by o.supplierId "
+ " group by o.supplierId HAVING o.supplierId is not null "
+ " </script> ")
List<FgSupplier> allSupplier(@Param("opsType")String opsType);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论