From bcc80a6833abe9f24abdb978f7c7f01b664a574f Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期二, 18 二月 2025 14:48:45 +0800 Subject: [PATCH] 优化调整 --- inspect-server/src/main/resources/mapper/InsOrderUserMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/inspect-server/src/main/resources/mapper/InsOrderUserMapper.xml b/inspect-server/src/main/resources/mapper/InsOrderUserMapper.xml index 18ccab2..36d1385 100644 --- a/inspect-server/src/main/resources/mapper/InsOrderUserMapper.xml +++ b/inspect-server/src/main/resources/mapper/InsOrderUserMapper.xml @@ -24,7 +24,7 @@ ios.laboratory sonLaboratory, sample_code, sample sampleName, - IFNULL(TIMESTAMPDIFF(HOUR, iou.ins_time, submit_time), 0) AS hours + IFNULL(TIMESTAMPDIFF(MINUTE, iou.ins_time, submit_time), 0) AS hours from ins_order_user iou left join ins_order_state ios on iou.ins_order_state_id = ios.id left join ins_sample isa on ios.ins_sample_id = isa.id -- Gitblit v1.9.3