|
@@ -798,15 +798,12 @@
|
|
|
,msar.reason_ as auditReason
|
|
|
,msar.music_sheet_json_ as musicSheetJson
|
|
|
,msar.batch_no_ as batchNo
|
|
|
- ,msar.music_sheet_id_ as id
|
|
|
+ ,msar.batch_no_ as id
|
|
|
from music_sheet_auth_record msar
|
|
|
left join music_sheet t on t.id_ = msar.music_sheet_id_
|
|
|
left join sys_user su on su.id_ = t.create_by_
|
|
|
left join sys_user su2 on msar.verify_user_id_ = su2.id_
|
|
|
<where>
|
|
|
- <if test="musicSheetId != null">
|
|
|
- and #{musicSheetId} = msar.music_sheet_id_
|
|
|
- </if>
|
|
|
<if test="batchNo != null and batchNo != ''">
|
|
|
and #{batchNo} = msar.batch_no_
|
|
|
</if>
|