From 1d8adcc2c2ee0e6a1f65f5c963ea53fda77c95a3 Mon Sep 17 00:00:00 2001 From: shicf <shi_chongfu@163.com> Date: 星期四, 24 四月 2025 12:04:29 +0800 Subject: [PATCH] app管理 --- src/main/java/com/product/mobile/core/service/CommonMVCService.java | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/product/mobile/core/service/CommonMVCService.java b/src/main/java/com/product/mobile/core/service/CommonMVCService.java index f418f38..e43226a 100644 --- a/src/main/java/com/product/mobile/core/service/CommonMVCService.java +++ b/src/main/java/com/product/mobile/core/service/CommonMVCService.java @@ -114,5 +114,14 @@ throw new BaseException(MobileCoreCode.GET_ROUTER_FAIL); } } - + /** + * 鎵ц琛ㄨ揪寮� + * @param exp + * @return + */ + public FieldSetEntity excuteExp(String exp) { + String sql="select "+exp+" expValue"; + FieldSetEntity fs=baseDao.getFieldSetBySQL(sql, null, false); + return fs; + } } -- Gitblit v1.9.2