@@ -352,7 +352,7 @@ namespace MySystem.Areas.Admin.Controllers
{
string SwapSnExpand = apply.SwapSnExpand;
if (!string.IsNullOrEmpty(SwapSnExpand))
- {
+ {
string key = function.MD5_16(apply.UserId + apply.OrderExpand);
string[] list = SwapSnExpand.TrimEnd('\n').Split('\n');
if (apply.Sort > 0)