소스 검색

天天企赋银联api接口调试

xuqiang 1 년 전
부모
커밋
cd3ae3eae4
1개의 변경된 파일2개의 추가작업 그리고 6개의 파일을 삭제
  1. 2 6
      src/main/resources/mapper/modules/admin/SysAmountAuditingMapper.xml

+ 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>