소스 검색

//..

private_deployment
xhxu 1 년 전
부모
커밋
a4333aaf46
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. +0
    -2
      suimangService/src/main/java/com/iformall/service/impl/WxCVideoServiceImpl.java

+ 0
- 2
suimangService/src/main/java/com/iformall/service/impl/WxCVideoServiceImpl.java 파일 보기

@@ -40,9 +40,7 @@ public class WxCVideoServiceImpl implements WxCVideoService, IExcelExportServer

@Override
public Map<String, Object> getById(Long id) {
System.out.println("id = " + id);
List<WxCVideoTable> TemplateVideo = wxCVideoMapper.getById(id);
System.out.println("TemplateVideo = " + TemplateVideo);
Map<String, Object> avatarVos = new HashMap();
Map<String, Object> data = new HashMap();
List authorlist = new ArrayList();


불러오는 중...
취소
저장