|
@@ -51,9 +51,9 @@ public class UnitServiceImpl extends ServiceImpl<UnitDao, UnitEntity> implements
|
|
|
}
|
|
|
|
|
|
//栏期编号
|
|
|
- String currentPeriodId = (String) params.get("currentPeriodId");
|
|
|
- if (StringUtils.isNotBlank(currentPeriodId)) {
|
|
|
- queryWrapper.eq("current_period_id", currentPeriodId);
|
|
|
+ String periodId = (String) params.get("periodId");
|
|
|
+ if (StringUtils.isNotBlank(periodId)) {
|
|
|
+ queryWrapper.eq("current_period_id", periodId);
|
|
|
}
|
|
|
|
|
|
//猪舍编号
|