|
@@ -25,6 +25,9 @@
|
|
|
<if test="toExamineType == 2">
|
|
|
AND approve_status is null and status='待付款'
|
|
|
</if>
|
|
|
+ <if test="toExamineType == 3">
|
|
|
+ AND status='待确认'
|
|
|
+ </if>
|
|
|
</if>
|
|
|
<if test="createUserId != null and createUserId != ''">
|
|
|
AND create_user_id= #{createUserId}
|
|
@@ -209,6 +212,9 @@
|
|
|
<if test="toExamineType == 2">
|
|
|
AND approve_status is null and status='待付款'
|
|
|
</if>
|
|
|
+ <if test="toExamineType == 3">
|
|
|
+ AND status='待确认'
|
|
|
+ </if>
|
|
|
</if>
|
|
|
<if test="createUserId != null and createUserId != ''">
|
|
|
AND create_user_id= #{createUserId}
|