lyhzzz 2 년 전
부모
커밋
611809924f
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/main/resources/mapper/manage/DownloadOrderMapper.xml
  2. 1 1
      src/main/resources/mapper/manage/IncrementOrderMapper.xml

+ 1 - 1
src/main/resources/mapper/manage/DownloadOrderMapper.xml

@@ -25,7 +25,7 @@
         <if test="param.useType!=null">
             and o.use_type = #{param.useType}
         </if>
-        <if test="param.payMethod!=null and param.payMethod==1">
+        <if test="param.payMethod!=null and param.payMethod==0">
             and o.rec_status = 'ABC'
         </if>
         order by create_time desc

+ 1 - 1
src/main/resources/mapper/manage/IncrementOrderMapper.xml

@@ -24,7 +24,7 @@
         <if test="param.useType!=null">
             and o.use_type = #{param.useType}
         </if>
-        <if test="param.payMethod!=null and param.payMethod==1">
+        <if test="param.payMethod!=null and param.payMethod==0">
             and o.rec_status = 'ABC'
         </if>
         order by create_time desc