|
|
|
@ -120,12 +120,14 @@ public class GrossChickenFragment extends BaseFragment implements RefreshLayout. |
|
|
|
Map<Object, Object> where = queryObj.getMap("Where"); |
|
|
|
if (userid != 0) { |
|
|
|
where.put("User_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("Date", time / 1000); |
|
|
|
} |
|
|
|
|
|
|
|
List<Object> orderList = queryObj.getList("OrderBy"); |
|
|
|
@ -190,12 +192,14 @@ public class GrossChickenFragment extends BaseFragment implements RefreshLayout. |
|
|
|
Map<Object, Object> where = queryObj.getMap("Where"); |
|
|
|
if (userid!= 0) { |
|
|
|
where.put("User_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("Date", time / 1000); |
|
|
|
} |
|
|
|
|
|
|
|
List<Object> orderList = queryObj.getList("OrderBy"); |
|
|
|
|