This commit is contained in:
guobao.jiang 2016-03-15 14:44:02 +08:00
parent fc3157624c
commit 8368fe1e31
1 changed files with 4 additions and 0 deletions

View File

@ -3,3 +3,7 @@ update `Ele_Config` set `status` = 0 where eleScene = 'appconfig' and parentId=0
# 删除
delete from Ele_Scene where id=38
# 删除某个场景的数据
delete from `Ele_Content_Config` where eleId in (select eleId from Ele_Config where `eleScene` = 'testop2');
delete from Ele_Config where `eleScene` = 'testop2';