@@ -123,7 +123,7 @@ public class TJsServiceImpl extends ServiceImpl<TJsMapper, TJs> implements TJsSe
boolean update = this.update(js, jsLambdaQueryWrapper);
- this.jsNotification(js1);
+ this.jsNotification(js);
return update;
}