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

Commit 767dd62a authored by 胡佳晨's avatar 胡佳晨

Merge branch 'dev_goblin' into pre

parents c4a004a7 074752e9
...@@ -13,6 +13,8 @@ public class SweetManualArtistListArDto implements Serializable, Cloneable { ...@@ -13,6 +13,8 @@ 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("艺人名称")
......
...@@ -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 select manual_relation_id,
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