给商品增加图片上传功能
This commit is contained in:
@@ -257,6 +257,6 @@ public class AccountItemService {
|
||||
}
|
||||
|
||||
public BigDecimal getEachAmountByBillId(Long billId) {
|
||||
return accountItemMapperEx.getEachAmountByBillId(billId);
|
||||
return accountItemMapperEx.getEachAmountByBillId(billId).abs();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user