From 9584d6704d0968073a71e6ab9a73f7aa33d31345 Mon Sep 17 00:00:00 2001 From: yujh Date: Thu, 20 Mar 2025 09:09:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E6=A8=A1=E5=9E=8B=E4=B8=8D?= =?UTF-8?q?=E8=83=BD=E7=A7=BB=E5=8A=A8=E9=97=AE=E9=A2=98=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../apps/coe/pal/pal/repository/dao/PALRepository.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/dao/PALRepository.java b/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/dao/PALRepository.java index d7457121..f968cba9 100755 --- a/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/dao/PALRepository.java +++ b/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/dao/PALRepository.java @@ -727,8 +727,8 @@ public class PALRepository extends DaoObject { + PALRepositoryModelImpl.FIELD_PL_EXT1 + "=?, " + PALRepositoryModelImpl.FIELD_PL_EXT2 + "=?, " + PALRepositoryModelImpl.FIELD_PL_EXT3 + "=?, " - + PALRepositoryModelImpl.FIELD_PL_EXT4 + "=? " - + PALRepositoryModelImpl.FIELD_PL_EXT5 + "=? " + + PALRepositoryModelImpl.FIELD_PL_EXT4 + "=?, " + + PALRepositoryModelImpl.FIELD_PL_EXT5 + "=?, " + PALRepositoryModelImpl.FIELD_PL_EXT6 + "=? " + " where " + PALRepositoryModelImpl.FIELD_UUID + "=?";