Browse Source

打卡记录修改

master
DX 2 months ago
parent
commit
9d8d9f9971
  1. 2
      yudao-module-system/yudao-module-system-biz/src/main/java/cn/iocoder/yudao/module/system/service/inspectionslog/InspectionsLogServiceImpl.java

2
yudao-module-system/yudao-module-system-biz/src/main/java/cn/iocoder/yudao/module/system/service/inspectionslog/InspectionsLogServiceImpl.java

@ -170,7 +170,7 @@ public class InspectionsLogServiceImpl implements InspectionsLogService {
return inspectionsLogDOPageResult;
}
//封装
public List<InspectionsLogAppListVO> getInspectionsLogAppListVO(Long insId) {
List<InspectionsLogAppListVO> appListVO = new ArrayList<>();

Loading…
Cancel
Save