lyhzzz 2 năm trước cách đây
mục cha
commit
611809924f

+ 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