Sfoglia il codice sorgente

天天企赋银联api接口调试

xuqiang 1 anno fa
parent
commit
f8e08725d2

+ 3 - 0
src/main/resources/mapper/modules/admin/SysAmountAuditingMapper.xml

@@ -280,6 +280,9 @@
             <if test="vo.auditingStatus !=null  and vo.auditingStatus != ''">
                 a.auditing_status=#{vo.auditingStatus}
             </if>
+            <if test="vo.amountStatus !=null  and vo.amountStatus != '' and vo.amountStatus = 2">
+                and a.approval != 1
+            </if>
             <if test="vo.amountStatus !=null  and vo.amountStatus != ''">
                 and a.amount_status=#{vo.amountStatus}
             </if>