Commit 1ac80a57 by guojuxing

重新同步

parent 5cec8bed
......@@ -828,6 +828,8 @@ public class ClerkApiServiceImpl implements ClerkApiService {
asynClerkInfoToWeimobMq(wmMallStoreId, enterpriseId, weimobGuiderSynDTO);
});
return ServiceResponse.success();
}
return ServiceResponse.failure(ErrorCode.PARAMETER_ERROR.getCode(), "参数错误,导购数据不存在");
}
......
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