瀏覽代碼

新项目旧数据处理项目完成日期接口

anderx 1 年之前
父節點
當前提交
f088c4d88b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/goafanti/common/mapper/UserMidMapper.xml

+ 1 - 1
src/main/java/com/goafanti/common/mapper/UserMidMapper.xml

@@ -885,7 +885,7 @@
       and a.order_type  in(1)
     </if>
     <if test="projectCompleteStartTime !=null and projectCompleteEndTime !=null">
-      and e.task_end_time BETWEEN #{projectCompleteStartTime} and #{projectCompleteEndTime}
+      and e.complete_date BETWEEN #{projectCompleteStartTime} and #{projectCompleteEndTime}
     </if>
   </sql>
   <select id="selectStatisticsOrderProjectCount" resultType="java.lang.Integer">