|
@@ -98,6 +98,10 @@ public class InformationService extends CrudService<InformationMapper, Informati
|
|
|
return super.findAllList(entity);
|
|
|
}
|
|
|
|
|
|
+ public List<Information> findNoFinishList(List<Information> list) {
|
|
|
+ return informationMapper.findNoFinishList(list);
|
|
|
+ }
|
|
|
+
|
|
|
public Page<Information> findPage(Page<Information> page, Information entity) {
|
|
|
Page<Information> page1 = super.findPage(page, entity);
|
|
|
List<Information> list = page1.getList();
|