Commit eac698ce authored by shenxin's avatar shenxin

添加办件重新推送接口

parent da6daa4b
......@@ -156,7 +156,7 @@ public class InformationController extends BaseCRUDJsonController<InformationSer
try{
informationService.anewPush(ids);
respPdu.setCode(200);
respPdu.setMsg("上传文件成功");
respPdu.setMsg("操作成功");
}catch(Exception e){
respPdu.setCode(500);
respPdu.setMsg("操作失败");
......
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