liujc 7 months ago
parent
commit
bd6b53f6c7

+ 2 - 2
cooleshow-user/user-biz/src/main/resources/config/mybatis/MusicSheetMapper.xml

@@ -1190,7 +1190,7 @@
         ms.audit_status_ = 'PASS',
         ms.score_type_ = #{item.scoreType},
         ms.state_ = #{item.status},
-        ms.client_state_ = #{item.status},
+        ms.client_state_ = #{item.clientStatus},
         ms.notation_ = #{item.isConvertibleScore},
         ms.provider_type_ = CASE WHEN ms.provider_type_ is null or ms.provider_type_ = '' THEN 'PLATFORM'
                             when find_in_set('PLATFORM',ms.provider_type_) then ms.provider_type_
@@ -1276,7 +1276,7 @@
         #{item.musicSheetUpdate.userId},#{item.musicSheetUpdate.userId},
         #{item.scoreType},
         #{item.musicSheetUpdate.platformStatus},
-        #{item.musicSheetUpdate.platformStatus}
+        #{item.clientStatus}
         )
     </insert>
     <!--单曲专辑数量统计-->