|
|
|
@ -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"); |
|
|
|
|