Browse Source

Merge remote-tracking branch 'origin/master'

ljx 4 năm trước cách đây
mục cha
commit
4d4967a614

+ 1 - 1
src/main/java/com/imed/costaccount/service/impl/IncomeCollectionServiceImpl.java

@@ -260,7 +260,7 @@ public class IncomeCollectionServiceImpl
             Map<Integer, Object> map = new HashMap<>();
             for (int i = 0; i < responsibilities.size(); i++) {
                 if (i == 0) {
-                    map.put(i + 1, accounts.get(i).getName());
+                    map.put(i + 1, account.getName());
                     continue;
                 } else if (i == responsibilities.size() - 1) {
                     // TODO: 2021/8/12 合计