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

Commit 074752e9 authored by 胡佳晨's avatar 胡佳晨

Merge remote-tracking branch 'origin/dev_goblin' into dev_goblin

parents 06db2ba7 e5bb718a
......@@ -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