Просмотр исходного кода

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

wuhp 1 год назад
Родитель
Сommit
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