Browse Source

no message

master
lh 7 years ago
parent
commit
6dae3e97c2
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      app/src/main/java/com/qhclh/ytzh/work/CatchChicken/CCInfosActivity.java

+ 4
- 2
app/src/main/java/com/qhclh/ytzh/work/CatchChicken/CCInfosActivity.java View File

@ -350,13 +350,15 @@ public class CCInfosActivity extends BaseActivity implements CalendarDialogFragm
Map<Object, Object> where = queryObj.getMap("Where");
if (userid != 0) {
where.put("User_ID", userid);
where.put("Employee_ID", userid);
}else {
where.put("MyOwn",true);
}
if (factryid != 0) {
where.put("BreedFactory_ID", factryid);
}
if (time != 0) {
where.put("CreateTime", time / 1000);
where.put("Time", time / 1000);
}
List<Object> orderList = queryObj.getList("OrderBy");


Loading…
Cancel
Save