|
主题:又一个BUG,删除栏目时会删除所有模型中同样ID的评论内容 [收藏主题] | 转到: |
在KS.CLASS.ASP中
conn.Execute ("Delete from KS_Comment Where InfoID In (select id from " & KS.C_S(ChannelID,2) & " where tid='" & FolderID & "') )
应该改成
conn.Execute ("Delete from KS_Comment Where InfoID In (select id from " & KS.C_S(ChannelID,2) & " where tid='" & FolderID & "') And ChannelID=" & ChannelID & "") |
|
支持(0) | 反对(0) 顶端 底部 |
支持(0) | 反对(0) 顶端 底部 |
支持(0) | 反对(0) 顶端 底部 |
支持(0) | 反对(0) 顶端 底部 |
<上一主题 | 下一主题 > |