|
|
|
@ -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<String, Object> map = new HashMap<>();
|
|
|
|
|