Commit ee581df1 by zhangxingmin

push

parent 75a229d5
......@@ -51,9 +51,6 @@ public class ApiUserSaleExpandServiceImpl implements ApiUserSaleExpandService {
*/
@Override
public Result<List<ApiUserSaleExpandDetailResponse>> list(ApiUserSaleExpandListRequest request) {
if (CollectionUtils.isEmpty(request.getClientUserBizIdList())) {
return Result.success();
}
List<UserSaleExpand> userSaleExpandList = iUserSaleExpandService.queryList(QueryUserSaleExpandDTO.builder()
.clientUserBizIdList(request.getClientUserBizIdList())
.phone(request.getPhone())
......
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