Commit 66fe2561 by huangZW

111

parent bceb7c9f
......@@ -2,6 +2,7 @@ package com.gic.haoban.manage.web.controller;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Set;
......@@ -639,7 +640,10 @@ public class ClerkController extends WebBaseController{
unBindList.add(vo);
}
}
return resultResponse(HaoBanErrCode.ERR_10009);
Map<String,Object> map = new HashMap<>();
map.put("bindList", bindList);
map.put("unBindList", unBindList);
return resultResponse(HaoBanErrCode.ERR_1,map);
}
......
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