Commit 0111a3cb by zhangyuan

fix

parent a6931b63
......@@ -441,7 +441,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
SELECT
dict_label NAME,
IFNULL(( SELECT count( 0 ) FROM `orhon_fgqy` WHERE dzzlx = dd.dict_value GROUP BY dzzlx ),0)
VALUE
fgqyValue,
IFNULL(( SELECT count( 0 ) FROM `orhon_shzz` WHERE dzzlx = dd.dict_value GROUP BY dzzlx ),0)
shzzValue
FROM
sys_dict_data dd
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