From 001ead79e19e94ed4e693106431f122b3412529f Mon Sep 17 00:00:00 2001
From: 许鹏程 <1821349743@qq.com>
Date: 星期三, 04 六月 2025 14:23:55 +0800
Subject: [PATCH] 更新

---
 src/main/java/com/product/mobile/core/controller/FaceMobileController.java |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/product/mobile/core/controller/FaceMobileController.java b/src/main/java/com/product/mobile/core/controller/FaceMobileController.java
index 749054a..2a4ea8a 100644
--- a/src/main/java/com/product/mobile/core/controller/FaceMobileController.java
+++ b/src/main/java/com/product/mobile/core/controller/FaceMobileController.java
@@ -1,5 +1,6 @@
 package com.product.mobile.core.controller;
 
+import com.product.common.lang.StringUtils;
 import com.product.core.entity.FieldSetEntity;
 import com.product.core.exception.BaseException;
 import com.product.mobile.core.config.MobileCoreCode;
@@ -57,7 +58,16 @@
 		try {
 			//涓嶉獙璇佷紶鍏ョ殑琛ㄥ悕 鍙兘浼氭槸 product_sys_flow_task/product_sys_flow_detail
 			FieldSetEntity fse = BaseUtil.getFieldSetEntity(request);
-			return BaseUtil.success(faceMobileService.getFlowFaceField(fse));
+//			//閫氳繃瀹℃壒浠诲姟鐨剈uid鏉ユ煡琛ㄥ崟淇℃伅
+//			if (StringUtils.isEmpty(fse.getString("table_uuid")) && StringUtils.isEmpty(fse.getString("table_name"))) {
+//				return BaseUtil.success(faceMobileService.getFlowFaceField(fse));
+//			}else {
+//				//閫氳繃涓氬姟琛ㄤ俊鎭煡琛ㄥ崟淇℃伅
+//				return BaseUtil.success(faceMobileService.getFaceFieldByTable(fse));
+//			}
+			
+			return BaseUtil.success(faceMobileService.getFaceConfig(fse));
+			
 		} catch (BaseException e) {
 			e.printStackTrace();
 			return error(e);

--
Gitblit v1.9.2