nnnn
This commit is contained in:
@@ -69,7 +69,8 @@ public class SettingAppController {
|
||||
.eq(Goods::getStatus,0)
|
||||
.orderByAsc(Goods::getPrice));
|
||||
list.forEach(i -> {
|
||||
i.setAliAmountDiff(i.getAmount() - i.getWxAmount());
|
||||
// i.setAliAmountDiff(i.getAmount() - i.getWxAmount());
|
||||
i.setAliAmountDiff(0L);
|
||||
});
|
||||
vo.setGoods(list);
|
||||
return R.ok(vo);
|
||||
|
||||
Reference in New Issue
Block a user