|
|
@@ -151,7 +151,7 @@ public class InvAccountIncoiceServiceImpl extends ServiceImpl<InvAccountIncoiceM
|
|
|
outInvAccountOperate.setCreateTime(LocalDateTime.now());
|
|
|
|
|
|
for (Map.Entry<String, Object> entry : outProfit.entrySet()) {
|
|
|
- outProfit.put(entry.getKey(), new BigDecimal(String.valueOf(entry.getValue())).negate().toString());
|
|
|
+ outProfit.put(entry.getKey(), new BigDecimal(String.valueOf(entry.getValue())).toString());
|
|
|
}
|
|
|
outInvAccountOperate.setOutProfit(outProfit);
|
|
|
|