|
@@ -56,7 +56,7 @@ public class ProBasicProjectPlanServiceImpl extends ServiceImpl<ProBasicProjectP
|
|
|
Calendar cal = Calendar.getInstance();
|
|
|
int currentyear = cal.get(Calendar.YEAR);
|
|
|
if (StringUtils.isNotEmpty(month)) {
|
|
|
- qw.like("month", month);
|
|
|
+ qw.eq("month", month);
|
|
|
qw.like("year", currentyear);
|
|
|
}
|
|
|
List<ProBasicProjectPlan> list = baseMapper.selectList(qw);
|