瀏覽代碼

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