From cb5e4fb0d120c7334fb25c93c4ac4d293a3cde3a Mon Sep 17 00:00:00 2001 From: 田源 <lastanimals@163.com> Date: 星期四, 14 十二月 2023 15:26:40 +0800 Subject: [PATCH] 主数据排序bug --- Source/UBCS/ubcs-service/ubcs-code/src/main/resources/mapper/CodeALlCodeMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Source/UBCS/ubcs-service/ubcs-code/src/main/resources/mapper/CodeALlCodeMapper.xml b/Source/UBCS/ubcs-service/ubcs-code/src/main/resources/mapper/CodeALlCodeMapper.xml index 1a108c6..bed4943 100644 --- a/Source/UBCS/ubcs-service/ubcs-code/src/main/resources/mapper/CodeALlCodeMapper.xml +++ b/Source/UBCS/ubcs-service/ubcs-code/src/main/resources/mapper/CodeALlCodeMapper.xml @@ -13,7 +13,7 @@ select codeClassifyOid, codeRuleOid, serialUnit, - max(unFillSerial) unFillSerial + nvl(max(unFillSerial),0) unFillSerial from (select codeClassifyOid, codeRuleOid, serialUnit, -- Gitblit v1.9.3