Procházet zdrojové kódy

天天企赋银联api接口调试

xuqiang před 1 rokem
rodič
revize
cd3ae3eae4

+ 2 - 6
src/main/resources/mapper/modules/admin/SysAmountAuditingMapper.xml

@@ -149,9 +149,7 @@
             <if test="amountStatus !=null  and amountStatus != ''">
                 and a.amount_status=#{amountStatus}
             </if>
-            <if test="amountStatus !=null  and amountStatus != '' and amountStatus = 2">
-                and a.approval != 1
-            </if>
+
             <if test="id !=null  and id != ''">
                 and a.id=#{id}
             </if>
@@ -280,9 +278,7 @@
             <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>