|
@@ -475,7 +475,7 @@ public class TTrainingController extends BaseController {
|
|
|
public void AutoReport(HttpServletRequest request, HttpServletResponse response, Long year, Long trainingId) {
|
|
|
TTraining tTraining = tTrainingMapper.selectTTrainingById(trainingId);
|
|
|
String tempUrl = "";
|
|
|
- if (tTraining.getDeptId() == 103) {
|
|
|
+ if (tTraining.getDeptId() == 103 || tTraining.getDeptId() == 10012) {
|
|
|
if (tTraining.getTrainingType().equals("12")) {
|
|
|
tempUrl = "static/word/training/signMOC.docx"; // 模板文件
|
|
|
} else {
|