Commit 3bfd45c4 authored by chenyuxi's avatar chenyuxi

feat: 瓜子代码更新

parent e6d8d4e2
...@@ -951,7 +951,7 @@ public class TGzOfferInfoServiceImpl extends ServiceImpl<TGzOfferInfoMapper, TGz ...@@ -951,7 +951,7 @@ public class TGzOfferInfoServiceImpl extends ServiceImpl<TGzOfferInfoMapper, TGz
} }
// 记录状态变更的offer操作日志 记录来源: 手动更新状态 // 记录状态变更的offer操作日志 记录来源: 手动更新状态
this.saveOfferStatusRecord(tGzOfferInfo.getId(),CommonConstants.ONE_STRING, this.saveOfferStatusRecord(findInfo.getId(),CommonConstants.ONE_STRING,
findInfo.getOfferStatus(),tGzOfferInfo.getOfferStatus(),user.getId(),user.getNickname()); findInfo.getOfferStatus(),tGzOfferInfo.getOfferStatus(),user.getId(),user.getNickname());
} }
......
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