dev
parent
e09291e85c
commit
a98c457150
|
|
@ -162,7 +162,7 @@ public class InvoiceUseService {
|
|||
out.set("invoice_type_2_cnt", 0);
|
||||
|
||||
for (Record record : list) {
|
||||
record.set("rowkey", StrKit.getRandomUUID());
|
||||
record.set("rowkey", StrKit.getRandomUUID()); // 加一个唯一 key 给前端用
|
||||
|
||||
if (record.get("weight") != null) {
|
||||
out.set("total_weight", out.getBigDecimal("total_weight").add(record.getBigDecimal("weight")));
|
||||
|
|
|
|||
Loading…
Reference in New Issue