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

Commit e5bb718a authored by jiangxiulong's avatar jiangxiulong

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

parent 98055842
......@@ -13,6 +13,8 @@ public class SweetManualArtistListArDto implements Serializable, Cloneable {
private static final long serialVersionUID = -5997109354033494326L;
@ApiModelProperty("电子手册关联id")
private String manualRelationId;
@ApiModelProperty("艺人id")
private String artistsId;
@ApiModelProperty("艺人名称")
......
......@@ -81,7 +81,7 @@
group by ss.stage_id;
</select>
<select id="getManualListAr" resultType="com.liquidnet.service.sweet.dto.SweetManualArtistListArDto">
select
select manual_relation_id,
sa.`artists_id`,
sa.`name`,
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