Commit 0f4db17d authored by lisong's avatar lisong

修改bug

parent cf9bc053
......@@ -33,6 +33,7 @@
AND cdfi.field_code = 'userId'
) temp
LEFT JOIN cb_org_usr cou ON cou.sequence_nbr = temp.userId
WHERE cou.is_delete = 0
) AS
value
,
......@@ -64,7 +65,7 @@
cb_organization co
WHERE co.is_delete = 0
ORDER BY
co.sort
co.sort desc
LIMIT 4
)
</select>
......
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