|
@@ -81,6 +81,7 @@ public class QcModuleInfoFacade extends QcModuleInfoServiceImpl {
|
|
|
* @param getModuleMapVO
|
|
|
* @return
|
|
|
*/
|
|
|
+// @Cacheable(value = "cache", key = "'qcmodule'")
|
|
|
public Map<Long, GetModuleInfoOneDTO> getModuleMap(GetModuleMapVO getModuleMapVO) {
|
|
|
Map<Long, GetModuleInfoOneDTO> res = new LinkedHashMap<>();
|
|
|
List<QcModuleInfo> qcModuleInfoList = this.list(new QueryWrapper<QcModuleInfo>()
|