Commit d87b3d7f by qwmqiuwenmin

fix

parent eb33fd2f
......@@ -357,7 +357,7 @@ public class DepartmentContoller extends WebBaseController{
if(dto == null || dto.getStatusFlag() == 0) {
continue;
}
if(dto.getIsStore() == 1) {
if(dto.getIsStore() != null && dto.getIsStore() == 1) {
continue;
}
String departmentId = departmentAddQO.getDepartmentId();
......
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