Commit d9ae208a authored by tangwei's avatar tangwei

修改bug

parent ad7b5b9a
...@@ -124,7 +124,7 @@ ...@@ -124,7 +124,7 @@
</select> </select>
<select id="selectOrganizationUserMaxSort" resultType="java.lang.Integer"> <select id="selectOrganizationUserMaxSort" resultType="java.lang.Integer">
SELECT IFNULL( MAX(sort),0) FROM cb_organization SELECT IFNULL( MAX(sort),0) FROM cb_organization_user
</select> </select>
</mapper> </mapper>
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