Browse Source

no message

reset-do-picking-order
CANCERYS\kw093 6 days ago
parent
commit
9123b1fe5b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/java/com/ffii/fpsms/modules/chart/service/ChartService.kt

+ 1
- 1
src/main/java/com/ffii/fpsms/modules/chart/service/ChartService.kt View File

@@ -317,7 +317,7 @@ open class ChartService(
COUNT(dpor.id) AS orderCount,
COALESCE(SUM(
CASE
WHEN dpor.ticketReleaseTime IS NOT NULL AND dpor.ticketCompleteDateTime IS NOT NULL
WHEN dpor.ticket_release_time IS NOT NULL AND dpor.ticketCompleteDateTime IS NOT NULL
THEN GREATEST(0, TIMESTAMPDIFF(MINUTE, dpor.ticket_release_time, dpor.ticketCompleteDateTime))
ELSE 0
END


Loading…
Cancel
Save