Commit 7c53ab11 by Leslie1w

App语音与视频相关接口

parent 4d175334
package org.springblade.founder.asj.service.impl; package org.springblade.founder.asj.service.impl;
import com.baomidou.dynamic.datasource.annotation.DS;
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;
import org.apache.commons.io.FilenameUtils; import org.apache.commons.io.FilenameUtils;
...@@ -152,7 +151,7 @@ public class KyxsServiceImpl implements KyxsService { ...@@ -152,7 +151,7 @@ public class KyxsServiceImpl implements KyxsService {
kyxsSp.setAsjbh(asjbh); kyxsSp.setAsjbh(asjbh);
kyxsSp.setKyxsspSpnr(file.getBytes()); kyxsSp.setKyxsspSpnr(file.getBytes());
kyxsSp.setKyxsspPssb(kyhm); kyxsSp.setKyxsspPssb(kyhm);
kyxsSp.setKyxstxKyyj(kyyj); kyxsSp.setKyxsspKyyj(kyyj);
kyxsSp.setKyxsspJd(jd); kyxsSp.setKyxsspJd(jd);
kyxsSp.setKyxsspWd(wd); kyxsSp.setKyxsspWd(wd);
kyxsSp.setXxscPdbz("0"); kyxsSp.setXxscPdbz("0");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment