|
@@ -172,6 +172,7 @@ public class BaseStationServiceImpl implements IBaseStationService {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+ log.info("dataScope = {}", dataScope);
|
|
|
// 车间职工、未提交的,都只能查看自己创建的
|
|
// 车间职工、未提交的,都只能查看自己创建的
|
|
|
if (null == dataScope || dataScope.equals(DataScopeAspect.DATA_SCOPE_SELF)
|
|
if (null == dataScope || dataScope.equals(DataScopeAspect.DATA_SCOPE_SELF)
|
|
|
|| dataScope.equals(DataScopeAspect.DATA_SCOPE_DEPT)) {
|
|
|| dataScope.equals(DataScopeAspect.DATA_SCOPE_DEPT)) {
|