@@ -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;
}