Bläddra i källkod

修改数据权限-01

hanqingsong 1 år sedan
förälder
incheckning
2e6845d572

+ 1 - 1
src/main/java/com/chinaitop/DatePermissionInterceptor.java

@@ -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);

+ 1 - 1
src/main/java/com/chinaitop/depot/qualityControl/mapper/BusinessQcQualityInspectionMapper.java

@@ -37,7 +37,7 @@ public interface BusinessQcQualityInspectionMapper {
37 37
 
38 38
     List<BusinessQcQualityInspection> getPageList(BusinessQcQualityInspectionPage pageParam);
39 39
 
40
-    Map<String, Object> getByStoreAndWarehouse(CommonParam param);
40
+    Map<String, Object> selectByStoreAndWarehouse(CommonParam param);
41 41
 
42 42
     List<Map<String,Object>> getEnumTreeList(@Param("parentId") Integer parentId);
43 43
 

+ 1 - 1
src/main/java/com/chinaitop/depot/qualityControl/mapper/BusinessQcQualityInspectionMapper.xml

@@ -793,7 +793,7 @@
793 793
       </if>
794 794
     </where>
795 795
   </select>
796
-  <select id="getByStoreAndWarehouse" parameterType="com.chinaitop.depot.common.CommonParam" resultType="map">
796
+  <select id="selectByStoreAndWarehouse" parameterType="com.chinaitop.depot.common.CommonParam" resultType="map">
797 797
     SELECT
798 798
         kd.UnitID,
799 799
         kd.ch,