Commit aec6117b by david.shen

解决状态为4的问题

parent 4c429008
......@@ -70,7 +70,7 @@ public class Base64decrypt {
mongoMap.forEach((key,value)->{
if(key.equals("Status")){
if(EmptyUtil.isEmpty(value) || "0".equals(value) || "".equals(value)){
mongoMap.put(key,4);
mongoMap.put(key, "4");
}
}
});
......@@ -87,7 +87,7 @@ public class Base64decrypt {
}
mongoMap.putAll(objectMap);
millis = Calendar.getInstance().getTimeInMillis();
millis = Calendar.getInstance().getTimeInMillis();
//处理实体类在每个字段加上时间
List<Map<String, Object>> allDto = new ArrayList<>();
Map<String,Object> sites = new HashMap<>();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论