he2802 2 anos atrás
pai
commit
bd98ba0edf

+ 1 - 1
zhongzheng-admin/src/main/java/com/zhongzheng/controller/order/OrderInputController.java

@@ -76,7 +76,7 @@ public class OrderInputController extends BaseController {
     /**
      * 新增录单
      */
-    @ApiOperation("新增录单")
+    @ApiOperation("获取新增录单单号")
     @PreAuthorize("@ss.hasPermi('system:input:add')")
     @Log(title = "录单", businessType = BusinessType.INSERT)
     @PostMapping()

+ 1 - 1
zhongzheng-system/src/main/java/com/zhongzheng/modules/schedule/service/impl/ScheduleServiceImpl.java

@@ -2418,7 +2418,7 @@ public class ScheduleServiceImpl extends ServiceImpl<PolyvVideoMapper, PolyvVide
                                 queryBo1.setSessionId(info.getChannelSessionId());
                                 LiveListChannelVideoLibraryResponse.ChannelVideoLibrary channelVideoLibrary = iPolyvLiveService.ListChannelVideoLibrary(queryBo1);
                                 sectionVo.setRecordingUrl(channelVideoLibrary.getVideoPoolId());*/
-                                sectionVo.setSectionType(3); 
+                                sectionVo.setSectionType(3);
                                 CourseSection section = BeanUtil.toBean(sectionVo, CourseSection.class);
                                 section.setUpdateTime(DateUtils.getNowTime());
                                 iCourseSectionService.updateById(section);