Commit da023cff authored by 赵啸非's avatar 赵啸非

添加事项备注字段

parent 6eecb3b4
......@@ -344,8 +344,8 @@ public class MatterController extends BaseCRUDJsonBodyMappingController<MatterSe
Rest<Void> voidRest = this.service.genMatterTXT(query, getContext());
cacheService.del("genMatterTxt:" + areaCode);
}).start();
model.put(MESSAGE_INFO, "异步生成文件中,请稍后查看文件!,文件地址:" + path);
//http://192.168.0.98:11071/home/txt/
model.put(MESSAGE_INFO, "异步生成文件中,请稍后查看文件!,文件访问地址:http://192.168.0.98:11071" + genFilePath+"/");
} catch (Exception e) {
code = VALUE_RESULT_FAILURE;
......
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