瀏覽代碼

Merge branch 'zx_online_cbs' of http://git.dayaedu.com/yonge/cooleshow into develop-new

zouxuan 1 年之前
父節點
當前提交
6f04d18b26

+ 2 - 0
cooleshow-user/user-biz/src/main/java/com/yonge/cooleshow/biz/dal/entity/MusicSheetAccompaniment.java

@@ -42,6 +42,8 @@ public class MusicSheetAccompaniment extends BaseEntity {
     private String musicalInstrumentId;
 
     @ApiModelProperty("声轨乐器")
+    //排除该字段
+    @TableField(exist = false)
     private String musicalInstrumentName;
 
     @TableField("audio_file_url_")