瀏覽代碼

提交报价次数查询时间的bug

wuhp 2 年之前
父節點
當前提交
e84ecdcf50
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/resources/mapper/modules/order/InsAreaCompanyMapper.xml

+ 1 - 1
src/main/resources/mapper/modules/order/InsAreaCompanyMapper.xml

@@ -868,7 +868,7 @@
                 agree.insurance_company_id = #{vo.parterCompanyId}
             </if>
             <if test="vo.beginDate  != null  and  vo.beginDate!=''  and vo.endDate  != null  and  vo.endDate!=''">
-                AND   iac.create_time  BETWEEN #{vo.beginDate} AND #{vo.endDate}
+                AND  iac.createtime  BETWEEN #{vo.beginDate} AND #{vo.endDate}
             </if>
         GROUP BY
             agree.insurance_company_id,