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