|
|
@ -190,6 +190,13 @@ public class PatrolRoutineWorkServiceImpl extends BaseServiceImpl<PatrolRoutineW |
|
|
|
return result; |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* @Description 处理 workTypeName |
|
|
|
* @param workTypeList |
|
|
|
* @param code |
|
|
|
* @author zxc |
|
|
|
* @date 2022/1/5 9:27 上午 |
|
|
|
*/ |
|
|
|
public List<String> disposeWorkTypeCode(List<DictTreeResultDTO> workTypeList,List<String> code){ |
|
|
|
if (CollectionUtils.isEmpty(code)){ |
|
|
|
return new ArrayList<>(); |
|
|
|