|
|
|
@ -43,9 +43,6 @@ public class FormDataService extends BaseService<FormDataMapper,FormData> { |
|
|
|
public List<Map<String,Object>> selectListMapByWhere(IPage page, QueryWrapper ew, Map<String,Object> ext){ |
|
|
|
return baseMapper.selectListMapByWhere(page,ew,ext); |
|
|
|
} |
|
|
|
/** 请在此类添加自定义函数 */ |
|
|
|
@Autowired |
|
|
|
FormDataTagService tagService; |
|
|
|
|
|
|
|
|
|
|
|
@Autowired |
|
|
|
|