main
黄海 2 years ago
parent 53eb1fcd96
commit 9bcdd19608

@ -589,7 +589,6 @@ public class CollectController extends Controller {
@Before({GET.class})
@IsLoginInterface({})
public void getBureauList(int org_type_id, String org_name,int page, int limit) {
Page<Record> list = cm.getBureauList(org_type_id,org_name, page, limit);
renderJson(CommonUtil.renderJsonForLayUI(list));
}
@ -610,7 +609,6 @@ public class CollectController extends Controller {
@EmptyInterface({"deadline_time"})
public void publishJob(int job_id, String deadline_time, int shiZhiSchool,
int shiZhiJiaoFu, int quXiaoJiaoYuJu, String bureauIds) throws ParseException {
cm.publishJob(job_id, deadline_time, shiZhiSchool, shiZhiJiaoFu, quXiaoJiaoYuJu, bureauIds);
Map map = new HashMap();
map.put("success", true);

Loading…
Cancel
Save