文件服务异常抛出

添加定时任务错过处理状态
yun-zuoyi
汪云昊 6 years ago
parent 62a0622273
commit 46a47d5570

@ -11,7 +11,7 @@ import java.util.List;
/**
* @Description :
* @Reference :
* @Author : wei.peng
* @Author : yunhao
* @Date : 2018-10-22 16:58:43.771
* @Modify :
**/

@ -177,7 +177,7 @@ public class SysFileController extends CoreBaseController{
@ApiOperation(value = "批量删除文件资源", notes = "批量删除文件资源")
public ResultBean deleteSysFileByIds(String[] ids){
try{
if(ids.length == 0){
if (ids.length == 0) {
throw ImppExceptionBuilder.newInstance()
.setSystemID(CommonEnumUtil.SOFT_TYPE.CORE.getCode())
.setErrorCode(ImppExceptionEnum.VARIFY_EXCEPTION.getCode())

Loading…
Cancel
Save