Ver Fonte

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

wuhp há 2 anos atrás
pai
commit
e84ecdcf50

+ 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,