Commit 21a00e83 authored by chenzhao's avatar chenzhao

Bug 2931 联动单位,删除数据后左侧统计信息未更新

parent bb5b0d31
...@@ -40,6 +40,7 @@ LEFT JOIN ( ...@@ -40,6 +40,7 @@ LEFT JOIN (
COUNT(1) count COUNT(1) count
FROM FROM
cb_linkage_unit cb_linkage_unit
WHERE is_delete = 0
GROUP BY GROUP BY
emergency_linkage_unit_code emergency_linkage_unit_code
) elink ON elink.emergency_linkage_unit_code = cbb.`code` ) elink ON elink.emergency_linkage_unit_code = cbb.`code`
......
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