|
|
@@ -1381,7 +1381,7 @@ namespace MySystem.Areas.Admin.Controllers
|
|
|
edit.QueryCount = Channel;
|
|
|
edit.UpdateDate = DateTime.Now;
|
|
|
db.SaveChanges();
|
|
|
- if(Channel == 1 || Channel == 11 || Channel == 12)
|
|
|
+ if(Channel == 1 || Channel == 11 || Channel == 12 || Channel == 13)
|
|
|
{
|
|
|
RedisDbconn.Instance.AddList("CashPayApplyQueue", Newtonsoft.Json.JsonConvert.SerializeObject(edit));
|
|
|
}
|