shiqian 3 năm trước cách đây
mục cha
commit
cfa77355a3

+ 1 - 0
boman-web-core/src/main/java/com/boman/web/core/service/jflow/impl/JFlowTaskServiceImpl.java

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