|
@@ -377,7 +377,6 @@ public class PlanQuarterServiceImpl extends ServiceImpl<PlanQuarterMapper, PlanQ
|
|
failureMsg.append(failureNum + "*项目 " + planQuarter.getProjectName() + " 已存在!/n");
|
|
failureMsg.append(failureNum + "*项目 " + planQuarter.getProjectName() + " 已存在!/n");
|
|
}
|
|
}
|
|
} catch (Exception exc) {
|
|
} catch (Exception exc) {
|
|
- failureNum++;
|
|
|
|
String msg = "*" + successNum + "*项目 " + planQuarter.getProjectName() + " 导入失败";
|
|
String msg = "*" + successNum + "*项目 " + planQuarter.getProjectName() + " 导入失败";
|
|
failureMsg.append(msg);
|
|
failureMsg.append(msg);
|
|
log.error(msg, exc);
|
|
log.error(msg, exc);
|