| 123456789101112131415161718 |
- truncate table T_Wo_WorkOrder
- truncate table T_Wo_WorkOrderItem
- truncate table T_Vis_DXTelRecords
- truncate table T_Vis_Files
- truncate table T_SMS_List
- truncate table T_Form_FormInfo
- truncate table T_Entity_CustomerExt
- truncate table T_Call_ZBDH
- --update T_Sys_ModuleInfo set F_StateFlag=0 where F_ModuleId in (103)
- --update T_Sys_ModuleInfo set F_StateFlag=0 where F_ModuleId in (3,6,92)
- --delete from T_Sys_UserAccount where F_UserId >1488
- --delete from T_Sys_UserAccount where F_UserId <1000
- --delete from T_Sys_UserAccount where F_UserId in (1484,1485,1486)
|