Commit a8a5bfa3 authored by liudong1993's avatar liudong1993

1

parent af214f81
......@@ -2497,10 +2497,6 @@ namespace Mall.WebApi.Controllers.TradePavilion
{
return ApiResult.ParamIsNull("请传递奖章");
}
if (string.IsNullOrEmpty(item.MedalImageBig))
{
return ApiResult.ParamIsNull("请传递奖章");
}
}
string msg = firstShopListModule.SetFirstShopConfirmListInfo(Type, ListId, deList, req.MallBaseId, req.EmpId);
......
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