提交 cc41646c authored 作者: renjiancai's avatar renjiancai

--no commit message

上级 bbf7409d
......@@ -11,7 +11,7 @@ import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
@Data
@ApiModel(value = "SignLanguageRelation", description = "手语采集主题关联表")
@ApiModel(value = "SignLanguageRelation", description = "手语采集主题关联用户信息表")
@Table(name = "sys_sign_language_relation")
public class SignLanguageRelation {
@Id
......
......@@ -53,6 +53,7 @@ public interface SignLanguageMapper extends BaseMapper<SignLanguage> {
+ "<if test='"+ NOTBLANK +"(form.userId)'>"
+ " and re.userId = #{form.userId} "
+ "</if>"
+ " GROUP BY s.title"
+ "</script>")
List<SignLanguageListVo> pageOrUserType(@Param("form")LanguageORUserSelectForm form);
@Select("<script>"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论