|
@@ -48,7 +48,7 @@ public class SubsidyCountServiceImpl extends ServiceImpl<SubsidyCountMapper, Sub
|
|
|
yearNum = "0";
|
|
|
}
|
|
|
List<SubsidyCount> subsidyCounts = subsidyCountMapper.selectList(new QueryWrapper<SubsidyCount>()
|
|
|
- .between("year", Integer.valueOf(dateUtil.getThisYear()) - Integer.valueOf(yearNum), Integer.valueOf(dateUtil.getThisYear()))
|
|
|
+// .between("year", Integer.valueOf(dateUtil.getThisYear()) - Integer.valueOf(yearNum), Integer.valueOf(dateUtil.getThisYear()))
|
|
|
.eq("farm_code",farmCode)
|
|
|
.orderByDesc("year"));
|
|
|
if (ObjectUtil.isEmpty(subsidyCounts)){
|