ccjgmwz 3 年之前
父节点
当前提交
602f182581

+ 2 - 2
winsea-haixin-plugin-yiliangyiyun/src/main/resources/mapper/PaymentManagementMapper.xml

@@ -45,11 +45,11 @@
             OR lower( car_no) like lower(CONCAT('%',#{searchKeyWord},'%')))
         </if>
         <if test="startDate != null">
-            AND (DATE_FORMAT(a.create_date,"%Y%m%d") &gt;=
+            AND (DATE_FORMAT(create_date,"%Y%m%d") &gt;=
             DATE_FORMAT(#{startDate},"%Y%m%d"))
         </if>
         <if test="endDate != null">
-            AND (DATE_FORMAT(a.create_date,"%Y%m%d") &lt;=
+            AND (DATE_FORMAT(create_date,"%Y%m%d") &lt;=
             DATE_FORMAT(#{endDate},"%Y%m%d"))
         </if>
         <if test="businessKeys != null and businessKeys.size > 0">