提交 af1db774 authored 作者: 吴德鹏's avatar 吴德鹏

提交

上级 c34b36cb
......@@ -38,7 +38,7 @@
*
FROM
tb_cf_goodstype g
INNER JOIN ( SELECT count( * ) count, c.item_category FROM tb_cf_station_item c GROUP BY item_category ) t
LEFT JOIN ( SELECT count( * ) count, c.item_category FROM tb_cf_station_item c GROUP BY item_category ) t
ON g.goodstype_id = t.item_category
WHERE 1=1
<if test="name != null and name.trim() != ''">
......@@ -99,4 +99,4 @@
</foreach>
</delete>
</mapper>
\ No newline at end of file
</mapper>
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论