From 3d2266f4a1311b8d12ab44f9dca921e58c25a255 Mon Sep 17 00:00:00 2001 From: "UNISINSIGHT\\rdpnr_jiangpeng" Date: Thu, 26 Mar 2026 14:40:01 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BA=A7=E5=93=81=E5=8F=B7?= =?UTF-8?q?=E7=9B=B8=E5=8A=A0=E7=BB=93=E6=9E=9C=E7=A1=AE=E4=BF=9D=E4=B8=BA?= =?UTF-8?q?=E6=95=B4=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mapper/inventory/InventoryDeliveryMapper.xml | 4 ++-- .../src/main/resources/mapper/sip/ProjectOrderInfoMapper.xml | 2 +- .../resources/mapper/sip/ProjectOrderInfoRecallMapper.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ruoyi-sip/src/main/resources/mapper/inventory/InventoryDeliveryMapper.xml b/ruoyi-sip/src/main/resources/mapper/inventory/InventoryDeliveryMapper.xml index e9ddd610..0549c0ab 100644 --- a/ruoyi-sip/src/main/resources/mapper/inventory/InventoryDeliveryMapper.xml +++ b/ruoyi-sip/src/main/resources/mapper/inventory/InventoryDeliveryMapper.xml @@ -82,7 +82,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" - select order_code, (ifnull(version_code,0) + ifnull(operation_version,0)) as version_code, create_time as last_update_time + select order_code, CAST(ifnull(version_code,0) + ifnull(operation_version,0) AS SIGNED) as version_code, create_time as last_update_time from project_order_info_recall