|
@@ -202,10 +202,10 @@
|
|
|
</if>
|
|
|
<if test="param.auditStatus != null">
|
|
|
and msar.audit_state_ = #{param.auditStatus}
|
|
|
- <if test="param.auditStatus == PASS">
|
|
|
+ <if test="param.auditStatus.code == 'PASS'">
|
|
|
AND t.state_ = 1
|
|
|
</if>
|
|
|
- <if test="param.auditStatus == OUT_SALE">
|
|
|
+ <if test="param.auditStatus.code == 'OUT_SALE'">
|
|
|
AND t.state_ = 0
|
|
|
</if>
|
|
|
</if>
|