소스 검색

酷乐秀曲目来源改为内容平台

zouxuan 1 년 전
부모
커밋
a43da42608
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      cooleshow-user/user-biz/src/main/resources/config/mybatis/MusicSheetAuthRecordMapper.xml

+ 3 - 0
cooleshow-user/user-biz/src/main/resources/config/mybatis/MusicSheetAuthRecordMapper.xml

@@ -74,6 +74,9 @@
                     AND ms.state_ = 0
                 </if>
             </if>
+            <if test="param.authStatus = null">
+                and msar.audit_state_ = msar.last_audit_state_
+            </if>
             <if test="param.createBy != null">
                 and ms.create_by_ = #{param.createBy}
             </if>