Sfoglia il codice sorgente

Merge branch 'report-detail' into 'DEV'

Report detail



See merge request !59

chenxz 8 anni fa
parent
commit
36cae93c71

+ 1 - 0
mooctest-site-server/src/main/java/cn/iselab/mooctest/site/web/data/wrapper/TargetKibugVOWrapper.java

@@ -40,6 +40,7 @@ public class TargetKibugVOWrapper extends BaseWrapper<TargetKibugVO,Application>
         application.setId(targetKibugVO.getKibugId());
         application.setStatus(targetKibugVO.getComplete());
         application.setName(targetKibugVO.getName());
+        application.setPlatform(AppPlatform.parse(targetKibugVO.getPlatform()).getPlatformId());
         return application;
     }