Преглед на файлове

1.费用校验详情添加审核时间

wuhp преди 1 година
родител
ревизия
000c7230cb
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      src/main/resources/mapper/modules/order/InsAreaCompanyMapper.xml

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

@@ -1905,8 +1905,8 @@
         SELECT
             io.licenseno as "licenseno",
             iac.createtime as "createTime",
-            iac.audittime as "auditTime",
-            IFNULL(TIMESTAMPDIFF(SECOND, iac.createtime, iac.audittime),0) as "timeDifference"
+            ifa.audittime as "auditTime",
+            IFNULL(TIMESTAMPDIFF(SECOND, iac.createtime, ifa.audittime),0) as "timeDifference"
         FROM
             ins_fee_audit ifa
             LEFT JOIN ins_orders io ON io.orderno = ifa.orderno