Commit 9f077394 authored by liuxinben's avatar liuxinben

打印交接单的返回格式修改

parent 325ce0c9
...@@ -197,7 +197,7 @@ public class ReceiptServiceImpl implements ReceiptService { ...@@ -197,7 +197,7 @@ public class ReceiptServiceImpl implements ReceiptService {
total+= Integer.valueOf(map2.get("FINISH_COUNT").toString()); total+= Integer.valueOf(map2.get("FINISH_COUNT").toString());
} }
map.put("list",mapList); map.put("list",formateMap(mapList));
map.put("total",total); map.put("total",total);
boolean b = receiptMapper.updateReceiptDate(str); boolean b = receiptMapper.updateReceiptDate(str);
} }
......
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