kangwei :
正在显示
1 个修改的文件
包含
1 行增加
和
2 行删除
... | @@ -139,8 +139,7 @@ public class MybatisInterceptor implements Interceptor { | ... | @@ -139,8 +139,7 @@ public class MybatisInterceptor implements Interceptor { |
139 | || "com.skua.modules.erp.mapper.PurchasePlanItemMapper.queryListByPlanId".equals(sqlId) //采购计划 | 139 | || "com.skua.modules.erp.mapper.PurchasePlanItemMapper.queryListByPlanId".equals(sqlId) //采购计划 |
140 | || "com.skua.modules.erp.mapper.PurchaseMaterialMapper.queryListByContractId".equals(sqlId) //采购合同 | 140 | || "com.skua.modules.erp.mapper.PurchaseMaterialMapper.queryListByContractId".equals(sqlId) //采购合同 |
141 | || "com.skua.modules.erp.mapper.DistributMaterialMapper.queryListByContractId".equals(sqlId) //采购-分销合同 | 141 | || "com.skua.modules.erp.mapper.DistributMaterialMapper.queryListByContractId".equals(sqlId) //采购-分销合同 |
142 | /* || "com.skua.modules.erp.mapper.PurchaseMaterialMapper.queryListByContractId".equals(sqlId) //采购合同 | 142 | |
143 | || "com.skua.modules.erp.mapper.PurchaseMaterialMapper.queryListByContractId".equals(sqlId) //采购合同*/ | ||
144 | 143 | ||
145 | 144 | ||
146 | ) { | 145 | ) { | ... | ... |
-
请 注册 或 登录 后发表评论