|
|
@@ -79,8 +79,8 @@ public class GrainConditionRecordServiceImpl extends ServiceImpl<GrainConditionR
|
|
79
|
79
|
String checkPerson = object.optString("check_person").trim();
|
|
80
|
80
|
String startTime = object.optString("check_start_time").trim();
|
|
81
|
81
|
String endTime = object.optString("check_end_time").trim();
|
|
82
|
|
- String houseId = object.optString("house_id").trim();
|
|
83
|
|
- String depotId = object.optString("depot_id").trim();
|
|
|
82
|
+ String houseId = object.optString("houseId").trim();
|
|
|
83
|
+ String depotId = object.optString("depotId").trim();
|
|
84
|
84
|
if (!StringUtils.isEmpty(checkPerson)) {
|
|
85
|
85
|
ew.eq("check_person", checkPerson);
|
|
86
|
86
|
}
|