|
|
@@ -543,13 +543,13 @@ export async function UpdateYJBDCArticle(ctx) {
|
|
543
|
543
|
const param = ctx.request.body;
|
|
544
|
544
|
|
|
545
|
545
|
if (param.ID>0 && param.UserID<12 && param.Source=="web"){
|
|
546
|
|
- const url='GetYJBDCArticleList?IsChoiceness=0&UserID='+param.UserID+"&ID=0";
|
|
|
546
|
+ const url='GetYJBDCArticleList?IsFine=0&UserID='+param.UserID+"&ID=0";
|
|
547
|
547
|
globalCache.delete(url);
|
|
548
|
|
- const url2='GetYJBDCArticleList?IsChoiceness=0&UserID='+param.UserID+"&ID="+param.ID;
|
|
|
548
|
+ const url2='GetYJBDCArticleList?IsFine=0&UserID='+param.UserID+"&ID="+param.ID;
|
|
549
|
549
|
globalCache.delete(url2);
|
|
550
|
550
|
delete param.LevelStr;
|
|
551
|
551
|
delete param.CreateTime;
|
|
552
|
|
- delete param.CreateTime;
|
|
|
552
|
+ delete param.IsRecommend;
|
|
553
|
553
|
|
|
554
|
554
|
await yjbdc.UpdateYJBDCArticle(param);
|
|
555
|
555
|
}
|