|
|
@@ -75,7 +75,7 @@ public class DatePermissionInterceptor implements Interceptor {
|
|
75
|
75
|
&& !"com.chinaitop.depot.storage.mapper.XwkZljcMapper.selectByPrimaryKey".equals(mappedStatement.getId())
|
|
76
|
76
|
&& !"com.chinaitop.depot.storage.mapper.XwkZljcmxMapper.selectByExample".equals(mappedStatement.getId())
|
|
77
|
77
|
&& !"com.chinaitop.depot.storage.model.StorageFoodbasicinfo.getFoodbasicInfoByHouseIdAndWarehouseId".equals(mappedStatement.getId())
|
|
78
|
|
- && !"com.chinaitop.depot.qualityControl.mapper.BusinessQcQualityInspectionMapper.getByStoreAndWarehouse".equals(mappedStatement.getId())
|
|
|
78
|
+ && !"com.chinaitop.depot.qualityControl.mapper.BusinessQcQualityInspectionMapper.selectByStoreAndWarehouse".equals(mappedStatement.getId())
|
|
79
|
79
|
&& !"com.chinaitop.depot.storage.mapper.TVentilationOperationMapper.selectByExample".equals(mappedStatement.getId())){
|
|
80
|
80
|
//解析sql中的表名
|
|
81
|
81
|
Statement statement = CCJSqlParserUtil.parse(bouString);
|