Commit 859dbba8 by zhangxingmin

push

parent 01e575da
...@@ -302,6 +302,7 @@ public class ApiEmailFileServiceImpl implements ApiEmailFileService { ...@@ -302,6 +302,7 @@ public class ApiEmailFileServiceImpl implements ApiEmailFileService {
for (String header : headers) { for (String header : headers) {
String value = getStringValue(row, header); String value = getStringValue(row, header);
value = Objects.isNull(value) ? "" : value;
Map<String, String> variableMap = new HashMap<>(); Map<String, String> variableMap = new HashMap<>();
// 中文变量字段名 // 中文变量字段名
variableMap.put("cn_key", header); variableMap.put("cn_key", header);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment