添加字段和表
parent
ef14392a40
commit
d76372492b
|
@ -93,7 +93,7 @@ public class TaskInputServiceImpl extends ServiceImpl<TaskInputMapper, TaskInput
|
|||
}
|
||||
Long basicId = taskInputMapper.selectByBasicId(taskId);
|
||||
fieName = fieName.substring(1);
|
||||
String sql="select "+fieName + " form "+joint;
|
||||
String sql="select "+fieName + " from "+joint;
|
||||
System.out.println("select "+fieName + " from "+joint);
|
||||
Result<List<List<DataValue>>> tableValue = datasourceFeign.findTableValue(basicId, sql);
|
||||
System.out.println(tableValue);
|
||||
|
|
Loading…
Reference in New Issue