diff --git a/WebRoot/view/jrgl/sync/dwpp/list_y.html b/WebRoot/view/jrgl/sync/dwpp/list_y.html index 9150b0e2..8ffb777e 100644 --- a/WebRoot/view/jrgl/sync/dwpp/list_y.html +++ b/WebRoot/view/jrgl/sync/dwpp/list_y.html @@ -61,11 +61,9 @@ function tableRender() { table.render({ elem: '#data-table', - url: '/QingLong/yunxiao/getTop10', + url: '/QingLong/collect/getAllBureau', where: { - page: 1, - limit: 100, - system_id: 0 + is_match: 1 }, height: 'full-60', page: { @@ -91,6 +89,24 @@ }); window.unMatch = function (obj) { + var orgId = obj.data.org_id; + $.ajax({ + url: "/QingLong/collect/disMatchBureau?org_id", + async: false, + type: 'GET', + success: function (res) { + + + }, + error: function (xhr, status, error) { + layer.msg("出现异常!", { + icon: 2, + time: 1000 + }); + } + }); + + console.log(obj); refresh(); } diff --git a/src/main/java/com/dsideal/QingLong/Collect/Controller/CollectController.java b/src/main/java/com/dsideal/QingLong/Collect/Controller/CollectController.java index 95ceefc4..685cfcfd 100644 --- a/src/main/java/com/dsideal/QingLong/Collect/Controller/CollectController.java +++ b/src/main/java/com/dsideal/QingLong/Collect/Controller/CollectController.java @@ -1910,8 +1910,8 @@ public class CollectController extends Controller { * * @throws InterruptedException */ - @Before({GET.class, RepeatIntercetpor.class}) - @EmptyInterface({"third_party_id", "org_id"}) + @Before({POST.class, RepeatIntercetpor.class}) + @EmptyInterface({"org_id"}) public void disMatchBureau(String org_id) { cm.disMatchBureau(org_id); Map map = new HashMap<>();