记得上下班打卡 | git大法好,push需谨慎

Commit 07d963ec authored by jiangxiulong's avatar jiangxiulong

减少字段 manualRelationId;url注释;url type排序

parent 74908673
...@@ -13,8 +13,6 @@ public class SweetManualArtistListArDto implements Serializable, Cloneable { ...@@ -13,8 +13,6 @@ public class SweetManualArtistListArDto implements Serializable, Cloneable {
private static final long serialVersionUID = -5997109354033494326L; private static final long serialVersionUID = -5997109354033494326L;
@ApiModelProperty("电子手册关联id")
private String manualRelationId;
@ApiModelProperty("艺人id") @ApiModelProperty("艺人id")
private String artistsId; private String artistsId;
@ApiModelProperty("艺人名称") @ApiModelProperty("艺人名称")
...@@ -41,7 +39,7 @@ public class SweetManualArtistListArDto implements Serializable, Cloneable { ...@@ -41,7 +39,7 @@ public class SweetManualArtistListArDto implements Serializable, Cloneable {
private String signatureStart; private String signatureStart;
@ApiModelProperty("艺人签售结束") @ApiModelProperty("艺人签售结束")
private String signatureEnd; private String signatureEnd;
@ApiModelProperty("艺人资源url 目前是视频和图片") @ApiModelProperty("艺人资源url 目前是视频和图片 轮播图使用")
private List<SweetManualArtistResourceUrlArDto> resourceUrl; private List<SweetManualArtistResourceUrlArDto> resourceUrl;
private static final SweetManualArtistListArDto obj = new SweetManualArtistListArDto(); private static final SweetManualArtistListArDto obj = new SweetManualArtistListArDto();
......
...@@ -7,5 +7,6 @@ ...@@ -7,5 +7,6 @@
select url, type select url, type
from sweet_artists_url from sweet_artists_url
where artists_id = #{artistsId} where artists_id = #{artistsId}
order by type desc
</select> </select>
</mapper> </mapper>
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
group by ss.stage_id; group by ss.stage_id;
</select> </select>
<select id="getManualListAr" resultType="com.liquidnet.service.sweet.dto.SweetManualArtistListArDto"> <select id="getManualListAr" resultType="com.liquidnet.service.sweet.dto.SweetManualArtistListArDto">
select manual_relation_id, select
sa.`artists_id`, sa.`artists_id`,
sa.`name`, sa.`name`,
sa.pinyin, sa.pinyin,
......
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