Commit 0f4db17d authored by lisong's avatar lisong

修改bug

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