Commit 330cb6d6 authored by dahai's avatar dahai

push

parent 60f5c6c4
...@@ -197,6 +197,7 @@ public class ReceiptApi { ...@@ -197,6 +197,7 @@ public class ReceiptApi {
resultList.get(i).put("downloadDate", map.get("DOWNLOADDATE")); resultList.get(i).put("downloadDate", map.get("DOWNLOADDATE"));
resultList.get(i).put("checkDate", map.get("CHECKDATE")); resultList.get(i).put("checkDate", map.get("CHECKDATE"));
resultList.get(i).put("electricDate", map.get("ELECTRICDATE")); resultList.get(i).put("electricDate", map.get("ELECTRICDATE"));
resultList.get(i).put("styleClass", "");
} }
return resultList; return resultList;
} }
......
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