소스 검색

Merge branch 'master' of http://192.168.20.122:3000/root/qiyewechatApp

半月无霜 4 년 전
부모
커밋
8eb48919c4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ymall/src/main/resources/mapper/CalculationProfitMapper.xml

+ 1 - 1
ymall/src/main/resources/mapper/CalculationProfitMapper.xml

@@ -149,7 +149,7 @@
 
   <select id="getNotRecordProfit" resultMap="baseMap">
     select  *  from  calculation_profit
-    where status = 2  and ((type=1 and date_part('day', #{now}::TIMESTAMP - syn_order_time) >= 1)
+    where status = 2  and ((type=1 and date_part('day', #{now}::TIMESTAMP - syn_order_time) >= 8)
     or (type =2 and date_part('day' , #{now}::TIMESTAMP - syn_order_time) >=8) )
     order by syn_order_time asc limit 3000
   </select>