Commit 3c54a60d by qwmqiuwenmin

fix

parent 7a7906f0
......@@ -97,6 +97,7 @@ public class SyncDealContoller extends WebBaseController {
*/
@RequestMapping("department-sync-check")
public HaobanResponse syncSuccess(String wxEnterpriseId) {
int i = 1/0;
if (StringUtils.isBlank(wxEnterpriseId)) {
LoginVO login = (LoginVO) AuthRequestUtil.getLoginUser();
wxEnterpriseId = login.getWxEnterpriseId();
......
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