mirror of
https://github.com/alibaba/flutter-go.git
synced 2025-08-06 17:48:43 +08:00
merge devlop
This commit is contained in:
@ -87,7 +87,7 @@ class CatControlModel{
|
||||
if (cat == null) {
|
||||
cat = new Cat(depth: 1, parentId: 0);
|
||||
}
|
||||
print("cat in getList ${cat.toMap()}");
|
||||
// print("cat in getList ${cat.toMap()}");
|
||||
|
||||
List listJson = await sql.getByCondition(conditions: cat.toSqlCondition());
|
||||
List<Cat> cats = listJson.map((json) {
|
||||
|
Reference in New Issue
Block a user