|
@@ -893,7 +893,7 @@ public class ZhcxCommissionCheckServiceImpl extends ServiceImpl<ZhcxCommissionCh
|
|
|
log.error("不能导出树表的id:{}的报告", treeFullId);
|
|
|
log.error("不能导出树表的key:{}的报告", key);
|
|
|
log.error("章节号有无误:{}的报告", item.getChapterno());
|
|
|
- return R.error(item.getChapterno()+"章节号有无误");
|
|
|
+ return R.error(item.getChtestcontent()+"该内容节点数据有误");
|
|
|
}
|
|
|
}else {
|
|
|
// 从第一个逗号之后开始找第二个逗号
|
|
@@ -903,7 +903,7 @@ public class ZhcxCommissionCheckServiceImpl extends ServiceImpl<ZhcxCommissionCh
|
|
|
log.error("不能导出树表的id:{}的报告", treeFullId);
|
|
|
log.error("不能导出树表的key:{}的报告", key);
|
|
|
log.error("章节号有无误:{}的报告", item.getChapterno());
|
|
|
- return R.error(item.getChapterno()+"章节号有无误");
|
|
|
+ return R.error(item.getChtestcontent()+"该内容节点数据有误");
|
|
|
}
|
|
|
}
|
|
|
ZhcxCommissionCheckDetailWordVO checkDetailWordVO = resMap.get(key);
|