Commit 9f2e2207 by zhangyuan

fix

parent 45a2e4cb
......@@ -462,7 +462,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
SELECT
d.dict_label name,
(select IFNULL(sum(IFNULL(dys,0)),0) from orhon_shzz where dept_id = d.dict_value) shzzDysValue,
(select IFNULL(sum(IFNULL(dys,0)),0) from orhon_fgqy where dept_id = d.dict_value) fgqyDysValue
(select IFNULL(sum(IFNULL(dys,0)),0) from orhon_fgqy where dept_id = d.dict_value) fgqyDysValue,
(select IFNULL(sum(IFNULL(dys,0)),0) from orhon_gtxx where dept_id = d.dict_value) gtshDysValue
FROM
sys_dict_data d
WHERE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment