Commit e1fdb2e1 authored by yanzg's avatar yanzg

下载视频

parent 0f9dc6c2
......@@ -119,6 +119,7 @@ public class YzgFileDaoImpl extends BaseDaoImpl implements YzgFileDao, Initializ
}
YzgFileVo countReq = new YzgFileVo();
countReq.setCallbackMQ(req.getCallbackMQ());
countReq.setFileStatus(YzgFileVo.FILE_STATUS_RELEASE);
return StringHelper.toInt(queryCell(GET_COUNT_SQL, countReq));
}
......
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