@ -643,7 +643,7 @@ namespace PaintingPC
string GetType(string type)
{
string s = type;
if (type == "其它")
if (type.Contains("其它"))
s = "抛光";
}