Commit 035bee93 by Wangmin

修改提现

parent 1e117089
...@@ -98,7 +98,7 @@ public class CompanyController extends BaseController { ...@@ -98,7 +98,7 @@ public class CompanyController extends BaseController {
if (bo.getIsMerchant()) { if (bo.getIsMerchant()) {
return R.ok(companyService.withdrawDeposit(bo)); return R.ok(companyService.withdrawDeposit(bo));
}else { }else {
return R.ok(); return R.ok(employeesService.withdrawDeposit(bo));
} }
} }
......
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