Commit d9b9ffde by pengjinyang

提交

parent c7825842
......@@ -571,7 +571,7 @@ namespace Service.TakeStock
/// <returns></returns>
[DisplayName("取消盘点, 盘点计划Id:{0}")]
[Queue("canceltakestock")]
private async Task CancelSchedule(int scheduleId)
public async Task CancelSchedule(int scheduleId)
{
var schedule = scheduleRepository.Get(scheduleId);
bool isSuccess = false;
......
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