luobang 3 年之前
父节点
当前提交
6f858438be
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/resources/com/steerinfo/dil/mapper/StatisticalReportMapper.xml

+ 1 - 1
src/main/resources/com/steerinfo/dil/mapper/StatisticalReportMapper.xml

@@ -2380,7 +2380,7 @@
         "carrierName",
         OO.ORDER_NUMBER "orderNo",
         (CASE
-            WHEN BDO.DETAILS_ID IS NULL
+            WHEN BDO.DETAILS_ID IS NULL and TLFR.RESULT_OUT_GATE_TIME is not null
             THEN null
             WHEN ACTP.PRICE_VALUE IS NOT NULL
             THEN ROUND(ACTP.PRICE_VALUE,2)