Commit 48f98d82 authored by liudong1993's avatar liudong1993

1修改春姐bug

parent cc77c8b8
......@@ -1289,7 +1289,7 @@ namespace Mall.Module.Miai
public RB_MiAi_BaseInfo_Extend GetBaseInfoModel(RB_MiAi_BaseInfo_Extend where)
{
var model = miai_BaseInfoRepository.GetBaseInfoList(where).FirstOrDefault();
if (model != null && (model.Province > 0 || model.City > 0 || model.District > 0))
if (model != null && (model.Province > 0 || model.City > 0 || model.District > 0 || model.DWProvince > 0 || model.DWCity > 0 || model.DWDistrict > 0))
{
string areaIds = (model.Province ?? 0) + "," + (model.City ?? 0) + "," + (model.District ?? 0) + "," + (model.DWProvince ?? 0) + "," + (model.DWCity ?? 0) + "," + (model.DWDistrict ?? 0);
var arealist = destinationRepository.GetDictvalueListForIds(areaIds);
......
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