Commit f404b8d4 authored by hongguangwu's avatar hongguangwu

MVP1.7.16-瓜子-取消OFFER

parent ccae26be
......@@ -257,7 +257,7 @@ public class TGzOfferInfoServiceImpl extends ServiceImpl<TGzOfferInfoMapper, TGz
// 取消 offer,额外取消任务
String cancelTaskName = null;
if (Common.isNotNull(findInfo.getBizId())) {
cancelTaskName = tGzPushEntryService.getTGzPushEntryListForStatus(tGzOfferInfo.getBizId());
cancelTaskName = tGzPushEntryService.getTGzPushEntryListForStatus(findInfo.getBizId());
}
// 加日志,追加取消任务的名称
......
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