|
|
|
@ -144,8 +144,9 @@ status = #{status}, |
|
|
|
left join admin a2 on audit_id = a2.id |
|
|
|
left join admin a3 on executor = a3.account |
|
|
|
<where> |
|
|
|
cr.order_type = 2 |
|
|
|
<if test="status != null"> |
|
|
|
cr.status = #{status} |
|
|
|
and cr.status = #{status} |
|
|
|
</if> |
|
|
|
<if test="orderCode != null"> |
|
|
|
and cr.order_code = #{orderCode} |
|
|
|
|