Commit 82085ffd authored by libin's avatar libin

佣金明细

parent 607bb70c
...@@ -375,6 +375,7 @@ public class AppUserSellingWaterBiz extends BaseBiz<AppUserSellingWaterMapper, A ...@@ -375,6 +375,7 @@ public class AppUserSellingWaterBiz extends BaseBiz<AppUserSellingWaterMapper, A
} }
//取消单 //取消单
if (Objects.nonNull(sellingWalletVo.getSellerStatus())) { if (Objects.nonNull(sellingWalletVo.getSellerStatus())) {
sellingWalletVo.setSellerStatus(SellerWallterStatus.CANCEL.getCode());
sellingWalletVo.setStatusText(SellerWallterStatus.CANCEL.getText()); sellingWalletVo.setStatusText(SellerWallterStatus.CANCEL.getText());
}else { }else {
if (sellingWalletVo.getWaiting()==SellerWallterStatus.POST.getCode()){ if (sellingWalletVo.getWaiting()==SellerWallterStatus.POST.getCode()){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment