Commit 25f978f4 authored by xiachenqi's avatar xiachenqi

修改异常格口信息返回值

parent 80a3dece
...@@ -359,7 +359,7 @@ public class PersonPostApi { ...@@ -359,7 +359,7 @@ public class PersonPostApi {
} }
for (PersonPostEntity entity : list) { for (PersonPostEntity entity : list) {
if (entity.getLatticeMouthInformation().trim().equals("调用新一代接口批量获取四级分拣码失败")) { if (entity.getLatticeMouthInformation().trim().equals("调用新一代接口批量获取四级分拣码失败")) {
entity.setLatticeMouthInformation(""); entity.setLatticeMouthInformation("获取分拣码失败");
} }
} }
return list; return list;
......
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