|
@@ -791,7 +791,7 @@ public class MaterialInfoServiceImpl extends ServiceImpl<MaterialInfoMapper, Mat
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
- List<MaterialInfo> dailyList = materialInfoMapper.getListByParams(tagCode, type, status, productId, materialName, code, startDate, endDate, userId, projectId, ascription, clipId, shotId, planId,offlineflag);
|
|
|
|
|
|
+ List<MaterialInfo> dailyList = materialInfoMapper.getListByParams(tagCode, type, status, productId, materialName, code, startDate, endDate, userId, projectId, ascription, clipId, shotId, planId,offlineFlag);
|
|
List<MaterialInfo> setList = new ArrayList<>();
|
|
List<MaterialInfo> setList = new ArrayList<>();
|
|
PageInfo<MaterialInfo> pageInfo = new PageInfo<>(dailyList);
|
|
PageInfo<MaterialInfo> pageInfo = new PageInfo<>(dailyList);
|
|
if (null != dailyList && !dailyList.isEmpty()) {
|
|
if (null != dailyList && !dailyList.isEmpty()) {
|