|
@@ -977,7 +977,7 @@ public class PlanQuarterServiceImpl extends ServiceImpl<PlanQuarterMapper, PlanQ
|
|
try {
|
|
try {
|
|
for (QuarterEnum val : QuarterEnum.values()) {
|
|
for (QuarterEnum val : QuarterEnum.values()) {
|
|
if (val.getInfo().contains((instance.get(Calendar.MONTH) + 1) + "")) {
|
|
if (val.getInfo().contains((instance.get(Calendar.MONTH) + 1) + "")) {
|
|
- System.err.println("MONTH" + (instance.get(Calendar.MONTH) + 1));
|
|
|
|
|
|
+ //System.err.println("MONTH" + (instance.get(Calendar.MONTH) + 1));
|
|
switch (val.getCode()) {
|
|
switch (val.getCode()) {
|
|
case "1":
|
|
case "1":
|
|
thresholdTimeStart = dateFormat.parse(thresholdMap.get("第一季度开始时间"));
|
|
thresholdTimeStart = dateFormat.parse(thresholdMap.get("第一季度开始时间"));
|