Commit cd2f4e8f authored by liuyuanjun's avatar liuyuanjun

修改label查询接口,查出corpId

parent 3094d611
...@@ -29,4 +29,7 @@ public class BLabel extends IdEntity<BLabel> { ...@@ -29,4 +29,7 @@ public class BLabel extends IdEntity<BLabel> {
@ApiModelProperty(value = "新消息的个数") @ApiModelProperty(value = "新消息的个数")
private int newCount; private int newCount;
@ApiModelProperty(value = "企业id")
private String corpId;
} }
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<result column="flag" jdbcType="VARCHAR" property="flag"/> <result column="flag" jdbcType="VARCHAR" property="flag"/>
<result column="remarks" jdbcType="VARCHAR" property="remarks"/> <result column="remarks" jdbcType="VARCHAR" property="remarks"/>
<result column="l_name" jdbcType="VARCHAR" property="lName"/> <result column="l_name" jdbcType="VARCHAR" property="lName"/>
<result column="corp_id" jdbcType="VARCHAR" property="corpId"/>
</resultMap> </resultMap>
</mapper> </mapper>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment