|
INSERT INTO phone_ecms_download(classid,title,newstime,truetime,lastdotime,username,userid,havehtml,newspath,keyboard,titlepic,softfj,language,softtype,softsq,star,filesize,softsay,morepic,onclick) VALUES('[标签:分类ID]','[标签:标题]','[系统时间戳:时间]','[系统时间戳:时间]','[系统时间戳:时间]','admin','1','1','[标签:日期目录]','[标签:关键字]','[标签:缩图]','[标签:系统要求]','简体中文','国产软件','[标签:版本]','2','[标签:大小]','[标签:内容]','[标签:图片集]','[标签:点击数]')
INSERT INTO phone_ecms_download_data_1(id,classid,softwriter,dokey,newstempid,downpath) VALUES('[文章编号:phone_ecms_download]','[标签:分类ID]','[标签:作者]','0','0','下载地址::::::[标签:下载地址]')
INSERT INTO phone_ecms_download_index(id,classid,checked,newstime,havehtml) VALUES('[文章编号:phone_ecms_download]','[标签:分类ID]','1','[系统时间戳:时间]','1')
update phone_ecms_download set `filename`=`id` where id='[文章编号:phone_ecms_download]'
update phone_ecms_download set titleurl='/e/action/ShowInfo.php?classid=[标签:分类ID]&id=[文章编号:phone_ecms_download]' where id='[文章编号:phone_ecms_download]'
规则可以正常使用.就是如果有很多任务同时入库的话,update phone_ecms_download set titleurl='/e/action/ShowInfo.php?classid=[标签:分类ID]&id=[文章编号:phone_ecms_download]' 这一句中的&id=[文章编号:phone_ecms_download]会混乱 |
|