添加字段和表

master
Cui YongXing 2024-09-01 15:31:17 +08:00
parent ef14392a40
commit d76372492b
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ public class TaskInputServiceImpl extends ServiceImpl<TaskInputMapper, TaskInput
} }
Long basicId = taskInputMapper.selectByBasicId(taskId); Long basicId = taskInputMapper.selectByBasicId(taskId);
fieName = fieName.substring(1); fieName = fieName.substring(1);
String sql="select "+fieName + " form "+joint; String sql="select "+fieName + " from "+joint;
System.out.println("select "+fieName + " from "+joint); System.out.println("select "+fieName + " from "+joint);
Result<List<List<DataValue>>> tableValue = datasourceFeign.findTableValue(basicId, sql); Result<List<List<DataValue>>> tableValue = datasourceFeign.findTableValue(basicId, sql);
System.out.println(tableValue); System.out.println(tableValue);