Commit ca8c93ce by 墨竹

fix:删除无效代码

parent bd6da0e4
...@@ -204,25 +204,6 @@ public class TestController extends WebBaseController { ...@@ -204,25 +204,6 @@ public class TestController extends WebBaseController {
return resultResponse(HaoBanErrCode.ERR_1, i); return resultResponse(HaoBanErrCode.ERR_1, i);
} }
/**
* 更新新的外部联系人id
*
* @param wxEnterpriseId wx企业标识
* @return {@link HaobanResponse }
* @author mozhu
* @date 2021-12-13 15:46:25
*/
@RequestMapping("/updateNewExternalUserid")
public HaobanResponse updateNewExternalUserid(String wxEnterpriseId) {
boolean flag = externalClerkRelatedApiService.updateNewExternalUserid(wxEnterpriseId);
if (flag) {
return resultResponse(HaoBanErrCode.ERR_1);
} else {
return resultResponse(HaoBanErrCode.ERR_0);
}
}
/** /**
* 设置迁移完成 * 设置迁移完成
* *
......
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