Finish Task #4531 Cost:4h 修复复制合同开票单位错误
This commit is contained in:
parent
f33d7b0910
commit
ac162406d8
@ -252,7 +252,9 @@ public class InternationalServiceImpl extends ServiceImpl<InternationalMapper, I
|
|||||||
return list.stream()
|
return list.stream()
|
||||||
.collect(Collectors.groupingBy(el -> StrUtil.subBefore(el.getCode(),
|
.collect(Collectors.groupingBy(el -> StrUtil.subBefore(el.getCode(),
|
||||||
".",
|
".",
|
||||||
false), Collectors.toMap(International::getCode, International::getName)));
|
false), Collectors.toMap(el -> StrUtil.subAfter(el.getCode(),
|
||||||
|
".",
|
||||||
|
false), International::getName)));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user