Commit 9c9bd743 authored by 黄奎's avatar 黄奎

Merge branch 'master' of http://gitlab.oytour.com/Kui2/education

parents d3201505 cdc5b24a
......@@ -118,7 +118,7 @@ namespace Edu.WebApi.Controllers.Course
return ApiResult.ParamIsNull("业绩金额有误,请核实后再试");
}
}
if (demodel.RateList[i].Rate <= 0) {
if (demodel.RateList[i].Rate < 0) {
return ApiResult.ParamIsNull("业绩提成比例有误");
}
}
......
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