Commit 61dc4982 authored by litengwei's avatar litengwei

代码提交

parent fb36c959
......@@ -333,7 +333,7 @@ public class ProjectController extends BaseController {
if(ValidationUtil.isEmpty(option)){
option = "1";
}
if(condition.equals("0")) {
if(!ObjectUtils.isEmpty(condition) && condition.equals("0")) {
option = "0";
}
......
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