|
|
@@ -1175,9 +1175,9 @@ namespace MySystem.Areas.Admin.Controllers
|
|
|
{
|
|
|
RedisDbconn.Instance.AddList("JkCashPayApplyQueue", Newtonsoft.Json.JsonConvert.SerializeObject(edit));
|
|
|
}
|
|
|
- else if(Channel == 3)
|
|
|
+ else if(Channel == 3 || Channel == 4)
|
|
|
{
|
|
|
- RedisDbconn.Instance.AddList("HyfCashPayApplyQueue", Newtonsoft.Json.JsonConvert.SerializeObject(edit));
|
|
|
+ RedisDbconn.Instance.AddList("HyfCashPayApplyQueue", Newtonsoft.Json.JsonConvert.SerializeObject(edit) + "#cut#" + Channel);
|
|
|
}
|
|
|
}
|
|
|
}
|