|
|
@@ -150,7 +150,6 @@ public class InvAccountOperateServiceImpl extends ServiceImpl<InvAccountOperateM
|
|
|
if (record.getOutProfit() != null) {
|
|
|
StringBuffer buffer = new StringBuffer();
|
|
|
for (Map.Entry<String, Object> entry : record.getOutProfit().entrySet()) {
|
|
|
-
|
|
|
list.forEach(invAccountProfit -> {
|
|
|
if (invAccountProfit.getProfitEng().equals(entry.getKey())) {
|
|
|
buffer.append(invAccountProfit.getProfitName()).append(" ");
|