去除分页插件

This commit is contained in:
季圣华
2020-04-19 15:26:14 +08:00
parent 60234752f2
commit a4895d955a
15 changed files with 84 additions and 215 deletions

View File

@@ -596,6 +596,17 @@ public class MaterialService {
}
return list;
}
public Long getMaterialEnableSerialNumberCount(Map<String, Object> parameterMap)throws Exception {
Long count =null;
try{
count= materialMapperEx.getMaterialEnableSerialNumberCount(parameterMap);
}catch(Exception e){
JshException.readFail(logger, e);
}
return count;
}
@Transactional(value = "transactionManager", rollbackFor = Exception.class)
public int batchDeleteMaterialByIds(String ids) throws Exception{
logService.insertLog("商品",