Эх сурвалжийг харах

1.修改Android Apex Mobile,Action Fiels增加排序。

Pen Li 8 жил өмнө
parent
commit
53da4330cc

+ 1 - 1
Apex Mobile/app/src/main/java/com/usai/util/dbUtil.java

@@ -254,7 +254,7 @@ public class dbUtil
 		Cursor cursor = db.query("fields_info", new String[] { "name" },
 				"function_name='" + module + "' and user='" + user
 						+ "' and behavior=" + Network.BEHAVIOR_RESULT + " and show=1", null,
-				null, null, null, null);
+				null, null, "priority , aname", null);
 		String ret = "";
 		while (cursor.moveToNext())
 		{