|
@@ -142,7 +142,7 @@
|
|
|
<where>
|
|
|
<include refid="QueryInfo"/>
|
|
|
<if test="param.auditStatus == null">
|
|
|
- t.cbs_music_sheet_id_ IS NOT NULL
|
|
|
+ AND t.cbs_music_sheet_id_ IS NOT NULL
|
|
|
</if>
|
|
|
<if test="param.auditVersion != null ">
|
|
|
and #{param.auditVersion} = t.audit_version_
|