From 27cc0a82fd61b00468e96025904b87b72476c508 Mon Sep 17 00:00:00 2001 From: LSH Date: 星期六, 11 二月 2023 11:25:52 +0800 Subject: [PATCH] # --- src/main/java/com/zy/common/service/CommonService.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/zy/common/service/CommonService.java b/src/main/java/com/zy/common/service/CommonService.java index 2588ea4..cb14d04 100644 --- a/src/main/java/com/zy/common/service/CommonService.java +++ b/src/main/java/com/zy/common/service/CommonService.java @@ -193,7 +193,7 @@ public Short getLocType2Small(Integer curRow,short locType1){ Integer OCount = locMastService.queryFreeLocMastCount(curRow, locType1, (short)1); - Short locType2=1; + short locType2=1; for (int i=2;i<equipmentCount+1;i++){ Integer integer =locMastService.queryFreeLocMastCount(curRow, locType1, (short)i); if (OCount<integer){ -- Gitblit v1.9.1