Commit 2443abde authored by libin's avatar libin

Merge branch 'master-wallet-bug-fix' into dev

parents 625aeefe 82085ffd
......@@ -375,6 +375,7 @@ public class AppUserSellingWaterBiz extends BaseBiz<AppUserSellingWaterMapper, A
}
//取消单
if (Objects.nonNull(sellingWalletVo.getSellerStatus())) {
sellingWalletVo.setSellerStatus(SellerWallterStatus.CANCEL.getCode());
sellingWalletVo.setStatusText(SellerWallterStatus.CANCEL.getText());
}else {
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