20260409修改内容
This commit is contained in:
@@ -116,6 +116,9 @@
|
||||
<if test="reviewStatus != null">
|
||||
and a.review_status = #{reviewStatus}
|
||||
</if>
|
||||
<if test="ltReviewStatus != null">
|
||||
and a.review_status < #{ltReviewStatus}
|
||||
</if>
|
||||
<if test="issuedFlag != null and issuedFlag != ''">
|
||||
and a.issued_flag = #{issuedFlag}
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user