|
|
@@ -110,6 +110,12 @@ public class QhseDeviceCertController {
|
|
|
deptList.stream().filter(dept -> dept.getId().equals(e.getDeptId())).forEach(dept -> {
|
|
|
e.setDeptName(dept.getName());
|
|
|
});
|
|
|
+ if ("three".equals(e.getCertType())) {
|
|
|
+ e.setCertType("三类检测证书");
|
|
|
+ }
|
|
|
+ if ("four".equals(e.getCertType())) {
|
|
|
+ e.setCertType("四类检测证书");
|
|
|
+ }
|
|
|
}
|
|
|
});
|
|
|
// 导出 Excel
|