修改MP4上传不好使的问题

This commit is contained in:
yangjun 2026-01-21 13:30:56 +08:00
parent 3e663c083f
commit 3c2f8e7b82
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ public class DirectiveOrderPadServiceImpl extends ServiceImpl<DirectiveOrderMapp
public Map<String, Object> editSubMp4(DirectiveOrderEntity directiveOrderEntity) {
DirectiveOrder directiveOrder = new DirectiveOrder();
directiveOrder.setId(directiveOrderEntity.getId());
directiveOrder.setManuallyMp4Path(directiveOrder.getManuallyMp4Path());
directiveOrder.setManuallyMp4Path(directiveOrderEntity.getManuallyMp4Path());
directiveOrderService.updateById(directiveOrder);
Map<String, Object> map = new HashMap<>();
map.put("success", true);