|
@@ -355,14 +355,14 @@ public class ZhcxCommissionCheckServiceImpl extends ServiceImpl<ZhcxCommissionCh
|
|
|
ZhcxCommissionCheckDetailWordVO checkDetailWordVO = new ZhcxCommissionCheckDetailWordVO();
|
|
|
checkDetailWordVO.setChapterno(detailDo.getChapterno());
|
|
|
String chtestcontent = "";
|
|
|
- String entitle = "";
|
|
|
+ String entestcontent = "";
|
|
|
if (StringUtils.isNotBlank(detailDo.getChtestcontent())){
|
|
|
chtestcontent = detailDo.getChtestcontent();
|
|
|
}
|
|
|
- if (StringUtils.isNotBlank(detailDo.getEntitle())){
|
|
|
- entitle = detailDo.getEntitle();
|
|
|
+ if (StringUtils.isNotBlank(detailDo.getEntestcontent())){
|
|
|
+ entestcontent = detailDo.getEntestcontent();
|
|
|
}
|
|
|
- checkDetailWordVO.setContent(chtestcontent+entitle);
|
|
|
+ checkDetailWordVO.setContent(chtestcontent+entestcontent);
|
|
|
String testresult = "";
|
|
|
String testdata = "";
|
|
|
if (StringUtils.isNotBlank(detailDo.getTestresult())){
|