Compare commits
No commits in common. "2caff9c83b9f13479e88a85344648d07422d558b" and "41d00883755a753466bc3d213f8fe5fc070ef201" have entirely different histories.
2caff9c83b
...
41d0088375
|
@ -59,7 +59,7 @@ public class BlStuAnswerServiceImpl extends ServiceImpl<BlStuAnswerMapper, BlStu
|
|||
|
||||
@Override
|
||||
public WordOperator createWordTjfx(String id) throws Exception {
|
||||
return createWordTjfxA(id);
|
||||
return createWordTjfxB(id);
|
||||
}
|
||||
|
||||
public WordOperator createWordTjfxA(String id) {
|
||||
|
@ -542,7 +542,7 @@ public class BlStuAnswerServiceImpl extends ServiceImpl<BlStuAnswerMapper, BlStu
|
|||
}
|
||||
}
|
||||
|
||||
public WordOperator createWordTjfxTest(String id) {
|
||||
public WordOperator createWordTjfxB(String id) {
|
||||
String templateName = "exp1\\student-tjfx.docx";
|
||||
try {
|
||||
final WordOperator wo = ExportWord.getWordOperator(templateName);
|
||||
|
@ -1426,7 +1426,7 @@ public class BlStuAnswerServiceImpl extends ServiceImpl<BlStuAnswerMapper, BlStu
|
|||
//图片i2_16
|
||||
public void i2_16(WordOperator wo, Map<String, Object> result, String id) {
|
||||
var list = baseMapper.i2_16(id);
|
||||
var imagePath = getStackHistogram(list, false);
|
||||
var imagePath = getStackHistogram(list);
|
||||
result.put("i2_16", imagePath);
|
||||
}
|
||||
|
||||
|
@ -1494,7 +1494,7 @@ public class BlStuAnswerServiceImpl extends ServiceImpl<BlStuAnswerMapper, BlStu
|
|||
//图片i2_21
|
||||
public void i2_21(WordOperator wo, Map<String, Object> result, String id) {
|
||||
var list = baseMapper.i2_21(id);
|
||||
var imagePath = getStackHistogram(list, false);
|
||||
var imagePath = getStackHistogram(list);
|
||||
result.put("i2_21", imagePath);
|
||||
}
|
||||
|
||||
|
@ -1937,7 +1937,7 @@ public class BlStuAnswerServiceImpl extends ServiceImpl<BlStuAnswerMapper, BlStu
|
|||
//图片i4_5
|
||||
public void i4_5(WordOperator wo, Map<String, Object> result, String id) {
|
||||
var list = baseMapper.i4_5(id);
|
||||
var imagePath = getStackHistogram(list, false);
|
||||
var imagePath = getStackHistogram(list);
|
||||
result.put("i4_5", imagePath);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue