merge devlop

This commit is contained in:
jianping.xwh
2019-01-08 19:18:12 +08:00
parent 49b86b4c70
commit 94bd8510c0
114 changed files with 6715 additions and 336 deletions

View File

@ -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) {