Commit 5d5b70d5 authored by liudong1993's avatar liudong1993

1

parent b1eeff7f
......@@ -189,7 +189,7 @@ namespace Mall.Module.Miai
dmodel.PinYin = StringHelper.GetPinyin(demodel.Name);
if (!string.IsNullOrEmpty(dmodel.PinYin))
{
dmodel.PinYin = dmodel.PinYin.Substring(0, 1);
dmodel.PinYin = dmodel.PinYin.Substring(0, 1).ToUpper();
}
}
dmodel.Name = demodel.Name;
......
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