|
@@ -116,6 +116,7 @@ public class JFlowTaskServiceImpl implements JFlowTaskService {
|
|
|
* @param dto condition
|
|
|
* @return com.boman.domain.dto.AjaxResult
|
|
|
*/
|
|
|
+ @Override
|
|
|
public AjaxResult getBusinessCandidators(FormDataDto dto) {
|
|
|
String tableName = dto.getCandidatorTableName();
|
|
|
GenTable genTable = tableServiceCmdService.getTableFromRedisByTableName(RedisKey.TABLE_INFO, tableName);
|