From 99676cdf878fe672821cc90614c6f2d6c55e31db Mon Sep 17 00:00:00 2001 From: zhangdaihao Date: Thu, 9 Feb 2017 11:28:21 +0800 Subject: [PATCH] =?UTF-8?q?jeecg=203.6.6=20=E7=89=88=E6=9C=AC=E5=8F=91?= =?UTF-8?q?=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +- docs/db/jeecg3.6.5-oracle11g-20160718.dmp | Bin 2111488 -> 0 bytes docs/db/jeecg3.6.5-sqlserver2005-20160718.sql | 29584 ---------------- ...0718.sql => jeecg3.6.6-mysql-20170208.sql} | 2683 +- pom.xml | 101 +- .../core/common/dao/ICommonDao.java | 1 - .../common/dao/IGenericBaseCommonDao.java | 3 +- .../core/common/dao/impl/CommonDao.java | 21 +- .../common/dao/impl/GenericBaseCommonDao.java | 6 - .../core/common/dao/jdbc/JdbcDao.java | 6 - .../common/dao/jdbc/SimpleJdbcTemplate.java | 10 +- .../common/model/common}/QueryCondition.java | 4 +- .../core/common/model/json/TreeGrid.java | 10 +- .../common/service/CommonExcelServiceI.java} | 5 +- .../core/common/service/CommonService.java | 4 +- .../service/impl/CommonExcelServiceImpl.java} | 9 +- .../service/impl/CommonServiceImpl.java | 2 - .../jeecgframework/core/constant/Globals.java | 3 +- .../extend/hqlsearch/HqlGenerateUtil.java | 12 +- .../hqlsearch/SysContextSqlConvert.java | 2 +- .../parse/PageValueConvertRuleEnum.java | 2 - .../swftools/OpenOfficePDFConverter.java | 3 +- .../extend/swftools/SWFToolsSWFConverter.java | 52 +- .../core/interceptors/AuthInterceptor.java | 19 +- .../online/def}/CgReportConstant.java | 4 +- .../exception/CgReportNotFoundException.java | 2 +- .../online/util/CgReportQueryParamUtil.java | 249 + .../online/util}/FreemarkerHelper.java | 7 +- .../jeecgframework/core/servlet/Uploader.java | 4 +- .../core/timer/DataBaseCronTriggerBean.java | 2 - .../jeecgframework/core/util/DBTypeUtil.java | 7 +- .../jeecgframework/core/util/DateUtils.java | 9 + .../core/util/DynamicDBUtil.java | 5 +- .../core/util/JeecgDataAutorUtils.java | 4 +- .../jeecgframework/core/util/ListtoMenu.java | 92 +- .../core/util/MutiLangUtil.java | 6 +- .../core/util/ResourceUtil.java | 14 +- .../org/jeecgframework/core/util/SqlUtil.java | 8 +- .../core/util/SysThemesUtil.java | 3 + .../core/util/YouBianCodeUtil.java | 2 - .../tag/core/easyui/AuthFilterTag.java | 2 - .../tag/core/easyui/BaseTag.java | 14 +- .../tag/core/easyui/ChooseTag.java | 2 - .../tag/core/easyui/DataGridColumnTag.java | 2 - .../tag/core/easyui/DataGridConfOptTag.java | 17 +- .../tag/core/easyui/DataGridDelOptTag.java | 21 +- .../tag/core/easyui/DataGridFunOptTag.java | 23 +- .../tag/core/easyui/DataGridTag.java | 168 +- .../tag/core/easyui/DictSelectTag.java | 24 +- .../tag/core/easyui/FormValidationTag.java | 7 - .../tag/core/easyui/HasPermissionTag.java | 80 + .../tag/core/easyui/MenuTag.java | 6 - .../tag/core/easyui/SelectZTreeTag.java | 173 + .../tag/core/easyui/TabsTag.java | 6 +- .../tag/core/easyui/TagUtil.java | 12 +- .../tag/core/easyui/UploadTag.java | 16 +- .../tag/vo/easyui/DataGridColumn.java | 1 - .../tag/vo/easyui/DataGridUrl.java | 19 +- .../tag/vo/easyui/TreeGridModel.java | 8 + .../controller}/AutoFormController.java | 289 +- .../controller}/AutoFormDbController.java | 282 +- .../controller}/AutoFormStyleController.java | 77 +- .../entity}/AutoFormDbEntity.java | 9 +- .../entity}/AutoFormDbFieldEntity.java | 18 +- .../entity}/AutoFormDbPage.java | 7 +- .../entity}/AutoFormEntity.java | 16 +- .../entity}/AutoFormParamEntity.java | 2 +- .../entity}/AutoFormStyleEntity.java | 13 +- .../service}/AutoFormDbServiceI.java | 8 +- .../service}/AutoFormServiceI.java | 4 +- .../service}/AutoFormStyleServiceI.java | 4 +- .../service/impl}/AutoFormDbServiceImpl.java | 11 +- .../service/impl}/AutoFormServiceImpl.java | 18 +- .../impl}/AutoFormStyleServiceImpl.java | 6 +- .../util/AutoFormCommUtil.java | 2 +- .../util/AutoFormTemplateParseUtil.java | 14 +- .../CgDynamGraphConfigHeadController.java | 104 +- .../controller/CgDynamGraphController.java | 19 +- .../core/CgDynamGraphConfigHeadEntity.java | 5 +- .../page/core/CgDynamGraphConfigHeadPage.java | 5 +- .../impl/core/CgDynamGraphServiceImpl.java | 2 +- .../web/cgform/common/CgAutoListConstant.java | 4 + .../web/cgform/common/FormHtmlUtil.java | 61 +- .../web/cgform/common/spring-mvc-cgform.xml | 3 + .../autolist/CgAutoListController.java | 25 +- .../autolist/CgAutoListRestController.java | 8 +- .../build/CgFormBuildController.java | 37 +- .../build/CgFormBuildRestController.java | 4 - .../cgformftl/CgformFtlController.java | 20 +- .../config/CgFormHeadController.java | 400 +- .../excel/ExcelTempletController.java | 6 +- .../template/CgformTemplateController.java | 1 - .../trans/CgformTransController.java | 4 - .../web/cgform/engine/TempletContext.java | 6 +- .../web/cgform/engine/tag/DictDataTag.java | 2 - .../entity/config/CgFormFieldEntity.java | 9 +- .../entity/config/CgFormHeadEntity.java | 48 +- .../entity/template/CgformTemplateEntity.java | 2 - .../cgform/pojo/config/CgFormHeadPojo.java | 94 + .../cgform/service/build/DataBaseService.java | 2 - .../service/cgformftl/CgformFtlServiceI.java | 1 - .../service/config/CgFormFieldServiceI.java | 2 - .../impl/autolist/CgTableServiceImpl.java | 2 - .../impl/build/DataBaseServiceImpl.java | 85 +- .../impl/cgformftl/CgformFtlServiceImpl.java | 1 - .../impl/config/CgFormFieldServiceImpl.java | 21 +- .../impl/config/util/DbTableProcess.java | 28 +- .../service/impl/config/util/DbTableUtil.java | 4 +- .../enhance/CgformEnhanceJavaServiceImpl.java | 1 - .../impl/generate/FormHtmlUtilWord.java | 2 - .../impl/generate/TempletContextWord.java | 3 +- .../cgform/service/migrate/MigrateForm.java | 2 - .../web/cgform/util/PublicUtil.java | 15 + .../web/cgform/util/QueryParamUtil.java | 6 +- .../web/cgform/util/TemplateUtil.java | 11 +- .../controller/core/CgReportController.java | 18 +- .../core/CgreportConfigHeadController.java | 127 +- .../excel/CgExportExcelController.java | 7 +- .../engine/core/cgreportlistpopup.ftl | 5 +- .../entity/core/CgreportConfigHeadEntity.java | 9 +- .../impl/core/CgReportServiceImpl.java | 2 +- .../cgreport/util/CgReportQueryParamUtil.java | 82 - .../controller/test/CourseController.java | 2 - .../demo/controller/test/DemoController.java | 9 +- .../controller/test/FileUploadController.java | 1 - .../controller/test/JeecgDemoController.java | 97 +- .../test/JeecgMinidaoController.java | 5 + .../controller/test/JeecgNoteController.java | 11 +- .../test/JeecgProcedureController.java | 2 +- .../controller/test/JpPersonController.java | 2 - .../controller/test/ReportDemoController.java | 2 - .../web/demo/entity/test/JeecgNoteEntity.java | 2 +- .../web/demo/entity/test/JpPersonEntity.java | 2 +- .../impl/test/JeecgDemoServiceImpl.java | 59 +- .../impl/test/JeecgProcedureServiceImpl.java | 3 +- .../demo/service/test/JeecgDemoServiceI.java | 4 + .../service/test/JeecgProcedureServiceI.java | 2 - .../demo/ws/test/JeecgWDemoServiceImpl.java | 5 + .../web/demo/ws/test/JeecgWServiceClient.java | 4 +- .../controller/GraphReportController.java | 21 +- .../JformGraphreportHeadController.java | 24 +- .../JformGraphreportHeadVMController.java | 156 + .../core}/JformGraphreportHeadEntity.java | 2 +- .../core}/JformGraphreportItemEntity.java | 2 +- .../page/core}/JformGraphreportHeadPage.java | 4 +- .../service/core/GraphReportServiceI.java | 27 +- .../core}/JformGraphreportHeadServiceI.java | 6 +- .../impl/core/GraphReportServiceImpl.java | 56 +- .../JformGraphreportHeadServiceImpl.java | 8 +- .../controller/core/CategoryController.java | 1 - .../controller/core/DepartController.java | 61 +- .../core/DynamicDataSourceController.java | 48 +- .../controller/core/FunctionController.java | 77 +- .../controller/core/IconController.java | 2 - .../system/controller/core/LogController.java | 6 +- .../controller/core/LoginController.java | 80 +- .../core/NoticeAuthorityRoleController.java | 3 +- .../core/NoticeAuthorityUserController.java | 3 +- .../controller/core/NoticeController.java | 14 +- .../controller/core/RoleController.java | 40 +- .../controller/core/SystemController.java | 43 +- .../controller/core/TerritoryController.java | 180 - .../controller/core/TimeTaskController.java | 7 +- .../controller/core/UserController.java | 76 +- .../web/system/dao/repair/RepairDao.java | 16 - .../web/system/manager/ClientManager.java | 4 +- .../pojo/base/DynamicDataSourceEntity.java | 3 +- .../web/system/pojo/base/TSBaseUser.java | 2 - .../web/system/pojo/base/TSDepart.java | 15 + .../web/system/pojo/base/TSFunction.java | 34 +- .../web/system/pojo/base/TSTerritory.java | 103 - .../web/system/pojo/base/TSType.java | 21 + .../web/system/pojo/base/TSTypegroup.java | 19 + .../service/DynamicDataSourceServiceI.java | 3 - .../web/system/service/SystemService.java | 2 - .../service/impl/CategoryServiceImpl.java | 6 +- .../impl/DynamicDataSourceServiceImpl.java | 3 - .../service/impl/NoticeServiceImpl.java | 2 - .../service/impl/RepairServiceImpl.java | 37 +- .../service/impl/SystemServiceImpl.java | 2 - .../sms/controller/TSSmsController.java | 10 +- .../web/system/sms/service/TSSmsServiceI.java | 6 +- .../sms/service/impl/TSSmsServiceImpl.java | 6 +- .../repair/RepairDao_batchRepairTerritory.sql | 900 - .../content/autoform/autoForm-add.vm | 779 + .../content/autoform/autoForm-error.vm | 11 + .../content/autoform/autoForm-review-add.vm | 129 + .../autoform/autoForm-review-update.vm | 120 + .../content/autoform/autoForm-review.vm | 67 + .../content/autoform/autoForm-update.vm | 756 + .../content/autoform/autoForm-view.vm | 103 + .../content}/autoform/autoForm.js | 0 .../content/autoform/autoFormDb-add.vm | 364 + .../content/autoform/autoFormDb-update.vm | 411 + .../content/autoform/autoFormDb-view.vm | 93 + .../content}/autoform/autoFormDb.js | 2 +- .../autoform/autoFormDbFieldForTableList.vm | 81 + .../content/autoform/autoFormDbFieldList.vm | 69 + .../content/autoform/autoFormDbList.vm | 446 + .../content/autoform/autoFormList.vm | 449 + .../content/autoform/autoFormParamList.vm | 96 + .../content/autoform/autoFormStyle-add.vm | 117 + .../content/autoform/autoFormStyle-update.vm | 117 + .../content/autoform/autoFormStyleList.vm | 356 + .../cgDynamGraphConfigHead-add.vm | 309 + .../cgDynamGraphConfigHead-update.vm | 289 + .../cgdynamgraph/cgDynamGraphConfigHead.js | 38 + .../cgDynamGraphConfigHeadList.vm | 407 + .../cgDynamGraphConfigItemList.vm | 78 + .../cgDynamGraphConfigParamList.vm | 56 + .../content/cgdynamgraph/popmenulink.vm | 35 + .../content/cgreport/cgreport-form.vm | 1 + .../content/cgreport/cgreport-list.vm | 1 + .../cgreport/cgreportConfigHead-add.vm | 297 + .../cgreport/cgreportConfigHead-update.vm | 296 + .../content/cgreport/cgreportConfigHead.js | 38 + .../cgreport/cgreportConfigHeadList.vm | 390 + .../cgreport/cgreportConfigItemList.vm | 78 + .../cgreport/cgreportConfigParamList.vm | 56 + .../resources/content/cgreport/popmenulink.vm | 35 + .../graphreport/jformGraphreportHead-add.vm | 221 + .../jformGraphreportHead-update.vm | 218 + .../graphreport/jformGraphreportHead.js | 111 + .../graphreport/jformGraphreportHeadList.vm | 80 + .../graphreport/jformGraphreportItemList.vm | 201 + .../graphreport/jformGraphreportUpload.vm | 159 + .../graphreport/jfromGraphreportHeadList.js | 195 + .../jfromGraphreportHeadPopMenuLink.vm | 36 + src/main/resources/cxf-servlet.xml | 4 + src/main/resources/dbconfig.properties | 3 +- src/main/resources/ehcache.xml | 2 - .../onetomany/cgform_jspListTemplate.ftl | 2 +- .../onetomany/cgform_serviceImplTemplate.ftl | 2 + .../default/single/cgform_jspListTemplate.ftl | 12 +- .../nopop/single/cgform_jspListTemplate.ftl | 10 +- .../resources/jeecg/jeecg_config.properties | 2 +- .../resources/jeecg/jeecg_database.properties | 10 +- .../cgform_jspBootstrapTemplate_update.ftl | 6 +- .../jeecg/template/cgform_jspListTemplate.ftl | 10 +- .../jeecg/template/jspListTemplate.ftl | 2 +- .../onetomany/cgform_jspListTemplate.ftl | 2 +- .../template/onetomany/jspListTemplate.ftl | 4 +- .../template/boostrap01/html/autolist.ftl | 66 +- .../online/template/boostrap01/html/jform.ftl | 4 +- .../online/template/default/html/autolist.ftl | 47 +- .../online/template/default/html/jform.ftl | 21 +- .../template/default/html/jformhead.ftl | 8 +- .../template/default/html/jformonetomany.ftl | 36 +- .../default/html/jformonetomanytpl.ftl | 14 +- .../template/default/html/jformonetoone.ftl | 46 +- .../template/default2/html/autolist.ftl | 47 +- .../online/template/default2/html/jform.ftl | 320 +- .../template/default2/html/jformhead.ftl | 8 +- .../template/default2/html/jformonetomany.ftl | 36 +- .../default2/html/jformonetomanytpl.ftl | 14 +- .../template/default2/html/jformonetoone.ftl | 46 +- .../template/employeeCost/html/autolist.ftl | 24 +- .../template/jform00001/html/autolist.ftl | 24 +- .../template/jform00002/html/autolist.ftl | 24 +- .../leaveApplicationForm/html/autolist.ftl | 20 +- .../template/ledefault/html/autolist.ftl | 57 +- .../online/template/ledefault/html/jform.ftl | 23 +- .../template/ledefault/html/jformhead.ftl | 8 +- .../ledefault/html/jformonetomany.ftl | 34 +- .../ledefault/html/jformonetomanytpl.ftl | 14 +- .../template/ledefault/html/jformonetoone.ftl | 44 +- .../template/ledefault/html/jformunion.ftl | 2 +- .../template/ledefault2/html/autolist.ftl | 57 +- .../online/template/ledefault2/html/jform.ftl | 43 +- .../template/ledefault2/html/jformhead.ftl | 8 +- .../ledefault2/html/jformonetomany.ftl | 35 +- .../ledefault2/html/jformonetomanytpl.ftl | 14 +- .../ledefault2/html/jformonetoone.ftl | 44 +- .../template/ledefault2/html/jformunion.ftl | 2 +- .../moblieCommon001/html/autolist.ftl | 53 +- .../template/moblieCommon001/html/jform.ftl | 4 +- .../moblieCommon002/html/autolist.ftl | 35 +- .../moblieCommon002/html/jformhead.ftl | 4 +- .../template/nopopform/html/autolist.ftl | 35 +- .../online/template/nopopform/html/jform.ftl | 4 +- .../template/o2mTableStyle/html/autolist.ftl | 30 +- .../template/olstyle00001/html/autolist.ftl | 16 +- .../template/olstyle00002/html/autolist.ftl | 28 +- .../online/template/resume/html/autolist.ftl | 24 +- .../template/rowsEdit/html/autolist.ftl | 139 +- src/main/resources/spring-mvc-hibernate.xml | 2 + src/main/resources/spring-mvc.xml | 4 + src/main/resources/sysConfig.properties | 3 +- src/main/resources/velocity.properties | 248 + .../webapp/WEB-INF/classes/CKfinderConfig.xml | 169 + src/main/webapp/WEB-INF/tld/easyui.tld | 87 +- src/main/webapp/WEB-INF/web.xml | 4 +- src/main/webapp/context/layui.jsp | 11 + .../js/ueditor/formdesign/checkboxs.html | 1 + .../ueditor/formdesign/leipi.formdesign.v4.js | 3 +- .../js/ueditor/formdesign/listctrl.html | 1 + .../js/ueditor/formdesign/radios.html | 1 + .../js/ueditor/formdesign/select.html | 2 + .../js/ueditor/formdesign/text.html | 10 + .../plug-in/Validform/js/datatype_en.js | 2 + .../plug-in/Validform/js/datatype_zh-cn.js | 2 + .../accordion/js/left_shortcut_menu.js | 29 +- src/main/webapp/plug-in/ace/css/ace.css | 2 - .../webapp/plug-in/ace/css/font-awesome.css | 3 + .../ace/js/jqGrid/jquery.jqGrid.src.js | 1 - .../cgform/fields/cgformOfDatabase.html | 11 +- .../webapp/plug-in/cgform/js/cgformField.js | 8 +- .../webapp/plug-in/clipboard/ZeroClipboard.js | 2 +- .../plug-in/easyui/themes/default/easyui.css | 5 +- .../plug-in/graphreport/css/metro/report.css | 57 +- .../graphreport/css/metrole/report.css | 57 +- src/main/webapp/plug-in/hplus/contabs.js | 352 + src/main/webapp/plug-in/hplus/context.js | 141 + .../plug-in/hplus/context.standalone.css | 228 + src/main/webapp/plug-in/hplus/hplus-tab.js | 46 +- .../webapp/plug-in/hplus/jquery-smartMenu.js | 157 + src/main/webapp/plug-in/hplus/smartMenu.css | 10 + src/main/webapp/plug-in/layim/config.js | 110 + src/main/webapp/plug-in/login/js/login.js | 7 +- src/main/webapp/plug-in/sliding/css/main.css | 2 - .../webapp/plug-in/sliding/js/webos-core.js | 3 +- src/main/webapp/plug-in/tools/css/common.css | 12 + .../webapp/plug-in/tools/css/metro/common.css | 12 + .../plug-in/tools/css/metrole/common.css | 13 + src/main/webapp/plug-in/tools/curdtools_en.js | 257 +- .../webapp/plug-in/tools/curdtools_zh-cn.js | 264 +- src/main/webapp/plug-in/tools/syUtil.js | 2 +- src/main/webapp/plug-in/umeditor/umeditor.js | 1 - .../plug-in/uploadify/jquery.uploadify-3.1.js | 26 +- src/main/webapp/webpage/common/404.htm | 84 + .../webpage/common/functionIconStyleList.jsp | 111 + .../plug-in/ueditor/jsp/config.properties | 7 + .../plug-in/ueditor/jsp/error.jsp} | 0 .../content/plug-in/ueditor/jsp/fileUp.jsp | 37 + .../plug-in/ueditor/jsp/getContent.jsp | 19 + .../content/plug-in/ueditor/jsp/getMovie.jsp | 34 + .../plug-in/ueditor/jsp/getRemoteImage.jsp | 80 + .../plug-in/ueditor/jsp/imageManager.jsp | 56 + .../content/plug-in/ueditor/jsp/imageUp.jsp | 91 + .../content/plug-in/ueditor/jsp/scrawlUp.jsp | 34 + .../{cgform => }/autoform/autoForm-add.jsp | 10 +- .../{cgform => }/autoform/autoForm-error.jsp | 0 .../autoform/autoForm-review-add.jsp | 0 .../autoform/autoForm-review-addorupdate.jsp | 0 .../autoform/autoForm-review-update.jsp | 0 .../{cgform => }/autoform/autoForm-review.jsp | 0 .../{cgform => }/autoform/autoForm-update.jsp | 8 +- .../{cgform => }/autoform/autoForm-view.jsp | 1 + .../webapp/webpage/jeecg/autoform/autoForm.js | 0 .../{cgform => }/autoform/autoFormDb-add.jsp | 2 +- .../autoform/autoFormDb-update.jsp | 3 +- .../{cgform => }/autoform/autoFormDb-view.jsp | 14 +- .../webpage/jeecg/autoform/autoFormDb.js | 294 + .../autoform/autoFormDbFieldForTableList.jsp | 0 .../autoform/autoFormDbFieldList.jsp | 0 .../webpage/jeecg/autoform/autoFormDbList.js | 0 .../{cgform => }/autoform/autoFormDbList.jsp | 13 +- .../{cgform => }/autoform/autoFormList.jsp | 12 +- .../autoform/autoFormParamList.jsp | 0 .../autoform/autoFormStyle-add.jsp | 0 .../autoform/autoFormStyle-update.jsp | 0 .../autoform/autoFormStyleList.jsp | 4 +- .../core/cgDynamGraphConfigHeadList.jsp | 10 +- .../core/cgDynamGraphConfigParamList.jsp | 25 +- .../jeecg/cgform/button/cgformButtonList.jsp | 2 +- .../cgformcategory/cgformCategoryList.jsp | 9 +- .../jeecg/cgform/cgformftl/cgformFtlList.jsp | 8 +- .../jeecg/cgform/cgformftl/cgformFtlList2.jsp | 8 +- .../cgform/cgformftl/cgformFtlUEditor.jsp | 1 - .../jeecg/cgform/config/cgFormHead.jsp | 10 +- .../cgform/config/cgFormHeadConfigList.jsp | 398 + .../jeecg/cgform/config/cgFormHeadList.jsp | 58 +- .../cgform/enhance/cgformEnhanceJava.jsp | 2 - .../cgform/template/cgformTemplateList.jsp | 2 +- .../cgreport/core/cgreportConfigHeadList.jsp | 8 +- .../demo/jeecgDemo/customDatagridList.jsp | 94 + .../jeecg/demo/jeecgDemo/rowEditDemo.jsp | 4 +- .../jeecg/demo/notag/jeecgEasyUIList.jsp | 20 +- .../webpage/jeecg/demo/test/jeecgJdbcList.jsp | 7 +- .../jeecg/demo/test/jeecgMinidaoList.jsp | 2 +- .../jeecg/demo/test/jeecgNoteList2.jsp | 28 - .../jeecg/demo/test/jeecgZtreeDemo.jsp | 30 + .../webpage/jeecg/demo/test/webOfficeEdit.jsp | 4 - .../graphreport/jformGraphreportHead-add.jsp | 2 +- .../jformGraphreportHead-update.jsp | 2 +- .../graphreport/jformGraphreportHead.js | 0 .../graphreport/jformGraphreportHeadList.js | 0 .../graphreport/jformGraphreportHeadList.jsp | 9 +- .../graphreport/jformGraphreportItemList.jsp | 0 .../graphreport/jformGraphreportUpload.jsp | 0 src/main/webapp/webpage/login/login.jsp | 3 +- src/main/webapp/webpage/main/ace_main.jsp | 12 +- src/main/webapp/webpage/main/ace_main2.jsp | 2 +- src/main/webapp/webpage/main/acehome.jsp | 2 +- .../webapp/webpage/main/bootstrap_main.jsp | 1 + src/main/webapp/webpage/main/diy.jsp | 1 + src/main/webapp/webpage/main/home.jsp | 2 +- src/main/webapp/webpage/main/hplus_main.jsp | 417 +- src/main/webapp/webpage/main/hplushome.jsp | 33 +- src/main/webapp/webpage/main/main.jsp | 1 + .../webapp/webpage/main/shortcut_main.jsp | 1 + .../webpage/system/category/category.jsp | 1 + .../webpage/system/category/categoryList.jsp | 2 +- .../webpage/system/dataLog/dataLogList.jsp | 2 +- .../webpage/system/dataRule/ruleDataList.jsp | 4 +- .../webpage/system/dbsource/dbSource.jsp | 25 + .../webpage/system/dbsource/dbSourceList.jsp | 4 +- .../webapp/webpage/system/depart/depart.jsp | 19 +- .../webpage/system/depart/departList.jsp | 18 +- .../webpage/system/depart/departUserList.jsp | 2 +- .../webpage/system/document/filesList.jsp | 2 +- .../webpage/system/function/dataFunction.jsp | 99 + .../webpage/system/function/function.jsp | 30 +- .../webpage/system/function/functionList.jsp | 48 +- .../webapp/webpage/system/icon/iconList.jsp | 3 +- src/main/webapp/webpage/system/icon/icons.jsp | 16 +- .../webapp/webpage/system/log/logDetail.jsp | 10 +- .../webapp/webpage/system/log/logList.jsp | 7 +- .../webpage/system/mutilang/mutiLangList.jsp | 2 +- .../noticeAuthorityRoleList.jsp | 2 +- .../noticeAuthorityUserList.jsp | 2 +- .../system/{user => notice}/noticeList.jsp | 2 +- .../system/{user => notice}/noticeinfo.jsp | 0 .../system/{user => notice}/tSNotice-add.jsp | 0 .../{user => notice}/tSNotice-update.jsp | 0 .../system/{user => notice}/tSNoticeList.jsp | 8 +- .../system/operation/operationList.jsp | 4 +- .../webapp/webpage/system/role/roleList.jsp | 7 +- .../webpage/system/role/roleUserList.jsp | 2 +- .../webpage/system/sms/tSSmsSqlList.jsp | 6 +- .../webpage/system/sms/tSSmsTemplateList.jsp | 5 +- .../system/sms/tSSmsTemplateSqlList.jsp | 10 +- .../webpage/system/territory/territory.jsp | 82 - .../system/territory/territoryList.jsp | 29 - .../webpage/system/timetask/timeTaskList.jsp | 8 +- src/main/webapp/webpage/system/type/type.jsp | 1 + .../webpage/system/type/typeGroupList.jsp | 8 +- .../webapp/webpage/system/type/typeList.jsp | 2 +- .../system/type/typeListForTypegroup.jsp | 2 +- .../webpage/system/user/user-delete.jsp | 34 + src/main/webapp/webpage/system/user/user.jsp | 1 + .../webapp/webpage/system/user/userList.jsp | 51 +- .../webapp/webpage/system/user/userList2.jsp | 25 +- .../webapp/webpage/system/user/userinfo.jsp | 2 +- .../test/demo/ControllerTestDemo.java | 1 - 入门必读.txt | 6 +- 446 files changed, 18875 insertions(+), 34046 deletions(-) delete mode 100644 docs/db/jeecg3.6.5-oracle11g-20160718.dmp delete mode 100644 docs/db/jeecg3.6.5-sqlserver2005-20160718.sql rename docs/db/{jeecg3.6.5-mysql-20160718.sql => jeecg3.6.6-mysql-20170208.sql} (81%) rename src/main/java/org/jeecgframework/{web/demo/entity/test => core/common/model/common}/QueryCondition.java (94%) rename src/main/java/org/jeecgframework/{web/cgreport/service/excel/CgReportExcelServiceI.java => core/common/service/CommonExcelServiceI.java} (71%) rename src/main/java/org/jeecgframework/{web/cgreport/service/impl/excel/CgReportExcelServiceImpl.java => core/common/service/impl/CommonExcelServiceImpl.java} (93%) rename src/main/java/org/jeecgframework/{web/cgreport/common => core/online/def}/CgReportConstant.java (95%) rename src/main/java/org/jeecgframework/{web/cgreport => core/online}/exception/CgReportNotFoundException.java (87%) create mode 100644 src/main/java/org/jeecgframework/core/online/util/CgReportQueryParamUtil.java rename src/main/java/org/jeecgframework/{web/cgform/engine => core/online/util}/FreemarkerHelper.java (76%) create mode 100644 src/main/java/org/jeecgframework/tag/core/easyui/HasPermissionTag.java create mode 100644 src/main/java/org/jeecgframework/tag/core/easyui/SelectZTreeTag.java rename src/main/java/org/jeecgframework/web/{cgform/controller/autoform => autoform/controller}/AutoFormController.java (84%) rename src/main/java/org/jeecgframework/web/{cgform/controller/autoform => autoform/controller}/AutoFormDbController.java (69%) rename src/main/java/org/jeecgframework/web/{cgform/controller/autoform => autoform/controller}/AutoFormStyleController.java (82%) rename src/main/java/org/jeecgframework/web/{cgform/entity/autoform => autoform/entity}/AutoFormDbEntity.java (95%) rename src/main/java/org/jeecgframework/web/{cgform/entity/autoform => autoform/entity}/AutoFormDbFieldEntity.java (94%) rename src/main/java/org/jeecgframework/web/{cgform/entity/autoform => autoform/entity}/AutoFormDbPage.java (97%) rename src/main/java/org/jeecgframework/web/{cgform/entity/autoform => autoform/entity}/AutoFormEntity.java (95%) rename src/main/java/org/jeecgframework/web/{cgform/entity/autoform => autoform/entity}/AutoFormParamEntity.java (99%) rename src/main/java/org/jeecgframework/web/{cgform/entity/autoform => autoform/entity}/AutoFormStyleEntity.java (94%) rename src/main/java/org/jeecgframework/web/{cgform/service/autoform => autoform/service}/AutoFormDbServiceI.java (82%) rename src/main/java/org/jeecgframework/web/{cgform/service/autoform => autoform/service}/AutoFormServiceI.java (91%) rename src/main/java/org/jeecgframework/web/{cgform/service/autoform => autoform/service}/AutoFormStyleServiceI.java (83%) rename src/main/java/org/jeecgframework/web/{cgform/service/impl/autoform => autoform/service/impl}/AutoFormDbServiceImpl.java (96%) rename src/main/java/org/jeecgframework/web/{cgform/service/impl/autoform => autoform/service/impl}/AutoFormServiceImpl.java (96%) rename src/main/java/org/jeecgframework/web/{cgform/service/impl/autoform => autoform/service/impl}/AutoFormStyleServiceImpl.java (91%) rename src/main/java/org/jeecgframework/web/{cgform => autoform}/util/AutoFormCommUtil.java (98%) rename src/main/java/org/jeecgframework/web/{cgform => autoform}/util/AutoFormTemplateParseUtil.java (99%) delete mode 100644 src/main/java/org/jeecgframework/web/cgreport/util/CgReportQueryParamUtil.java rename src/main/java/org/jeecgframework/web/{cgform/controller/config => graphreport/controller}/JformGraphreportHeadController.java (93%) create mode 100644 src/main/java/org/jeecgframework/web/graphreport/controller/JformGraphreportHeadVMController.java rename src/main/java/org/jeecgframework/web/{cgform/entity/config => graphreport/entity/core}/JformGraphreportHeadEntity.java (98%) rename src/main/java/org/jeecgframework/web/{cgform/entity/config => graphreport/entity/core}/JformGraphreportItemEntity.java (99%) rename src/main/java/org/jeecgframework/web/{cgform/entity/config => graphreport/page/core}/JformGraphreportHeadPage.java (95%) rename src/main/java/org/jeecgframework/web/{cgform/service/config => graphreport/service/core}/JformGraphreportHeadServiceI.java (82%) rename src/main/java/org/jeecgframework/web/{cgform/service/impl/config => graphreport/service/impl/core}/JformGraphreportHeadServiceImpl.java (94%) delete mode 100644 src/main/java/org/jeecgframework/web/system/controller/core/TerritoryController.java delete mode 100644 src/main/java/org/jeecgframework/web/system/dao/repair/RepairDao.java delete mode 100644 src/main/java/org/jeecgframework/web/system/pojo/base/TSTerritory.java delete mode 100644 src/main/java/org/jeecgframework/web/system/sql/repair/RepairDao_batchRepairTerritory.sql create mode 100644 src/main/resources/content/autoform/autoForm-add.vm create mode 100644 src/main/resources/content/autoform/autoForm-error.vm create mode 100644 src/main/resources/content/autoform/autoForm-review-add.vm create mode 100644 src/main/resources/content/autoform/autoForm-review-update.vm create mode 100644 src/main/resources/content/autoform/autoForm-review.vm create mode 100644 src/main/resources/content/autoform/autoForm-update.vm create mode 100644 src/main/resources/content/autoform/autoForm-view.vm rename src/main/{webapp/webpage/jeecg/cgform => resources/content}/autoform/autoForm.js (100%) create mode 100644 src/main/resources/content/autoform/autoFormDb-add.vm create mode 100644 src/main/resources/content/autoform/autoFormDb-update.vm create mode 100644 src/main/resources/content/autoform/autoFormDb-view.vm rename src/main/{webapp/webpage/jeecg/cgform => resources/content}/autoform/autoFormDb.js (99%) create mode 100644 src/main/resources/content/autoform/autoFormDbFieldForTableList.vm create mode 100644 src/main/resources/content/autoform/autoFormDbFieldList.vm create mode 100644 src/main/resources/content/autoform/autoFormDbList.vm create mode 100644 src/main/resources/content/autoform/autoFormList.vm create mode 100644 src/main/resources/content/autoform/autoFormParamList.vm create mode 100644 src/main/resources/content/autoform/autoFormStyle-add.vm create mode 100644 src/main/resources/content/autoform/autoFormStyle-update.vm create mode 100644 src/main/resources/content/autoform/autoFormStyleList.vm create mode 100644 src/main/resources/content/cgdynamgraph/cgDynamGraphConfigHead-add.vm create mode 100644 src/main/resources/content/cgdynamgraph/cgDynamGraphConfigHead-update.vm create mode 100644 src/main/resources/content/cgdynamgraph/cgDynamGraphConfigHead.js create mode 100644 src/main/resources/content/cgdynamgraph/cgDynamGraphConfigHeadList.vm create mode 100644 src/main/resources/content/cgdynamgraph/cgDynamGraphConfigItemList.vm create mode 100644 src/main/resources/content/cgdynamgraph/cgDynamGraphConfigParamList.vm create mode 100644 src/main/resources/content/cgdynamgraph/popmenulink.vm create mode 100644 src/main/resources/content/cgreport/cgreport-form.vm create mode 100644 src/main/resources/content/cgreport/cgreport-list.vm create mode 100644 src/main/resources/content/cgreport/cgreportConfigHead-add.vm create mode 100644 src/main/resources/content/cgreport/cgreportConfigHead-update.vm create mode 100644 src/main/resources/content/cgreport/cgreportConfigHead.js create mode 100644 src/main/resources/content/cgreport/cgreportConfigHeadList.vm create mode 100644 src/main/resources/content/cgreport/cgreportConfigItemList.vm create mode 100644 src/main/resources/content/cgreport/cgreportConfigParamList.vm create mode 100644 src/main/resources/content/cgreport/popmenulink.vm create mode 100644 src/main/resources/content/graphreport/jformGraphreportHead-add.vm create mode 100644 src/main/resources/content/graphreport/jformGraphreportHead-update.vm create mode 100644 src/main/resources/content/graphreport/jformGraphreportHead.js create mode 100644 src/main/resources/content/graphreport/jformGraphreportHeadList.vm create mode 100644 src/main/resources/content/graphreport/jformGraphreportItemList.vm create mode 100644 src/main/resources/content/graphreport/jformGraphreportUpload.vm create mode 100644 src/main/resources/content/graphreport/jfromGraphreportHeadList.js create mode 100644 src/main/resources/content/graphreport/jfromGraphreportHeadPopMenuLink.vm create mode 100644 src/main/resources/velocity.properties create mode 100644 src/main/webapp/WEB-INF/classes/CKfinderConfig.xml create mode 100644 src/main/webapp/context/layui.jsp create mode 100644 src/main/webapp/plug-in/hplus/contabs.js create mode 100644 src/main/webapp/plug-in/hplus/context.js create mode 100644 src/main/webapp/plug-in/hplus/context.standalone.css create mode 100644 src/main/webapp/plug-in/hplus/jquery-smartMenu.js create mode 100644 src/main/webapp/plug-in/hplus/smartMenu.css create mode 100644 src/main/webapp/plug-in/layim/config.js create mode 100644 src/main/webapp/webpage/common/404.htm create mode 100644 src/main/webapp/webpage/common/functionIconStyleList.jsp create mode 100644 src/main/webapp/webpage/content/plug-in/ueditor/jsp/config.properties rename src/main/webapp/webpage/{jeecg/cgform/autoform/autoFormDbList.js => content/plug-in/ueditor/jsp/error.jsp} (100%) create mode 100644 src/main/webapp/webpage/content/plug-in/ueditor/jsp/fileUp.jsp create mode 100644 src/main/webapp/webpage/content/plug-in/ueditor/jsp/getContent.jsp create mode 100644 src/main/webapp/webpage/content/plug-in/ueditor/jsp/getMovie.jsp create mode 100644 src/main/webapp/webpage/content/plug-in/ueditor/jsp/getRemoteImage.jsp create mode 100644 src/main/webapp/webpage/content/plug-in/ueditor/jsp/imageManager.jsp create mode 100644 src/main/webapp/webpage/content/plug-in/ueditor/jsp/imageUp.jsp create mode 100644 src/main/webapp/webpage/content/plug-in/ueditor/jsp/scrawlUp.jsp rename src/main/webapp/webpage/jeecg/{cgform => }/autoform/autoForm-add.jsp (96%) rename src/main/webapp/webpage/jeecg/{cgform => }/autoform/autoForm-error.jsp (100%) rename src/main/webapp/webpage/jeecg/{cgform => }/autoform/autoForm-review-add.jsp (100%) rename src/main/webapp/webpage/jeecg/{cgform => }/autoform/autoForm-review-addorupdate.jsp (100%) rename src/main/webapp/webpage/jeecg/{cgform => }/autoform/autoForm-review-update.jsp (100%) rename src/main/webapp/webpage/jeecg/{cgform => }/autoform/autoForm-review.jsp (100%) rename src/main/webapp/webpage/jeecg/{cgform => }/autoform/autoForm-update.jsp (98%) rename src/main/webapp/webpage/jeecg/{cgform => }/autoform/autoForm-view.jsp (99%) create mode 100644 src/main/webapp/webpage/jeecg/autoform/autoForm.js rename src/main/webapp/webpage/jeecg/{cgform => }/autoform/autoFormDb-add.jsp (99%) rename src/main/webapp/webpage/jeecg/{cgform => }/autoform/autoFormDb-update.jsp (99%) rename src/main/webapp/webpage/jeecg/{cgform => }/autoform/autoFormDb-view.jsp (82%) create mode 100644 src/main/webapp/webpage/jeecg/autoform/autoFormDb.js rename src/main/webapp/webpage/jeecg/{cgform => }/autoform/autoFormDbFieldForTableList.jsp (100%) rename src/main/webapp/webpage/jeecg/{cgform => }/autoform/autoFormDbFieldList.jsp (100%) create mode 100644 src/main/webapp/webpage/jeecg/autoform/autoFormDbList.js rename src/main/webapp/webpage/jeecg/{cgform => }/autoform/autoFormDbList.jsp (87%) rename src/main/webapp/webpage/jeecg/{cgform => }/autoform/autoFormList.jsp (88%) rename src/main/webapp/webpage/jeecg/{cgform => }/autoform/autoFormParamList.jsp (100%) rename src/main/webapp/webpage/jeecg/{cgform => }/autoform/autoFormStyle-add.jsp (100%) rename src/main/webapp/webpage/jeecg/{cgform => }/autoform/autoFormStyle-update.jsp (100%) rename src/main/webapp/webpage/jeecg/{cgform => }/autoform/autoFormStyleList.jsp (91%) create mode 100644 src/main/webapp/webpage/jeecg/cgform/config/cgFormHeadConfigList.jsp create mode 100644 src/main/webapp/webpage/jeecg/demo/jeecgDemo/customDatagridList.jsp delete mode 100644 src/main/webapp/webpage/jeecg/demo/test/jeecgNoteList2.jsp create mode 100644 src/main/webapp/webpage/jeecg/demo/test/jeecgZtreeDemo.jsp rename src/main/webapp/webpage/jeecg/{cgform => }/graphreport/jformGraphreportHead-add.jsp (99%) rename src/main/webapp/webpage/jeecg/{cgform => }/graphreport/jformGraphreportHead-update.jsp (99%) rename src/main/webapp/webpage/jeecg/{cgform => }/graphreport/jformGraphreportHead.js (100%) rename src/main/webapp/webpage/jeecg/{cgform => }/graphreport/jformGraphreportHeadList.js (100%) rename src/main/webapp/webpage/jeecg/{cgform => }/graphreport/jformGraphreportHeadList.jsp (91%) rename src/main/webapp/webpage/jeecg/{cgform => }/graphreport/jformGraphreportItemList.jsp (100%) rename src/main/webapp/webpage/jeecg/{cgform => }/graphreport/jformGraphreportUpload.jsp (100%) create mode 100644 src/main/webapp/webpage/system/function/dataFunction.jsp rename src/main/webapp/webpage/system/{user => notice}/noticeAuthorityRoleList.jsp (96%) rename src/main/webapp/webpage/system/{user => notice}/noticeAuthorityUserList.jsp (96%) rename src/main/webapp/webpage/system/{user => notice}/noticeList.jsp (93%) rename src/main/webapp/webpage/system/{user => notice}/noticeinfo.jsp (100%) rename src/main/webapp/webpage/system/{user => notice}/tSNotice-add.jsp (100%) rename src/main/webapp/webpage/system/{user => notice}/tSNotice-update.jsp (100%) rename src/main/webapp/webpage/system/{user => notice}/tSNoticeList.jsp (90%) delete mode 100644 src/main/webapp/webpage/system/territory/territory.jsp delete mode 100644 src/main/webapp/webpage/system/territory/territoryList.jsp create mode 100644 src/main/webapp/webpage/system/user/user-delete.jsp diff --git a/README.md b/README.md index d80f24a8..f5d17499 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ JEECG ΢ƿٿƽ̨ =============== -ǰ°汾 3.6.5ڣ20160718 +ǰ°汾 3.6.6ڣ20170208 ǰԣ ----------------------------------- @@ -68,7 +68,7 @@ JEECG * ʮߣҵԲʽƽ̨ҲԵ𷢷֧SAASӦϵͳ
-* JEECG V3.6.4, רҵѹ,ܲԣ̨֤ݵ׼ȷԺҳٶ
+* JEECG V3.6.6, רҵѹ,ܲԣ̨֤ݵ׼ȷԺҳٶ
* ֶ֧: IE, , Google
* ֧ݿ: Mysql,Oracle10g,Postgre,SqlServer
* Ȩ: ûɫ˵ȨޣťȨޣȨ
diff --git a/docs/db/jeecg3.6.5-oracle11g-20160718.dmp b/docs/db/jeecg3.6.5-oracle11g-20160718.dmp deleted file mode 100644 index 5db401e8857cf17a9b8e0a32faeba4728cfe5207..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2111488 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�JpT$?9fVUAo# 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 R2HrF9o`Lra{J&w~{{ZXVxq$!x diff --git a/docs/db/jeecg3.6.5-sqlserver2005-20160718.sql b/docs/db/jeecg3.6.5-sqlserver2005-20160718.sql deleted file mode 100644 index 6de02a75..00000000 --- a/docs/db/jeecg3.6.5-sqlserver2005-20160718.sql +++ /dev/null @@ -1,29584 +0,0 @@ -/* -Navicat SQL Server Data Transfer - -Source Server : slqserver2005 -Source Server Version : 90000 -Source Host : 192.168.0.199\SQL2005:1433 -Source Database : jeecg -Source Schema : dbo - -Target Server Type : SQL Server -Target Server Version : 90000 -File Encoding : 65001 - -Date: 2016-07-18 21:27:34 -*/ - - --- ---------------------------- --- Table structure for auto_form --- ---------------------------- -DROP TABLE [dbo].[auto_form] -GO -CREATE TABLE [dbo].[auto_form] ( -[id] nvarchar(36) NOT NULL , -[form_name] nvarchar(100) NULL , -[form_desc] nvarchar(200) NULL , -[form_style_id] nvarchar(36) NULL , -[form_content] nvarchar(MAX) NULL , -[create_name] nvarchar(50) NULL , -[create_by] nvarchar(50) NULL , -[create_date] datetime NULL , -[update_by] nvarchar(50) NULL , -[update_date] datetime NULL , -[sys_org_code] nvarchar(50) NULL , -[sys_company_code] nvarchar(50) NULL , -[form_parse] nvarchar(MAX) NULL , -[main_table_source] nvarchar(50) NULL , -[update_name] nvarchar(50) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form', -'COLUMN', N'form_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'表单名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form' -, @level2type = 'COLUMN', @level2name = N'form_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'表单名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form' -, @level2type = 'COLUMN', @level2name = N'form_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form', -'COLUMN', N'form_desc')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'表单描述' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form' -, @level2type = 'COLUMN', @level2name = N'form_desc' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'表单描述' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form' -, @level2type = 'COLUMN', @level2name = N'form_desc' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form', -'COLUMN', N'form_style_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'模板样式' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form' -, @level2type = 'COLUMN', @level2name = N'form_style_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'模板样式' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form' -, @level2type = 'COLUMN', @level2name = N'form_style_id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form', -'COLUMN', N'form_content')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'表单编辑器文本' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form' -, @level2type = 'COLUMN', @level2name = N'form_content' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'表单编辑器文本' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form' -, @level2type = 'COLUMN', @level2name = N'form_content' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form' -, @level2type = 'COLUMN', @level2name = N'create_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form' -, @level2type = 'COLUMN', @level2name = N'update_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form' -, @level2type = 'COLUMN', @level2name = N'update_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form', -'COLUMN', N'sys_org_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属部门' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属部门' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form', -'COLUMN', N'sys_company_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属公司' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属公司' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form', -'COLUMN', N'main_table_source')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'主数据源' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form' -, @level2type = 'COLUMN', @level2name = N'main_table_source' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'主数据源' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form' -, @level2type = 'COLUMN', @level2name = N'main_table_source' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form' -, @level2type = 'COLUMN', @level2name = N'update_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO - --- ---------------------------- --- Records of auto_form --- ---------------------------- -INSERT INTO [dbo].[auto_form] ([id], [form_name], [form_desc], [form_style_id], [form_content], [create_name], [create_by], [create_date], [update_by], [update_date], [sys_org_code], [sys_company_code], [form_parse], [main_table_source], [update_name]) VALUES (N'4028138151a9dc0c0151aa3f1d450002', N'employee_entry_form', N'员工入职单', N'', N'

员工入职单


填表日期:

基本信息

姓名

部门

职务


生日

籍贯

学历

身份证

入职日期

工号

手机

邮箱

MSN

人事部

照片

{|-是 否 -|}

档案表

{|-是 否 -|}

身份证

{|-是 否 -|}

学位证

{|-是 否 -|}

其他证件

分配电话


经办人:        日期:      

部门意见

经办人:        日期:     

总经理意见

经办人:       日期:     

新员工意见

经办人:       日期:      


 


 


', N'管理员', N'admin', N'2015-12-16 18:04:01.000', N'admin', N'2015-12-18 15:16:09.000', N'A02', N'A0', N'{"fields":0,"template":"

员工入职单


填表日期:

基本信息

姓名

部门

职务


生日

籍贯

学历

身份证

入职日期

工号

手机

邮箱

MSN

人事部

照片

{|-是 否 -|}

档案表

{|-是 否 -|}

身份证

{|-是 否 -|}

学位证

{|-是 否 -|}

其他证件

分配电话


经办人:        日期:      

部门意见

经办人:        日期:     

总经理意见

经办人:       日期:     

新员工意见

经办人:       日期:      


 


 


","parse":"

员工入职单


填表日期:

基本信息

姓名

部门

职务


生日

籍贯

学历

身份证

入职日期

工号

手机

邮箱

MSN

人事部

照片

是 否 

档案表

是 否 

身份证

是 否 

学位证

是 否 

其他证件

分配电话


经办人:        日期:      

部门意见

经办人:        日期:     

总经理意见

经办人:       日期:     

新员工意见

经办人:       日期:      


 


 


","data":[{"name":"ds.create_date","type":"text","title":"create_date","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"standardDate","autofield":"ds.create_date","style":"text-align: left; width: 150px;","content":""},{"name":"ds.employee_name","type":"text","title":"employee_name","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds.employee_name","style":"text-align: left; width: 150px;","content":""},{"name":"ds.employee_depart","type":"text","title":"employee_depart","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds.employee_depart","style":"text-align: left; width: 150px;","content":""},{"name":"ds.employee_job","type":"text","title":"employee_job","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds.employee_job","style":"text-align: left; width: 150px;","content":""},{"name":"ds.employee_birthday","type":"text","title":"employee_birthday","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"standardDate","autofield":"ds.employee_birthday","style":"text-align: left; width: 150px;","content":""},{"name":"ds.employee_origin","type":"text","title":"employee_origin","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds.employee_origin","style":"text-align: left; width: 150px;","content":""},{"name":"ds.employee_degree","type":"text","title":"employee_degree","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds.employee_degree","style":"text-align: left; width: 150px;","content":""},{"name":"ds.employee_identification","type":"text","title":"employee_identification","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds.employee_identification","style":"text-align: left; width: 150px;","content":""},{"name":"ds.employee_entry_date","type":"text","title":"employee_entry_date","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"standardDate","autofield":"ds.employee_entry_date","style":"text-align: left; width: 150px;","content":""},{"name":"ds.employee_code","type":"text","title":"employee_code","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds.employee_code","style":"text-align: left; width: 150px;","content":""},{"name":"ds.employee_phone","type":"text","title":"employee_phone","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds.employee_phone","style":"text-align: left; width: 150px;","content":""},{"name":"ds.employee_mail","type":"text","title":"employee_mail","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds.employee_mail","style":"text-align: left; width: 150px;","content":""},{"name":"ds.employee_msn","type":"text","title":"employee_msn","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds.employee_msn","style":"text-align: left; width: 150px;","content":""},{"leipiplugins":"radios","name":"leipiNewField","selector":"2c90ac564c9d1734014c9db1a167002b","autofield":"ds.hr_pic","title":"hr_pic","value":"Y,N","content":"是 否 ","options":[{"type":"radio","name":"leipiNewField","checkedtext":"是","value":"Y","checked":""},{"type":"radio","name":"leipiNewField","checkedtext":"否","value":"N","checked":""}]},{"leipiplugins":"radios","name":"leipiNewField","selector":"2c90ac564c9d1734014c9db1a167002b","autofield":"ds.hr_archives","title":"hr_archives","value":"Y,N","content":"是 否 ","options":[{"type":"radio","name":"leipiNewField","checkedtext":"是","value":"Y","checked":""},{"type":"radio","name":"leipiNewField","checkedtext":"否","value":"N","checked":""}]},{"leipiplugins":"radios","name":"leipiNewField","selector":"2c90ac564c9d1734014c9db1a167002b","autofield":"ds.hr_identification","title":"hr_identification","value":"Y,N","content":"是 否 ","options":[{"type":"radio","name":"leipiNewField","checkedtext":"是","value":"Y","checked":""},{"type":"radio","name":"leipiNewField","checkedtext":"否","value":"N","checked":""}]},{"leipiplugins":"radios","name":"leipiNewField","selector":"2c90ac564c9d1734014c9db1a167002b","autofield":"ds.hr_degree","title":"hr_degree","value":"Y,N","content":"是 否 ","options":[{"type":"radio","name":"leipiNewField","checkedtext":"是","value":"Y","checked":""},{"type":"radio","name":"leipiNewField","checkedtext":"否","value":"N","checked":""}]},{"name":"ds.hr_other","type":"text","title":"hr_other","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds.hr_other","style":"text-align: left; width: 150px;","content":""},{"name":"ds.hr_tel","type":"text","title":"hr_tel","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds.hr_tel","style":"text-align: left; width: 150px;","content":""},{"name":"ds.hr_op_user","type":"text","title":"hr_op_user","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds.hr_op_user","style":"text-align: left; width: 150px;","content":""},{"name":"ds.hr_op_date","type":"text","title":"hr_op_date","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"standardDate","autofield":"ds.hr_op_date","style":"text-align: left; width: 150px;","content":""},{"title":"depart_opinion","name":"leipiNewField","leipiplugins":"textarea","datatype":"","value":"","autofield":"ds.depart_opinion","orgrich":"0","orgfontsize":"","orgwidth":"900","orgheight":"80","style":"width:900px;height:80px;","content":""},{"name":"ds.depart_op_user","type":"text","title":"depart_op_user","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds.depart_op_user","style":"text-align: left; width: 150px;","content":""},{"name":"ds.depart_op_date","type":"text","title":"depart_op_date","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"standardDate","autofield":"ds.depart_op_date","style":"text-align: left; width: 150px;","content":""},{"title":"manager_opinion","name":"leipiNewField","leipiplugins":"textarea","datatype":"","value":"","autofield":"ds.manager_opinion","orgrich":"0","orgfontsize":"","orgwidth":"900","orgheight":"80","style":"width:900px;height:80px;","content":""},{"name":"ds.manager_op_user","type":"text","title":"manager_op_user","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds.manager_op_user","style":"text-align: left; width: 150px;","content":""},{"name":"ds.manager_op_date","type":"text","title":"manager_op_date","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"standardDate","autofield":"ds.manager_op_date","style":"text-align: left; width: 150px;","content":""},{"title":"employee_opinion","name":"leipiNewField","leipiplugins":"textarea","datatype":"","value":"","autofield":"ds.employee_opinion","orgrich":"0","orgfontsize":"","orgwidth":"900","orgheight":"80","style":"width:900px;height:80px;","content":""},{"name":"ds.employee_op_user","type":"text","title":"employee_op_user","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds.employee_op_user","style":"text-align: left; width: 150px;","content":""},{"name":"ds.employee_op_date","type":"text","title":"employee_op_date","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"standardDate","autofield":"ds.employee_op_date","style":"text-align: left; width: 150px;","content":""},{"name":"ds.id","type":"text","title":"id","value":"","datatype":"","leipiplugins":"text","orghide":"1","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds.id","style":"text-align: left; width: 150px;","content":""}],"add_fields":{}}', N'ds', N'管理员') -GO -GO -INSERT INTO [dbo].[auto_form] ([id], [form_name], [form_desc], [form_style_id], [form_content], [create_name], [create_by], [create_date], [update_by], [update_date], [sys_org_code], [sys_company_code], [form_parse], [main_table_source], [update_name]) VALUES (N'402880e750a8cbbf0150a8ccabdb0001', N'order_form', N'订单表单', N'', N'

价格合同人合同内容
订单号订单内容订单价格

', N'管理员', N'admin', N'2015-10-27 18:16:37.000', N'admin', N'2015-11-30 12:25:44.000', N'A02', N'A0', N'{"fields":0,"template":"

价格合同人合同内容
订单号订单内容订单价格

","parse":"

价格合同人合同内容
订单号订单内容订单价格

","data":[{"name":"jeecg_order_main.ID","type":"hidden","title":"主键","value":"","datatype":"","leipiplugins":"text","orghide":"1","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_order_main.ID","style":"text-align: left; width: 150px;","content":""},{"style":"text-align: left; width: 150px;","title":"价格","value":"","name":"jeecg_order_main.GO_ALL_PRICE","orgheight":"","orgwidth":"150","orgalign":"left","orgfontsize":"","orghide":"0","leipiplugins":"text","orgtype":"text","autofield":"jeecg_order_main.GO_ALL_PRICE","datatype":"","content":""},{"style":"text-align: left; width: 150px;","title":"合同人","value":"","name":"jeecg_order_main.GO_CONTACT_NAME","orgheight":"","orgwidth":"150","orgalign":"left","orgfontsize":"","orghide":"0","leipiplugins":"text","orgtype":"text","autofield":"jeecg_order_main.GO_CONTACT_NAME","datatype":"","content":""},{"style":"text-align: left; width: 150px;","title":"合同内容","value":"","name":"jeecg_order_main.GO_CONTENT","orgheight":"","orgwidth":"150","orgalign":"left","orgfontsize":"","orghide":"0","leipiplugins":"text","orgtype":"text","autofield":"jeecg_order_main.GO_CONTENT","datatype":"","content":""},{"style":"text-align: left; width: 150px;","title":"合同编码","value":"","name":"jeecg_order_main.GO_ORDER_CODE","orgheight":"","orgwidth":"150","orgalign":"left","orgfontsize":"","orghide":"0","leipiplugins":"text","orgtype":"text","autofield":"jeecg_order_main.GO_ORDER_CODE","datatype":"","content":""},{"style":"text-align: left; width: 150px;","title":"GO_ORDER_COUNT","value":"","name":"jeecg_order_main.GO_ORDER_COUNT","orgheight":"","orgwidth":"150","orgalign":"left","orgfontsize":"","orghide":"0","leipiplugins":"text","orgtype":"text","autofield":"jeecg_order_main.GO_ORDER_COUNT","datatype":"","content":""},{"style":"text-align: left; width: 150px;","title":"GO_RETURN_PRICE","value":"","name":"jeecg_order_main.GO_RETURN_PRICE","orgheight":"","orgwidth":"150","orgalign":"left","orgfontsize":"","orghide":"0","leipiplugins":"text","orgtype":"text","autofield":"jeecg_order_main.GO_RETURN_PRICE","datatype":"","content":""},{"name":"leipiNewField","leipiplugins":"listctrl","type":"text","value":"{列表控件}","readonly":"readonly","title":"订单客户","autofield":"jeecg_order_custom.ID`jeecg_order_custom.GO_ORDER_CODE`jeecg_order_custom.GOC_CONTENT`jeecg_order_custom.GOC_CUS_NAME`jeecg_order_custom.GOC_SEX`","orgtitle":"ID`订单号`订单内容`客户名`性别`","orgcoltype":"text`popup`text`text`select`","orgunit":"#`#`#`#`#`","orgsum":"0`0`0`0`0`","orgcolvalue":"`````","ishide":"1`0`0`0`0`","ruletype":"0`0`0`0`0`","dict":"0`user_msg`0`0`sex`","length":"32`157`157`157`157`","pkid":"","fkdsid":"","orgwidth":"100%","style":"width: 100%;","content":""}],"add_fields":{}}', N'jeecg_order_main', N'管理员') -GO -GO -INSERT INTO [dbo].[auto_form] ([id], [form_name], [form_desc], [form_style_id], [form_content], [create_name], [create_by], [create_date], [update_by], [update_date], [sys_org_code], [sys_company_code], [form_parse], [main_table_source], [update_name]) VALUES (N'402881a151f6d9420151f6e3b4ce0001', N'jform00002', N'员工离职单', N'', N'
员工离职单
姓名编号
职务
入职时间
离职方式{|-辞工 急辞工 辞退 开除 自动离职 -|}
申请离职日期正式离职日期
领工资人及身份证号
离职须知
离职原因
面谈记录和意见
办公用品移交
人力资源部审核应发薪资     应扣薪资 
实发薪资     领取时间 
总经理审批
说明

', N'管理员', N'admin', N'2015-12-31 15:14:57.000', N'admin', N'2016-01-06 11:23:05.000', N'A03', N'A0', N'{"fields":0,"template":"
员工离职单
姓名编号
职务
入职时间
离职方式{|-辞工 急辞工 辞退 开除 自动离职 -|}
申请离职日期正式离职日期
领工资人及身份证号
离职须知
离职原因
面谈记录和意见
办公用品移交
人力资源部审核应发薪资     应扣薪资 
实发薪资     领取时间 
总经理审批
说明

","parse":"
员工离职单
姓名编号
职务
入职时间
离职方式辞工 急辞工 辞退 开除 自动离职 
申请离职日期正式离职日期
领工资人及身份证号
离职须知
离职原因
面谈记录和意见
办公用品移交
人力资源部审核应发薪资     应扣薪资 
实发薪资     领取时间 
总经理审批
说明

","data":[{"name":"jform00002.name","type":"text","title":"name","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jform00002.name","style":"text-align: left; width: 150px;","content":""},{"name":"jform00002.code","type":"text","title":"code","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jform00002.code","style":"text-align: left; width: 150px;","content":""},{"name":"jform00002.job","type":"text","title":"job","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jform00002.job","style":"text-align: left; width: 150px;","content":""},{"name":"jform00002.join_time","type":"text","title":"join_time","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"standardDate","autofield":"jform00002.join_time","style":"text-align: left; width: 150px;","content":""},{"leipiplugins":"radios","name":"leipiNewField","selector":"402881a151f1af7c0151f1b9d7f50002","autofield":"jform00002.out_type","title":"out_type","value":"cigong,jicigong,citui,kaichu,zidonglizhi","content":"辞工 急辞工 辞退 开除 自动离职 ","options":[{"type":"radio","name":"leipiNewField","checkedtext":"辞工","value":"cigong","checked":""},{"type":"radio","name":"leipiNewField","checkedtext":"急辞工","value":"jicigong","checked":""},{"type":"radio","name":"leipiNewField","checkedtext":"辞退","value":"citui","checked":""},{"type":"radio","name":"leipiNewField","checkedtext":"开除","value":"kaichu","checked":""},{"type":"radio","name":"leipiNewField","checkedtext":"自动离职","value":"zidonglizhi","checked":""}]},{"name":"jform00002.apply_out_time","type":"text","title":"apply_out_time","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"standardDate","autofield":"jform00002.apply_out_time","style":"text-align: left; width: 150px;","content":""},{"name":"jform00002.out_time","type":"text","title":"out_time","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"standardDate","autofield":"jform00002.out_time","style":"text-align: left; width: 150px;","content":""},{"title":"id_card","name":"leipiNewField","leipiplugins":"textarea","datatype":"","value":"","autofield":"jform00002.id_card","orgrich":"0","orgfontsize":"","orgwidth":"500","orgheight":"80","style":"width:500px;height:80px;","content":""},{"title":"out_content","name":"leipiNewField","leipiplugins":"textarea","datatype":"","value":"","autofield":"jform00002.out_content","orgrich":"0","orgfontsize":"","orgwidth":"500","orgheight":"80","style":"width:500px;height:80px;","content":""},{"title":"out_reason","name":"leipiNewField","leipiplugins":"textarea","datatype":"","value":"","autofield":"jform00002.out_reason","orgrich":"0","orgfontsize":"","orgwidth":"500","orgheight":"80","style":"width:500px;height:80px;","content":""},{"title":"interview_record","name":"leipiNewField","leipiplugins":"textarea","datatype":"","value":"","autofield":"jform00002.interview_record","orgrich":"0","orgfontsize":"","orgwidth":"500","orgheight":"80","style":"width:500px;height:80px;","content":""},{"title":"office_change","name":"leipiNewField","leipiplugins":"textarea","datatype":"","value":"","autofield":"jform00002.office_change","orgrich":"0","orgfontsize":"","orgwidth":"500","orgheight":"80","style":"width:500px;height:80px;","content":""},{"name":"jform00002.should_send_salary","type":"text","title":"should_send_salary","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"float","autofield":"jform00002.should_send_salary","style":"text-align: left; width: 150px;","content":""},{"name":"jform00002.should_deduct_pay","type":"text","title":"should_deduct_pay","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"float","autofield":"jform00002.should_deduct_pay","style":"text-align: left; width: 150px;","content":""},{"name":"jform00002.pay","type":"text","title":"pay","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"float","autofield":"jform00002.pay","style":"text-align: left; width: 150px;","content":""},{"name":"jform00002.get_time","type":"text","title":"get_time","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"standardDate","autofield":"jform00002.get_time","style":"text-align: left; width: 150px;","content":""},{"title":"boss_check","name":"leipiNewField","leipiplugins":"textarea","datatype":"","value":"","autofield":"jform00002.boss_check","orgrich":"0","orgfontsize":"","orgwidth":"500","orgheight":"80","style":"width:500px;height:80px;","content":""},{"title":"description","name":"leipiNewField","leipiplugins":"textarea","datatype":"","value":"","autofield":"jform00002.description","orgrich":"0","orgfontsize":"","orgwidth":"500","orgheight":"80","style":"width:500px;height:80px;","content":""},{"name":"jform00002.id","type":"text","title":"id","value":"","datatype":"","leipiplugins":"text","orghide":"1","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jform00002.id","style":"text-align: left; width: 150px;","content":""}],"add_fields":{}}', N'jform00002', N'管理员') -GO -GO -INSERT INTO [dbo].[auto_form] ([id], [form_name], [form_desc], [form_style_id], [form_content], [create_name], [create_by], [create_date], [update_by], [update_date], [sys_org_code], [sys_company_code], [form_parse], [main_table_source], [update_name]) VALUES (N'402885d8507f14a601507f15b5200001', N'jeecg_custom_record', N'客户追踪记录表(案例)', N'', N'new document

客户追踪记录表

* 客户编号负责人成立日期
客户名称资本额
地址电话
营业类型传真
主要往来银行
其他投资事业平均每日营业额
主要往来业务付款方式{|-现金 支票 客票 其他 -|}
与本公司往来收款记录{|-优秀 良好 一般 很差 -|}
最近与本公司往来重要记录
最近交易数据跟踪
客户意见
信用评定
填表人


', N'管理员', N'admin', N'2015-10-19 15:52:21.000', N'admin', N'2015-11-19 11:21:39.000', N'A02', N'A0', N'{"fields":0,"template":"new document

客户追踪记录表

* 客户编号负责人成立日期
客户名称资本额
地址电话
营业类型传真
主要往来银行
其他投资事业平均每日营业额
主要往来业务付款方式{|-现金 支票 客票 其他 -|}
与本公司往来收款记录{|-优秀 良好 一般 很差 -|}
最近与本公司往来重要记录
最近交易数据跟踪
客户意见
信用评定
填表人


","parse":"new document

客户追踪记录表

* 客户编号负责人成立日期
客户名称资本额
地址电话
营业类型传真
主要往来银行
其他投资事业平均每日营业额
主要往来业务付款方式现金 支票 客票 其他 
与本公司往来收款记录优秀 良好 一般 很差 
最近与本公司往来重要记录
最近交易数据跟踪
客户意见
信用评定
填表人


","data":[{"name":"jeecg_custom_record.id","type":"hidden","title":"id","value":"","leipiplugins":"text","orghide":"1","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_record.id","style":"text-align: left; width: 150px;","orgfontsize":"","orgheight":"","content":""},{"name":"jeecg_custom_record.custom_id","type":"text","title":"custom_id","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_record.custom_id","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_record.header","type":"text","title":"header","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_record.header","style":"text-align: left; width: 150px;","content":""},{"name":"leipiNewField","type":"text","value":"{macros}","title":"establish_date","leipiplugins":"macros","orgtype":"sys_datetime","orghide":"0","orgfontsize":"","orgwidth":"150","style":"width: 150px;","content":""},{"name":"jeecg_custom_record.custom_name","type":"text","title":"custom_name","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"300","orgtype":"text","autofield":"jeecg_custom_record.custom_name","style":"text-align: left; width: 300px;","orgfontsize":"","orgheight":"","content":""},{"name":"jeecg_custom_record.capital_lines","type":"text","title":"capital_lines","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_record.capital_lines","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_record.address","type":"text","title":"address","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"300","orgtype":"text","autofield":"jeecg_custom_record.address","style":"text-align: left; width: 300px;","orgfontsize":"","orgheight":"","content":""},{"name":"jeecg_custom_record.phone","type":"text","title":"phone","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_record.phone","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_record.business_type","type":"text","title":"business_type","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"300","orgtype":"text","autofield":"jeecg_custom_record.business_type","style":"text-align: left; width: 300px;","content":""},{"name":"jeecg_custom_record.fax","type":"text","title":"fax","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_record.fax","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_record.banks","type":"text","title":"banks","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"300","orgtype":"text","autofield":"jeecg_custom_record.banks","style":"text-align: left; width: 300px;","content":""},{"name":"jeecg_custom_record.other_business","type":"text","title":"other_business","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"250","orgtype":"text","autofield":"jeecg_custom_record.other_business","style":"text-align: left; width: 250px;","content":""},{"name":"jeecg_custom_record.turnover","type":"text","title":"turnover","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_record.turnover","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_record.business","type":"text","title":"business","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"250","orgtype":"text","autofield":"jeecg_custom_record.business","style":"text-align: left; width: 250px;","content":""},{"leipiplugins":"checkboxs","selector":"undefined","autofield":"undefined","title":"pay_type","parse_name":"checkboxs_0","name":"leipiNewField,leipiNewField,leipiNewField,leipiNewField","value":"现金,支票,客票,其他","content":"现金 支票 客票 其他 ","options":[{"type":"checkbox","name":"leipiNewField","checkedtext":"现金","selector":"undefined","value":"现金","fieldname":"undefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","checkedtext":"支票","selector":"undefined","value":"支票","fieldname":"undefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","checkedtext":"客票","selector":"undefined","value":"客票","fieldname":"undefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","checkedtext":"其他","selector":"undefined","value":"其他","fieldname":"undefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""}]},{"name":"jeecg_custom_record.business_contacts","type":"text","title":"business_contacts","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"250","orgtype":"text","autofield":"jeecg_custom_record.business_contacts","style":"text-align: left; width: 250px;","content":""},{"leipiplugins":"checkboxs","selector":"undefined","autofield":"undefined","title":"collection","parse_name":"checkboxs_1","name":"leipiNewField,leipiNewField,leipiNewField,leipiNewField","value":"优秀,良好,一般,很差","content":"优秀 良好 一般 很差 ","options":[{"type":"checkbox","name":"leipiNewField","checkedtext":"优秀","selector":"undefined","value":"优秀","fieldname":"undefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","checkedtext":"良好","selector":"undefined","value":"良好","fieldname":"undefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","checkedtext":"一般","selector":"undefined","value":"一般","fieldname":"undefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","checkedtext":"很差","selector":"undefined","value":"很差","fieldname":"undefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""}]},{"name":"jeecg_custom_record.business_important_contacts","type":"text","title":"business_important_contacts","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"300","orgtype":"text","autofield":"jeecg_custom_record.business_important_contacts","style":"text-align: left; width: 300px;","content":""},{"name":"jeecg_custom_record.business_record","type":"text","title":"business_record","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"300","orgtype":"text","autofield":"jeecg_custom_record.business_record","style":"text-align: left; width: 300px;","content":""},{"name":"jeecg_custom_record.customer_opinion","type":"text","title":"customer_opinion","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"300","orgtype":"text","autofield":"jeecg_custom_record.customer_opinion","style":"text-align: left; width: 300px;","content":""},{"name":"jeecg_custom_record.credit_evaluation","type":"text","title":"credit_evaluation","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"300","orgtype":"text","autofield":"jeecg_custom_record.credit_evaluation","style":"text-align: left; width: 300px;","content":""},{"name":"jeecg_custom_record.preparer","type":"text","title":"preparer","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_record.preparer","style":"text-align: left; width: 150px;","content":""}],"add_fields":{}}', N'jeecg_custom_record', N'管理员') -GO -GO -INSERT INTO [dbo].[auto_form] ([id], [form_name], [form_desc], [form_style_id], [form_content], [create_name], [create_by], [create_date], [update_by], [update_date], [sys_org_code], [sys_company_code], [form_parse], [main_table_source], [update_name]) VALUES (N'402885d8508410ea01508424b4350006', N'jeecg_custom_info', N'客户资料管理卡(案例)', N'', N'


客户资料管理卡
{|-男 女 -|}
{|-虚拟 数码 美容 服装 配饰 母婴 家居 食品 -|}
{|-铁路 水运 汽运 自提 -|}

{|-销售上量 利润为准 量利兼顾 积极 保守 平常 投机 凌乱 -|}


', N'管理员', N'admin', N'2015-10-20 15:26:49.000', N'admin', N'2015-11-19 11:21:10.000', N'A02', N'A0', N'{"fields":0,"template":"


客户资料管理卡
{|-男 女 -|}
{|-虚拟 数码 美容 服装 配饰 母婴 家居 食品 -|}
{|-铁路 水运 汽运 自提 -|}

{|-销售上量 利润为准 量利兼顾 积极 保守 平常 投机 凌乱 -|}


","parse":"


客户资料管理卡
男 女 
虚拟 数码 美容 服装 配饰 母婴 家居 食品 
铁路 水运 汽运 自提 

销售上量 利润为准 量利兼顾 积极 保守 平常 投机 凌乱 


","data":[{"name":"jeecg_custom_info.CUST_NAME","type":"text","title":"cust_name","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"100","orgtype":"text","autofield":"jeecg_custom_info.CUST_NAME","style":"text-align: left; width: 100px;","orgfontsize":"","orgheight":"","content":""},{"name":"jeecg_custom_info.CUST_ADDR","type":"text","title":"cust_addr","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"100","orgtype":"text","autofield":"jeecg_custom_info.CUST_ADDR","style":"text-align: left; width: 100px;","content":""},{"name":"jeecg_custom_info.CUST_CODE","type":"text","title":"cust_code","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"60","orgtype":"text","autofield":"jeecg_custom_info.CUST_CODE","style":"text-align: left; width: 60px;","content":""},{"name":"jeecg_custom_info.EMAIL","type":"text","title":"email","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_info.EMAIL","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_info.CUST_CHARGE","type":"text","title":"cust_charge","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"50","orgtype":"text","autofield":"jeecg_custom_info.CUST_CHARGE","style":"text-align: left; width: 50px;","content":""},{"plugins":"radios","name":"leipiNewField","title":"sex","value":"男,女","content":"男 女 ","options":[{"type":"radio","name":"leipiNewField","value":"男","checked":""},{"type":"radio","name":"leipiNewField","value":"女","checked":""}]},{"name":"jeecg_custom_info.AGE","type":"text","title":"age","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"100","orgtype":"text","autofield":"jeecg_custom_info.AGE","style":"text-align: left; width: 100px;","content":""},{"name":"jeecg_custom_info.POSITION","type":"text","title":"position","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"60","orgtype":"text","autofield":"jeecg_custom_info.POSITION","style":"text-align: left; width: 60px;","orgfontsize":"","orgheight":"","content":""},{"name":"jeecg_custom_info.PHONE","type":"text","title":"phone","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_info.PHONE","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_info.BANK","type":"text","title":"bank","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"50","orgtype":"text","autofield":"jeecg_custom_info.BANK","style":"text-align: left; width: 50px;","content":""},{"name":"jeecg_custom_info.MONEY","type":"text","title":"money","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_info.MONEY","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_info.PROMOTER","type":"text","title":"promoter","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_info.PROMOTER","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_info.ACCOUNT","type":"text","title":"account","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"50","orgtype":"text","autofield":"jeecg_custom_info.ACCOUNT","style":"text-align: left; width: 50px;","content":""},{"name":"jeecg_custom_info.TURNOVER","type":"text","title":"turnover","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_info.TURNOVER","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_info.PAYMENT_ATTR","type":"text","title":"payment_attr","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_info.PAYMENT_ATTR","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_info.SAX_NUM","type":"text","title":"sax_num","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_info.SAX_NUM","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_info.PAY_DATE","type":"text","title":"pay_date","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_info.PAY_DATE","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_info.BEGIN_PAY_DATE","type":"text","title":"begin_pay_date","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_info.BEGIN_PAY_DATE","style":"text-align: left; width: 150px;","content":""},{"plugins":"checkboxs","title":"main_bus","parse_name":"checkboxs_0","name":"leipiNewField,leipiNewField,leipiNewField,leipiNewField,leipiNewField,leipiNewField,leipiNewField,leipiNewField","value":"虚拟,数码,美容,服装,配饰,母婴,家居,食品","content":"虚拟 数码 美容 服装 配饰 母婴 家居 食品 ","options":[{"type":"checkbox","name":"leipiNewField","value":"虚拟","fieldname":"undefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","value":"数码","fieldname":"undefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","value":"美容","fieldname":"undefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","value":"服装","fieldname":"undefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","value":"配饰","fieldname":"undefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","value":"母婴","fieldname":"undefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","value":"家居","fieldname":"undefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","value":"食品","fieldname":"undefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""}]},{"name":"jeecg_custom_info.BUS_PRO","type":"text","title":"bus_pro","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"50","orgtype":"text","autofield":"jeecg_custom_info.BUS_PRO","style":"text-align: left; width: 50px;","content":""},{"name":"jeecg_custom_info.WAREHOUSE","type":"text","title":"warehouse","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"50","orgtype":"text","autofield":"jeecg_custom_info.WAREHOUSE","style":"text-align: left; width: 50px;","content":""},{"name":"jeecg_custom_info.PEOPLE","type":"text","title":"people","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"80","orgtype":"text","autofield":"jeecg_custom_info.PEOPLE","style":"text-align: left; width: 80px;","content":""},{"plugins":"checkboxs","title":"transportation","parse_name":"checkboxs_1","name":"leipiNewField,leipiNewField,leipiNewField,leipiNewField","value":"铁路,水运,汽运,自提","content":"铁路 水运 汽运 自提 ","options":[{"type":"checkbox","name":"leipiNewField","value":"铁路","fieldname":"undefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","value":"水运","fieldname":"undefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","value":"汽运","fieldname":"undefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","value":"自提","fieldname":"undefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""}]},{"name":"jeecg_custom_info.OPERATION","type":"text","title":"operation","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"50","orgtype":"text","autofield":"jeecg_custom_info.OPERATION","style":"text-align: left; width: 50px;","content":""},{"name":"jeecg_custom_info.CAR","type":"text","title":"car","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"50","orgtype":"text","autofield":"jeecg_custom_info.CAR","style":"text-align: left; width: 50px;","content":""},{"name":"jeecg_custom_info.SHOPKEEPER","type":"text","title":"shopkeeper","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_info.SHOPKEEPER","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_info.WHOLESALE","type":"text","title":"wholesale","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"50","orgtype":"text","autofield":"jeecg_custom_info.WHOLESALE","style":"text-align: left; width: 50px;","content":""},{"name":"jeecg_custom_info.AREA","type":"text","title":"area","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_info.AREA","style":"text-align: left; width: 150px;","content":""},{"plugins":"checkboxs","title":"management","parse_name":"checkboxs_2","name":"leipiNewField,leipiNewField,leipiNewField,leipiNewField,leipiNewField,leipiNewField,leipiNewField,leipiNewField","value":"销售上量,利润为准,量利兼顾,积极,保守,平常,投机,凌乱","content":"销售上量 利润为准 量利兼顾 积极 保守 平常 投机 凌乱 ","options":[{"type":"checkbox","name":"leipiNewField","value":"销售上量","fieldname":"undefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","value":"利润为准","fieldname":"undefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","value":"量利兼顾","fieldname":"undefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","value":"积极","fieldname":"undefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","value":"保守","fieldname":"undefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","value":"平常","fieldname":"undefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","value":"投机","fieldname":"undefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","value":"凌乱","fieldname":"undefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""}]},{"name":"jeecg_custom_info.STOCK1","type":"text","title":"stock1","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"100","orgtype":"text","autofield":"jeecg_custom_info.STOCK1","style":"text-align: left; width: 100px;","content":""},{"name":"jeecg_custom_info.STOCK2","type":"text","title":"stock2","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_info.STOCK2","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_info.SALE1","type":"text","title":"sale1","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"100","orgtype":"text","autofield":"jeecg_custom_info.SALE1","style":"text-align: left; width: 100px;","content":""},{"name":"jeecg_custom_info.SALE2","type":"text","title":"sale2","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_info.SALE2","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_info.INVENTORY1","type":"text","title":"inventory1","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"100","orgtype":"text","autofield":"jeecg_custom_info.INVENTORY1","style":"text-align: left; width: 100px;","content":""},{"name":"jeecg_custom_info.INVENTORY2","type":"text","title":"inventory2","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_info.INVENTORY2","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_info.MAX_MONEY","type":"text","title":"max_money","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_info.MAX_MONEY","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_info.CUST_LEVEL","type":"text","title":"cust_level","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_info.CUST_LEVEL","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_info.ALL_AVG_INVENTORY","type":"text","title":"all_avg_inventory","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_info.ALL_AVG_INVENTORY","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_info.AVG_INVENTORY","type":"text","title":"avg_inventory","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_info.AVG_INVENTORY","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_info.PRICE","type":"text","title":"price","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_info.PRICE","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_info.PROMISE","type":"text","title":"promise","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_info.PROMISE","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_info.COMPETING_GOODS","type":"text","title":"competing_goods","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_info.COMPETING_GOODS","style":"text-align: left; width: 150px;","content":""}],"add_fields":{}}', N'jeecg_custom_info', N'管理员') -GO -GO -INSERT INTO [dbo].[auto_form] ([id], [form_name], [form_desc], [form_style_id], [form_content], [create_name], [create_by], [create_date], [update_by], [update_date], [sys_org_code], [sys_company_code], [form_parse], [main_table_source], [update_name]) VALUES (N'4028948150f601230150f60692050001', N'doc', N'文档Doc', N'', N'

内容
时间
文档编号
标题
文档类型{|-  -|}
', N'管理员', N'admin', N'2015-11-11 18:10:37.000', N'admin', N'2015-11-19 10:59:24.000', N'A02', N'A0', N'{"fields":0,"template":"

内容
时间
文档编号
标题
文档类型{|-  -|}
","parse":"

内容
时间
文档编号
标题
文档类型  
","data":[{"type":"hidden","name":"doc.ID","autofield":"doc.ID","content":""},{"style":"text-align: left; width: 300px;","title":"DOCCONTENT","value":"","name":"doc.DOCCONTENT","orgheight":"","orgwidth":"300","orgalign":"left","orgfontsize":"","orghide":"0","leipiplugins":"text","orgtype":"text","autofield":"doc.DOCCONTENT","content":""},{"style":"text-align: left; width: 300px;","title":"时间","value":"","name":"doc.DOCDATE","orgheight":"","orgwidth":"300","orgalign":"left","orgfontsize":"","orghide":"0","leipiplugins":"text","orgtype":"standardDate","autofield":"doc.DOCDATE","datatype":"","content":""},{"style":"text-align: left; width: 300px;","title":"DOCID","value":"","name":"doc.DOCID","orgheight":"","orgwidth":"300","orgalign":"left","orgfontsize":"","orghide":"0","leipiplugins":"text","orgtype":"text","autofield":"doc.DOCID","content":""},{"style":"text-align: left; width: 300px;","title":"DOCTITLE","value":"","name":"doc.DOCTITLE","orgheight":"","orgwidth":"300","orgalign":"left","orgfontsize":"","orghide":"0","leipiplugins":"text","orgtype":"text","autofield":"doc.DOCTITLE","content":""},{"leipiplugins":"select","name":"leipiNewField","title":"文档类型","size":"1","datatype":"","selector":"402881e54dcb624a014dcbf4912b000e","orgwidth":"150","autofield":"doc.DOCTYPE","style":"width: 150px;","value":"bdfl_ptbd,bdfl_fzbd,bdfl_vipbd","content":"  "}],"add_fields":{}}', N'doc', N'管理员') -GO -GO -INSERT INTO [dbo].[auto_form] ([id], [form_name], [form_desc], [form_style_id], [form_content], [create_name], [create_by], [create_date], [update_by], [update_date], [sys_org_code], [sys_company_code], [form_parse], [main_table_source], [update_name]) VALUES (N'40289481513a049b01513a0aabf70001', N'docdb', N'docdb', N'', N'

DOCCONTENT
DOCDATE
DOCID
DOCTITLE{|-  -|}
DOCTYPE{|-spring-key java-class -|}


', N'管理员', N'admin', N'2015-11-24 23:09:16.000', N'admin', N'2015-11-30 12:14:19.000', N'A02', N'A0', N'{"fields":0,"template":"

DOCCONTENT
DOCDATE
DOCID
DOCTITLE{|-  -|}
DOCTYPE{|-spring-key java-class -|}


","parse":"

DOCCONTENT
DOCDATE
DOCID
DOCTITLE  
DOCTYPEspring-key java-class 


","data":[{"type":"hidden","name":"docdb.ID","autofield":"docdb.ID","content":""},{"style":"text-align: left; width: 300px;","title":"DOCCONTENT","value":"","name":"docdb.DOCCONTENT","orgheight":"","orgwidth":"300","orgalign":"left","orgfontsize":"","orghide":"0","leipiplugins":"text","orgtype":"text","autofield":"docdb.DOCCONTENT","content":""},{"style":"text-align: left; width: 300px;","title":"DOCDATE","value":"","name":"docdb.DOCDATE","orgheight":"","orgwidth":"300","orgalign":"left","orgfontsize":"","orghide":"0","leipiplugins":"text","orgtype":"standardDate","autofield":"docdb.DOCDATE","datatype":"","content":""},{"name":"docdb.DOCID","title":"DOCID","leipiplugins":"popup","size":"1","datatype":"","style":"background-image: url(http://localhost:8080/jeecg/plug-in/easyui/themes/default/images/searchbox_button.png); background-color: rgb(255, 255, 255); width: 150px; background-position: 100% 50%; background-repeat: no-repeat no-repeat;","dictionary":"user_msg,account,realname","orgwidth":"150","autofield":"docdb.DOCID","content":""},{"leipiplugins":"select","name":"leipiNewField","title":"DOCTITLE","size":"1","datatype":"","selector":"402881e64ca6fd1b014ca7044c370004","orgwidth":"150","autofield":"docdb.DOCTITLE","style":"width: 150px;","value":"spline,column,pie","content":"  "},{"leipiplugins":"radios","name":"leipiNewField","selector":"8a1c7ee54e3e2ca9014e3e4b78f90009","autofield":"docdb.DOCTYPE","title":"DOCTYPE","value":"spring,class","content":"spring-key java-class ","options":[{"type":"radio","name":"leipiNewField","checkedtext":"spring-key","value":"spring","checked":""},{"type":"radio","name":"leipiNewField","checkedtext":"java-class","value":"class","checked":""}]}],"add_fields":{}}', N'docdb', N'管理员') -GO -GO -INSERT INTO [dbo].[auto_form] ([id], [form_name], [form_desc], [form_style_id], [form_content], [create_name], [create_by], [create_date], [update_by], [update_date], [sys_org_code], [sys_company_code], [form_parse], [main_table_source], [update_name]) VALUES (N'4028ef815382c6c9015382ccd9b60003', N'test', N'学生表录入', N'', N'

NAME
SEX{|-男性 女性 -|}
AGE
BIRTHDAY


', N'管理员', N'admin', N'2016-03-17 12:19:36.000', N'admin', N'2016-03-17 12:30:58.000', N'A03', N'A0', N'{"fields":0,"template":"

NAME
SEX{|-男性 女性 -|}
AGE
BIRTHDAY


","parse":"

NAME
SEX男性 女性 
AGE
BIRTHDAY


","data":[{"type":"hidden","name":"test_stud.ID","autofield":"test_stud.ID","content":""},{"style":"text-align: left; width: 150px;","title":"NAME","value":"","name":"test_stud.NAME","orgheight":"","orgwidth":"150","orgalign":"left","orgfontsize":"","orghide":"0","leipiplugins":"text","orgtype":"text","autofield":"test_stud.NAME","content":""},{"leipiplugins":"radios","name":"leipiNewField","selector":"8a8ab0b246dc81120146dc8181cd005f","autofield":"test_stud.SEX","title":"SEX","value":"0,1","content":"男性 女性 ","options":[{"type":"radio","name":"leipiNewField","checkedtext":"男性","value":"0","checked":""},{"type":"radio","name":"leipiNewField","checkedtext":"女性","value":"1","checked":""}]},{"style":"text-align: left; width: 150px;","title":"AGE","value":"","name":"test_stud.AGE","orgheight":"","orgwidth":"150","orgalign":"left","orgfontsize":"","orghide":"0","leipiplugins":"text","orgtype":"text","autofield":"test_stud.AGE","datatype":"","content":""},{"style":"text-align: left; width: 150px;","title":"BIRTHDAY","value":"","name":"test_stud.BIRTHDAY","orgheight":"","orgwidth":"150","orgalign":"left","orgfontsize":"","orghide":"0","leipiplugins":"text","orgtype":"standardDate","autofield":"test_stud.BIRTHDAY","datatype":"","content":""}],"add_fields":{}}', N'test_stud', N'管理员') -GO -GO -INSERT INTO [dbo].[auto_form] ([id], [form_name], [form_desc], [form_style_id], [form_content], [create_name], [create_by], [create_date], [update_by], [update_date], [sys_org_code], [sys_company_code], [form_parse], [main_table_source], [update_name]) VALUES (N'4028efa25214f7ca0152164db04b001c', N'employee_leave_form', N'请假申请单', N'', N'
请假申请单
姓名申请日期
部门职务
请假类别{|-  -|}
请假原因
开始时间
结束时间
共计
联系方式
职务代理人
直接主管
部门负责人
人力行政部
行政部备案


', N'管理员', N'admin', N'2016-01-06 17:38:56.000', N'admin', N'2016-01-13 21:16:43.000', N'A02', N'A0', N'{"fields":0,"template":"
请假申请单
姓名申请日期
部门职务
请假类别{|-  -|}
请假原因
开始时间
结束时间
共计
联系方式
职务代理人
直接主管
部门负责人
人力行政部
行政部备案


","parse":"
请假申请单
姓名申请日期
部门职务
请假类别  
请假原因
开始时间
结束时间
共计
联系方式
职务代理人
直接主管
部门负责人
人力行政部
行政部备案


","data":[{"name":"ds_leave.name","type":"text","title":"name","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds_leave.name","style":"text-align: left; width: 150px;","orgfontsize":"","orgheight":"","content":""},{"name":"ds_leave.apply_date","type":"text","title":"apply_date","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"standardDate","autofield":"ds_leave.apply_date","style":"text-align: left; width: 150px;","orgfontsize":"","orgheight":"","content":""},{"name":"ds_employee_leave.department","type":"text","title":"department","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds_employee_leave.department","style":"text-align: left; width: 150px;","orgfontsize":"","orgheight":"","content":""},{"name":"ds_leave.duty","type":"text","title":"duty","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds_leave.duty","style":"text-align: left; width: 150px;","orgfontsize":"","orgheight":"","content":""},{"leipiplugins":"select","name":"leipiNewField","title":"leave_category","size":"1","datatype":"","selector":"","orgwidth":"150","autofield":"ds_leave.leave_category","style":"width: 150px;","value":"事假,病假,年假","content":"  "},{"title":"leave_reason","name":"ds_leave.leave_reason","leipiplugins":"textarea","datatype":"","value":"","autofield":"ds_leave.leave_reason","orgrich":"1","orgfontsize":"","orgwidth":"300","orgheight":"80","style":"width: 432px; height: 80px; margin: 0px;","content":""},{"name":"ds_leave.leave_start_date","type":"text","title":"leave_start_date","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"standardDate","autofield":"ds_leave.leave_start_date","style":"text-align: left; width: 150px;","orgfontsize":"","orgheight":"","content":""},{"name":"ds_leave.leave_end_date","type":"text","title":"leave_end_date","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"standardDate","autofield":"ds_leave.leave_end_date","style":"text-align: left; width: 150px;","orgfontsize":"","orgheight":"","content":""},{"name":"ds_leave.total","type":"text","title":"total","value":"","datatype":"n","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"int","autofield":"ds_leave.total","style":"text-align: left; width: 150px;","orgfontsize":"","orgheight":"","content":""},{"name":"ds_leave.contact_way","type":"text","title":"contact_way","value":"","datatype":"m","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds_leave.contact_way","style":"text-align: left; width: 150px;","orgfontsize":"","orgheight":"","content":""},{"name":"ds_leave.duty_deputy","type":"text","title":"duty_deputy","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds_leave.duty_deputy","style":"text-align: left; width: 150px;","orgfontsize":"","orgheight":"","content":""},{"name":"ds_leave.leader_approval","type":"text","title":"leader_approval","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds_leave.leader_approval","style":"text-align: left; width: 150px;","orgfontsize":"","orgheight":"","content":""},{"name":"ds_leave.dept_principal_approval","type":"text","title":"dept_principal_approval","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds_leave.dept_principal_approval","style":"text-align: left; width: 150px;","orgfontsize":"","orgheight":"","content":""},{"name":"ds_leave.hr_principal_approval","type":"text","title":"hr_principal_approval","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds_leave.hr_principal_approval","style":"text-align: left; width: 150px;","orgfontsize":"","orgheight":"","content":""},{"name":"ds_leave.hr_records","type":"text","title":"hr_records","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds_leave.hr_records","style":"text-align: left; width: 150px;","orgfontsize":"","orgheight":"","content":""},{"name":"ds_leave.id","type":"text","title":"id","value":"","datatype":"","leipiplugins":"text","orghide":"1","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds_leave.id","style":"text-align: left; width: 150px;","orgfontsize":"","orgheight":"","content":""}],"add_fields":{}}', N'ds_leave', N'管理员') -GO -GO - --- ---------------------------- --- Table structure for auto_form_db --- ---------------------------- -DROP TABLE [dbo].[auto_form_db] -GO -CREATE TABLE [dbo].[auto_form_db] ( -[id] nvarchar(36) NOT NULL , -[create_name] nvarchar(50) NULL , -[create_by] nvarchar(50) NULL , -[update_name] nvarchar(50) NULL , -[update_by] nvarchar(50) NULL , -[sys_org_code] nvarchar(50) NULL , -[sys_company_code] nvarchar(50) NULL , -[create_date] datetime NULL , -[update_date] datetime NULL , -[db_name] nvarchar(32) NULL , -[db_ch_name] nvarchar(50) NULL , -[db_type] nvarchar(32) NULL , -[db_table_name] nvarchar(32) NULL , -[db_dyn_sql] nvarchar(MAX) NULL , -[db_key] nvarchar(32) NULL , -[tb_db_key] nvarchar(32) NULL , -[auto_form_id] nvarchar(32) NULL , -[tb_db_table_name] nvarchar(32) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_db', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_db', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db' -, @level2type = 'COLUMN', @level2name = N'create_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_db', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db' -, @level2type = 'COLUMN', @level2name = N'update_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_db', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db' -, @level2type = 'COLUMN', @level2name = N'update_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_db', -'COLUMN', N'sys_org_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属部门' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属部门' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_db', -'COLUMN', N'sys_company_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属公司' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属公司' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_db', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_db', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db' -, @level2type = 'COLUMN', @level2name = N'update_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_db', -'COLUMN', N'db_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'数据源名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db' -, @level2type = 'COLUMN', @level2name = N'db_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'数据源名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db' -, @level2type = 'COLUMN', @level2name = N'db_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_db', -'COLUMN', N'db_ch_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'数据源名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db' -, @level2type = 'COLUMN', @level2name = N'db_ch_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'数据源名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db' -, @level2type = 'COLUMN', @level2name = N'db_ch_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_db', -'COLUMN', N'db_type')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'数据源类型' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db' -, @level2type = 'COLUMN', @level2name = N'db_type' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'数据源类型' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db' -, @level2type = 'COLUMN', @level2name = N'db_type' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_db', -'COLUMN', N'db_table_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'数据库表名' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db' -, @level2type = 'COLUMN', @level2name = N'db_table_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'数据库表名' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db' -, @level2type = 'COLUMN', @level2name = N'db_table_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_db', -'COLUMN', N'db_dyn_sql')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'动态查询SQL' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db' -, @level2type = 'COLUMN', @level2name = N'db_dyn_sql' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'动态查询SQL' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db' -, @level2type = 'COLUMN', @level2name = N'db_dyn_sql' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_db', -'COLUMN', N'tb_db_key')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'填报数据源' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db' -, @level2type = 'COLUMN', @level2name = N'tb_db_key' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'填报数据源' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db' -, @level2type = 'COLUMN', @level2name = N'tb_db_key' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_db', -'COLUMN', N'auto_form_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'主键字段' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db' -, @level2type = 'COLUMN', @level2name = N'auto_form_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'主键字段' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db' -, @level2type = 'COLUMN', @level2name = N'auto_form_id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_db', -'COLUMN', N'tb_db_table_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'填报数据表' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db' -, @level2type = 'COLUMN', @level2name = N'tb_db_table_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'填报数据表' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db' -, @level2type = 'COLUMN', @level2name = N'tb_db_table_name' -GO - --- ---------------------------- --- Records of auto_form_db --- ---------------------------- -INSERT INTO [dbo].[auto_form_db] ([id], [create_name], [create_by], [update_name], [update_by], [sys_org_code], [sys_company_code], [create_date], [update_date], [db_name], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [auto_form_id], [tb_db_table_name]) VALUES (N'4028138151aed6f00151af011fdb0005', N'管理员', N'admin', N'管理员', N'admin', N'A02', N'A0', N'2015-12-17 16:14:25.000', N'2015-12-17 16:29:53.000', N'ds', N'员工入职单', N'sql', null, N'select * from jform_employee_entry where id=''${id}''', null, N'', N'4028138151a9dc0c0151aa3f1d450002', N'jform_employee_entry') -GO -GO -INSERT INTO [dbo].[auto_form_db] ([id], [create_name], [create_by], [update_name], [update_by], [sys_org_code], [sys_company_code], [create_date], [update_date], [db_name], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [auto_form_id], [tb_db_table_name]) VALUES (N'402880e750a8cbbf0150a8cd67ae0003', N'管理员', N'admin', N'管理员', N'admin', N'A02', N'A0', N'2015-10-27 18:17:25.000', N'2015-11-19 11:00:27.000', N'jeecg_order_main', N'订单主表', N'sql', null, N'select * from jeecg_order_main where id = ''${id}''', null, N'', N'402880e750a8cbbf0150a8ccabdb0001', N'jeecg_order_main') -GO -GO -INSERT INTO [dbo].[auto_form_db] ([id], [create_name], [create_by], [update_name], [update_by], [sys_org_code], [sys_company_code], [create_date], [update_date], [db_name], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [auto_form_id], [tb_db_table_name]) VALUES (N'402880e750a8cbbf0150a8d99b0f0032', N'管理员', N'admin', N'管理员', N'admin', N'A02', N'A0', N'2015-10-27 18:30:44.000', N'2015-11-19 11:00:46.000', N'jeecg_order_custom', N'订单客户', N'sql', null, N'select * from jeecg_order_custom where GO_ORDER_CODE in (select GO_ORDER_CODE from jeecg_order_main where id = ''${id}'')', null, N'', N'402880e750a8cbbf0150a8ccabdb0001', N'jeecg_order_custom') -GO -GO -INSERT INTO [dbo].[auto_form_db] ([id], [create_name], [create_by], [update_name], [update_by], [sys_org_code], [sys_company_code], [create_date], [update_date], [db_name], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [auto_form_id], [tb_db_table_name]) VALUES (N'402881a151f6d9420151f722f6cb002b', N'管理员', N'admin', N'管理员', N'admin', N'A03', N'A0', N'2015-12-31 16:24:03.000', N'2015-12-31 16:26:43.000', N'jform00002', N'jform00002', N'sql', null, N'select * from jform_employee_resignation where id = ''${id}''', null, N'', N'402881a151f6d9420151f6e3b4ce0001', N'jform_employee_resignation') -GO -GO -INSERT INTO [dbo].[auto_form_db] ([id], [create_name], [create_by], [update_name], [update_by], [sys_org_code], [sys_company_code], [create_date], [update_date], [db_name], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [auto_form_id], [tb_db_table_name]) VALUES (N'402885d8507f228101507f76227a0021', N'管理员', N'admin', N'管理员', N'admin', N'A02', N'A0', N'2015-10-19 17:37:40.000', N'2015-11-10 09:23:50.000', N'jeecg_custom_record', N'jeecg_custom_record', N'table', N'jeecg_custom_record', null, N'', N'', N'402885d8507f14a601507f15b5200001', N'jeecg_custom_record') -GO -GO -INSERT INTO [dbo].[auto_form_db] ([id], [create_name], [create_by], [update_name], [update_by], [sys_org_code], [sys_company_code], [create_date], [update_date], [db_name], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [auto_form_id], [tb_db_table_name]) VALUES (N'402885d8508410ea0150842528020008', N'管理员', N'admin', N'管理员', N'admin', N'A02', N'A0', N'2015-10-20 15:27:19.000', N'2015-11-10 09:23:35.000', N'jeecg_custom_info', N'jeecg_custom_info', N'table', N'jeecg_custom_info', null, N'', N'', N'402885d8508410ea01508424b4350006', N'jeecg_custom_info') -GO -GO -INSERT INTO [dbo].[auto_form_db] ([id], [create_name], [create_by], [update_name], [update_by], [sys_org_code], [sys_company_code], [create_date], [update_date], [db_name], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [auto_form_id], [tb_db_table_name]) VALUES (N'40289481511d91f101511da111100012', N'管理员', N'admin', N'', N'', N'A02', N'A0', N'2015-11-19 10:44:33.000', null, N'doc', N'doc', N'sql', N'auto_form', N'select * from doc where id = ''${id}''', N'', N'', N'4028948150f601230150f60692050001', N'doc') -GO -GO -INSERT INTO [dbo].[auto_form_db] ([id], [create_name], [create_by], [update_name], [update_by], [sys_org_code], [sys_company_code], [create_date], [update_date], [db_name], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [auto_form_id], [tb_db_table_name]) VALUES (N'40289481513a049b01513a0aedcd0003', N'管理员', N'admin', N'', N'', N'A02', N'A0', N'2015-11-24 23:09:33.000', null, N'docdb', N'docdb', N'table', N'doc', N'', N'', N'', N'40289481513a049b01513a0aabf70001', N'doc') -GO -GO -INSERT INTO [dbo].[auto_form_db] ([id], [create_name], [create_by], [update_name], [update_by], [sys_org_code], [sys_company_code], [create_date], [update_date], [db_name], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [auto_form_id], [tb_db_table_name]) VALUES (N'4028ef815382c6c9015382ce39f40005', N'管理员', N'admin', N'管理员', N'admin', N'A03', N'A0', N'2016-03-17 12:21:06.000', N'2016-03-17 12:21:37.000', N'test_stud', N'学生录入', N'table', N'test_student', null, N'', N'', N'4028ef815382c6c9015382ccd9b60003', N'test_student') -GO -GO -INSERT INTO [dbo].[auto_form_db] ([id], [create_name], [create_by], [update_name], [update_by], [sys_org_code], [sys_company_code], [create_date], [update_date], [db_name], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [auto_form_id], [tb_db_table_name]) VALUES (N'4028efa25214f7ca01521657b948001f', N'管理员', N'admin', N'管理员', N'admin', N'A02', N'A0', N'2016-01-06 17:49:53.000', N'2016-01-06 22:50:18.000', N'ds_leave', N'请假申请单', N'sql', null, N'select * from jform_employee_leave where id=''${id}''', null, N'', N'4028efa25214f7ca0152164db04b001c', N'jform_employee_leave') -GO -GO - --- ---------------------------- --- Table structure for auto_form_db_field --- ---------------------------- -DROP TABLE [dbo].[auto_form_db_field] -GO -CREATE TABLE [dbo].[auto_form_db_field] ( -[id] nvarchar(36) NOT NULL , -[create_name] nvarchar(50) NULL , -[create_by] nvarchar(50) NULL , -[create_date] datetime NULL , -[update_name] nvarchar(50) NULL , -[update_by] nvarchar(50) NULL , -[update_date] datetime NULL , -[sys_org_code] nvarchar(50) NULL , -[sys_company_code] nvarchar(50) NULL , -[auto_form_db_id] nvarchar(32) NULL , -[field_name] nvarchar(32) NULL , -[field_text] nvarchar(50) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_db_field', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db_field' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db_field' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_db_field', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db_field' -, @level2type = 'COLUMN', @level2name = N'create_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db_field' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_db_field', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db_field' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db_field' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_db_field', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db_field' -, @level2type = 'COLUMN', @level2name = N'update_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db_field' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_db_field', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db_field' -, @level2type = 'COLUMN', @level2name = N'update_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db_field' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_db_field', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db_field' -, @level2type = 'COLUMN', @level2name = N'update_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db_field' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_db_field', -'COLUMN', N'sys_org_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属部门' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db_field' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属部门' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db_field' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_db_field', -'COLUMN', N'sys_company_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属公司' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db_field' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属公司' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db_field' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_db_field', -'COLUMN', N'auto_form_db_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'数据源ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db_field' -, @level2type = 'COLUMN', @level2name = N'auto_form_db_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'数据源ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db_field' -, @level2type = 'COLUMN', @level2name = N'auto_form_db_id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_db_field', -'COLUMN', N'field_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'字段名' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db_field' -, @level2type = 'COLUMN', @level2name = N'field_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'字段名' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db_field' -, @level2type = 'COLUMN', @level2name = N'field_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_db_field', -'COLUMN', N'field_text')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'字段文本' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db_field' -, @level2type = 'COLUMN', @level2name = N'field_text' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'字段文本' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_db_field' -, @level2type = 'COLUMN', @level2name = N'field_text' -GO - --- ---------------------------- --- Records of auto_form_db_field --- ---------------------------- -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49be0030', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'id', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49c10031', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'create_name', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49c30032', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'create_by', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49c50033', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'create_date', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49c90034', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'update_name', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49cc0035', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'update_by', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49cf0036', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'update_date', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49d10037', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'sys_org_code', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49d50038', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'sys_company_code', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49d80039', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'employee_name', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49db003a', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'employee_depart', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49de003b', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'employee_job', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49e1003c', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'employee_birthday', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49e4003d', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'employee_origin', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49e6003e', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'employee_degree', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49ea003f', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'employee_identification', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49ec0040', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'employee_entry_date', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49ee0041', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'employee_code', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49f10042', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'employee_phone', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49f50043', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'employee_mail', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49f80044', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'employee_msn', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49fa0045', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'hr_pic', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49ff0046', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'hr_archives', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f4a030047', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'hr_identification', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f4a050048', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'hr_degree', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f4a070049', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'hr_other', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f4a0a004a', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'hr_tel', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f4a0d004b', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'hr_op_user', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f4a0f004c', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'hr_op_date', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f4a12004d', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'depart_opinion', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f4a14004e', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'depart_op_user', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f4a16004f', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'depart_op_date', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f4a180050', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'manager_opinion', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f4a1c0051', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'manager_op_user', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f4a220052', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'manager_op_date', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f4a240053', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'employee_opinion', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f4a260054', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'employee_op_user', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f4a280055', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'employee_op_date', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e64e4315cc014e432fe00c0007', N'管理员', N'admin', N'2015-06-30 14:38:07.000', N'管理员', N'admin', N'2015-07-14 09:48:19.000', N'02', N'02', N'402880e64e343388014e345d9bc50027', N'ID', null) -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e64e4315cc014e432fe0120008', N'管理员', N'admin', N'2015-06-30 14:38:07.000', N'管理员', N'admin', N'2015-07-14 09:48:19.000', N'02', N'02', N'402880e64e343388014e345d9bc50027', N'AGE', null) -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e64e4315cc014e432fe0140009', N'管理员', N'admin', N'2015-06-30 14:38:07.000', N'管理员', N'admin', N'2015-07-14 09:48:19.000', N'02', N'02', N'402880e64e343388014e345d9bc50027', N'BIRTHDAY', null) -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e64e4315cc014e432fe017000a', N'管理员', N'admin', N'2015-06-30 14:38:07.000', N'管理员', N'admin', N'2015-07-14 09:48:19.000', N'02', N'02', N'402880e64e343388014e345d9bc50027', N'CONTENT', null) -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e64e4315cc014e432fe019000b', N'管理员', N'admin', N'2015-06-30 14:38:07.000', N'管理员', N'admin', N'2015-07-14 09:48:19.000', N'02', N'02', N'402880e64e343388014e345d9bc50027', N'CREATE_DATE', null) -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e64e4315cc014e432fe01b000c', N'管理员', N'admin', N'2015-06-30 14:38:07.000', N'管理员', N'admin', N'2015-07-14 09:48:19.000', N'02', N'02', N'402880e64e343388014e345d9bc50027', N'DEP_ID', null) -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e64e4315cc014e432fe01d000d', N'管理员', N'admin', N'2015-06-30 14:38:07.000', N'管理员', N'admin', N'2015-07-14 09:48:19.000', N'02', N'02', N'402880e64e343388014e345d9bc50027', N'EMAIL', null) -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e64e4315cc014e432fe01f000e', N'管理员', N'admin', N'2015-06-30 14:38:07.000', N'管理员', N'admin', N'2015-07-14 09:48:19.000', N'02', N'02', N'402880e64e343388014e345d9bc50027', N'MOBILE_PHONE', null) -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e64e4315cc014e432fe121000f', N'管理员', N'admin', N'2015-06-30 14:38:08.000', N'管理员', N'admin', N'2015-07-14 09:48:19.000', N'02', N'02', N'402880e64e343388014e345d9bc50027', N'OFFICE_PHONE', null) -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e64e4315cc014e432fe1260010', N'管理员', N'admin', N'2015-06-30 14:38:08.000', N'管理员', N'admin', N'2015-07-14 09:48:19.000', N'02', N'02', N'402880e64e343388014e345d9bc50027', N'SALARY', null) -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e64e4315cc014e432fe12d0011', N'管理员', N'admin', N'2015-06-30 14:38:08.000', N'管理员', N'admin', N'2015-07-14 09:48:19.000', N'02', N'02', N'402880e64e343388014e345d9bc50027', N'SEX', null) -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e64e4315cc014e432fe1300012', N'管理员', N'admin', N'2015-06-30 14:38:08.000', N'管理员', N'admin', N'2015-07-14 09:48:19.000', N'02', N'02', N'402880e64e343388014e345d9bc50027', N'STATUS', null) -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e64e4315cc014e432fe1330013', N'管理员', N'admin', N'2015-06-30 14:38:08.000', N'管理员', N'admin', N'2015-07-14 09:48:19.000', N'02', N'02', N'402880e64e343388014e345d9bc50027', N'USER_NAME', null) -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e64e4315cc014e432fe1370014', N'管理员', N'admin', N'2015-06-30 14:38:08.000', N'管理员', N'admin', N'2015-07-14 09:48:19.000', N'02', N'02', N'402880e64e343388014e345d9bc50027', N'CREATE_TIME', null) -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e64e8a1ebb014e8a33a7330008', N'管理员', N'admin', N'2015-07-14 09:35:17.000', null, null, null, N'A02', N'A0', N'402880e64e8a1ebb014e8a33a70e0007', N'ID', null) -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e64e8a1ebb014e8a33a7370009', N'管理员', N'admin', N'2015-07-14 09:35:17.000', null, null, null, N'A02', N'A0', N'402880e64e8a1ebb014e8a33a70e0007', N'AGE', null) -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e64e8a1ebb014e8a33a738000a', N'管理员', N'admin', N'2015-07-14 09:35:17.000', null, null, null, N'A02', N'A0', N'402880e64e8a1ebb014e8a33a70e0007', N'BIRTHDAY', null) -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e64e8a1ebb014e8a33a739000b', N'管理员', N'admin', N'2015-07-14 09:35:17.000', null, null, null, N'A02', N'A0', N'402880e64e8a1ebb014e8a33a70e0007', N'CREATEDT', null) -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e64e8a1ebb014e8a33a73c000c', N'管理员', N'admin', N'2015-07-14 09:35:17.000', null, null, null, N'A02', N'A0', N'402880e64e8a1ebb014e8a33a70e0007', N'NAME', null) -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e64e8a1ebb014e8a33a73d000d', N'管理员', N'admin', N'2015-07-14 09:35:17.000', null, null, null, N'A02', N'A0', N'402880e64e8a1ebb014e8a33a70e0007', N'SALARY', null) -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750a783e20150a7892c3c0006', N'管理员', N'admin', N'2015-10-27 12:23:16.000', null, null, null, N'A02', N'A0', N'402880e750a783e20150a7892c370005', N'ID', null) -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750a783e20150a7892c400007', N'管理员', N'admin', N'2015-10-27 12:23:16.000', null, null, null, N'A02', N'A0', N'402880e750a783e20150a7892c370005', N'AGE', null) -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750a783e20150a7892c410008', N'管理员', N'admin', N'2015-10-27 12:23:16.000', null, null, null, N'A02', N'A0', N'402880e750a783e20150a7892c370005', N'BIRTHDAY', null) -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750a783e20150a7892c430009', N'管理员', N'admin', N'2015-10-27 12:23:16.000', null, null, null, N'A02', N'A0', N'402880e750a783e20150a7892c370005', N'CREATEDT', null) -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750a783e20150a7892c44000a', N'管理员', N'admin', N'2015-10-27 12:23:16.000', null, null, null, N'A02', N'A0', N'402880e750a783e20150a7892c370005', N'NAME', null) -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750a783e20150a7892c48000b', N'管理员', N'admin', N'2015-10-27 12:23:16.000', null, null, null, N'A02', N'A0', N'402880e750a783e20150a7892c370005', N'SALARY', null) -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750a783e20150a7ce5bfe0015', N'管理员', N'admin', N'2015-10-27 13:38:50.000', N'管理员', N'admin', N'2015-10-29 10:31:30.000', N'A02', N'A0', N'402880e64f43c015014f43dcee710005', N'ID', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750a783e20150a7ce5bff0016', N'管理员', N'admin', N'2015-10-27 13:38:50.000', N'管理员', N'admin', N'2015-10-29 10:31:30.000', N'A02', N'A0', N'402880e64f43c015014f43dcee710005', N'AGE', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750a783e20150a7ce5c000017', N'管理员', N'admin', N'2015-10-27 13:38:50.000', N'管理员', N'admin', N'2015-10-29 10:31:30.000', N'A02', N'A0', N'402880e64f43c015014f43dcee710005', N'BIRTHDAY', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750a783e20150a7ce5c010018', N'管理员', N'admin', N'2015-10-27 13:38:50.000', N'管理员', N'admin', N'2015-10-29 10:31:30.000', N'A02', N'A0', N'402880e64f43c015014f43dcee710005', N'CREATEDT', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750a783e20150a7ce5c020019', N'管理员', N'admin', N'2015-10-27 13:38:50.000', N'管理员', N'admin', N'2015-10-29 10:31:30.000', N'A02', N'A0', N'402880e64f43c015014f43dcee710005', N'NAME', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750a783e20150a7ce5c04001a', N'管理员', N'admin', N'2015-10-27 13:38:50.000', N'管理员', N'admin', N'2015-10-29 10:31:30.000', N'A02', N'A0', N'402880e64f43c015014f43dcee710005', N'SALARY', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750a805130150a84790350013', N'管理员', N'admin', N'2015-10-27 15:51:13.000', N'管理员', N'admin', N'2015-10-29 22:05:30.000', N'A02', N'A0', N'402880e750a783e20150a7eb72370024', N'id', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750a805130150a84790380014', N'管理员', N'admin', N'2015-10-27 15:51:13.000', N'管理员', N'admin', N'2015-10-29 22:05:30.000', N'A02', N'A0', N'402880e750a783e20150a7eb72370024', N'create_name', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750a805130150a847903a0015', N'管理员', N'admin', N'2015-10-27 15:51:13.000', N'管理员', N'admin', N'2015-10-29 22:05:30.000', N'A02', N'A0', N'402880e750a783e20150a7eb72370024', N'create_by', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750a805130150a847903c0016', N'管理员', N'admin', N'2015-10-27 15:51:13.000', N'管理员', N'admin', N'2015-10-29 22:05:30.000', N'A02', N'A0', N'402880e750a783e20150a7eb72370024', N'create_date', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750a805130150a847903e0017', N'管理员', N'admin', N'2015-10-27 15:51:13.000', N'管理员', N'admin', N'2015-10-29 22:05:30.000', N'A02', N'A0', N'402880e750a783e20150a7eb72370024', N'update_name', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750a805130150a84790400018', N'管理员', N'admin', N'2015-10-27 15:51:13.000', N'管理员', N'admin', N'2015-10-29 22:05:30.000', N'A02', N'A0', N'402880e750a783e20150a7eb72370024', N'update_by', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750a805130150a84790420019', N'管理员', N'admin', N'2015-10-27 15:51:13.000', N'管理员', N'admin', N'2015-10-29 22:05:30.000', N'A02', N'A0', N'402880e750a783e20150a7eb72370024', N'update_date', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750a805130150a8479045001a', N'管理员', N'admin', N'2015-10-27 15:51:13.000', N'管理员', N'admin', N'2015-10-29 22:05:30.000', N'A02', N'A0', N'402880e750a783e20150a7eb72370024', N'name', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750cd74030150cd76f7be0002', N'管理员', N'admin', N'2015-11-03 21:08:57.000', N'管理员', N'admin', N'2015-11-03 21:09:12.000', N'A02', N'A0', N'402880e750c5dae60150c5e293510005', N'ID', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750cd74030150cd76f7c20003', N'管理员', N'admin', N'2015-11-03 21:08:57.000', N'管理员', N'admin', N'2015-11-03 21:09:12.000', N'A02', N'A0', N'402880e750c5dae60150c5e293510005', N'DOCCONTENT', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750cd74030150cd76f7c30004', N'管理员', N'admin', N'2015-11-03 21:08:57.000', N'管理员', N'admin', N'2015-11-03 21:09:12.000', N'A02', N'A0', N'402880e750c5dae60150c5e293510005', N'DOCDATE', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750cd74030150cd76f7c40005', N'管理员', N'admin', N'2015-11-03 21:08:57.000', N'管理员', N'admin', N'2015-11-03 21:09:12.000', N'A02', N'A0', N'402880e750c5dae60150c5e293510005', N'DOCID', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750cd74030150cd76f7c60006', N'管理员', N'admin', N'2015-11-03 21:08:57.000', N'管理员', N'admin', N'2015-11-03 21:09:12.000', N'A02', N'A0', N'402880e750c5dae60150c5e293510005', N'DOCTITLE', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750cd74030150cd76f7c80007', N'管理员', N'admin', N'2015-11-03 21:08:57.000', N'管理员', N'admin', N'2015-11-03 21:09:12.000', N'A02', N'A0', N'402880e750c5dae60150c5e293510005', N'DOCTYPE', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f6d3002c', N'管理员', N'admin', N'2015-12-31 16:24:03.000', N'管理员', N'admin', N'2015-12-31 16:26:43.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'id', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f6d9002d', N'管理员', N'admin', N'2015-12-31 16:24:03.000', N'管理员', N'admin', N'2015-12-31 16:26:43.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'create_name', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f6db002e', N'管理员', N'admin', N'2015-12-31 16:24:03.000', N'管理员', N'admin', N'2015-12-31 16:26:43.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'create_by', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f6dd002f', N'管理员', N'admin', N'2015-12-31 16:24:03.000', N'管理员', N'admin', N'2015-12-31 16:26:43.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'create_date', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f6de0030', N'管理员', N'admin', N'2015-12-31 16:24:03.000', N'管理员', N'admin', N'2015-12-31 16:26:43.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'update_name', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f6e30031', N'管理员', N'admin', N'2015-12-31 16:24:03.000', N'管理员', N'admin', N'2015-12-31 16:26:43.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'update_by', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f6e80032', N'管理员', N'admin', N'2015-12-31 16:24:03.000', N'管理员', N'admin', N'2015-12-31 16:26:43.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'update_date', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f6ec0033', N'管理员', N'admin', N'2015-12-31 16:24:03.000', N'管理员', N'admin', N'2015-12-31 16:26:44.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'sys_org_code', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f6f10034', N'管理员', N'admin', N'2015-12-31 16:24:03.000', N'管理员', N'admin', N'2015-12-31 16:26:44.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'sys_company_code', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f6f30035', N'管理员', N'admin', N'2015-12-31 16:24:03.000', N'管理员', N'admin', N'2015-12-31 16:26:44.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'name', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f6f70036', N'管理员', N'admin', N'2015-12-31 16:24:03.000', N'管理员', N'admin', N'2015-12-31 16:26:44.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'code', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f6f80037', N'管理员', N'admin', N'2015-12-31 16:24:03.000', N'管理员', N'admin', N'2015-12-31 16:26:44.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'job', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f6fa0038', N'管理员', N'admin', N'2015-12-31 16:24:03.000', N'管理员', N'admin', N'2015-12-31 16:26:44.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'join_time', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f6fc0039', N'管理员', N'admin', N'2015-12-31 16:24:03.000', N'管理员', N'admin', N'2015-12-31 16:26:44.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'out_type', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f6fe003a', N'管理员', N'admin', N'2015-12-31 16:24:03.000', N'管理员', N'admin', N'2015-12-31 16:26:44.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'apply_out_time', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f700003b', N'管理员', N'admin', N'2015-12-31 16:24:03.000', N'管理员', N'admin', N'2015-12-31 16:26:44.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'out_time', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f704003c', N'管理员', N'admin', N'2015-12-31 16:24:03.000', N'管理员', N'admin', N'2015-12-31 16:26:44.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'id_card', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f709003d', N'管理员', N'admin', N'2015-12-31 16:24:03.000', N'管理员', N'admin', N'2015-12-31 16:26:44.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'out_content', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f70f003e', N'管理员', N'admin', N'2015-12-31 16:24:03.000', N'管理员', N'admin', N'2015-12-31 16:26:44.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'out_reason', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f712003f', N'管理员', N'admin', N'2015-12-31 16:24:03.000', N'管理员', N'admin', N'2015-12-31 16:26:44.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'interview_record', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f7140040', N'管理员', N'admin', N'2015-12-31 16:24:03.000', N'管理员', N'admin', N'2015-12-31 16:26:44.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'office_change', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f7160041', N'管理员', N'admin', N'2015-12-31 16:24:03.000', N'管理员', N'admin', N'2015-12-31 16:26:44.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'hr_check', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f71a0042', N'管理员', N'admin', N'2015-12-31 16:24:03.000', N'管理员', N'admin', N'2015-12-31 16:26:44.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'should_send_salary', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f71b0043', N'管理员', N'admin', N'2015-12-31 16:24:03.000', N'管理员', N'admin', N'2015-12-31 16:26:44.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'should_deduct_pay', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f71e0044', N'管理员', N'admin', N'2015-12-31 16:24:03.000', N'管理员', N'admin', N'2015-12-31 16:26:44.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'pay', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f7200045', N'管理员', N'admin', N'2015-12-31 16:24:03.000', N'管理员', N'admin', N'2015-12-31 16:26:44.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'get_time', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f7220046', N'管理员', N'admin', N'2015-12-31 16:24:03.000', N'管理员', N'admin', N'2015-12-31 16:26:44.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'boss_check', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f7230047', N'管理员', N'admin', N'2015-12-31 16:24:03.000', N'管理员', N'admin', N'2015-12-31 16:26:44.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'description', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aa690003', N'管理员', N'admin', N'2015-10-20 10:07:50.000', N'管理员', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'id', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aa6c0004', N'管理员', N'admin', N'2015-10-20 10:07:50.000', N'管理员', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'create_name', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aa6e0005', N'管理员', N'admin', N'2015-10-20 10:07:50.000', N'管理员', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'create_by', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aa700006', N'管理员', N'admin', N'2015-10-20 10:07:50.000', N'管理员', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'create_date', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aa730007', N'管理员', N'admin', N'2015-10-20 10:07:50.000', N'管理员', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'update_name', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aa750008', N'管理员', N'admin', N'2015-10-20 10:07:50.000', N'管理员', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'update_by', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aa770009', N'管理员', N'admin', N'2015-10-20 10:07:50.000', N'管理员', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'update_date', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aa7b000a', N'管理员', N'admin', N'2015-10-20 10:07:50.000', N'管理员', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'sys_org_code', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aa83000b', N'管理员', N'admin', N'2015-10-20 10:07:50.000', N'管理员', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'sys_company_code', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aa89000c', N'管理员', N'admin', N'2015-10-20 10:07:50.000', N'管理员', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'custom_id', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aa8c000d', N'管理员', N'admin', N'2015-10-20 10:07:50.000', N'管理员', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'header', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aa8e000e', N'管理员', N'admin', N'2015-10-20 10:07:50.000', N'管理员', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'establish_date', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aa96000f', N'管理员', N'admin', N'2015-10-20 10:07:50.000', N'管理员', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'custom_name', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aaa00010', N'管理员', N'admin', N'2015-10-20 10:07:50.000', N'管理员', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'capital_lines', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aaa30011', N'管理员', N'admin', N'2015-10-20 10:07:50.000', N'管理员', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'address', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aaa50012', N'管理员', N'admin', N'2015-10-20 10:07:50.000', N'管理员', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'phone', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aaa80013', N'管理员', N'admin', N'2015-10-20 10:07:50.000', N'管理员', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'business_type', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aaab0014', N'管理员', N'admin', N'2015-10-20 10:07:50.000', N'管理员', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'fax', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aab50015', N'管理员', N'admin', N'2015-10-20 10:07:50.000', N'管理员', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'banks', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aabf0016', N'管理员', N'admin', N'2015-10-20 10:07:50.000', N'管理员', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'other_business', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aac20017', N'管理员', N'admin', N'2015-10-20 10:07:50.000', N'管理员', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'turnover', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aac60018', N'管理员', N'admin', N'2015-10-20 10:07:50.000', N'管理员', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'business', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aac90019', N'管理员', N'admin', N'2015-10-20 10:07:50.000', N'管理员', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'pay_type', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aacc001a', N'管理员', N'admin', N'2015-10-20 10:07:50.000', N'管理员', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'business_contacts', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aacf001b', N'管理员', N'admin', N'2015-10-20 10:07:50.000', N'管理员', N'admin', N'2015-11-10 09:23:51.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'collection', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aad1001c', N'管理员', N'admin', N'2015-10-20 10:07:50.000', N'管理员', N'admin', N'2015-11-10 09:23:51.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'business_important_contacts', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aad4001d', N'管理员', N'admin', N'2015-10-20 10:07:50.000', N'管理员', N'admin', N'2015-11-10 09:23:51.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'business_record', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aad7001e', N'管理员', N'admin', N'2015-10-20 10:07:50.000', N'管理员', N'admin', N'2015-11-10 09:23:51.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'customer_opinion', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aada001f', N'管理员', N'admin', N'2015-10-20 10:07:50.000', N'管理员', N'admin', N'2015-11-10 09:23:51.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'credit_evaluation', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aadd0020', N'管理员', N'admin', N'2015-10-20 10:07:50.000', N'管理员', N'admin', N'2015-11-10 09:23:51.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'preparer', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea01508425280d0009', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'ID', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea01508425281a000a', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'CUST_NAME', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea01508425281e000b', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'CUST_ADDR', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea015084252821000c', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'CUST_CODE', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea015084252823000d', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'EMAIL', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea015084252827000e', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'CUST_CHARGE', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea01508425282a000f', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'SEX', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea01508425282d0010', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'AGE', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea01508425282f0011', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'POSITION', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea0150842528310012', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'PHONE', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea0150842528370013', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'BANK', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea01508425283b0014', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'MONEY', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea0150842528410015', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'PROMOTER', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea0150842528450016', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'ACCOUNT', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea0150842528470017', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'TURNOVER', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea01508425284b0018', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'PAYMENT_ATTR', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea01508425284e0019', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'SAX_NUM', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea015084252851001a', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'PAY_DATE', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea015084252853001b', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'BEGIN_PAY_DATE', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea015084252855001c', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'MAIN_BUS', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea015084252857001d', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'BUS_PRO', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea01508425285a001e', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'WAREHOUSE', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea01508425285f001f', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'PEOPLE', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea0150842528620020', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'TRANSPORTATION', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea0150842528680021', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'OPERATION', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea01508425286d0022', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'CAR', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea0150842528700023', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'SHOPKEEPER', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea0150842528740024', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'WHOLESALE', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea0150842528790025', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'BUS_SCOPE', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea01508425287f0026', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'AREA', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea0150842528830027', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'MANAGEMENT', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea0150842528860028', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'STOCK1', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea01508425288a0029', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'STOCK2', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea015084252891002a', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'SALE1', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea015084252895002b', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'SALE2', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea015084252899002c', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'INVENTORY1', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea01508425289e002d', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'INVENTORY2', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea0150842528a1002e', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'MAX_MONEY', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea0150842528a7002f', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'CUST_LEVEL', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea0150842528aa0030', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'ALL_AVG_INVENTORY', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea0150842528af0031', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'AVG_INVENTORY', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea0150842528b50032', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'PRICE', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea0150842528bb0033', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'PROMISE', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea0150842528be0034', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'COMPETING_GOODS', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40288be752175e8e0152176699550002', N'管理员', N'admin', N'2016-01-06 22:45:45.000', N'管理员', N'admin', N'2016-01-06 22:50:18.000', N'A02', N'A0', N'4028efa25214f7ca01521657b948001f', N'id', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40288be752175e8e0152176699580003', N'管理员', N'admin', N'2016-01-06 22:45:45.000', N'管理员', N'admin', N'2016-01-06 22:50:18.000', N'A02', N'A0', N'4028efa25214f7ca01521657b948001f', N'name', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40288be752175e8e01521766995b0004', N'管理员', N'admin', N'2016-01-06 22:45:45.000', N'管理员', N'admin', N'2016-01-06 22:50:18.000', N'A02', N'A0', N'4028efa25214f7ca01521657b948001f', N'apply_date', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40288be752175e8e01521766995d0005', N'管理员', N'admin', N'2016-01-06 22:45:45.000', N'管理员', N'admin', N'2016-01-06 22:50:18.000', N'A02', N'A0', N'4028efa25214f7ca01521657b948001f', N'duty', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40288be752175e8e0152176699600006', N'管理员', N'admin', N'2016-01-06 22:45:45.000', N'管理员', N'admin', N'2016-01-06 22:50:18.000', N'A02', N'A0', N'4028efa25214f7ca01521657b948001f', N'leave_category', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40288be752175e8e0152176699630007', N'管理员', N'admin', N'2016-01-06 22:45:45.000', N'管理员', N'admin', N'2016-01-06 22:50:18.000', N'A02', N'A0', N'4028efa25214f7ca01521657b948001f', N'leave_reason', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40288be752175e8e0152176699660008', N'管理员', N'admin', N'2016-01-06 22:45:45.000', N'管理员', N'admin', N'2016-01-06 22:50:18.000', N'A02', N'A0', N'4028efa25214f7ca01521657b948001f', N'leave_start_date', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40288be752175e8e0152176699680009', N'管理员', N'admin', N'2016-01-06 22:45:45.000', N'管理员', N'admin', N'2016-01-06 22:50:18.000', N'A02', N'A0', N'4028efa25214f7ca01521657b948001f', N'leave_end_date', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40288be752175e8e01521766996b000a', N'管理员', N'admin', N'2016-01-06 22:45:45.000', N'管理员', N'admin', N'2016-01-06 22:50:18.000', N'A02', N'A0', N'4028efa25214f7ca01521657b948001f', N'total', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40288be752175e8e01521766996d000b', N'管理员', N'admin', N'2016-01-06 22:45:45.000', N'管理员', N'admin', N'2016-01-06 22:50:18.000', N'A02', N'A0', N'4028efa25214f7ca01521657b948001f', N'contact_way', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40288be752175e8e015217669970000c', N'管理员', N'admin', N'2016-01-06 22:45:45.000', N'管理员', N'admin', N'2016-01-06 22:50:18.000', N'A02', N'A0', N'4028efa25214f7ca01521657b948001f', N'duty_deputy', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40288be752175e8e015217669975000d', N'管理员', N'admin', N'2016-01-06 22:45:45.000', N'管理员', N'admin', N'2016-01-06 22:50:18.000', N'A02', N'A0', N'4028efa25214f7ca01521657b948001f', N'leader_approval', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40288be752175e8e015217669979000e', N'管理员', N'admin', N'2016-01-06 22:45:45.000', N'管理员', N'admin', N'2016-01-06 22:50:18.000', N'A02', N'A0', N'4028efa25214f7ca01521657b948001f', N'dept_principal_approval', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40288be752175e8e01521766997d000f', N'管理员', N'admin', N'2016-01-06 22:45:45.000', N'管理员', N'admin', N'2016-01-06 22:50:18.000', N'A02', N'A0', N'4028efa25214f7ca01521657b948001f', N'hr_principal_approval', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40288be752175e8e01521766997f0010', N'管理员', N'admin', N'2016-01-06 22:45:45.000', N'管理员', N'admin', N'2016-01-06 22:50:18.000', N'A02', N'A0', N'4028efa25214f7ca01521657b948001f', N'hr_records', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40288be752175e8e0152176699830011', N'管理员', N'admin', N'2016-01-06 22:45:45.000', N'管理员', N'admin', N'2016-01-06 22:50:18.000', N'A02', N'A0', N'4028efa25214f7ca01521657b948001f', N'department', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028948150eeebb30150eeef462d0005', N'管理员', N'admin', N'2015-11-10 09:07:49.000', null, null, null, N'A02', N'A0', N'4028948150eeebb30150eeef46280004', N'ID', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028948150eeebb30150eeef46310006', N'管理员', N'admin', N'2015-11-10 09:07:49.000', null, null, null, N'A02', N'A0', N'4028948150eeebb30150eeef46280004', N'DOCCONTENT', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028948150eeebb30150eeef46320007', N'管理员', N'admin', N'2015-11-10 09:07:49.000', null, null, null, N'A02', N'A0', N'4028948150eeebb30150eeef46280004', N'DOCDATE', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028948150eeebb30150eeef46340008', N'管理员', N'admin', N'2015-11-10 09:07:49.000', null, null, null, N'A02', N'A0', N'4028948150eeebb30150eeef46280004', N'DOCID', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028948150eeebb30150eeef46360009', N'管理员', N'admin', N'2015-11-10 09:07:49.000', null, null, null, N'A02', N'A0', N'4028948150eeebb30150eeef46280004', N'DOCTITLE', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028948150eeebb30150eeef463b000a', N'管理员', N'admin', N'2015-11-10 09:07:49.000', null, null, null, N'A02', N'A0', N'4028948150eeebb30150eeef46280004', N'DOCTYPE', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e4bb401510e4e53970002', N'管理员', N'admin', N'2015-11-16 11:19:52.000', N'管理员', N'admin', N'2015-11-19 11:00:46.000', N'A02', N'A0', N'402880e750a8cbbf0150a8d99b0f0032', N'ID', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e4bb401510e4e539c0003', N'管理员', N'admin', N'2015-11-16 11:19:52.000', N'管理员', N'admin', N'2015-11-19 11:00:46.000', N'A02', N'A0', N'402880e750a8cbbf0150a8d99b0f0032', N'CREATE_DT', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e4bb401510e4e539d0004', N'管理员', N'admin', N'2015-11-16 11:19:52.000', N'管理员', N'admin', N'2015-11-19 11:00:46.000', N'A02', N'A0', N'402880e750a8cbbf0150a8d99b0f0032', N'CRTUSER', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e4bb401510e4e539f0005', N'管理员', N'admin', N'2015-11-16 11:19:52.000', N'管理员', N'admin', N'2015-11-19 11:00:46.000', N'A02', N'A0', N'402880e750a8cbbf0150a8d99b0f0032', N'CRTUSER_NAME', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e4bb401510e4e53a00006', N'管理员', N'admin', N'2015-11-16 11:19:52.000', N'管理员', N'admin', N'2015-11-19 11:00:46.000', N'A02', N'A0', N'402880e750a8cbbf0150a8d99b0f0032', N'DEL_DT', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e4bb401510e4e53a90007', N'管理员', N'admin', N'2015-11-16 11:19:53.000', N'管理员', N'admin', N'2015-11-19 11:00:46.000', N'A02', N'A0', N'402880e750a8cbbf0150a8d99b0f0032', N'DELFLAG', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e4bb401510e4e53aa0008', N'管理员', N'admin', N'2015-11-16 11:19:53.000', N'管理员', N'admin', N'2015-11-19 11:00:46.000', N'A02', N'A0', N'402880e750a8cbbf0150a8d99b0f0032', N'GO_ORDER_CODE', N'订单号') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e4bb401510e4e53ad0009', N'管理员', N'admin', N'2015-11-16 11:19:53.000', N'管理员', N'admin', N'2015-11-19 11:00:46.000', N'A02', N'A0', N'402880e750a8cbbf0150a8d99b0f0032', N'GOC_BUSS_CONTENT', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e4bb401510e4e53af000a', N'管理员', N'admin', N'2015-11-16 11:19:53.000', N'管理员', N'admin', N'2015-11-19 11:00:46.000', N'A02', N'A0', N'402880e750a8cbbf0150a8d99b0f0032', N'GOC_CONTENT', N'订单内容') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e4bb401510e4e53b2000b', N'管理员', N'admin', N'2015-11-16 11:19:53.000', N'管理员', N'admin', N'2015-11-19 11:00:46.000', N'A02', N'A0', N'402880e750a8cbbf0150a8d99b0f0032', N'GOC_CUS_NAME', N'客户名') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e4bb401510e4e53b4000c', N'管理员', N'admin', N'2015-11-16 11:19:53.000', N'管理员', N'admin', N'2015-11-19 11:00:46.000', N'A02', N'A0', N'402880e750a8cbbf0150a8d99b0f0032', N'GOC_IDCARD', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e4bb401510e4e53b7000d', N'管理员', N'admin', N'2015-11-16 11:19:53.000', N'管理员', N'admin', N'2015-11-19 11:00:46.000', N'A02', N'A0', N'402880e750a8cbbf0150a8d99b0f0032', N'GOC_PASSPORT_CODE', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e4bb401510e4e53b9000e', N'管理员', N'admin', N'2015-11-16 11:19:53.000', N'管理员', N'admin', N'2015-11-19 11:00:46.000', N'A02', N'A0', N'402880e750a8cbbf0150a8d99b0f0032', N'GOC_SEX', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e4bb401510e4e53bb000f', N'管理员', N'admin', N'2015-11-16 11:19:53.000', N'管理员', N'admin', N'2015-11-19 11:00:46.000', N'A02', N'A0', N'402880e750a8cbbf0150a8d99b0f0032', N'MODIFIER', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e4bb401510e4e53be0010', N'管理员', N'admin', N'2015-11-16 11:19:53.000', N'管理员', N'admin', N'2015-11-19 11:00:46.000', N'A02', N'A0', N'402880e750a8cbbf0150a8d99b0f0032', N'MODIFIER_NAME', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e4bb401510e4e53c10011', N'管理员', N'admin', N'2015-11-16 11:19:53.000', N'管理员', N'admin', N'2015-11-19 11:00:46.000', N'A02', N'A0', N'402880e750a8cbbf0150a8d99b0f0032', N'MODIFY_DT', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e814b01510e8766480002', N'管理员', N'admin', N'2015-11-16 12:22:13.000', N'管理员', N'admin', N'2015-11-19 11:00:27.000', N'A02', N'A0', N'402880e750a8cbbf0150a8cd67ae0003', N'ID', N'主键') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e814b01510e8766490003', N'管理员', N'admin', N'2015-11-16 12:22:13.000', N'管理员', N'admin', N'2015-11-19 11:00:27.000', N'A02', N'A0', N'402880e750a8cbbf0150a8cd67ae0003', N'CREATE_DT', N'创建时间') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e814b01510e87664a0004', N'管理员', N'admin', N'2015-11-16 12:22:13.000', N'管理员', N'admin', N'2015-11-19 11:00:27.000', N'A02', N'A0', N'402880e750a8cbbf0150a8cd67ae0003', N'CRTUSER', N'创建人') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e814b01510e87664b0005', N'管理员', N'admin', N'2015-11-16 12:22:13.000', N'管理员', N'admin', N'2015-11-19 11:00:27.000', N'A02', N'A0', N'402880e750a8cbbf0150a8cd67ae0003', N'CRTUSER_NAME', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e814b01510e87664d0006', N'管理员', N'admin', N'2015-11-16 12:22:13.000', N'管理员', N'admin', N'2015-11-19 11:00:27.000', N'A02', N'A0', N'402880e750a8cbbf0150a8cd67ae0003', N'DEL_DT', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e814b01510e87664e0007', N'管理员', N'admin', N'2015-11-16 12:22:13.000', N'管理员', N'admin', N'2015-11-19 11:00:27.000', N'A02', N'A0', N'402880e750a8cbbf0150a8cd67ae0003', N'DELFLAG', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e814b01510e87664f0008', N'管理员', N'admin', N'2015-11-16 12:22:13.000', N'管理员', N'admin', N'2015-11-19 11:00:27.000', N'A02', N'A0', N'402880e750a8cbbf0150a8cd67ae0003', N'GO_ALL_PRICE', N'价格') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e814b01510e8766500009', N'管理员', N'admin', N'2015-11-16 12:22:13.000', N'管理员', N'admin', N'2015-11-19 11:00:27.000', N'A02', N'A0', N'402880e750a8cbbf0150a8cd67ae0003', N'GO_CONTACT_NAME', N'合同人') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e814b01510e876651000a', N'管理员', N'admin', N'2015-11-16 12:22:13.000', N'管理员', N'admin', N'2015-11-19 11:00:27.000', N'A02', N'A0', N'402880e750a8cbbf0150a8cd67ae0003', N'GO_CONTENT', N'合同内容') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e814b01510e876653000b', N'管理员', N'admin', N'2015-11-16 12:22:13.000', N'管理员', N'admin', N'2015-11-19 11:00:27.000', N'A02', N'A0', N'402880e750a8cbbf0150a8cd67ae0003', N'GO_ORDER_CODE', N'合同编码') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e814b01510e876654000c', N'管理员', N'admin', N'2015-11-16 12:22:13.000', N'管理员', N'admin', N'2015-11-19 11:00:27.000', N'A02', N'A0', N'402880e750a8cbbf0150a8cd67ae0003', N'GO_ORDER_COUNT', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e814b01510e876655000d', N'管理员', N'admin', N'2015-11-16 12:22:13.000', N'管理员', N'admin', N'2015-11-19 11:00:27.000', N'A02', N'A0', N'402880e750a8cbbf0150a8cd67ae0003', N'GO_RETURN_PRICE', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e814b01510e876657000e', N'管理员', N'admin', N'2015-11-16 12:22:13.000', N'管理员', N'admin', N'2015-11-19 11:00:27.000', N'A02', N'A0', N'402880e750a8cbbf0150a8cd67ae0003', N'GO_TELPHONE', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e814b01510e876658000f', N'管理员', N'admin', N'2015-11-16 12:22:13.000', N'管理员', N'admin', N'2015-11-19 11:00:27.000', N'A02', N'A0', N'402880e750a8cbbf0150a8cd67ae0003', N'GODER_TYPE', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e814b01510e8766590010', N'管理员', N'admin', N'2015-11-16 12:22:13.000', N'管理员', N'admin', N'2015-11-19 11:00:27.000', N'A02', N'A0', N'402880e750a8cbbf0150a8cd67ae0003', N'MODIFIER', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e814b01510e87665b0011', N'管理员', N'admin', N'2015-11-16 12:22:13.000', N'管理员', N'admin', N'2015-11-19 11:00:27.000', N'A02', N'A0', N'402880e750a8cbbf0150a8cd67ae0003', N'MODIFIER_NAME', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e814b01510e87665c0012', N'管理员', N'admin', N'2015-11-16 12:22:13.000', N'管理员', N'admin', N'2015-11-19 11:00:27.000', N'A02', N'A0', N'402880e750a8cbbf0150a8cd67ae0003', N'MODIFY_DT', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e814b01510e87665d0013', N'管理员', N'admin', N'2015-11-16 12:22:13.000', N'管理员', N'admin', N'2015-11-19 11:00:27.000', N'A02', N'A0', N'402880e750a8cbbf0150a8cd67ae0003', N'USERTYPE', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481511d91f101511da111120013', N'管理员', N'admin', N'2015-11-19 10:44:33.000', null, null, null, N'A02', N'A0', N'40289481511d91f101511da111100012', N'ID', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481511d91f101511da111130014', N'管理员', N'admin', N'2015-11-19 10:44:33.000', null, null, null, N'A02', N'A0', N'40289481511d91f101511da111100012', N'DOCCONTENT', N'内容') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481511d91f101511da111140015', N'管理员', N'admin', N'2015-11-19 10:44:33.000', null, null, null, N'A02', N'A0', N'40289481511d91f101511da111100012', N'DOCDATE', N'时间') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481511d91f101511da111160016', N'管理员', N'admin', N'2015-11-19 10:44:33.000', null, null, null, N'A02', N'A0', N'40289481511d91f101511da111100012', N'DOCID', N'文档编号') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481511d91f101511da111170017', N'管理员', N'admin', N'2015-11-19 10:44:33.000', null, null, null, N'A02', N'A0', N'40289481511d91f101511da111100012', N'DOCTITLE', N'标题') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481511d91f101511da111180018', N'管理员', N'admin', N'2015-11-19 10:44:33.000', null, null, null, N'A02', N'A0', N'40289481511d91f101511da111100012', N'DOCTYPE', N'文档类型') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481513a049b01513a0aedfd0004', N'管理员', N'admin', N'2015-11-24 23:09:33.000', null, null, null, N'A02', N'A0', N'40289481513a049b01513a0aedcd0003', N'ID', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481513a049b01513a0aee080005', N'管理员', N'admin', N'2015-11-24 23:09:33.000', null, null, null, N'A02', N'A0', N'40289481513a049b01513a0aedcd0003', N'DOCCONTENT', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481513a049b01513a0aee0b0006', N'管理员', N'admin', N'2015-11-24 23:09:33.000', null, null, null, N'A02', N'A0', N'40289481513a049b01513a0aedcd0003', N'DOCDATE', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481513a049b01513a0aee0f0007', N'管理员', N'admin', N'2015-11-24 23:09:33.000', null, null, null, N'A02', N'A0', N'40289481513a049b01513a0aedcd0003', N'DOCID', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481513a049b01513a0aee130008', N'管理员', N'admin', N'2015-11-24 23:09:33.000', null, null, null, N'A02', N'A0', N'40289481513a049b01513a0aedcd0003', N'DOCTITLE', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481513a049b01513a0aee160009', N'管理员', N'admin', N'2015-11-24 23:09:33.000', null, null, null, N'A02', N'A0', N'40289481513a049b01513a0aedcd0003', N'DOCTYPE', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028ef815382c6c9015382ce39f90006', N'管理员', N'admin', N'2016-03-17 12:21:06.000', N'管理员', N'admin', N'2016-03-17 12:21:37.000', N'A03', N'A0', N'4028ef815382c6c9015382ce39f40005', N'ID', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028ef815382c6c9015382ce3a2e000f', N'管理员', N'admin', N'2016-03-17 12:21:06.000', N'管理员', N'admin', N'2016-03-17 12:21:37.000', N'A03', N'A0', N'4028ef815382c6c9015382ce39f40005', N'NAME', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028ef815382c6c9015382ce3a2f0010', N'管理员', N'admin', N'2016-03-17 12:21:06.000', N'管理员', N'admin', N'2016-03-17 12:21:37.000', N'A03', N'A0', N'4028ef815382c6c9015382ce39f40005', N'SEX', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028ef815382c6c9015382ce3a310011', N'管理员', N'admin', N'2016-03-17 12:21:06.000', N'管理员', N'admin', N'2016-03-17 12:21:37.000', N'A03', N'A0', N'4028ef815382c6c9015382ce39f40005', N'AGE', N'') -GO -GO -INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028ef815382c6c9015382ce3a320012', N'管理员', N'admin', N'2016-03-17 12:21:06.000', N'管理员', N'admin', N'2016-03-17 12:21:37.000', N'A03', N'A0', N'4028ef815382c6c9015382ce39f40005', N'BIRTHDAY', N'') -GO -GO - --- ---------------------------- --- Table structure for auto_form_param --- ---------------------------- -DROP TABLE [dbo].[auto_form_param] -GO -CREATE TABLE [dbo].[auto_form_param] ( -[id] nvarchar(36) NOT NULL , -[create_name] nvarchar(50) NULL , -[create_by] nvarchar(50) NULL , -[create_date] datetime NULL , -[update_name] nvarchar(50) NULL , -[update_by] nvarchar(50) NULL , -[update_date] datetime NULL , -[sys_org_code] nvarchar(50) NULL , -[sys_company_code] nvarchar(50) NULL , -[param_name] nvarchar(32) NOT NULL , -[param_desc] nvarchar(32) NULL , -[param_value] nvarchar(32) NULL , -[seq] int NULL , -[auto_form_db_id] nvarchar(32) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_param', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_param' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_param' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_param', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_param' -, @level2type = 'COLUMN', @level2name = N'create_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_param' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_param', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_param' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_param' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_param', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_param' -, @level2type = 'COLUMN', @level2name = N'update_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_param' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_param', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_param' -, @level2type = 'COLUMN', @level2name = N'update_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_param' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_param', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_param' -, @level2type = 'COLUMN', @level2name = N'update_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_param' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_param', -'COLUMN', N'sys_org_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属部门' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_param' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属部门' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_param' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_param', -'COLUMN', N'sys_company_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属公司' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_param' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属公司' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_param' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_param', -'COLUMN', N'param_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'参数名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_param' -, @level2type = 'COLUMN', @level2name = N'param_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'参数名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_param' -, @level2type = 'COLUMN', @level2name = N'param_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_param', -'COLUMN', N'param_desc')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'参数说明' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_param' -, @level2type = 'COLUMN', @level2name = N'param_desc' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'参数说明' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_param' -, @level2type = 'COLUMN', @level2name = N'param_desc' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_param', -'COLUMN', N'param_value')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'数值' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_param' -, @level2type = 'COLUMN', @level2name = N'param_value' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'数值' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_param' -, @level2type = 'COLUMN', @level2name = N'param_value' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_param', -'COLUMN', N'seq')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'排序' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_param' -, @level2type = 'COLUMN', @level2name = N'seq' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'排序' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_param' -, @level2type = 'COLUMN', @level2name = N'seq' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_param', -'COLUMN', N'auto_form_db_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'数据源ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_param' -, @level2type = 'COLUMN', @level2name = N'auto_form_db_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'数据源ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_param' -, @level2type = 'COLUMN', @level2name = N'auto_form_db_id' -GO - --- ---------------------------- --- Records of auto_form_param --- ---------------------------- -INSERT INTO [dbo].[auto_form_param] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [param_name], [param_desc], [param_value], [seq], [auto_form_db_id]) VALUES (N'4028138151aed6f00151af0f4a2c0056', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'id', N'', N'', N'0', N'4028138151aed6f00151af011fdb0005') -GO -GO -INSERT INTO [dbo].[auto_form_param] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [param_name], [param_desc], [param_value], [seq], [auto_form_db_id]) VALUES (N'402880e64e8a1ebb014e8a33a73f000e', N'管理员', N'admin', N'2015-07-14 09:35:17.000', null, null, null, N'A02', N'A0', N'id', N'', N'', N'0', N'402880e64e8a1ebb014e8a33a70e0007') -GO -GO -INSERT INTO [dbo].[auto_form_param] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [param_name], [param_desc], [param_value], [seq], [auto_form_db_id]) VALUES (N'402880e750a783e20150a7892c49000c', N'管理员', N'admin', N'2015-10-27 12:23:16.000', null, null, null, N'A02', N'A0', N'id', N'ID', N'', null, N'402880e750a783e20150a7892c370005') -GO -GO -INSERT INTO [dbo].[auto_form_param] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [param_name], [param_desc], [param_value], [seq], [auto_form_db_id]) VALUES (N'402880e750a783e20150a7ce5c07001b', N'管理员', N'admin', N'2015-10-27 13:38:50.000', N'管理员', N'admin', N'2015-10-27 14:02:32.000', N'A02', N'A0', N'id', N'', N'', N'0', N'402880e64f43c015014f43dcee710005') -GO -GO -INSERT INTO [dbo].[auto_form_param] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [param_name], [param_desc], [param_value], [seq], [auto_form_db_id]) VALUES (N'402880e750a805130150a847904b001b', N'管理员', N'admin', N'2015-10-27 15:51:13.000', N'管理员', N'admin', N'2015-10-29 22:05:30.000', N'A02', N'A0', N'namess', N'', N'', N'0', N'402880e750a783e20150a7eb72370024') -GO -GO -INSERT INTO [dbo].[auto_form_param] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [param_name], [param_desc], [param_value], [seq], [auto_form_db_id]) VALUES (N'402881a151f6d9420151f722f7240048', N'管理员', N'admin', N'2015-12-31 16:24:03.000', N'管理员', N'admin', N'2015-12-31 16:26:44.000', N'A03', N'A0', N'id', N'', N'', N'0', N'402881a151f6d9420151f722f6cb002b') -GO -GO -INSERT INTO [dbo].[auto_form_param] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [param_name], [param_desc], [param_value], [seq], [auto_form_db_id]) VALUES (N'40288be752175e8e01521766998c0012', N'管理员', N'admin', N'2016-01-06 22:45:45.000', N'管理员', N'admin', N'2016-01-06 22:50:18.000', N'A02', N'A0', N'id', N'', N'', N'0', N'4028efa25214f7ca01521657b948001f') -GO -GO -INSERT INTO [dbo].[auto_form_param] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [param_name], [param_desc], [param_value], [seq], [auto_form_db_id]) VALUES (N'4028948150eeebb30150ef0be20c0021', N'管理员', N'admin', N'2015-11-10 09:39:04.000', null, null, null, N'A02', N'A0', N'id', N'', N'', N'0', N'4028948150eeebb30150ef0baa720012') -GO -GO -INSERT INTO [dbo].[auto_form_param] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [param_name], [param_desc], [param_value], [seq], [auto_form_db_id]) VALUES (N'40289481510e4bb401510e4e53c70012', N'管理员', N'admin', N'2015-11-16 11:19:53.000', N'管理员', N'admin', N'2015-11-19 11:00:46.000', N'A02', N'A0', N'id', N'', N'', N'0', N'402880e750a8cbbf0150a8d99b0f0032') -GO -GO -INSERT INTO [dbo].[auto_form_param] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [param_name], [param_desc], [param_value], [seq], [auto_form_db_id]) VALUES (N'40289481510e814b01510e8766640014', N'管理员', N'admin', N'2015-11-16 12:22:13.000', N'管理员', N'admin', N'2015-11-19 11:00:27.000', N'A02', N'A0', N'id', N'主键', N'', N'0', N'402880e750a8cbbf0150a8cd67ae0003') -GO -GO -INSERT INTO [dbo].[auto_form_param] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [param_name], [param_desc], [param_value], [seq], [auto_form_db_id]) VALUES (N'40289481511d91f101511da1111a0019', N'管理员', N'admin', N'2015-11-19 10:44:33.000', null, null, null, N'A02', N'A0', N'id', N'', N'', N'0', N'40289481511d91f101511da111100012') -GO -GO - --- ---------------------------- --- Table structure for auto_form_style --- ---------------------------- -DROP TABLE [dbo].[auto_form_style] -GO -CREATE TABLE [dbo].[auto_form_style] ( -[id] nvarchar(36) NOT NULL , -[style_desc] nvarchar(200) NULL , -[style_content] nvarchar(MAX) NULL , -[create_name] nvarchar(50) NULL , -[create_by] nvarchar(50) NULL , -[create_date] datetime NULL , -[update_name] nvarchar(50) NULL , -[update_by] nvarchar(50) NULL , -[update_date] datetime NULL , -[sys_org_code] nvarchar(50) NULL , -[sys_company_code] nvarchar(50) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_style', -'COLUMN', N'style_desc')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'表单描述' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_style' -, @level2type = 'COLUMN', @level2name = N'style_desc' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'表单描述' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_style' -, @level2type = 'COLUMN', @level2name = N'style_desc' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_style', -'COLUMN', N'style_content')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'表单编辑器文本' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_style' -, @level2type = 'COLUMN', @level2name = N'style_content' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'表单编辑器文本' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_style' -, @level2type = 'COLUMN', @level2name = N'style_content' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_style', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_style' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_style' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_style', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_style' -, @level2type = 'COLUMN', @level2name = N'create_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_style' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_style', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_style' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_style' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_style', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_style' -, @level2type = 'COLUMN', @level2name = N'update_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_style' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_style', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_style' -, @level2type = 'COLUMN', @level2name = N'update_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_style' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_style', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_style' -, @level2type = 'COLUMN', @level2name = N'update_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_style' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_style', -'COLUMN', N'sys_org_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属部门' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_style' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属部门' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_style' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'auto_form_style', -'COLUMN', N'sys_company_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属公司' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_style' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属公司' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'auto_form_style' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -GO - --- ---------------------------- --- Records of auto_form_style --- ---------------------------- -INSERT INTO [dbo].[auto_form_style] ([id], [style_desc], [style_content], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402813814e421337014e4232a020000b', N'单列表单', N'<#if dsList?exists&&(dsList?size>0)> - <#list dsList as ds> - <#list ds.columns as po> - <#assign temp_hidden = po.fieldName?lower_case /> - <#if temp_hidden == "id" > - - -<#list dsList as ds> - <#list ds.columns as po> - <#assign temp_show = po.fieldName?lower_case /> - <#if temp_show != "id" > - - <#if po.fieldText?trim == "">${po.fieldName}<#else>${po.fieldText?trim} - - - - - -', N'管理员', N'admin', N'2015-06-30 10:01:30.000', N'管理员', N'admin', N'2015-12-01 12:03:49.000', N'02', N'02') -GO -GO -INSERT INTO [dbo].[auto_form_style] ([id], [style_desc], [style_content], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402880e850ad49570150ad656afa000c', N'双列表单', N'<#macro showItem ds po itemIndex> - <#if itemIndex % 2 == 0> - <#if po.fieldText?trim == "">${po.fieldName}<#else>${po.fieldText?trim} - ${po.fieldName}<#else>${po.fieldText?trim}" value="" name="${ds.dsName}.${po.fieldName}" orgheight="" orgwidth="150" orgalign="left" orgfontsize="" orghide="0" leipiplugins="text" orgtype="text" autofield="${ds.dsName}.${po.fieldName}"/> - <#if itemIndex % 2 == 1> - -<#if dsList?exists&&(dsList?size>0)> -
-<#list dsList as ds> -<#list ds.columns as po> -<#assign temp_hidden = po.fieldName?lower_case /><#if temp_hidden == "id" > - - -
- - <#assign id_count = 0 /> - <#list dsList as ds> - <#list ds.columns as po> - <#assign temp_show = po.fieldName?lower_case /> - <#if temp_show != "id" ><@showItem ds=ds po=po itemIndex=id_count/><#assign id_count = id_count + 1 /> - - -
-', N'管理员', N'admin', N'2015-10-28 15:41:56.000', N'管理员', N'admin', N'2015-12-01 12:06:01.000', N'A02', N'A0') -GO -GO -INSERT INTO [dbo].[auto_form_style] ([id], [style_desc], [style_content], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402880e850ad49570150ad8b852a001c', N'三列表单', N'<#macro showItem ds po itemIndex> -<#if itemIndex % 3 == 0> -<#if po.fieldText?trim == "">${po.fieldName}<#else>${po.fieldText?trim} -${po.fieldName}<#else>${po.fieldText?trim}" value="" name="${ds.dsName}.${po.fieldName}" orgheight="" orgwidth="150" orgalign="left" orgfontsize="" orghide="0" leipiplugins="text" orgtype="text" autofield="${ds.dsName}.${po.fieldName}"/> -<#if itemIndex % 3 == 2> - -<#if dsList?exists&&(dsList?size>0)> -
-<#list dsList as ds> -<#list ds.columns as po><#assign temp_hidden = po.fieldName?lower_case /><#if temp_hidden == "id" > - -
- - <#assign id_count = 0 /> - <#list dsList as ds> - <#list ds.columns as po> - <#assign temp_show = po.fieldName?lower_case /><#if temp_show != "id" ><@showItem ds=ds po=po itemIndex=id_count/><#assign id_count = id_count + 1 /> - - -
-', N'管理员', N'admin', N'2015-10-28 16:23:33.000', N'管理员', N'admin', N'2015-12-01 12:04:54.000', N'A02', N'A0') -GO -GO - --- ---------------------------- --- Table structure for cgform_button --- ---------------------------- -DROP TABLE [dbo].[cgform_button] -GO -CREATE TABLE [dbo].[cgform_button] ( -[ID] nvarchar(32) NOT NULL , -[BUTTON_CODE] nvarchar(50) NULL , -[button_icon] nvarchar(20) NULL , -[BUTTON_NAME] nvarchar(50) NULL , -[BUTTON_STATUS] nvarchar(2) NULL , -[BUTTON_STYLE] nvarchar(20) NULL , -[EXP] nvarchar(255) NULL , -[FORM_ID] nvarchar(32) NULL , -[OPT_TYPE] nvarchar(20) NULL , -[order_num] int NULL -) - - -GO - --- ---------------------------- --- Records of cgform_button --- ---------------------------- -INSERT INTO [dbo].[cgform_button] ([ID], [BUTTON_CODE], [button_icon], [BUTTON_NAME], [BUTTON_STATUS], [BUTTON_STYLE], [EXP], [FORM_ID], [OPT_TYPE], [order_num]) VALUES (N'4028138151b3cf300151b419df090007', N'autoFormAdd', N'icon-add', N'自定义表单添加', N'1', N'button', N'', N'4028138151adbcc50151adfd13680002', N'js', N'1') -GO -GO -INSERT INTO [dbo].[cgform_button] ([ID], [BUTTON_CODE], [button_icon], [BUTTON_NAME], [BUTTON_STATUS], [BUTTON_STYLE], [EXP], [FORM_ID], [OPT_TYPE], [order_num]) VALUES (N'4028138151b3cf300151b41a8c480009', N'autoFormUpdate', N'icon-edit', N'自定义表单编辑', N'1', N'button', N'', N'4028138151adbcc50151adfd13680002', N'js', N'2') -GO -GO -INSERT INTO [dbo].[cgform_button] ([ID], [BUTTON_CODE], [button_icon], [BUTTON_NAME], [BUTTON_STATUS], [BUTTON_STYLE], [EXP], [FORM_ID], [OPT_TYPE], [order_num]) VALUES (N'402880e64e28b359014e2913478a0018', N'12', N'pictures', N'12', N'0', N'link', N'12', N'402881e44df713f5014df71fc6be0004', N'action', N'12') -GO -GO -INSERT INTO [dbo].[cgform_button] ([ID], [BUTTON_CODE], [button_icon], [BUTTON_NAME], [BUTTON_STATUS], [BUTTON_STYLE], [EXP], [FORM_ID], [OPT_TYPE], [order_num]) VALUES (N'402881e64ca6fd1b014ca713620f000d', N'copy_url', N'pictures', N'配置地址', N'1', N'link', N'', N'2c90ac564c9d1734014c9d22b16c0001', N'js', N'3') -GO -GO -INSERT INTO [dbo].[cgform_button] ([ID], [BUTTON_CODE], [button_icon], [BUTTON_NAME], [BUTTON_STATUS], [BUTTON_STYLE], [EXP], [FORM_ID], [OPT_TYPE], [order_num]) VALUES (N'402881e64ca6fd1b014ca713e2c0000f', N'graph_test', N'pictures', N'功能测试', N'1', N'link', N'', N'2c90ac564c9d1734014c9d22b16c0001', N'js', N'2') -GO -GO -INSERT INTO [dbo].[cgform_button] ([ID], [BUTTON_CODE], [button_icon], [BUTTON_NAME], [BUTTON_STATUS], [BUTTON_STYLE], [EXP], [FORM_ID], [OPT_TYPE], [order_num]) VALUES (N'4028948150f5ba6a0150f5c0682a0001', N'1', N'pictures', N'1', N'0', N'link', N'1', N'402885d8506e5d9201506e72f4920001', N'action', N'1') -GO -GO -INSERT INTO [dbo].[cgform_button] ([ID], [BUTTON_CODE], [button_icon], [BUTTON_NAME], [BUTTON_STATUS], [BUTTON_STYLE], [EXP], [FORM_ID], [OPT_TYPE], [order_num]) VALUES (N'4028b881535b12bd01535b3c3c1f001a', N'cancel_check', N'icon-redo', N'清空勾选', N'1', N'button', N'', N'4028b881535b12bd01535b1ae3680001', N'js', N'0') -GO -GO -INSERT INTO [dbo].[cgform_button] ([ID], [BUTTON_CODE], [button_icon], [BUTTON_NAME], [BUTTON_STATUS], [BUTTON_STYLE], [EXP], [FORM_ID], [OPT_TYPE], [order_num]) VALUES (N'4028b881537338160153738b86ac0010', N'groupmanage', N'pictures', N'分组维护', N'1', N'button', N'', N'4028b881535b12bd01535b1ae3680001', N'js', N'2') -GO -GO - --- ---------------------------- --- Table structure for cgform_button_sql --- ---------------------------- -DROP TABLE [dbo].[cgform_button_sql] -GO -CREATE TABLE [dbo].[cgform_button_sql] ( -[ID] nvarchar(32) NOT NULL , -[BUTTON_CODE] nvarchar(50) NULL , -[CGB_SQL] varbinary(MAX) NULL , -[CGB_SQL_NAME] nvarchar(50) NULL , -[CONTENT] nvarchar(MAX) NULL , -[FORM_ID] nvarchar(32) NULL -) - - -GO - --- ---------------------------- --- Records of cgform_button_sql --- ---------------------------- - --- ---------------------------- --- Table structure for cgform_enhance_java --- ---------------------------- -DROP TABLE [dbo].[cgform_enhance_java] -GO -CREATE TABLE [dbo].[cgform_enhance_java] ( -[id] nvarchar(36) NOT NULL , -[button_code] nvarchar(32) NULL , -[cg_java_type] nvarchar(32) NOT NULL , -[cg_java_value] nvarchar(200) NOT NULL , -[form_id] nvarchar(32) NOT NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_enhance_java', -'COLUMN', N'button_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'按钮编码' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_enhance_java' -, @level2type = 'COLUMN', @level2name = N'button_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'按钮编码' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_enhance_java' -, @level2type = 'COLUMN', @level2name = N'button_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_enhance_java', -'COLUMN', N'cg_java_type')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'类型' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_enhance_java' -, @level2type = 'COLUMN', @level2name = N'cg_java_type' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'类型' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_enhance_java' -, @level2type = 'COLUMN', @level2name = N'cg_java_type' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_enhance_java', -'COLUMN', N'cg_java_value')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'数值' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_enhance_java' -, @level2type = 'COLUMN', @level2name = N'cg_java_value' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'数值' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_enhance_java' -, @level2type = 'COLUMN', @level2name = N'cg_java_value' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_enhance_java', -'COLUMN', N'form_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'表单ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_enhance_java' -, @level2type = 'COLUMN', @level2name = N'form_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'表单ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_enhance_java' -, @level2type = 'COLUMN', @level2name = N'form_id' -GO - --- ---------------------------- --- Records of cgform_enhance_java --- ---------------------------- -INSERT INTO [dbo].[cgform_enhance_java] ([id], [button_code], [cg_java_type], [cg_java_value], [form_id]) VALUES (N'402883885139c8d7015139cb2de40002', N'add', N'spring', N'cgformJavaInterDemo', N'8a8ab0b246dc81120146dc818484013c') -GO -GO - --- ---------------------------- --- Table structure for cgform_enhance_js --- ---------------------------- -DROP TABLE [dbo].[cgform_enhance_js] -GO -CREATE TABLE [dbo].[cgform_enhance_js] ( -[ID] nvarchar(32) NOT NULL , -[CG_JS] varbinary(MAX) NULL , -[CG_JS_TYPE] nvarchar(20) NULL , -[CONTENT] nvarchar(MAX) NULL , -[FORM_ID] nvarchar(32) NULL -) - - -GO - --- ---------------------------- --- Records of cgform_enhance_js --- ---------------------------- -INSERT INTO [dbo].[cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [FORM_ID]) VALUES (N'2c90ac564c9d1734014c9d322192001f', 0x6A666F726D5F67726170687265706F72745F686561644677203D20313035303B0D0A6A666F726D5F67726170687265706F72745F686561644668203D203630303B0D0A0D0A2F2F3F3F0D0A0966756E6374696F6E206A666F726D5F67726170687265706F72745F6865616461646428297B0D0A09096164642827E59BBEE8A1A8E9858DE7BDAE272C276367466F726D4275696C64436F6E74726F6C6C65722E646F3F66746C466F726D267461626C654E616D653D6A666F726D5F67726170687265706F72745F68656164272C276A666F726D5F67726170687265706F72745F686561644C697374272C6A666F726D5F67726170687265706F72745F6865616446772C6A666F726D5F67726170687265706F72745F686561644668293B0D0A097D0D0A092F2F3F3F0D0A0966756E6374696F6E206A666F726D5F67726170687265706F72745F6865616475706461746528297B0D0A09097570646174652827E59BBEE8A1A8E9858DE7BDAE272C276367466F726D4275696C64436F6E74726F6C6C65722E646F3F66746C466F726D267461626C654E616D653D6A666F726D5F67726170687265706F72745F68656164272C276A666F726D5F67726170687265706F72745F686561644C697374272C6A666F726D5F67726170687265706F72745F6865616446772C6A666F726D5F67726170687265706F72745F686561644668293B0D0A097D0D0A092F2F3F3F0D0A0966756E6374696F6E206A666F726D5F67726170687265706F72745F68656164636F707928297B0D0A0909636F707928273F3F3F3F3F3F272C276367466F726D4275696C64436F6E74726F6C6C65722E646F3F66746C466F726D267461626C654E616D653D6A666F726D5F67726170687265706F72745F68656164272C276A666F726D5F67726170687265706F72745F686561644C697374272C6A666F726D5F67726170687265706F72745F6865616446772C6A666F726D5F67726170687265706F72745F686561644668293B0D0A097D0D0A092F2F3F3F0D0A0966756E6374696F6E206A666F726D5F67726170687265706F72745F686561647669657728297B0D0A090964657461696C28273F3F272C276367466F726D4275696C64436F6E74726F6C6C65722E646F3F66746C466F726D267461626C654E616D653D6A666F726D5F67726170687265706F72745F68656164272C276A666F726D5F67726170687265706F72745F686561644C697374272C6A666F726D5F67726170687265706F72745F6865616446772C6A666F726D5F67726170687265706F72745F686561644668293B0D0A097D0D0A0D0A66756E6374696F6E2067726170685F746573742829207B0D0A097661722065203D206576656E74207C7C20785F6578706F72742E63616C6C65722E617267756D656E74735B305D3B0D0A2020202076617220746172676574203D20652E746172676574207C7C20652E737263456C656D656E743B0D0A2020202076617220636F6E6669674964203D202428746172676574292E706172656E7473282274723A666972737422292E66696E64282274645B6669656C643D27636F6465275D22292E7465787428293B0D0A2020202076617220636F6E6669674E616D65203D202428746172676574292E706172656E7473282274723A666972737422292E66696E64282274645B6669656C643D276E616D65275D22292E7465787428293B0D0A09202020200D0A096164644F6E655461622822E8A1A8E58D95E695B0E68DAEE58897E8A1A8205B222B636F6E6669674E616D652B225D222C202267726170685265706F7274436F6E74726F6C6C65722E646F3F6C697374266973496672616D652669643D222B636F6E6669674964293B0D0A7D0D0A0D0A66756E6374696F6E20636F70795F75726C2829207B0D0A202020207661722065203D206576656E74207C7C20785F6578706F72742E63616C6C65722E617267756D656E74735B305D3B0D0A2020202076617220746172676574203D20652E746172676574207C7C20652E737263456C656D656E743B0D0A2020202076617220636F6E6669674964203D202428746172676574292E706172656E7473282274723A666972737422292E66696E64282274645B6669656C643D27636F6465275D22292E7465787428293B0D0A20202020706F704D656E754C696E6B477261706828636F6E66696749642C20636F6E6669674964293B0D0A7D0D0A2F2FE59BBEE8A1A8E9858DE7BDAEE5A48DE588B60D0A66756E6374696F6E20706F704D656E754C696E6B4772617068287461626C654E616D652C636F6E74656E74297B0D0A097661722075726C203D20223C696E70757420747970653D277465787427207374796C653D2777696474683A33383070783B272064697361626C65643D5C2264697361626C65645C222069643D276D656E754C696E6B27207469746C653D2767726170685265706F7274436F6E74726F6C6C65722E646F3F6C6973742669643D272076616C75653D2767726170685265706F7274436F6E74726F6C6C65722E646F3F6C697374266973496672616D652669643D222B7461626C654E616D652B2227202F3E223B0D0A09242E6469616C6F67287B0D0A0909636F6E74656E743A2075726C2C0D0A090964726167203A66616C73652C0D0A09096C6F636B203A20747275652C0D0A09097469746C653A27E88F9CE58D95E993BEE68EA55B272B636F6E74656E742B275D272C0D0A09096F706163697479203A20302E332C0D0A090977696474683A3430302C0D0A09096865696768743A35302C0D0A090963616368653A66616C73652C0D0A092020202063616E63656C56616C3A2027E585B3E997AD272C0D0A092020202063616E63656C3A2066756E6374696F6E28297B636C69702E64657374726F7928293B7D2C0D0A0920202020627574746F6E203A205B7B0D0A0920202020096964203A2022636F70747942746E222C0D0A0920202020096E616D65203A2022E5A48DE588B6222C0D0A09202020200963616C6C6261636B203A2066756E6374696F6E202829207B0D0A0920202020097D0D0A09202020207D5D2C0D0A0920202020696E6974203A2066756E6374696F6E202829207B0D0A090909636C6970203D206E6577205A65726F436C6970626F6172642E436C69656E7428293B0D0A090909636C69702E73657448616E64437572736F7228207472756520293B0D0A0909090D0A090909636C69702E6164644576656E744C697374656E657228276D6F7573654F766572272C2066756E6374696F6E28636C69656E74297B0D0A09090909636C69702E736574546578742820646F63756D656E742E676574456C656D656E744279496428226D656E754C696E6B22292E76616C756520293B0D0A0909097D293B0D0A090909636C69702E6164644576656E744C697374656E65722827636F6D706C657465272C2066756E6374696F6E28636C69656E742C2074657874297B0D0A09090909616C6572742822E5A48DE588B6E68890E58A9F22293B0D0A0909097D293B0D0A090909766172206D656E754C696E6B203D20242822236D656E754C696E6B22292E76616C28293B0D0A0909092428242822696E7075745B747970653D627574746F6E5D22295B305D292E6174747228226964222C22636F70747942746E22293B0D0A090909636C69702E73657454657874286D656E754C696E6B293B0D0A090909636C69702E676C75652822636F70747942746E22293B0D0A09202020207D0D0A097D293B20200D0A7D, N'list', null, N'2c90ac564c9d1734014c9d22b16c0001') -GO -GO -INSERT INTO [dbo].[cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [FORM_ID]) VALUES (N'2c90ac564c9d1734014c9d3241ac0021', 0x242822746578746172656122292E686569676874283630293B0D0A0D0A242866756E6374696F6E28297B0D0A242822626F647922292E617070656E6428223C6C696E6B20687265663D5C22706C75672D696E2F6C68674469616C6F672F736B696E732F64656661756C742E6373735C222072656C3D5C227374796C6573686565745C222069643D5C226C68676469616C6F676C696E6B5C223E22293B0D0A766172202462746E203D202428223C64697620636C6173733D5C2275695F627574746F6E735C2220207374796C653D5C22646973706C61793A696E6C696E652D626C6F636B3B70616464696E673A3070783B5C223E3C696E707574207374796C653D5C22706F736974696F6E3A2072656C61746976653B746F703A203070783B5C2220636C6173733D5C2275695F73746174655F686967686C696768745C2220747970653D5C22627574746F6E5C222076616C75653D5C2273716CE8A7A3E69E905C22202069643D5C2273716C416E616C797A655C22202F3E3C2F6469763E22293B0D0A242822236367725F73716C22292E6166746572282462746E293B0D0A2462746E2E636C69636B2866756E6374696F6E28297B0D0A20242E616A6178287B0D0A2020202075726C3A2263675265706F7274436F6E74726F6C6C65722E646F3F6765744669656C6473222C0D0A20202020646174613A7B73716C3A242822236367725F73716C22292E76616C28297D2C0D0A09747970653A22506F7374222C0D0A2020202064617461547970653A226A736F6E222C0D0A20202020737563636573733A66756E6374696F6E2864617461297B0D0A20202020696628646174612E7374617475733D3D227375636365737322297B0D0A09202020202020242822236164645F6A666F726D5F67726170687265706F72745F6974656D5F7461626C6522292E656D70747928293B0D0A09202020202020242E6561636828646174612E6669656C64732C66756E6374696F6E28696E6465782C65297B0D0A0909092428222361646442746E5F6A666F726D5F67726170687265706F72745F6974656D22292E636C69636B28293B0D0A090909242822236164645F6A666F726D5F67726170687265706F72745F6974656D5F7461626C652074723A6C61737422292E66696E6428223A7465787422290D0A090909092E65712830292E76616C2865290D0A090909092E656E6428292E65712831292E76616C2865290D0A090909092E656E6428292E65712832292E76616C28696E646578293B0D0A092020202020207D293B200D0A092020202020202F2F726573657454724E756D28226164645F6A666F726D5F67726170687265706F72745F6974656D5F7461626C6522293B0D0A202020207D656C73657B0D0A0909242E6D657373616765722E616C65727428273F3F272C646174612E6461746173293B0D0A097D0D0A20207D0D0A20207D293B0D0A207D293B0D0A7D293B, N'form', null, N'2c90ac564c9d1734014c9d22b16c0001') -GO -GO -INSERT INTO [dbo].[cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [FORM_ID]) VALUES (N'4028138151b3cf300151b42289dd000f', 0x2F2FE887AAE5AE9AE4B989E8A1A8E58D95E6B7BBE58AA00D0A66756E6374696F6E206175746F466F726D41646428297B0D0A2020200D0A202063726561746564657461696C77696E646F772827E887AAE5AE9AE4B989E8A1A8E58D95E6B7BBE58AA0272C276175746F466F726D436F6E74726F6C6C65722E646F3F76696577436F6E74656E7426666F726D4E616D653D656D706C6F7965655F656E7472795F666F726D2669643D266F703D616464272C313030302C373030293B0D0A0D0A7D0D0A0D0A2F2FE887AAE5AE9AE4B989E8A1A8E58D95E7BC96E8BE910D0A66756E6374696F6E206175746F466F726D55706461746528297B0D0A2020202076617220726F7744617461203D20242827236A666F726D5F656D706C6F7965655F656E7472794C69737427292E6461746167726964282767657453656C656374656427293B0D0A202020206966202821726F774461746129207B0D0A097469702827E8AFB7E98089E68BA9E4B880E69DA1E4BFA1E681AF27293B0D0A0972657475726E3B0D0A2020207D090D0A202020766172206964203D20726F77446174612E69643B0D0A20202063726561746564657461696C77696E646F772827E887AAE5AE9AE4B989E8A1A8E58D95E6B7BBE58AA0272C276175746F466F726D436F6E74726F6C6C65722E646F3F76696577436F6E74656E7426666F726D4E616D653D656D706C6F7965655F656E7472795F666F726D266F703D7570646174652669643D272B6964202C313030302C373030293B0D0A0D0A7D, N'list', null, N'4028138151adbcc50151adfd13680002') -GO -GO -INSERT INTO [dbo].[cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [FORM_ID]) VALUES (N'4028b881535b12bd01535b4275ea0022', 0x66756E6374696F6E2063616E63656C5F636865636B28297B202020200D0A2020202020242827236A666F726D5F636F6E746163744C69737427292E64617461677269642827636C656172436865636B656427293B0D0A7D0D0A0D0A66756E6374696F6E2067726F75706D616E61676528297B0D0A202020206164644F6E65546162282027E9809AE8AEAFE5BD95E58886E5BD95E7BBB4E68AA4272C2763674175746F4C697374436F6E74726F6C6C65722E646F3F6C6973742669643D6A666F726D5F636F6E746163745F67726F757027290D0A7D0D0A0D0A2428646F63756D656E74292E72656164792866756E6374696F6E202829207B0D0A2020202020202428272361646427292E6C696E6B627574746F6E287B2020200D0A2020202020202020202020746578743A27E696B0E5A29EE4BABAE59198270D0A2020202020207D290D0A20202020202428272375706461746527292E6C696E6B627574746F6E287B2020200D0A2020202020202020202020746578743A27E4BFAEE694B9E4BABAE59198270D0A2020202020207D290D0A7D293B, N'list', null, N'4028b881535b12bd01535b1ae3680001') -GO -GO - --- ---------------------------- --- Table structure for cgform_field --- ---------------------------- -DROP TABLE [dbo].[cgform_field] -GO -CREATE TABLE [dbo].[cgform_field] ( -[id] nvarchar(32) NOT NULL , -[content] nvarchar(200) NOT NULL , -[create_by] nvarchar(255) NULL , -[create_date] datetime NULL , -[create_name] nvarchar(32) NULL , -[dict_field] nvarchar(100) NULL , -[dict_table] nvarchar(100) NULL , -[dict_text] nvarchar(100) NULL , -[field_default] nvarchar(20) NULL , -[field_href] nvarchar(200) NULL , -[field_length] int NULL , -[field_name] nvarchar(32) NOT NULL , -[field_valid_type] nvarchar(10) NULL , -[is_key] nvarchar(2) NULL , -[is_null] nvarchar(5) NULL , -[is_query] nvarchar(5) NULL , -[is_show] nvarchar(5) NULL , -[is_show_list] nvarchar(5) NULL , -[length] int NOT NULL , -[main_field] nvarchar(100) NULL , -[main_table] nvarchar(100) NULL , -[old_field_name] nvarchar(32) NULL , -[order_num] int NULL , -[point_length] int NULL , -[query_mode] nvarchar(10) NULL , -[show_type] nvarchar(10) NULL , -[type] nvarchar(32) NOT NULL , -[update_by] nvarchar(32) NULL , -[update_date] datetime NULL , -[update_name] nvarchar(32) NULL , -[table_id] nvarchar(32) NOT NULL , -[extend_json] nvarchar(500) NULL -) - - -GO - --- ---------------------------- --- Records of cgform_field --- ---------------------------- -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b17b0002', N'id', N'admin', N'2015-04-09 15:43:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'id', N'', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'group', N'text', N'string', N'admin', N'2015-04-09 15:49:50.000', N'管理员', N'2c90ac564c9d1734014c9d22b16c0001', null) -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b1aa0003', N'查询数据SQL', N'admin', N'2015-04-09 15:43:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'cgr_sql', N'', N'N', N'N', N'Y', N'Y', N'Y', N'2000', N'', N'', N'cgr_sql', N'4', N'0', N'single', N'textarea', N'string', N'admin', N'2015-04-11 16:50:46.000', N'管理员', N'2c90ac564c9d1734014c9d22b16c0001', null) -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b1aa0004', N'编码', N'admin', N'2015-04-09 15:43:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'code', N'', N'N', N'N', N'Y', N'Y', N'Y', N'36', N'', N'', N'code', N'3', N'0', N'single', N'text', N'string', N'admin', N'2015-04-09 15:49:50.000', N'管理员', N'2c90ac564c9d1734014c9d22b16c0001', null) -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b1aa0005', N'描述', N'admin', N'2015-04-09 15:43:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'content', N'', N'N', N'N', N'N', N'Y', N'Y', N'1000', N'', N'', N'content', N'5', N'0', N'group', N'text', N'string', N'admin', N'2015-04-09 15:49:50.000', N'管理员', N'2c90ac564c9d1734014c9d22b16c0001', null) -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b1aa0006', N'名称', N'admin', N'2015-04-09 15:43:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'name', N'', N'N', N'N', N'Y', N'Y', N'Y', N'100', N'', N'', N'name', N'2', N'0', N'single', N'text', N'string', N'admin', N'2015-04-09 19:04:50.000', N'管理员', N'2c90ac564c9d1734014c9d22b16c0001', null) -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b1ba0007', N'y轴文字', N'admin', N'2015-04-09 15:43:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'ytext', N'', N'N', N'N', N'N', N'Y', N'Y', N'100', N'', N'', N'ytext', N'6', N'0', N'group', N'text', N'string', N'admin', N'2015-04-09 15:49:50.000', N'管理员', N'2c90ac564c9d1734014c9d22b16c0001', null) -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b1ba0008', N'x轴数据', N'admin', N'2015-04-09 15:43:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'categories', N'', N'N', N'N', N'N', N'Y', N'Y', N'1000', N'', N'', N'categories', N'7', N'0', N'group', N'text', N'string', N'admin', N'2015-04-09 15:49:50.000', N'管理员', N'2c90ac564c9d1734014c9d22b16c0001', null) -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b1ba0009', N'是否显示明细', N'admin', N'2015-04-09 15:43:58.000', N'管理员', N'sf_yn', N'', N'', N'', N'', N'120', N'is_show_list', N'', N'N', N'Y', N'Y', N'Y', N'Y', N'5', N'', N'', N'is_show_list', N'8', N'0', N'single', N'list', N'string', N'admin', N'2015-04-09 18:27:39.000', N'管理员', N'2c90ac564c9d1734014c9d22b16c0001', null) -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b1ba000a', N'扩展JS', N'admin', N'2015-04-09 15:43:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'x_page_js', N'', N'N', N'Y', N'N', N'Y', N'Y', N'5000', N'', N'', N'x_page_js', N'9', N'0', N'group', N'textarea', N'Text', N'admin', N'2015-04-09 15:49:50.000', N'管理员', N'2c90ac564c9d1734014c9d22b16c0001', null) -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b360000c', N'id', N'admin', N'2015-04-09 15:43:59.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'id', N'', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'group', N'text', N'string', N'admin', N'2015-04-09 15:47:32.000', N'管理员', N'2c90ac564c9d1734014c9d22b360000b', null) -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b360000d', N'是否查询', N'admin', N'2015-04-09 15:43:59.000', N'管理员', N'sf_yn', N'', N'', N'', N'', N'120', N'search_flag', N'', N'N', N'Y', N'N', N'Y', N'Y', N'2', N'', N'', N'search_flag', N'7', N'0', N'group', N'list', N'string', N'admin', N'2015-04-09 19:08:44.000', N'管理员', N'2c90ac564c9d1734014c9d22b360000b', null) -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b360000e', N'查询模式', N'admin', N'2015-04-09 15:43:59.000', N'管理员', N'searchmode', N'', N'', N'', N'', N'100', N'search_mode', N'', N'N', N'Y', N'N', N'Y', N'Y', N'10', N'', N'', N'search_mode', N'8', N'0', N'group', N'list', N'string', N'admin', N'2015-04-11 17:03:31.000', N'管理员', N'2c90ac564c9d1734014c9d22b360000b', null) -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b360000f', N'cgreportHeadId', N'admin', N'2015-04-09 15:43:59.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'cgreport_head_id', N'', N'N', N'Y', N'N', N'N', N'N', N'36', N'id', N'jform_graphreport_head', N'cgreport_head_id', N'16', N'0', N'group', N'text', N'string', N'admin', N'2015-04-09 15:50:16.000', N'管理员', N'2c90ac564c9d1734014c9d22b360000b', null) -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b3600010', N'字典Code', N'admin', N'2015-04-09 15:43:59.000', N'管理员', N'', N'', N'', N'', N'', N'100', N'dict_code', N'', N'N', N'Y', N'N', N'Y', N'Y', N'500', N'', N'', N'dict_code', N'9', N'0', N'group', N'text', N'string', N'admin', N'2015-04-11 17:03:31.000', N'管理员', N'2c90ac564c9d1734014c9d22b360000b', null) -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b36f0011', N'字段href', N'admin', N'2015-04-09 15:43:59.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'field_href', N'', N'N', N'Y', N'N', N'N', N'N', N'120', N'', N'', N'field_href', N'14', N'0', N'group', N'text', N'string', N'admin', N'2015-04-09 15:47:32.000', N'管理员', N'2c90ac564c9d1734014c9d22b360000b', null) -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b37f0012', N'字段名', N'admin', N'2015-04-09 15:43:59.000', N'管理员', N'', N'', N'', N'', N'', N'80', N'field_name', N'', N'N', N'Y', N'N', N'Y', N'Y', N'36', N'', N'', N'field_name', N'2', N'0', N'group', N'text', N'string', N'admin', N'2015-04-13 00:40:36.000', N'管理员', N'2c90ac564c9d1734014c9d22b360000b', null) -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b37f0013', N'字段文本', N'admin', N'2015-04-09 15:43:59.000', N'管理员', N'', N'', N'', N'', N'', N'80', N'field_txt', N'', N'N', N'Y', N'N', N'Y', N'Y', N'1000', N'', N'', N'field_txt', N'3', N'0', N'group', N'text', N'string', N'admin', N'2015-04-11 17:19:53.000', N'管理员', N'2c90ac564c9d1734014c9d22b360000b', null) -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b37f0014', N'字段类型', N'admin', N'2015-04-09 15:43:59.000', N'管理员', N'fieldtype', N'', N'', N'', N'', N'120', N'field_type', N'', N'N', N'Y', N'N', N'Y', N'Y', N'10', N'', N'', N'field_type', N'5', N'0', N'group', N'list', N'string', N'admin', N'2015-04-11 13:53:04.000', N'管理员', N'2c90ac564c9d1734014c9d22b360000b', null) -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b37f0015', N'是否显示', N'admin', N'2015-04-09 15:43:59.000', N'管理员', N'sf_yn', N'', N'', N'', N'', N'120', N'is_show', N'', N'N', N'Y', N'N', N'Y', N'Y', N'5', N'', N'', N'is_show', N'6', N'0', N'group', N'list', N'string', N'admin', N'2015-04-09 19:08:44.000', N'管理员', N'2c90ac564c9d1734014c9d22b360000b', null) -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b38f0016', N'排序', N'admin', N'2015-04-09 15:43:59.000', N'管理员', N'', N'', N'', N'', N'', N'50', N'order_num', N'', N'N', N'Y', N'N', N'Y', N'Y', N'10', N'', N'', N'order_num', N'4', N'0', N'group', N'text', N'int', N'admin', N'2015-04-09 19:08:44.000', N'管理员', N'2c90ac564c9d1734014c9d22b360000b', null) -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b38f0017', N'取值表达式', N'admin', N'2015-04-09 15:43:59.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'replace_va', N'', N'N', N'Y', N'N', N'N', N'N', N'36', N'', N'', N'replace_va', N'15', N'0', N'group', N'text', N'string', N'admin', N'2015-04-09 15:47:32.000', N'管理员', N'2c90ac564c9d1734014c9d22b360000b', null) -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b38f0018', N'显示图表', N'admin', N'2015-04-09 15:43:59.000', N'管理员', N'sf_yn', N'', N'', N'', N'', N'120', N'is_graph', N'', N'N', N'Y', N'N', N'Y', N'Y', N'5', N'', N'', N'is_graph', N'10', N'0', N'group', N'list', N'string', N'admin', N'2015-04-09 19:08:44.000', N'管理员', N'2c90ac564c9d1734014c9d22b360000b', null) -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b38f0019', N'图表类型', N'admin', N'2015-04-09 15:43:59.000', N'管理员', N'tblx', N'', N'', N'', N'', N'120', N'graph_type', N'', N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'graph_type', N'11', N'0', N'group', N'list', N'string', N'admin', N'2015-04-11 13:53:04.000', N'管理员', N'2c90ac564c9d1734014c9d22b360000b', null) -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b38f001a', N'图表名称', N'admin', N'2015-04-09 15:43:59.000', N'管理员', N'', N'', N'', N'', N'', N'80', N'graph_name', N'', N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'graph_name', N'12', N'0', N'group', N'text', N'string', N'admin', N'2015-04-11 17:19:53.000', N'管理员', N'2c90ac564c9d1734014c9d22b360000b', null) -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b38f001b', N'标签名称', N'admin', N'2015-04-09 15:43:59.000', N'管理员', N'', N'', N'', N'', N'', N'80', N'tab_name', N'', N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'tab_name', N'13', N'0', N'group', N'text', N'string', N'admin', N'2015-04-11 17:19:53.000', N'管理员', N'2c90ac564c9d1734014c9d22b360000b', null) -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151adfd136d0003', N'主键', N'admin', N'2015-12-17 11:30:22.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'id', N'', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'single', N'text', N'string', null, null, null, N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151adfd143b0004', N'创建人名称', N'admin', N'2015-12-17 11:30:22.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'create_name', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_name', N'2', N'0', N'single', N'text', N'string', null, null, null, N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151adfd144b0005', N'创建人登录名称', N'admin', N'2015-12-17 11:30:22.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'create_by', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_by', N'3', N'0', N'single', N'text', N'string', null, null, null, N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151adfd144d0006', N'填表日期', N'admin', N'2015-12-17 11:30:22.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'create_date', N'', N'N', N'Y', N'N', N'Y', N'Y', N'20', N'', N'', N'create_date', N'4', N'0', N'single', N'date', N'Date', N'admin', N'2015-12-17 13:45:11.000', N'管理员', N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151adfd144f0007', N'更新人名称', N'admin', N'2015-12-17 11:30:22.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'update_name', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_name', N'5', N'0', N'single', N'text', N'string', null, null, null, N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151adfd14580008', N'更新人登录名称', N'admin', N'2015-12-17 11:30:22.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'update_by', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_by', N'6', N'0', N'single', N'text', N'string', null, null, null, N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151adfd145c0009', N'更新日期', N'admin', N'2015-12-17 11:30:22.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'update_date', N'', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'update_date', N'7', N'0', N'single', N'date', N'Date', null, null, null, N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151adfd145f000a', N'所属部门', N'admin', N'2015-12-17 11:30:22.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'sys_org_code', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_org_code', N'8', N'0', N'single', N'text', N'string', null, null, null, N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151adfd1460000b', N'所属公司', N'admin', N'2015-12-17 11:30:22.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'sys_company_code', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_company_code', N'9', N'0', N'single', N'text', N'string', null, null, null, N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151adfd1462000c', N'姓名', N'admin', N'2015-12-17 11:30:22.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'employee_name', N'', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'employee_name', N'10', N'0', N'single', N'text', N'string', null, null, null, N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151adfd1464000d', N'部门', N'admin', N'2015-12-17 11:30:22.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'employee_depart', N'', N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'employee_depart', N'11', N'0', N'single', N'text', N'string', null, null, null, N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151adfd1466000e', N'职务', N'admin', N'2015-12-17 11:30:22.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'employee_job', N'', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'employee_job', N'12', N'0', N'single', N'text', N'string', null, null, null, N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151adfd1468000f', N'生日', N'admin', N'2015-12-17 11:30:22.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'employee_birthday', N'', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'employee_birthday', N'13', N'0', N'single', N'date', N'Date', N'admin', N'2015-12-17 13:45:11.000', N'管理员', N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151adfd146a0010', N'籍贯', N'admin', N'2015-12-17 11:30:22.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'employee_origin', N'', N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'employee_origin', N'14', N'0', N'single', N'text', N'string', null, null, null, N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151adfd14780011', N'学历', N'admin', N'2015-12-17 11:30:22.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'employee_degree', N'', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'employee_degree', N'15', N'0', N'single', N'text', N'string', null, null, null, N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151adfd147c0012', N'身份证', N'admin', N'2015-12-17 11:30:22.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'employee_identification', N'', N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'employee_identification', N'16', N'0', N'single', N'text', N'string', null, null, null, N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151adfd14860013', N'入职日期', N'admin', N'2015-12-17 11:30:22.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'employee_entry_date', N'', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'employee_entry_date', N'17', N'0', N'single', N'date', N'Date', N'admin', N'2015-12-17 13:45:11.000', N'管理员', N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151adfd14890014', N'工号', N'admin', N'2015-12-17 11:30:22.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'employee_code', N'', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'employee_code', N'18', N'0', N'single', N'text', N'string', null, null, null, N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151ae001f1c0016', N'手机', N'admin', N'2015-12-17 11:33:42.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'employee_phone', N'', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'employee_phone', N'19', N'0', N'single', N'text', N'string', null, null, null, N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151ae001f210017', N'邮箱', N'admin', N'2015-12-17 11:33:42.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'employee_mail', N'', N'N', N'Y', N'N', N'Y', N'Y', N'150', N'', N'', N'employee_mail', N'20', N'0', N'single', N'text', N'string', null, null, null, N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151ae001f230018', N'MSN', N'admin', N'2015-12-17 11:33:42.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'employee_msn', N'', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'employee_msn', N'21', N'0', N'single', N'text', N'string', null, null, null, N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151ae001f260019', N'照片', N'admin', N'2015-12-17 11:33:42.000', N'管理员', N'sf_yn', N'', N'', N'', N'', N'120', N'hr_pic', N'', N'N', N'Y', N'N', N'Y', N'N', N'2', N'', N'', N'employee_pic', N'22', N'0', N'single', N'radio', N'string', N'admin', N'2015-12-17 15:56:50.000', N'管理员', N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151ae001f2a001a', N'档案表', N'admin', N'2015-12-17 11:33:42.000', N'管理员', N'sf_yn', N'', N'', N'', N'', N'120', N'hr_archives', N'', N'N', N'Y', N'N', N'Y', N'N', N'2', N'', N'', N'employee_archives', N'23', N'0', N'single', N'radio', N'string', N'admin', N'2015-12-17 15:56:50.000', N'管理员', N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151ae29b4b5001c', N'身份证', N'admin', N'2015-12-17 12:19:07.000', N'管理员', N'sf_yn', N'', N'', N'', N'', N'120', N'hr_identification', N'', N'N', N'Y', N'N', N'Y', N'N', N'2', N'', N'', N'hr_depart_identification', N'24', N'0', N'single', N'radio', N'string', N'admin', N'2015-12-17 15:56:50.000', N'管理员', N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151ae29b4b9001d', N'学位证', N'admin', N'2015-12-17 12:19:07.000', N'管理员', N'sf_yn', N'', N'', N'', N'', N'120', N'hr_degree', N'', N'N', N'Y', N'N', N'Y', N'N', N'2', N'', N'', N'hr_depart_degree', N'25', N'0', N'single', N'radio', N'string', N'admin', N'2015-12-17 15:56:50.000', N'管理员', N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151ae3206c6001f', N'其他证件', N'admin', N'2015-12-17 12:28:12.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'hr_other', N'', N'N', N'Y', N'N', N'Y', N'N', N'2', N'', N'', N'hr_depart_other', N'26', N'0', N'single', N'text', N'string', N'admin', N'2015-12-17 15:56:50.000', N'管理员', N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151ae3206cb0020', N'分配电话', N'admin', N'2015-12-17 12:28:12.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'hr_tel', N'', N'N', N'Y', N'N', N'Y', N'N', N'2', N'', N'', N'hr_depart_tel', N'27', N'0', N'single', N'text', N'string', N'admin', N'2015-12-17 15:56:50.000', N'管理员', N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151ae3206ce0021', N'经办人', N'admin', N'2015-12-17 12:28:12.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'hr_op_user', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'hr_depart_op_user', N'28', N'0', N'single', N'text', N'string', N'admin', N'2015-12-17 15:56:50.000', N'管理员', N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151ae3206d20022', N'日期', N'admin', N'2015-12-17 12:28:12.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'hr_op_date', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'hr_depart_op_date', N'29', N'0', N'single', N'date', N'Date', N'admin', N'2015-12-17 15:56:50.000', N'管理员', N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151ae36da220025', N'部门意见', N'admin', N'2015-12-17 12:33:29.000', N'管理员', N'', N'', N'', N'', N'', N'900', N'depart_opinion', N'', N'N', N'Y', N'N', N'Y', N'N', N'200', N'', N'', N'depart_opinion', N'30', N'0', N'single', N'textarea', N'string', N'admin', N'2015-12-17 15:56:50.000', N'管理员', N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151ae36da260026', N'经办人', N'admin', N'2015-12-17 12:33:29.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'depart_op_user', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'depart_op_user', N'31', N'0', N'single', N'text', N'string', N'admin', N'2015-12-17 15:56:50.000', N'管理员', N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151ae36da2a0027', N'日期', N'admin', N'2015-12-17 12:33:29.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'depart_op_date', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'depart_op_date', N'32', N'0', N'single', N'date', N'Date', N'admin', N'2015-12-17 15:56:50.000', N'管理员', N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151ae3c288e0029', N'总经理意见', N'admin', N'2015-12-17 12:39:16.000', N'管理员', N'', N'', N'', N'', N'', N'900', N'manager_opinion', N'', N'N', N'Y', N'N', N'Y', N'N', N'200', N'', N'', N'manager_opinion', N'33', N'0', N'single', N'textarea', N'string', N'admin', N'2015-12-17 15:56:50.000', N'管理员', N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151ae3c2892002a', N'经办人', N'admin', N'2015-12-17 12:39:16.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'manager_op_user', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'manager_op_user', N'34', N'0', N'single', N'text', N'string', N'admin', N'2015-12-17 15:56:50.000', N'管理员', N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151ae3c2898002b', N'日期', N'admin', N'2015-12-17 12:39:16.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'manager_op_date', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'manager_op_date', N'35', N'0', N'single', N'date', N'Date', N'admin', N'2015-12-17 15:56:50.000', N'管理员', N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151ae755bcf002e', N'新员工意见', N'admin', N'2015-12-17 13:41:45.000', N'管理员', N'', N'', N'', N'', N'', N'900', N'employee_opinion', N'', N'N', N'Y', N'N', N'Y', N'N', N'200', N'', N'', N'employee_opinion', N'36', N'0', N'single', N'textarea', N'string', N'admin', N'2015-12-17 15:56:50.000', N'管理员', N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151ae755bd1002f', N'经办人', N'admin', N'2015-12-17 13:41:45.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'employee_op_user', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'employee_op_user', N'37', N'0', N'single', N'text', N'string', N'admin', N'2015-12-17 15:56:50.000', N'管理员', N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151ae755bfc0030', N'日期', N'admin', N'2015-12-17 13:41:45.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'employee_op_date', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'employee_op_date', N'38', N'0', N'single', N'date', N'Date', N'admin', N'2015-12-17 15:56:50.000', N'管理员', N'4028138151adbcc50151adfd13680002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880e74da32ebe014da3309b890002', N'主键', N'admin', N'2015-05-30 12:59:41.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'id', N'', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'single', N'text', N'string', N'admin', N'2015-06-12 10:56:57.000', N'管理员', N'402880e74da32ebe014da3309b880001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880e74da32ebe014da3309cf00003', N'创建人名称', N'admin', N'2015-05-30 12:59:41.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'create_name', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_name', N'2', N'0', N'single', N'text', N'string', N'admin', N'2015-06-12 10:56:57.000', N'管理员', N'402880e74da32ebe014da3309b880001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880e74da32ebe014da3309cf40004', N'创建人登录名称', N'admin', N'2015-05-30 12:59:41.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'create_by', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_by', N'3', N'0', N'single', N'text', N'string', N'admin', N'2015-06-12 10:56:57.000', N'管理员', N'402880e74da32ebe014da3309b880001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880e74da32ebe014da3309cf70005', N'创建日期', N'admin', N'2015-05-30 12:59:41.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'create_date', N'', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'create_date', N'4', N'0', N'single', N'date', N'Date', N'admin', N'2015-06-12 10:56:57.000', N'管理员', N'402880e74da32ebe014da3309b880001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880e74da32ebe014da3309cfb0006', N'更新人名称', N'admin', N'2015-05-30 12:59:41.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'update_name', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_name', N'5', N'0', N'single', N'text', N'string', N'admin', N'2015-06-12 10:56:57.000', N'管理员', N'402880e74da32ebe014da3309b880001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880e74da32ebe014da3309cff0007', N'更新人登录名称', N'admin', N'2015-05-30 12:59:41.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'update_by', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_by', N'6', N'0', N'single', N'text', N'string', N'admin', N'2015-06-12 10:56:57.000', N'管理员', N'402880e74da32ebe014da3309b880001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880e74da32ebe014da3309d020008', N'更新日期', N'admin', N'2015-05-30 12:59:41.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'update_date', N'', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'update_date', N'7', N'0', N'single', N'date', N'Date', N'admin', N'2015-06-12 10:56:57.000', N'管理员', N'402880e74da32ebe014da3309b880001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880e74da32ebe014da3309d050009', N'物料编码', N'admin', N'2015-05-30 12:59:41.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'name', N'', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'name', N'8', N'0', N'single', N'text', N'string', N'admin', N'2015-06-12 10:56:57.000', N'管理员', N'402880e74da32ebe014da3309b880001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880e74da35336014da3555bc70002', N'父ID', N'admin', N'2015-05-30 13:39:49.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'father_id', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'father_id', N'9', N'0', N'single', N'text', N'string', N'admin', N'2016-06-05 23:03:16.000', N'管理员', N'402880e74da32ebe014da3309b880001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880e74de5a679014de5b2eb200004', N'age', N'admin', N'2015-06-12 10:56:57.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'age', N'', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'age', N'10', N'0', N'single', N'text', N'string', null, null, null, N'402880e74da32ebe014da3309b880001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad74170002', N'主键', N'admin', N'2015-12-30 10:17:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'id', N'', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'single', N'text', N'string', null, null, null, N'402881a151f09a900151f0ad74120001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad74350003', N'创建人名称', N'admin', N'2015-12-30 10:17:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'create_name', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_name', N'2', N'0', N'single', N'text', N'string', null, null, null, N'402881a151f09a900151f0ad74120001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad744d0004', N'创建人登录名称', N'admin', N'2015-12-30 10:17:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'create_by', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_by', N'3', N'0', N'single', N'text', N'string', null, null, null, N'402881a151f09a900151f0ad74120001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad74540005', N'创建日期', N'admin', N'2015-12-30 10:17:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'create_date', N'', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'create_date', N'4', N'0', N'single', N'date', N'Date', null, null, null, N'402881a151f09a900151f0ad74120001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad74580006', N'更新人名称', N'admin', N'2015-12-30 10:17:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'update_name', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_name', N'5', N'0', N'single', N'text', N'string', null, null, null, N'402881a151f09a900151f0ad74120001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad745e0007', N'更新人登录名称', N'admin', N'2015-12-30 10:17:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'update_by', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_by', N'6', N'0', N'single', N'text', N'string', null, null, null, N'402881a151f09a900151f0ad74120001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad74610008', N'更新日期', N'admin', N'2015-12-30 10:17:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'update_date', N'', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'update_date', N'7', N'0', N'single', N'date', N'Date', null, null, null, N'402881a151f09a900151f0ad74120001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad74640009', N'所属部门', N'admin', N'2015-12-30 10:17:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'sys_org_code', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_org_code', N'8', N'0', N'single', N'text', N'string', null, null, null, N'402881a151f09a900151f0ad74120001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad7469000a', N'所属公司', N'admin', N'2015-12-30 10:17:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'sys_company_code', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_company_code', N'9', N'0', N'single', N'text', N'string', null, null, null, N'402881a151f09a900151f0ad74120001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad746d000b', N'姓名', N'admin', N'2015-12-30 10:17:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'name', N'', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'name', N'10', N'0', N'single', N'text', N'string', null, null, null, N'402881a151f09a900151f0ad74120001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad7472000c', N'员工编号', N'admin', N'2015-12-30 10:17:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'code', N'', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'code', N'11', N'0', N'single', N'text', N'string', null, null, null, N'402881a151f09a900151f0ad74120001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad7475000d', N'职务', N'admin', N'2015-12-30 10:17:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'job', N'', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'job', N'12', N'0', N'single', N'text', N'string', null, null, null, N'402881a151f09a900151f0ad74120001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad747a000e', N'入职时间', N'admin', N'2015-12-30 10:17:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'join_time', N'', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'join_time', N'13', N'0', N'single', N'datetime', N'Date', N'admin', N'2015-12-30 15:10:40.000', N'管理员', N'402881a151f09a900151f0ad74120001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad747d000f', N'离职方式', N'admin', N'2015-12-30 10:17:58.000', N'管理员', N'outType', N'', N'', N'', N'', N'120', N'out_type', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'out_type', N'14', N'0', N'single', N'radio', N'string', N'admin', N'2015-12-30 15:14:52.000', N'管理员', N'402881a151f09a900151f0ad74120001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad74800010', N'申请离职日期', N'admin', N'2015-12-30 10:17:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'apply_out_time', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'apply_out_time', N'15', N'0', N'single', N'datetime', N'Date', N'admin', N'2015-12-30 15:10:40.000', N'管理员', N'402881a151f09a900151f0ad74120001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad74840011', N'正式离职日期', N'admin', N'2015-12-30 10:17:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'out_time', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'out_time', N'16', N'0', N'single', N'datetime', N'Date', N'admin', N'2015-12-30 15:10:40.000', N'管理员', N'402881a151f09a900151f0ad74120001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad74910012', N'身份证编号', N'admin', N'2015-12-30 10:17:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'id_card', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'id_card', N'17', N'0', N'single', N'text', N'string', N'admin', N'2015-12-30 15:10:40.000', N'管理员', N'402881a151f09a900151f0ad74120001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad74950013', N'离职须知', N'admin', N'2015-12-30 10:17:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'out_content', N'', N'N', N'Y', N'N', N'Y', N'N', N'200', N'', N'', N'out_content', N'18', N'0', N'single', N'textarea', N'string', N'admin', N'2015-12-30 15:10:40.000', N'管理员', N'402881a151f09a900151f0ad74120001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad749a0014', N'离职原因', N'admin', N'2015-12-30 10:17:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'out_reason', N'', N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'out_reason', N'19', N'0', N'single', N'textarea', N'string', N'admin', N'2015-12-30 15:10:40.000', N'管理员', N'402881a151f09a900151f0ad74120001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad749e0015', N'面谈记录', N'admin', N'2015-12-30 10:17:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'interview_record', N'', N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'interview_record', N'20', N'0', N'single', N'textarea', N'string', N'admin', N'2015-12-30 15:10:40.000', N'管理员', N'402881a151f09a900151f0ad74120001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad74a10016', N'办公物品移交', N'admin', N'2015-12-30 10:17:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'office_change', N'', N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'office_change', N'21', N'0', N'single', N'textarea', N'string', N'admin', N'2015-12-30 15:10:40.000', N'管理员', N'402881a151f09a900151f0ad74120001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad74a40017', N'人力资源部审核', N'admin', N'2015-12-30 10:17:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'hr_check', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'hr_check', N'22', N'0', N'single', N'textarea', N'string', N'admin', N'2015-12-30 15:10:40.000', N'管理员', N'402881a151f09a900151f0ad74120001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad74a70018', N'应发薪资', N'admin', N'2015-12-30 10:17:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'should_send_salary', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'should_send_salary', N'23', N'0', N'single', N'text', N'double', N'admin', N'2015-12-30 15:10:40.000', N'管理员', N'402881a151f09a900151f0ad74120001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad74aa0019', N'应扣薪资', N'admin', N'2015-12-30 10:17:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'should_deduct_pay', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'should_deduct_pay', N'24', N'0', N'single', N'text', N'double', N'admin', N'2015-12-30 15:10:40.000', N'管理员', N'402881a151f09a900151f0ad74120001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad74ae001a', N'实发薪资', N'admin', N'2015-12-30 10:17:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'pay', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'pay', N'25', N'0', N'single', N'text', N'double', N'admin', N'2015-12-30 15:10:40.000', N'管理员', N'402881a151f09a900151f0ad74120001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad74b1001b', N'领取日期', N'admin', N'2015-12-30 10:17:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'get_time', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'get_time', N'26', N'0', N'single', N'datetime', N'Date', N'admin', N'2015-12-30 15:10:40.000', N'管理员', N'402881a151f09a900151f0ad74120001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad74b4001c', N'总经理审批', N'admin', N'2015-12-30 10:17:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'boss_check', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'boss_check', N'27', N'0', N'single', N'textarea', N'string', N'admin', N'2015-12-30 15:10:40.000', N'管理员', N'402881a151f09a900151f0ad74120001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0b638150022', N'说明', N'admin', N'2015-12-30 10:27:33.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'description', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'description', N'28', N'0', N'single', N'textarea', N'string', N'admin', N'2015-12-30 15:10:40.000', N'管理员', N'402881a151f09a900151f0ad74120001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df71fc6c10005', N'主键', N'admin', N'2015-06-15 20:09:24.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'id', N'', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'single', N'text', N'string', null, null, null, N'402881e44df713f5014df71fc6be0004', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df71fc6f00006', N'创建人名称', N'admin', N'2015-06-15 20:09:24.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'create_name', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_name', N'2', N'0', N'single', N'text', N'string', null, null, null, N'402881e44df713f5014df71fc6be0004', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df71fc6f50007', N'创建人登录名称', N'admin', N'2015-06-15 20:09:24.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'create_by', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_by', N'3', N'0', N'single', N'text', N'string', null, null, null, N'402881e44df713f5014df71fc6be0004', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df71fc6f90008', N'更新人名称', N'admin', N'2015-06-15 20:09:24.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'update_name', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_name', N'4', N'0', N'single', N'text', N'string', null, null, null, N'402881e44df713f5014df71fc6be0004', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df71fc6fe0009', N'更新人登录名称', N'admin', N'2015-06-15 20:09:24.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'update_by', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_by', N'5', N'0', N'single', N'text', N'string', null, null, null, N'402881e44df713f5014df71fc6be0004', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df71fc70f000a', N'所属部门', N'admin', N'2015-06-15 20:09:24.000', N'管理员', N'id', N't_s_depart', N'departname', N'', N'', N'120', N'sys_org_code', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_org_code', N'6', N'0', N'single', N'text', N'string', N'admin', N'2015-06-15 20:16:39.000', N'管理员', N'402881e44df713f5014df71fc6be0004', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df71fc713000b', N'所属公司', N'admin', N'2015-06-15 20:09:24.000', N'管理员', N'id', N't_s_depart', N'departname', N'', N'', N'120', N'sys_company_code', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_company_code', N'7', N'0', N'single', N'text', N'string', N'admin', N'2015-06-15 20:16:39.000', N'管理员', N'402881e44df713f5014df71fc6be0004', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df71fc718000c', N'创建日期', N'admin', N'2015-06-15 20:09:24.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'create_date', N'', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'create_date', N'8', N'0', N'single', N'date', N'Date', null, null, null, N'402881e44df713f5014df71fc6be0004', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df71fc71d000d', N'更新日期', N'admin', N'2015-06-15 20:09:24.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'update_date', N'', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'update_date', N'9', N'0', N'single', N'date', N'Date', null, null, null, N'402881e44df713f5014df71fc6be0004', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df7218e93000f', N'数据源名称', N'admin', N'2015-06-15 20:11:21.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'db_name', N'', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'db_name', N'10', N'0', N'single', N'text', N'string', null, null, null, N'402881e44df713f5014df71fc6be0004', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df7218eaa0010', N'数据源类型', N'admin', N'2015-06-15 20:11:21.000', N'管理员', N'formDbType', N'', N'', N'', N'', N'120', N'db_type', N'', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'db_type', N'11', N'0', N'single', N'list', N'string', N'admin', N'2015-06-16 16:25:21.000', N'管理员', N'402881e44df713f5014df71fc6be0004', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df7218eaf0011', N'数据库表名', N'admin', N'2015-06-15 20:11:21.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'db_table_name', N'', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'db_table_name', N'12', N'0', N'single', N'text', N'string', null, null, null, N'402881e44df713f5014df71fc6be0004', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df7218eb40012', N'动态查询SQL', N'admin', N'2015-06-15 20:11:21.000', N'管理员', N'', N'', N'', N'', N'', N'100', N'db_dyn_sql', N'', N'N', N'Y', N'N', N'Y', N'Y', N'500', N'', N'', N'db_dyn_sql', N'13', N'0', N'single', N'textarea', N'string', N'admin', N'2015-06-16 12:06:04.000', N'管理员', N'402881e44df713f5014df71fc6be0004', N'{style:"width:400px"}') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df7218eb80013', N'主键字段', N'admin', N'2015-06-15 20:11:21.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'auto_form_id', N'', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'auto_form_id', N'14', N'0', N'single', N'text', N'string', null, null, null, N'402881e44df713f5014df71fc6be0004', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df7242f080016', N'主键', N'admin', N'2015-06-15 20:14:13.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'id', N'', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'single', N'text', N'string', null, null, null, N'402881e44df713f5014df7242f070015', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df7242f100017', N'创建人名称', N'admin', N'2015-06-15 20:14:13.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'create_name', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_name', N'2', N'0', N'single', N'text', N'string', null, null, null, N'402881e44df713f5014df7242f070015', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df7242f140018', N'创建人登录名称', N'admin', N'2015-06-15 20:14:13.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'create_by', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_by', N'3', N'0', N'single', N'text', N'string', null, null, null, N'402881e44df713f5014df7242f070015', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df7242f190019', N'创建日期', N'admin', N'2015-06-15 20:14:13.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'create_date', N'', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'create_date', N'4', N'0', N'single', N'date', N'Date', null, null, null, N'402881e44df713f5014df7242f070015', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df7242f1d001a', N'更新人名称', N'admin', N'2015-06-15 20:14:13.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'update_name', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_name', N'5', N'0', N'single', N'text', N'string', null, null, null, N'402881e44df713f5014df7242f070015', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df7242f21001b', N'更新人登录名称', N'admin', N'2015-06-15 20:14:13.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'update_by', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_by', N'6', N'0', N'single', N'text', N'string', null, null, null, N'402881e44df713f5014df7242f070015', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df7242f26001c', N'更新日期', N'admin', N'2015-06-15 20:14:13.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'update_date', N'', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'update_date', N'7', N'0', N'single', N'date', N'Date', null, null, null, N'402881e44df713f5014df7242f070015', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df7242f2a001d', N'所属部门', N'admin', N'2015-06-15 20:14:13.000', N'管理员', N'id', N't_s_depart', N'departname', N'', N'', N'120', N'sys_org_code', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_org_code', N'8', N'0', N'single', N'text', N'string', N'admin', N'2015-06-15 20:17:05.000', N'管理员', N'402881e44df713f5014df7242f070015', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df7242f2e001e', N'所属公司', N'admin', N'2015-06-15 20:14:13.000', N'管理员', N'id', N't_s_depart', N'departname', N'', N'', N'120', N'sys_company_code', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_company_code', N'9', N'0', N'single', N'text', N'string', N'admin', N'2015-06-15 20:17:05.000', N'管理员', N'402881e44df713f5014df7242f070015', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df7242f32001f', N'数据源ID', N'admin', N'2015-06-15 20:14:13.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'auto_form_db_id', N'', N'N', N'Y', N'N', N'N', N'N', N'32', N'id', N'auto_form_db', N'auto_form_db_id', N'10', N'0', N'single', N'text', N'string', N'admin', N'2015-06-15 20:18:15.000', N'管理员', N'402881e44df713f5014df7242f070015', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df7242f360020', N'字段名', N'admin', N'2015-06-15 20:14:13.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'field_name', N'', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'field_name', N'11', N'0', N'single', N'text', N'string', null, null, null, N'402881e44df713f5014df7242f070015', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3dd20e0003', N'id', N'admin', N'2016-01-01 20:51:06.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'id', N'', N'Y', N'Y', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 20:52:54.000', N'管理员', N'402881e451fce3050151fd3dd20c0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3dd2960004', N'职工姓名', N'admin', N'2016-01-01 20:51:06.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'staff_name', N'', N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'staff_name', N'2', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40.000', N'管理员', N'402881e451fce3050151fd3dd20c0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3dd29b0005', N'部门', N'admin', N'2016-01-01 20:51:06.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'depart', N'', N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'depart', N'3', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40.000', N'管理员', N'402881e451fce3050151fd3dd20c0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3dd29e0006', N'员工编号', N'admin', N'2016-01-01 20:51:06.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'staff_no', N'', N'N', N'Y', N'N', N'Y', N'Y', N'30', N'', N'', N'staff_no', N'4', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40.000', N'管理员', N'402881e451fce3050151fd3dd20c0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3dd2a10007', N'职位', N'admin', N'2016-01-01 20:51:06.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'staff_post', N'', N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'staff_post', N'5', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40.000', N'管理员', N'402881e451fce3050151fd3dd20c0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3dd2af0008', N'打款方式', N'admin', N'2016-01-01 20:51:06.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'pay_way', N'', N'N', N'Y', N'N', N'Y', N'Y', N'10', N'', N'', N'pay_way', N'6', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40.000', N'管理员', N'402881e451fce3050151fd3dd20c0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3dd2b20009', N'开户行', N'admin', N'2016-01-01 20:51:06.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'acct_bank', N'', N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'acct_bank', N'7', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40.000', N'管理员', N'402881e451fce3050151fd3dd20c0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3dd2b5000a', N'卡号', N'admin', N'2016-01-01 20:51:06.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'card_no', N'', N'N', N'Y', N'N', N'Y', N'Y', N'30', N'', N'', N'card_no', N'8', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40.000', N'管理员', N'402881e451fce3050151fd3dd20c0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3dd2b7000b', N'联系手机号', N'admin', N'2016-01-01 20:51:06.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'tele_no', N'', N'N', N'Y', N'N', N'Y', N'Y', N'20', N'', N'', N'tele_no', N'9', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40.000', N'管理员', N'402881e451fce3050151fd3dd20c0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3dd2ba000c', N'费用合计', N'admin', N'2016-01-01 20:51:06.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'cost_all', N'', N'N', N'Y', N'N', N'Y', N'Y', N'7', N'', N'', N'cost_all', N'10', N'2', N'group', N'text', N'BigDecimal', N'admin', N'2016-01-01 21:04:40.000', N'管理员', N'402881e451fce3050151fd3dd20c0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3dd2bc000d', N'单据数量', N'admin', N'2016-01-01 20:51:06.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'documents', N'', N'N', N'Y', N'N', N'Y', N'Y', N'2', N'', N'', N'documents', N'11', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40.000', N'管理员', N'402881e451fce3050151fd3dd20c0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3dd2be000e', N'费用大写', N'admin', N'2016-01-01 20:51:06.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'cost_upper', N'', N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'cost_upper', N'12', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40.000', N'管理员', N'402881e451fce3050151fd3dd20c0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3dd2bf000f', N'预支款项', N'admin', N'2016-01-01 20:51:06.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'prepaid_fee', N'', N'N', N'Y', N'N', N'Y', N'Y', N'7', N'', N'', N'prepaid_fee', N'13', N'2', N'group', N'text', N'BigDecimal', N'admin', N'2016-01-01 21:04:40.000', N'管理员', N'402881e451fce3050151fd3dd20c0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3dd2c10010', N'实际支付', N'admin', N'2016-01-01 20:51:06.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'real_fee', N'', N'N', N'Y', N'N', N'Y', N'Y', N'7', N'', N'', N'real_fee', N'14', N'2', N'group', N'text', N'BigDecimal', N'admin', N'2016-01-01 21:04:40.000', N'管理员', N'402881e451fce3050151fd3dd20c0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3dd2c30011', N'填报时间', N'admin', N'2016-01-01 20:51:06.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'fill_time', N'', N'N', N'Y', N'N', N'Y', N'Y', N'0', N'', N'', N'fill_time', N'15', N'0', N'group', N'date', N'Date', N'admin', N'2016-01-01 21:04:40.000', N'管理员', N'402881e451fce3050151fd3dd20c0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3dd2c60012', N'申请时间', N'admin', N'2016-01-01 20:51:06.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'apply_time', N'', N'N', N'Y', N'N', N'Y', N'Y', N'0', N'', N'', N'apply_time', N'16', N'0', N'group', N'date', N'Date', N'admin', N'2016-01-01 21:04:40.000', N'管理员', N'402881e451fce3050151fd3dd20c0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3dd2cd0013', N'申请人', N'admin', N'2016-01-01 20:51:06.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'apply_by', N'', N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'apply_by', N'17', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40.000', N'管理员', N'402881e451fce3050151fd3dd20c0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3dd2cf0014', N'备注', N'admin', N'2016-01-01 20:51:06.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'comments', N'', N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'comments', N'18', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40.000', N'管理员', N'402881e451fce3050151fd3dd20c0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3dd33f0015', N'部门审批', N'admin', N'2016-01-01 20:51:06.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'depart_approve', N'', N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'depart_approve', N'19', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40.000', N'管理员', N'402881e451fce3050151fd3dd20c0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3dd43e0016', N'财务审批', N'admin', N'2016-01-01 20:51:06.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'finance_approve', N'', N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'finance_approve', N'20', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40.000', N'管理员', N'402881e451fce3050151fd3dd20c0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3dd4cf0017', N'总经理审批', N'admin', N'2016-01-01 20:51:07.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'mgr_approve', N'', N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'mgr_approve', N'21', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40.000', N'管理员', N'402881e451fce3050151fd3dd20c0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3dd4d30018', N'出纳', N'admin', N'2016-01-01 20:51:07.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'treasurer', N'', N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'treasurer', N'22', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40.000', N'管理员', N'402881e451fce3050151fd3dd20c0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3e196b001a', N'id', N'admin', N'2016-01-01 20:51:24.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'id', N'', N'Y', N'Y', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 20:52:19.000', N'管理员', N'402881e451fce3050151fd3e196b0019', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3e1994001b', N'外键', N'admin', N'2016-01-01 20:51:24.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'fk_id', N'', N'N', N'Y', N'N', N'Y', N'Y', N'36', N'id', N'jform_employee_cost_claim', N'fk_id', N'2', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:01:38.000', N'管理员', N'402881e451fce3050151fd3e196b0019', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3e1996001c', N'日期', N'admin', N'2016-01-01 20:51:24.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'meals_date', N'', N'N', N'Y', N'N', N'Y', N'Y', N'0', N'', N'', N'meals_date', N'3', N'0', N'group', N'date', N'Date', N'admin', N'2016-01-01 21:01:38.000', N'管理员', N'402881e451fce3050151fd3e196b0019', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3e1997001d', N'餐费', N'admin', N'2016-01-01 20:51:24.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'meals_cost', N'', N'N', N'Y', N'N', N'Y', N'Y', N'7', N'', N'', N'meals_cost', N'4', N'2', N'group', N'text', N'BigDecimal', N'admin', N'2016-01-01 21:01:38.000', N'管理员', N'402881e451fce3050151fd3e196b0019', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3e1999001e', N'吃饭地点', N'admin', N'2016-01-01 20:51:24.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'meals_addr', N'', N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'meals_addr', N'5', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:01:38.000', N'管理员', N'402881e451fce3050151fd3e196b0019', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3e199b001f', N'同行人数', N'admin', N'2016-01-01 20:51:24.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'meals_number', N'', N'N', N'Y', N'N', N'Y', N'Y', N'2', N'', N'', N'meals_number', N'6', N'0', N'group', N'text', N'int', N'admin', N'2016-01-01 21:01:38.000', N'管理员', N'402881e451fce3050151fd3e196b0019', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3e19c20020', N'备注', N'admin', N'2016-01-01 20:51:24.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'comments', N'', N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'comments', N'7', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:01:38.000', N'管理员', N'402881e451fce3050151fd3e196b0019', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3e1b680022', N'id', N'admin', N'2016-01-01 20:51:25.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'id', N'', N'Y', N'Y', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 20:52:02.000', N'管理员', N'402881e451fce3050151fd3e1b680021', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3e1b6b0023', N'外键', N'admin', N'2016-01-01 20:51:25.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'fk_id', N'', N'N', N'Y', N'N', N'Y', N'Y', N'36', N'id', N'jform_employee_cost_claim', N'fk_id', N'2', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:00:23.000', N'管理员', N'402881e451fce3050151fd3e1b680021', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3e1b6d0024', N'事项', N'admin', N'2016-01-01 20:51:25.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'item', N'', N'N', N'Y', N'N', N'Y', N'Y', N'20', N'', N'', N'item', N'3', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:00:23.000', N'管理员', N'402881e451fce3050151fd3e1b680021', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3e1b6f0025', N'费用', N'admin', N'2016-01-01 20:51:25.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'cost', N'', N'N', N'Y', N'N', N'Y', N'Y', N'7', N'', N'', N'cost', N'4', N'2', N'group', N'text', N'BigDecimal', N'admin', N'2016-01-01 21:00:23.000', N'管理员', N'402881e451fce3050151fd3e1b680021', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3e1b700026', N'开始时间', N'admin', N'2016-01-01 20:51:25.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'begin_time', N'', N'N', N'Y', N'N', N'Y', N'Y', N'0', N'', N'', N'begin_time', N'5', N'0', N'group', N'date', N'Date', N'admin', N'2016-01-01 21:00:23.000', N'管理员', N'402881e451fce3050151fd3e1b680021', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3e1b720027', N'结束时间', N'admin', N'2016-01-01 20:51:25.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'end_time', N'', N'N', N'Y', N'N', N'Y', N'Y', N'0', N'', N'', N'end_time', N'6', N'0', N'group', N'date', N'Date', N'admin', N'2016-01-01 21:00:23.000', N'管理员', N'402881e451fce3050151fd3e1b680021', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3e1b730028', N'备注', N'admin', N'2016-01-01 20:51:25.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'comments', N'', N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'comments', N'7', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:00:23.000', N'管理员', N'402881e451fce3050151fd3e1b680021', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfa060002', N'id', N'admin', N'2016-03-06 21:10:32.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'id', N'', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'group', N'text', N'string', N'admin', N'2016-03-06 21:18:44.000', N'管理员', N'402881e4534c0aea01534c0cf9f70001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfab20003', N'姓名', N'admin', N'2016-03-06 21:10:32.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'name', N'', N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'name', N'2', N'0', N'group', N'text', N'string', N'admin', N'2016-03-06 21:18:44.000', N'管理员', N'402881e4534c0aea01534c0cf9f70001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfae10004', N'性别', N'admin', N'2016-03-06 21:10:32.000', N'管理员', N'sex', N'', N'', N'', N'', N'120', N'sex', N'', N'N', N'Y', N'N', N'Y', N'Y', N'10', N'', N'', N'sex', N'3', N'0', N'group', N'radio', N'string', N'admin', N'2016-04-01 10:23:39.000', N'管理员', N'402881e4534c0aea01534c0cf9f70001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfaf00005', N'生日', N'admin', N'2016-03-06 21:10:32.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'birthday', N'', N'N', N'Y', N'N', N'Y', N'Y', N'0', N'', N'', N'birthday', N'4', N'0', N'group', N'date', N'Date', N'admin', N'2016-03-06 21:18:44.000', N'管理员', N'402881e4534c0aea01534c0cf9f70001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfaf00006', N'电话号码', N'admin', N'2016-03-06 21:10:32.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'telnum', N'', N'N', N'Y', N'N', N'Y', N'Y', N'30', N'', N'', N'telnum', N'5', N'0', N'group', N'text', N'string', N'admin', N'2016-03-06 21:18:44.000', N'管理员', N'402881e4534c0aea01534c0cf9f70001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfb000007', N'电子邮箱', N'admin', N'2016-03-06 21:10:32.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'email', N'', N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'email', N'6', N'0', N'group', N'text', N'string', N'admin', N'2016-03-06 21:18:44.000', N'管理员', N'402881e4534c0aea01534c0cf9f70001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfb000008', N'最高学历', N'admin', N'2016-03-06 21:10:32.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'degree', N'', N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'degree', N'7', N'0', N'group', N'text', N'string', N'admin', N'2016-03-06 21:18:44.000', N'管理员', N'402881e4534c0aea01534c0cf9f70001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfb000009', N'工作年限', N'admin', N'2016-03-06 21:10:32.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'workyear', N'', N'N', N'Y', N'N', N'Y', N'Y', N'20', N'', N'', N'workyear', N'8', N'0', N'group', N'text', N'string', N'admin', N'2016-03-06 21:18:44.000', N'管理员', N'402881e4534c0aea01534c0cf9f70001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfb00000a', N'身份证号', N'admin', N'2016-03-06 21:10:32.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'cardid', N'', N'N', N'Y', N'N', N'N', N'Y', N'200', N'', N'', N'cardid', N'9', N'0', N'group', N'text', N'string', N'admin', N'2016-07-06 15:44:08.000', N'管理员', N'402881e4534c0aea01534c0cf9f70001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfb00000b', N'现居地', N'admin', N'2016-03-06 21:10:32.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'habitation', N'', N'N', N'Y', N'N', N'N', N'Y', N'100', N'', N'', N'habitation', N'10', N'0', N'group', N'text', N'string', N'admin', N'2016-05-07 16:24:34.000', N'管理员', N'402881e4534c0aea01534c0cf9f70001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfb0f000c', N'户口所在地', N'admin', N'2016-03-06 21:10:32.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'residence', N'', N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'residence', N'11', N'0', N'group', N'text', N'string', N'admin', N'2016-03-06 21:18:44.000', N'管理员', N'402881e4534c0aea01534c0cf9f70001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfb0f000d', N'期望薪资', N'admin', N'2016-03-06 21:10:32.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'salary', N'', N'N', N'Y', N'N', N'Y', N'Y', N'20', N'', N'', N'salary', N'12', N'0', N'group', N'text', N'string', N'admin', N'2016-03-06 21:18:44.000', N'管理员', N'402881e4534c0aea01534c0cf9f70001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfb0f000e', N'期望工作地点', N'admin', N'2016-03-06 21:10:32.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'work_place', N'', N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'work_place', N'13', N'0', N'group', N'text', N'string', N'admin', N'2016-03-06 21:18:44.000', N'管理员', N'402881e4534c0aea01534c0cf9f70001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfb0f000f', N'工作类型', N'admin', N'2016-03-06 21:10:32.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'work_type', N'', N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'work_type', N'14', N'0', N'group', N'text', N'string', N'admin', N'2016-03-06 21:18:44.000', N'管理员', N'402881e4534c0aea01534c0cf9f70001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfb0f0010', N'到岗时间', N'admin', N'2016-03-06 21:10:32.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'arrival_time', N'', N'N', N'Y', N'N', N'Y', N'Y', N'0', N'', N'', N'arrival_time', N'15', N'0', N'group', N'datetime', N'Date', N'admin', N'2016-05-03 18:57:03.000', N'管理员', N'402881e4534c0aea01534c0cf9f70001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfb0f0011', N'自我评价', N'admin', N'2016-03-06 21:10:32.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'introduction', N'', N'N', N'Y', N'N', N'Y', N'Y', N'500', N'', N'', N'introduction', N'16', N'0', N'group', N'text', N'string', N'admin', N'2016-03-06 21:18:45.000', N'管理员', N'402881e4534c0aea01534c0cf9f70001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfca50013', N'id', N'admin', N'2016-03-06 21:10:33.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'id', N'', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'group', N'text', N'string', N'admin', N'2016-03-06 21:23:12.000', N'管理员', N'402881e4534c0aea01534c0cfca50012', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfca50014', N'简历信息表ID', N'admin', N'2016-03-06 21:10:33.000', N'管理员', N'id', N'jform_resume_info', N'name', N'', N'', N'120', N'resume_id', N'', N'N', N'Y', N'N', N'Y', N'Y', N'36', N'id', N'jform_resume_info', N'resume_id', N'2', N'0', N'group', N'list', N'string', N'admin', N'2016-07-14 14:48:33.000', N'管理员', N'402881e4534c0aea01534c0cfca50012', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfca50015', N'开始日期', N'admin', N'2016-03-06 21:10:33.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'begin_date', N'', N'N', N'Y', N'N', N'Y', N'Y', N'0', N'', N'', N'begin_date', N'3', N'0', N'group', N'date', N'Date', N'admin', N'2016-03-06 21:23:12.000', N'管理员', N'402881e4534c0aea01534c0cfca50012', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfca50016', N'结束日期', N'admin', N'2016-03-06 21:10:33.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'end_date', N'', N'N', N'Y', N'N', N'Y', N'Y', N'0', N'', N'', N'end_date', N'4', N'0', N'group', N'date', N'Date', N'admin', N'2016-03-06 21:23:12.000', N'管理员', N'402881e4534c0aea01534c0cfca50012', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfca50017', N'公司名称', N'admin', N'2016-03-06 21:10:33.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'company_name', N'', N'N', N'Y', N'N', N'Y', N'Y', N'200', N'', N'', N'company_name', N'5', N'0', N'group', N'text', N'string', N'admin', N'2016-03-06 21:23:12.000', N'管理员', N'402881e4534c0aea01534c0cfca50012', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfca50018', N'部门名称', N'admin', N'2016-03-06 21:10:33.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'depart_name', N'', N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'depart_name', N'6', N'0', N'group', N'text', N'string', N'admin', N'2016-03-06 21:23:12.000', N'管理员', N'402881e4534c0aea01534c0cfca50012', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfca50019', N'职位', N'admin', N'2016-03-06 21:10:33.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'post', N'', N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'post', N'7', N'0', N'group', N'text', N'string', N'admin', N'2016-04-01 11:42:38.000', N'管理员', N'402881e4534c0aea01534c0cfca50012', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfca5001a', N'工作描述', N'admin', N'2016-03-06 21:10:33.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'experience', N'', N'N', N'Y', N'N', N'Y', N'Y', N'2000', N'', N'', N'experience', N'8', N'0', N'group', N'text', N'string', N'admin', N'2016-03-06 21:23:12.000', N'管理员', N'402881e4534c0aea01534c0cfca50012', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfe2b001c', N'id', N'admin', N'2016-03-06 21:10:33.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'id', N'', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'group', N'text', N'string', N'admin', N'2016-03-06 21:21:55.000', N'管理员', N'402881e4534c0aea01534c0cfe2b001b', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfe3b001d', N'简历主键', N'admin', N'2016-03-06 21:10:33.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'resume_id', N'', N'N', N'Y', N'N', N'N', N'N', N'36', N'id', N'jform_resume_info', N'resume_id', N'2', N'0', N'group', N'text', N'string', N'admin', N'2016-03-10 18:10:18.000', N'管理员', N'402881e4534c0aea01534c0cfe2b001b', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfe3b001e', N'开始时间', N'admin', N'2016-03-06 21:10:33.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'begin_date', N'', N'N', N'Y', N'N', N'Y', N'Y', N'0', N'', N'', N'begin_date', N'3', N'0', N'group', N'date', N'Date', N'admin', N'2016-03-06 21:21:55.000', N'管理员', N'402881e4534c0aea01534c0cfe2b001b', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfe3b001f', N'结束时间', N'admin', N'2016-03-06 21:10:33.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'end_date', N'', N'N', N'Y', N'N', N'Y', N'Y', N'0', N'', N'', N'end_date', N'4', N'0', N'group', N'date', N'Date', N'admin', N'2016-03-06 21:21:55.000', N'管理员', N'402881e4534c0aea01534c0cfe2b001b', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfe3b0020', N'学校名称', N'admin', N'2016-03-06 21:10:33.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'school_name', N'', N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'school_name', N'5', N'0', N'group', N'text', N'string', N'admin', N'2016-03-06 21:21:55.000', N'管理员', N'402881e4534c0aea01534c0cfe2b001b', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfe3b0021', N'专业', N'admin', N'2016-03-06 21:10:33.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'major', N'', N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'major', N'6', N'0', N'group', N'text', N'string', N'admin', N'2016-03-06 21:21:55.000', N'管理员', N'402881e4534c0aea01534c0cfe2b001b', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfe3b0022', N'学历', N'admin', N'2016-03-06 21:10:33.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'degree', N'', N'N', N'Y', N'N', N'N', N'Y', N'30', N'', N'', N'degree', N'7', N'0', N'group', N'text', N'string', N'admin', N'2016-05-07 16:30:05.000', N'管理员', N'402881e4534c0aea01534c0cfe2b001b', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67e97d0003', N'主键', N'admin', N'2015-10-15 20:09:44.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'id', N'', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'single', N'text', N'string', null, null, null, N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67e9ae0004', N'创建人名称', N'admin', N'2015-10-15 20:09:44.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'create_name', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_name', N'2', N'0', N'single', N'text', N'string', null, null, null, N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67e9be0005', N'创建人登录名称', N'admin', N'2015-10-15 20:09:44.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'create_by', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_by', N'3', N'0', N'single', N'text', N'string', null, null, null, N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67e9c80006', N'创建日期', N'admin', N'2015-10-15 20:09:44.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'create_date', N'', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'create_date', N'4', N'0', N'single', N'date', N'Date', null, null, null, N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67e9ca0007', N'更新人名称', N'admin', N'2015-10-15 20:09:44.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'update_name', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_name', N'5', N'0', N'single', N'text', N'string', null, null, null, N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67e9d30008', N'更新人登录名称', N'admin', N'2015-10-15 20:09:44.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'update_by', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_by', N'6', N'0', N'single', N'text', N'string', null, null, null, N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67e9d60009', N'更新日期', N'admin', N'2015-10-15 20:09:44.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'update_date', N'', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'update_date', N'7', N'0', N'single', N'date', N'Date', null, null, null, N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67e9d9000a', N'所属部门', N'admin', N'2015-10-15 20:09:44.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'sys_org_code', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_org_code', N'8', N'0', N'single', N'text', N'string', null, null, null, N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67e9ef000b', N'所属公司', N'admin', N'2015-10-15 20:09:44.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'sys_company_code', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_company_code', N'9', N'0', N'single', N'text', N'string', null, null, null, N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67e9f1000c', N'客户名称', N'admin', N'2015-10-15 20:09:44.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'cust_name', N'', N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'cust_name', N'10', N'0', N'single', N'text', N'string', null, null, null, N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67e9f3000d', N'地址', N'admin', N'2015-10-15 20:09:44.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'cust_addr', N'', N'N', N'Y', N'N', N'Y', N'Y', N'200', N'', N'', N'cust_addr', N'11', N'0', N'single', N'text', N'string', null, null, null, N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67e9f6000e', N'客户编号', N'admin', N'2015-10-15 20:09:44.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'cust_code', N'', N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'cust_code', N'12', N'0', N'single', N'text', N'string', null, null, null, N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67e9f8000f', N'email', N'admin', N'2015-10-15 20:09:44.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'email', N'', N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'email', N'13', N'0', N'single', N'text', N'string', null, null, null, N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67e9fc0010', N'负责人', N'admin', N'2015-10-15 20:09:44.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'cust_charge', N'', N'N', N'Y', N'N', N'Y', N'N', N'50', N'', N'', N'cust_charge', N'14', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67e9fe0011', N'性别', N'admin', N'2015-10-15 20:09:44.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'sex', N'', N'N', N'Y', N'N', N'Y', N'N', N'10', N'', N'', N'sex', N'15', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67ea010012', N'年龄', N'admin', N'2015-10-15 20:09:44.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'age', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'age', N'16', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67ea0c0013', N'职务', N'admin', N'2015-10-15 20:09:44.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'position', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'position', N'17', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67ea3a0014', N'电话', N'admin', N'2015-10-15 20:09:44.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'phone', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'phone', N'18', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67eab70015', N'往来银行', N'admin', N'2015-10-15 20:09:44.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'bank', N'', N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'bank', N'19', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67eabd0016', N'现金情况', N'admin', N'2015-10-15 20:09:44.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'money', N'', N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'money', N'20', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67eac20017', N'承办人', N'admin', N'2015-10-15 20:09:44.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'promoter', N'', N'N', N'Y', N'N', N'Y', N'N', N'50', N'', N'', N'promoter', N'21', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67eac70018', N'账号', N'admin', N'2015-10-15 20:09:44.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'account', N'', N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'account', N'22', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67eacd0019', N'资金周转', N'admin', N'2015-10-15 20:09:44.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'turnover', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'turnover', N'23', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67ead0001a', N'付款态度', N'admin', N'2015-10-15 20:09:44.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'payment_attr', N'', N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'payment_attr', N'24', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67ead4001b', N'税号', N'admin', N'2015-10-15 20:09:44.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'sax_num', N'', N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'sax_num', N'25', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67ead7001c', N'付款日期', N'admin', N'2015-10-15 20:09:44.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'pay_date', N'', N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'pay_date', N'26', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67eadb001d', N'开始交易日期', N'admin', N'2015-10-15 20:09:44.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'begin_pay_date', N'', N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'begin_pay_date', N'27', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67eadf001e', N'主营产品', N'admin', N'2015-10-15 20:09:44.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'main_bus', N'', N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'main_bus', N'28', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67eae2001f', N'营业项目', N'admin', N'2015-10-15 20:09:44.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'bus_pro', N'', N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'bus_pro', N'29', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa70c0021', N'仓库情况', N'admin', N'2015-10-15 20:18:11.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'warehouse', N'', N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'warehouse', N'30', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa70f0022', N'员工人数及素质', N'admin', N'2015-10-15 20:18:11.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'people', N'', N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'people', N'31', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa7110023', N'运输方式', N'admin', N'2015-10-15 20:18:11.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'transportation', N'', N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'transportation', N'32', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa7130024', N'经营体制', N'admin', N'2015-10-15 20:18:11.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'operation', N'', N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'operation', N'33', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa7160025', N'服务车数目', N'admin', N'2015-10-15 20:18:11.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'car', N'', N'N', N'Y', N'N', N'Y', N'N', N'20', N'', N'', N'car', N'34', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa7180026', N'零售商数及覆盖情况', N'admin', N'2015-10-15 20:18:11.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'shopkeeper', N'', N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'shopkeeper', N'35', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa71a0027', N'批发商数', N'admin', N'2015-10-15 20:18:11.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'wholesale', N'', N'N', N'Y', N'N', N'Y', N'N', N'10', N'', N'', N'wholesale', N'36', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa71c0028', N'营业范围', N'admin', N'2015-10-15 20:18:11.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'bus_scope', N'', N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'bus_scope', N'37', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa71f0029', N'门市面积', N'admin', N'2015-10-15 20:18:11.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'area', N'', N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'area', N'38', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa721002a', N'经营方针', N'admin', N'2015-10-15 20:18:11.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'management', N'', N'N', N'Y', N'N', N'Y', N'N', N'200', N'', N'', N'management', N'39', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa723002b', N'进货', N'admin', N'2015-10-15 20:18:11.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'stock1', N'', N'N', N'Y', N'N', N'Y', N'N', N'10', N'', N'', N'stock1', N'40', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa725002c', N'进货', N'admin', N'2015-10-15 20:18:11.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'stock2', N'', N'N', N'Y', N'N', N'Y', N'N', N'10', N'', N'', N'stock2', N'41', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa727002d', N'销售', N'admin', N'2015-10-15 20:18:11.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'sale1', N'', N'N', N'Y', N'N', N'Y', N'N', N'10', N'', N'', N'sale1', N'42', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa729002e', N'销售', N'admin', N'2015-10-15 20:18:11.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'sale2', N'', N'N', N'Y', N'N', N'Y', N'N', N'10', N'', N'', N'sale2', N'43', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa72b002f', N'存货', N'admin', N'2015-10-15 20:18:11.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'inventory1', N'', N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'inventory1', N'44', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa72d0030', N'存货', N'admin', N'2015-10-15 20:18:11.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'inventory2', N'', N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'inventory2', N'45', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa72f0031', N'最高信用额度', N'admin', N'2015-10-15 20:18:11.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'max_money', N'', N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'max_money', N'46', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa7320032', N'客户等级', N'admin', N'2015-10-15 20:18:11.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'cust_level', N'', N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'cust_level', N'47', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa7340033', N'总体月均库存数', N'admin', N'2015-10-15 20:18:11.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'all_avg_inventory', N'', N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'all_avg_inventory', N'48', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa7360034', N'月均库存数', N'admin', N'2015-10-15 20:18:11.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'avg_inventory', N'', N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'avg_inventory', N'49', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa7380035', N'价格折扣', N'admin', N'2015-10-15 20:18:11.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'price', N'', N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'price', N'50', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa73a0036', N'支持和服务的承诺', N'admin', N'2015-10-15 20:18:11.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'promise', N'', N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'promise', N'51', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa73c0037', N'竞品经营情况', N'admin', N'2015-10-15 20:18:11.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'competing_goods', N'', N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'competing_goods', N'52', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4950002', N'主键', N'admin', N'2015-10-16 10:20:39.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'id', N'', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'single', N'text', N'string', null, null, null, N'402885d8506e5d9201506e72f4920001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4a80003', N'创建人名称', N'admin', N'2015-10-16 10:20:39.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'create_name', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_name', N'2', N'0', N'single', N'text', N'string', null, null, null, N'402885d8506e5d9201506e72f4920001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4ab0004', N'创建人登录名称', N'admin', N'2015-10-16 10:20:39.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'create_by', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_by', N'3', N'0', N'single', N'text', N'string', null, null, null, N'402885d8506e5d9201506e72f4920001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4b30005', N'创建日期', N'admin', N'2015-10-16 10:20:39.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'create_date', N'', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'create_date', N'4', N'0', N'single', N'date', N'Date', null, null, null, N'402885d8506e5d9201506e72f4920001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4b60006', N'更新人名称', N'admin', N'2015-10-16 10:20:39.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'update_name', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_name', N'5', N'0', N'single', N'text', N'string', null, null, null, N'402885d8506e5d9201506e72f4920001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4be0007', N'更新人登录名称', N'admin', N'2015-10-16 10:20:39.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'update_by', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_by', N'6', N'0', N'single', N'text', N'string', null, null, null, N'402885d8506e5d9201506e72f4920001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4c10008', N'更新日期', N'admin', N'2015-10-16 10:20:39.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'update_date', N'', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'update_date', N'7', N'0', N'single', N'date', N'Date', null, null, null, N'402885d8506e5d9201506e72f4920001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4c50009', N'所属部门', N'admin', N'2015-10-16 10:20:39.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'sys_org_code', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_org_code', N'8', N'0', N'single', N'text', N'string', null, null, null, N'402885d8506e5d9201506e72f4920001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4cc000a', N'所属公司', N'admin', N'2015-10-16 10:20:39.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'sys_company_code', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_company_code', N'9', N'0', N'single', N'text', N'string', null, null, null, N'402885d8506e5d9201506e72f4920001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4cf000b', N'客户编号', N'admin', N'2015-10-16 10:20:39.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'custom_id', N'', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'custom_id', N'10', N'0', N'single', N'text', N'string', null, null, null, N'402885d8506e5d9201506e72f4920001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4d3000c', N'负责人', N'admin', N'2015-10-16 10:20:39.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'header', N'', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'header', N'11', N'0', N'single', N'text', N'string', null, null, null, N'402885d8506e5d9201506e72f4920001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4d5000d', N'成立日期', N'admin', N'2015-10-16 10:20:39.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'establish_date', N'', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'establish_date', N'12', N'0', N'single', N'text', N'Date', null, null, null, N'402885d8506e5d9201506e72f4920001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4d8000e', N'客户名称', N'admin', N'2015-10-16 10:20:39.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'custom_name', N'', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'custom_id', N'13', N'0', N'single', N'text', N'string', N'admin', N'2015-10-16 16:33:07.000', N'管理员', N'402885d8506e5d9201506e72f4920001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4db000f', N'资本额', N'admin', N'2015-10-16 10:20:39.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'capital_lines', N'', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'capital_lines', N'14', N'0', N'single', N'text', N'double', null, null, null, N'402885d8506e5d9201506e72f4920001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4e10010', N'地址', N'admin', N'2015-10-16 10:20:39.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'address', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'address', N'15', N'0', N'single', N'text', N'string', N'admin', N'2015-10-16 22:11:16.000', N'管理员', N'402885d8506e5d9201506e72f4920001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4e40011', N'电话', N'admin', N'2015-10-16 10:20:39.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'phone', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'phone', N'16', N'0', N'single', N'text', N'string', N'admin', N'2015-10-16 22:11:16.000', N'管理员', N'402885d8506e5d9201506e72f4920001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4ef0012', N'营业类型', N'admin', N'2015-10-16 10:20:39.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'business_type', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'business_type', N'17', N'0', N'single', N'text', N'string', N'admin', N'2015-10-16 22:11:16.000', N'管理员', N'402885d8506e5d9201506e72f4920001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4f10013', N'传真', N'admin', N'2015-10-16 10:20:39.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'fax', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'fax', N'18', N'0', N'single', N'text', N'string', N'admin', N'2015-10-16 22:11:16.000', N'管理员', N'402885d8506e5d9201506e72f4920001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4f30014', N'主要往来银行', N'admin', N'2015-10-16 10:20:39.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'banks', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'banks', N'19', N'0', N'single', N'text', N'string', N'admin', N'2015-10-16 22:11:16.000', N'管理员', N'402885d8506e5d9201506e72f4920001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4f50015', N'其他投资事业', N'admin', N'2015-10-16 10:20:39.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'other_business', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'other_business', N'20', N'0', N'single', N'text', N'string', N'admin', N'2015-10-16 22:11:16.000', N'管理员', N'402885d8506e5d9201506e72f4920001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4f80016', N'平均每日营业额', N'admin', N'2015-10-16 10:20:39.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'turnover', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'turnover', N'21', N'0', N'single', N'text', N'string', N'admin', N'2015-10-16 22:11:16.000', N'管理员', N'402885d8506e5d9201506e72f4920001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4fa0017', N'主要业务往来', N'admin', N'2015-10-16 10:20:39.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'business', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'business', N'22', N'0', N'single', N'text', N'string', N'admin', N'2015-10-16 22:11:16.000', N'管理员', N'402885d8506e5d9201506e72f4920001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4fc0018', N'付款方式', N'admin', N'2015-10-16 10:20:39.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'pay_type', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'pay_type', N'23', N'0', N'single', N'text', N'string', N'admin', N'2015-10-16 22:11:16.000', N'管理员', N'402885d8506e5d9201506e72f4920001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4fe0019', N'与本公司往来', N'admin', N'2015-10-16 10:20:39.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'business_contacts', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'business_contacts', N'24', N'0', N'single', N'text', N'string', N'admin', N'2015-10-16 22:11:16.000', N'管理员', N'402885d8506e5d9201506e72f4920001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f501001a', N'收款记录', N'admin', N'2015-10-16 10:20:39.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'collection', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'collection', N'25', N'0', N'single', N'text', N'string', N'admin', N'2015-10-16 22:11:16.000', N'管理员', N'402885d8506e5d9201506e72f4920001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f503001b', N'最近与本公司往来重要记录', N'admin', N'2015-10-16 10:20:39.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'business_important_contacts', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'business_important_contacts', N'26', N'0', N'single', N'text', N'string', N'admin', N'2015-10-16 22:11:16.000', N'管理员', N'402885d8506e5d9201506e72f4920001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f506001c', N'最近交易数据跟踪', N'admin', N'2015-10-16 10:20:39.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'business_record', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'business_record', N'27', N'0', N'single', N'text', N'string', N'admin', N'2015-10-16 22:11:16.000', N'管理员', N'402885d8506e5d9201506e72f4920001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f509001d', N'客户意见', N'admin', N'2015-10-16 10:20:39.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'customer_opinion', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'customer_opinion', N'28', N'0', N'single', N'text', N'string', N'admin', N'2015-10-16 22:11:16.000', N'管理员', N'402885d8506e5d9201506e72f4920001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f50b001e', N'信用评定', N'admin', N'2015-10-16 10:20:39.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'credit_evaluation', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'credit_evaluation', N'29', N'0', N'single', N'text', N'string', N'admin', N'2015-10-16 22:11:16.000', N'管理员', N'402885d8506e5d9201506e72f4920001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f50d001f', N'填表人', N'admin', N'2015-10-16 10:20:39.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'preparer', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'preparer', N'30', N'0', N'single', N'text', N'string', N'admin', N'2015-10-16 22:11:16.000', N'管理员', N'402885d8506e5d9201506e72f4920001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b881535b12bd01535b1ae3690002', N'主键', N'admin', N'2016-03-09 19:20:02.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'id', N'', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'single', N'text', N'string', null, null, null, N'4028b881535b12bd01535b1ae3680001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b881535b12bd01535b1ae49a0003', N'创建人名称', N'admin', N'2016-03-09 19:20:02.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'create_name', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_name', N'2', N'0', N'single', N'text', N'string', null, null, null, N'4028b881535b12bd01535b1ae3680001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b881535b12bd01535b1ae4a40004', N'创建人登录名称', N'admin', N'2016-03-09 19:20:02.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'create_by', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_by', N'3', N'0', N'single', N'text', N'string', null, null, null, N'4028b881535b12bd01535b1ae3680001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b881535b12bd01535b1ae4b40005', N'创建日期', N'admin', N'2016-03-09 19:20:02.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'create_date', N'', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'create_date', N'4', N'0', N'single', N'date', N'Date', null, null, null, N'4028b881535b12bd01535b1ae3680001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b881535b12bd01535b1ae4b60006', N'更新人名称', N'admin', N'2016-03-09 19:20:02.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'update_name', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_name', N'5', N'0', N'single', N'text', N'string', null, null, null, N'4028b881535b12bd01535b1ae3680001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b881535b12bd01535b1ae4be0007', N'更新人登录名称', N'admin', N'2016-03-09 19:20:02.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'update_by', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_by', N'6', N'0', N'single', N'text', N'string', null, null, null, N'4028b881535b12bd01535b1ae3680001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b881535b12bd01535b1ae4c20008', N'更新日期', N'admin', N'2016-03-09 19:20:02.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'update_date', N'', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'update_date', N'7', N'0', N'single', N'date', N'Date', null, null, null, N'4028b881535b12bd01535b1ae3680001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b881535b12bd01535b1ae4c70009', N'所属部门', N'admin', N'2016-03-09 19:20:02.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'sys_org_code', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_org_code', N'8', N'0', N'single', N'text', N'string', null, null, null, N'4028b881535b12bd01535b1ae3680001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b881535b12bd01535b1ae4ca000a', N'所属公司', N'admin', N'2016-03-09 19:20:02.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'sys_company_code', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_company_code', N'9', N'0', N'single', N'text', N'string', null, null, null, N'4028b881535b12bd01535b1ae3680001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b881535b12bd01535b1ae4cd000b', N'流程状态', N'admin', N'2016-03-09 19:20:02.000', N'管理员', N'bpm_status', N'', N'', N'1', N'', N'120', N'bpm_status', N'', N'N', N'Y', N'N', N'N', N'N', N'32', N'', N'', N'bpm_status', N'10', N'0', N'single', N'text', N'string', N'admin', N'2016-03-10 20:45:29.000', N'管理员', N'4028b881535b12bd01535b1ae3680001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b881535b12bd01535b1ae4d1000c', N'姓名', N'admin', N'2016-03-09 19:20:02.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'name', N's2-50', N'N', N'Y', N'Y', N'Y', N'Y', N'100', N'', N'', N'name', N'11', N'0', N'single', N'text', N'string', N'admin', N'2016-03-11 21:30:11.000', N'管理员', N'4028b881535b12bd01535b1ae3680001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b881535b12bd01535b1ae4d5000d', N'性别', N'admin', N'2016-03-09 19:20:02.000', N'管理员', N'sex', N'', N'', N'', N'', N'120', N'sex', N'', N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'sex', N'12', N'0', N'single', N'radio', N'string', N'admin', N'2016-03-10 20:46:17.000', N'管理员', N'4028b881535b12bd01535b1ae3680001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b881535b12bd01535b1ae4d8000e', N'所属分组', N'admin', N'2016-03-09 19:20:02.000', N'管理员', N'id', N'jform_contact_group', N'name', N'', N'', N'120', N'groups', N'', N'N', N'Y', N'N', N'Y', N'Y', N'200', N'', N'', N'group', N'13', N'0', N'single', N'list', N'string', N'admin', N'2016-03-14 12:45:23.000', N'管理员', N'4028b881535b12bd01535b1ae3680001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b881535b12bd01535b1ae4dc000f', N'公司名称', N'admin', N'2016-03-09 19:20:02.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'company', N'', N'N', N'Y', N'Y', N'Y', N'Y', N'200', N'', N'', N'company', N'14', N'0', N'single', N'text', N'string', N'admin', N'2016-03-10 20:22:53.000', N'管理员', N'4028b881535b12bd01535b1ae3680001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b881535b12bd01535b1ae4e00010', N'职位', N'admin', N'2016-03-09 19:20:02.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'position', N'', N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'position', N'15', N'0', N'single', N'text', N'string', N'admin', N'2016-03-31 13:58:50.000', N'管理员', N'4028b881535b12bd01535b1ae3680001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b881535b12bd01535b1ae4e40011', N'移动电话', N'admin', N'2016-03-09 19:20:02.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'mobile', N'm', N'N', N'Y', N'Y', N'Y', N'Y', N'30', N'', N'', N'mobile', N'16', N'0', N'single', N'text', N'string', N'admin', N'2016-05-05 14:56:20.000', N'管理员', N'4028b881535b12bd01535b1ae3680001', N'{ignore="ignore"}') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b881535b12bd01535b1ae4ef0012', N'办公电话', N'admin', N'2016-03-09 19:20:02.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'office_phone', N'', N'N', N'Y', N'Y', N'Y', N'Y', N'30', N'', N'', N'office_phone', N'17', N'0', N'single', N'text', N'string', N'admin', N'2016-04-09 12:59:17.000', N'管理员', N'4028b881535b12bd01535b1ae3680001', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b881535b12bd01535b1ae4f30013', N'电子邮箱', N'admin', N'2016-03-09 19:20:02.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'email', N'e', N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'email', N'18', N'0', N'single', N'text', N'string', N'admin', N'2016-03-10 20:54:09.000', N'管理员', N'4028b881535b12bd01535b1ae3680001', N'{ignore="ignore"}') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b88153659dd4015365ab21d1000d', N'主键', N'admin', N'2016-03-11 20:33:47.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'id', N'', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'single', N'text', N'string', null, null, null, N'4028b88153659dd4015365ab21d0000c', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b88153659dd4015365ab21db000e', N'创建人名称', N'admin', N'2016-03-11 20:33:47.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'create_name', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_name', N'2', N'0', N'single', N'text', N'string', null, null, null, N'4028b88153659dd4015365ab21d0000c', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b88153659dd4015365ab21de000f', N'创建人登录名称', N'admin', N'2016-03-11 20:33:47.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'create_by', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_by', N'3', N'0', N'single', N'text', N'string', null, null, null, N'4028b88153659dd4015365ab21d0000c', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b88153659dd4015365ab21e10010', N'创建日期', N'admin', N'2016-03-11 20:33:47.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'create_date', N'', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'create_date', N'4', N'0', N'single', N'date', N'Date', null, null, null, N'4028b88153659dd4015365ab21d0000c', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b88153659dd4015365ab21e40011', N'更新人名称', N'admin', N'2016-03-11 20:33:47.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'update_name', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_name', N'5', N'0', N'single', N'text', N'string', null, null, null, N'4028b88153659dd4015365ab21d0000c', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b88153659dd4015365ab21e70012', N'更新人登录名称', N'admin', N'2016-03-11 20:33:47.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'update_by', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_by', N'6', N'0', N'single', N'text', N'string', null, null, null, N'4028b88153659dd4015365ab21d0000c', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b88153659dd4015365ab21e90013', N'更新日期', N'admin', N'2016-03-11 20:33:47.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'update_date', N'', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'update_date', N'7', N'0', N'single', N'date', N'Date', null, null, null, N'4028b88153659dd4015365ab21d0000c', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b88153659dd4015365ab21ed0014', N'所属部门', N'admin', N'2016-03-11 20:33:47.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'sys_org_code', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_org_code', N'8', N'0', N'single', N'text', N'string', null, null, null, N'4028b88153659dd4015365ab21d0000c', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b88153659dd4015365ab21f00015', N'所属公司', N'admin', N'2016-03-11 20:33:47.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'sys_company_code', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_company_code', N'9', N'0', N'single', N'text', N'string', null, null, null, N'4028b88153659dd4015365ab21d0000c', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b88153659dd4015365ab21f40016', N'流程状态', N'admin', N'2016-03-11 20:33:47.000', N'管理员', N'bpm_status', N'', N'', N'1', N'', N'120', N'bpm_status', N'', N'N', N'Y', N'N', N'N', N'N', N'32', N'', N'', N'bpm_status', N'10', N'0', N'single', N'text', N'string', N'admin', N'2016-03-11 22:27:55.000', N'管理员', N'4028b88153659dd4015365ab21d0000c', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b88153659dd4015365ab21f70017', N'分组名称', N'admin', N'2016-03-11 20:33:47.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'name', N'', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'name', N'11', N'0', N'single', N'text', N'string', null, null, null, N'4028b88153659dd4015365ab21d0000c', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184940140', N'主键', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', N'', N'', N'', N'0', N'id', N'', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'single', N'text', N'string', N'admin', N'2016-02-25 11:55:39.000', N'管理员', N'8a8ab0b246dc81120146dc81847e013b', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc81849b0141', N'订单号', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'account', N'user_msg', N'realname', N'', N'', N'0', N'order_code', N'', N'N', N'Y', N'Y', N'Y', N'Y', N'50', N'', N'', N'order_code', N'2', N'0', N'single', N'popup', N'string', N'admin', N'2016-02-25 11:55:39.000', N'管理员', N'8a8ab0b246dc81120146dc81847e013b', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc81849d0142', N'订单日期', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', N'', N'', N'', N'0', N'order_date', N'', N'N', N'Y', N'Y', N'Y', N'Y', N'20', N'', N'', N'order_date', N'3', N'0', N'single', N'date', N'Date', N'admin', N'2016-02-25 11:55:39.000', N'管理员', N'8a8ab0b246dc81120146dc81847e013b', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc81849f0143', N'订单金额', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', N'', N'', N'', N'0', N'order_money', N'', N'N', N'Y', N'Y', N'Y', N'Y', N'10', N'', N'', N'order_money', N'4', N'3', N'single', N'text', N'double', N'admin', N'2016-02-25 11:55:39.000', N'管理员', N'8a8ab0b246dc81120146dc81847e013b', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184a10144', N'备注', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', N'', N'', N'', N'0', N'content', N'', N'N', N'Y', N'Y', N'Y', N'Y', N'255', N'', N'', N'content', N'5', N'0', N'single', N'text', N'string', N'admin', N'2016-02-25 11:55:39.000', N'管理员', N'8a8ab0b246dc81120146dc81847e013b', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184ab0145', N'主键', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', N'', N'', N'', N'0', N'id', N'', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'single', N'text', N'string', N'admin', N'2015-06-27 16:59:57.000', N'管理员', N'8a8ab0b246dc81120146dc818484013c', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184ad0146', N'请假标题', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', N'', N'', N'', N'0', N'title', N'', N'N', N'N', N'N', N'Y', N'Y', N'50', N'', N'', N'title', N'2', N'0', N'single', N'text', N'string', N'admin', N'2015-06-27 16:59:57.000', N'管理员', N'8a8ab0b246dc81120146dc818484013c', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184af0147', N'请假人', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', N'', N'', N'', N'0', N'people', N'', N'N', N'N', N'Y', N'Y', N'Y', N'20', N'', N'', N'people', N'3', N'0', N'single', N'text', N'string', N'admin', N'2015-06-27 16:59:57.000', N'管理员', N'8a8ab0b246dc81120146dc818484013c', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184b10148', N'性别', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'sex', N'', N'', N'', N'', N'0', N'sex', N'', N'N', N'N', N'Y', N'Y', N'Y', N'10', N'', N'', N'sex', N'4', N'0', N'single', N'list', N'string', N'admin', N'2015-06-27 16:59:57.000', N'管理员', N'8a8ab0b246dc81120146dc818484013c', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184b30149', N'请假开始时间', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', N'', N'', N'', N'0', N'begindate', N'', N'N', N'N', N'N', N'Y', N'Y', N'0', N'', N'', N'begindate', N'5', N'0', N'group', N'date', N'Date', N'admin', N'2015-06-27 16:59:57.000', N'管理员', N'8a8ab0b246dc81120146dc818484013c', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184b6014a', N'请假结束时间', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', N'', N'', N'', N'0', N'enddate', N'', N'N', N'N', N'N', N'Y', N'Y', N'0', N'', N'', N'enddate', N'6', N'0', N'group', N'datetime', N'Date', N'admin', N'2015-06-27 16:59:57.000', N'管理员', N'8a8ab0b246dc81120146dc818484013c', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184b8014b', N'所属部门', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'id', N't_s_depart', N'departname', N'', N'', N'0', N'hol_dept', N'', N'N', N'N', N'N', N'Y', N'Y', N'32', N'', N'', N'hol_dept', N'8', N'0', N'single', N'list', N'string', N'admin', N'2015-06-27 16:59:58.000', N'管理员', N'8a8ab0b246dc81120146dc818484013c', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184ba014c', N'请假原因', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', N'', N'', N'', N'0', N'hol_reson', N'', N'N', N'N', N'N', N'Y', N'Y', N'255', N'', N'', N'hol_reson', N'9', N'0', N'single', N'text', N'string', N'admin', N'2015-06-27 16:59:58.000', N'管理员', N'8a8ab0b246dc81120146dc818484013c', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184bc014d', N'部门审批人', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', N'', N'', N'', N'0', N'dep_leader', N'', N'N', N'N', N'N', N'Y', N'Y', N'20', N'', N'', N'dep_leader', N'10', N'0', N'single', N'text', N'string', N'admin', N'2015-06-27 16:59:58.000', N'管理员', N'8a8ab0b246dc81120146dc818484013c', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184bd014e', N'部门审批意见', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', N'', N'', N'', N'0', N'content', N'', N'N', N'N', N'N', N'Y', N'Y', N'255', N'', N'', N'content', N'11', N'0', N'single', N'text', N'string', N'admin', N'2015-06-27 16:59:58.000', N'管理员', N'8a8ab0b246dc81120146dc818484013c', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184bf014f', N'请假天数', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'day_num', N'', N'N', N'Y', N'N', N'Y', N'Y', N'10', N'', N'', N'day_num', N'7', N'0', N'single', N'text', N'int', N'admin', N'2015-06-27 16:59:58.000', N'管理员', N'8a8ab0b246dc81120146dc818484013c', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184cb0150', N'主键', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', N'', N'', N'', N'0', N'id', N'', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'single', N'text', N'string', N'admin', N'2016-03-21 15:51:53.000', N'管理员', N'8a8ab0b246dc81120146dc818486013d', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184cd0151', N'客户名', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', N'', N'', N'', N'0', N'name', N'', N'N', N'Y', N'Y', N'Y', N'Y', N'32', N'', N'', N'name', N'2', N'0', N'single', N'text', N'string', N'admin', N'2016-03-21 15:51:53.000', N'管理员', N'8a8ab0b246dc81120146dc818486013d', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184cf0152', N'单价', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', N'', N'', N'', N'0', N'money', N'', N'N', N'Y', N'Y', N'Y', N'Y', N'10', N'', N'', N'money', N'3', N'2', N'group', N'text', N'double', N'admin', N'2016-03-21 15:51:53.000', N'管理员', N'8a8ab0b246dc81120146dc818486013d', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184d10153', N'外键', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'fk_id', N'', N'N', N'N', N'Y', N'N', N'N', N'36', N'id', N'jform_order_main', N'fk_id', N'6', N'0', N'single', N'text', N'string', N'admin', N'2016-03-21 15:51:53.000', N'管理员', N'8a8ab0b246dc81120146dc818486013d', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184d40154', N'电话', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'telphone', N'', N'N', N'Y', N'Y', N'Y', N'Y', N'32', N'', N'', N'telphone', N'5', N'0', N'single', N'text', N'string', N'admin', N'2016-03-21 15:51:53.000', N'管理员', N'8a8ab0b246dc81120146dc818486013d', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184d60155', N'性别', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'sex', N'', N'', N'', N'', N'120', N'sex', N'', N'N', N'Y', N'Y', N'Y', N'Y', N'4', N'', N'', N'sex', N'4', N'0', N'single', N'checkbox', N'string', N'admin', N'2016-03-21 15:51:53.000', N'管理员', N'8a8ab0b246dc81120146dc818486013d', N'') -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184da0156', N'主键', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', null, null, null, N'120', N'id', null, N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', null, N'0', N'0', N'single', N'checkbox', N'string', null, null, null, N'8a8ab0b246dc81120146dc818488013e', null) -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184dc0157', N'航班号', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', null, null, null, N'120', N'ticket_code', null, N'N', N'N', N'Y', N'Y', N'Y', N'100', N'', N'', null, N'1', N'0', N'single', N'text', N'string', null, null, null, N'8a8ab0b246dc81120146dc818488013e', null) -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184df0158', N'航班时间', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', null, null, null, N'120', N'tickect_date', null, N'N', N'N', N'Y', N'Y', N'Y', N'10', N'', N'', null, N'2', N'0', N'single', N'datetime', N'Date', null, null, null, N'8a8ab0b246dc81120146dc818488013e', null) -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184e10159', N'外键', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', null, null, null, N'120', N'fck_id', null, N'N', N'N', N'N', N'N', N'N', N'36', N'id', N'jform_order_main', null, N'3', N'0', N'single', N'text', N'string', null, null, null, N'8a8ab0b246dc81120146dc818488013e', null) -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184e7015a', N'主键', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', null, null, null, N'0', N'id', null, N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', null, N'0', N'0', N'single', N'text', N'string', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null) -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184ea015b', N'机构合计', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', null, null, null, N'0', N'a', null, N'N', N'N', N'Y', N'Y', N'Y', N'10', N'', N'', null, N'1', N'2', N'group', N'text', N'double', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null) -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184ec015c', N'行政小计', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', null, null, null, N'0', N'b1', null, N'N', N'N', N'N', N'Y', N'Y', N'10', N'', N'', null, N'2', N'2', N'group', N'text', N'double', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null) -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184ee015d', N'行政省', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', null, null, null, N'0', N'b11', null, N'N', N'N', N'N', N'Y', N'Y', N'100', N'', N'', null, N'3', N'0', N'group', N'text', N'string', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null) -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184f0015e', N'行政市', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', null, null, null, N'0', N'b12', null, N'N', N'N', N'N', N'Y', N'Y', N'100', N'', N'', null, N'4', N'0', N'group', N'text', N'string', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null) -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184f3015f', N'行政县', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', null, null, null, N'0', N'b13', null, N'N', N'N', N'N', N'Y', N'Y', N'100', N'', N'', null, N'5', N'0', N'single', N'text', N'string', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null) -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184f50160', N'事业合计', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', null, null, null, N'0', N'b2', null, N'N', N'N', N'N', N'Y', N'Y', N'10', N'', N'', null, N'6', N'2', N'single', N'text', N'double', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null) -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184f80161', N'参公小计', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', null, null, null, N'0', N'b3', null, N'N', N'N', N'N', N'Y', N'Y', N'10', N'', N'', null, N'7', N'2', N'single', N'text', N'double', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null) -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184fa0162', N'参公省', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', null, null, null, N'0', N'b31', null, N'N', N'N', N'N', N'Y', N'Y', N'100', N'', N'', null, N'8', N'0', N'single', N'text', N'string', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null) -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184fc0163', N'参公市', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', null, null, null, N'0', N'b32', null, N'N', N'N', N'N', N'Y', N'Y', N'100', N'', N'', null, N'9', N'0', N'single', N'text', N'string', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null) -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184fe0164', N'参公县', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', null, null, null, N'0', N'b33', null, N'N', N'N', N'N', N'Y', N'Y', N'100', N'', N'', null, N'10', N'0', N'single', N'text', N'string', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null) -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8185000165', N'全额拨款', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', null, null, null, N'0', N'c1', null, N'N', N'N', N'N', N'Y', N'Y', N'10', N'', N'', null, N'11', N'2', N'single', N'text', N'double', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null) -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8185030166', N'差额拨款', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', null, null, null, N'0', N'c2', null, N'N', N'N', N'N', N'Y', N'Y', N'10', N'', N'', null, N'12', N'2', N'single', N'text', N'double', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null) -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8185050167', N'自收自支', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', null, null, null, N'0', N'c3', null, N'N', N'N', N'N', N'Y', N'Y', N'10', N'', N'', null, N'13', N'2', N'single', N'text', N'double', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null) -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8185070168', N'经费合计', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', null, null, null, N'0', N'd', null, N'N', N'N', N'Y', N'Y', N'Y', N'10', N'', N'', null, N'14', N'2', N'single', N'text', N'int', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null) -GO -GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc81850a0169', N'机构资质', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', null, null, null, N'0', N'd1', null, N'N', N'N', N'N', N'Y', N'Y', N'1000', N'', N'', null, N'15', N'0', N'single', N'text', N'string', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null) -GO -GO - --- ---------------------------- --- Table structure for cgform_ftl --- ---------------------------- -DROP TABLE [dbo].[cgform_ftl] -GO -CREATE TABLE [dbo].[cgform_ftl] ( -[ID] nvarchar(32) NOT NULL , -[CGFORM_ID] nvarchar(36) NOT NULL , -[CGFORM_NAME] nvarchar(100) NOT NULL , -[CREATE_BY] nvarchar(36) NULL , -[CREATE_DATE] datetime NULL , -[CREATE_NAME] nvarchar(32) NULL , -[FTL_CONTENT] nvarchar(MAX) NULL , -[FTL_STATUS] nvarchar(50) NULL , -[FTL_VERSION] int NOT NULL , -[FTL_WORD_URL] nvarchar(200) NULL , -[UPDATE_BY] nvarchar(36) NULL , -[UPDATE_DATE] datetime NULL , -[UPDATE_NAME] nvarchar(32) NULL , -[editor_type] nvarchar(10) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_ftl', -'COLUMN', N'editor_type')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'类型' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_ftl' -, @level2type = 'COLUMN', @level2name = N'editor_type' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'类型' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_ftl' -, @level2type = 'COLUMN', @level2name = N'editor_type' -GO - --- ---------------------------- --- Records of cgform_ftl --- ---------------------------- -INSERT INTO [dbo].[cgform_ftl] ([ID], [CGFORM_ID], [CGFORM_NAME], [CREATE_BY], [CREATE_DATE], [CREATE_NAME], [FTL_CONTENT], [FTL_STATUS], [FTL_VERSION], [FTL_WORD_URL], [UPDATE_BY], [UPDATE_DATE], [UPDATE_NAME], [editor_type]) VALUES (N'4028138151adbcc50151ae8a558d0036', N'4028138151adbcc50151adfd13680002', N'员工入职单', N'admin', N'2015-12-17 00:00:00.000', N'管理员', N' - - - - - - - - - - - -
#{jform_hidden_field} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-

 

-
-

员工入职单

-
-

 

-
-

填表日期:

-
-

#{create_date}

-
-

基本信息

-
-

姓名

-
-

#{employee_name}

-
-

部门

-
-

#{employee_depart}

-
-

职务

-
-

#{employee_job}

-
-

 

-
-

生日

-
-

#{employee_birthday}

-
-

籍贯

-
-

#{employee_origin}

-
-

学历

-
-

#{employee_degree}

-
-

身份证

-
-

#{employee_identification}

-
-

入职日期

-
-

#{employee_entry_date}

-
-

工号

-
-

#{employee_code}

-
-

手机

-
-

#{employee_phone}

-
-

邮箱

-
-

#{employee_mail}

-
-

MSN

-
-

#{employee_msn}

-
-

人事部

-
-

照片

-
-

#{hr_pic}

-
-

档案表

-
-

#{hr_archives}

-
-

身份证

-
-

#{hr_identification}

-
-

学位证

-
-

#{hr_degree}

-
-

其他证件

-
-

#{hr_other}

-
-

分配电话

-
-

#{hr_tel}

-
 
-

经办人:#{hr_op_user}         日期:#{hr_op_date}                             

-
-

部门意见

-
-

#{depart_opinion}

-
-

经办人:#{depart_op_user}         日期:#{depart_op_date}                             

-
-

总经理意见

-
-

#{manager_opinion}

-
-

经办人:#{manager_op_user}         日期:#{manager_op_date}                             

-
-

新员工意见

-
-

#{employee_opinion}

-
-

经办人:#{employee_op_user}         日期:#{employee_op_date}                             

-
-

 

-
-
- - - -', N'0', N'1', N'', N'admin', N'2015-12-18 15:26:36.000', N'管理员', null) -GO -GO -INSERT INTO [dbo].[cgform_ftl] ([ID], [CGFORM_ID], [CGFORM_NAME], [CREATE_BY], [CREATE_DATE], [CREATE_NAME], [FTL_CONTENT], [FTL_STATUS], [FTL_VERSION], [FTL_WORD_URL], [UPDATE_BY], [UPDATE_DATE], [UPDATE_NAME], [editor_type]) VALUES (N'402880e64e478dc8014e4797a1a90001', N'402881e44df713f5014df71fc6be0004', N'9999', N'admin', N'2015-07-01 11:09:56.000', N'管理员', N'


示例表

#{jform_hidden_field}
文本框下拉菜单{|-  -|}
单选{|-单选1 单选2 -|}复选{|-复选1 复选2 复选3 -|}
宏控件二维码


', N'0', N'1', N'', null, null, null, N'02') -GO -GO -INSERT INTO [dbo].[cgform_ftl] ([ID], [CGFORM_ID], [CGFORM_NAME], [CREATE_BY], [CREATE_DATE], [CREATE_NAME], [FTL_CONTENT], [FTL_STATUS], [FTL_VERSION], [FTL_WORD_URL], [UPDATE_BY], [UPDATE_DATE], [UPDATE_NAME], [editor_type]) VALUES (N'402880e64eab9a84014eab9cff390002', N'402880e74dc1e65e014dc1effa270001', N'UE', N'admin', N'2015-07-20 21:17:49.000', N'管理员', N'


示例表

#{jform_hidden_field}
文本框下拉菜单{|-  -|}
单选{|-单选1 单选2 -|}复选{|-复选1 复选2 复选3 -|}
宏控件二维码


', N'0', N'1', N'', null, null, null, N'02') -GO -GO -INSERT INTO [dbo].[cgform_ftl] ([ID], [CGFORM_ID], [CGFORM_NAME], [CREATE_BY], [CREATE_DATE], [CREATE_NAME], [FTL_CONTENT], [FTL_STATUS], [FTL_VERSION], [FTL_WORD_URL], [UPDATE_BY], [UPDATE_DATE], [UPDATE_NAME], [editor_type]) VALUES (N'402880e74d90a2f4014d90a5cab30003', N'8a8ab0b246dc81120146dc81847e013b', N'1212', N'admin', N'2015-05-26 22:34:54.000', N'管理员', N'', N'0', N'1', N'', null, null, null, null) -GO -GO -INSERT INTO [dbo].[cgform_ftl] ([ID], [CGFORM_ID], [CGFORM_NAME], [CREATE_BY], [CREATE_DATE], [CREATE_NAME], [FTL_CONTENT], [FTL_STATUS], [FTL_VERSION], [FTL_WORD_URL], [UPDATE_BY], [UPDATE_DATE], [UPDATE_NAME], [editor_type]) VALUES (N'402880e74d934e07014d93506c5a0003', N'2c90ac564c9d1734014c9d22b16c0001', N'ue', N'admin', N'2015-05-27 11:00:30.000', N'管理员', N'


示例表

#{jform_hidden_field}
文本框下拉菜单{|-  -|}
单选{|-单选1 单选2 -|}复选{|-复选1 复选2 复选3 -|}
宏控件二维码


', N'0', N'1', N'', null, null, null, N'02') -GO -GO -INSERT INTO [dbo].[cgform_ftl] ([ID], [CGFORM_ID], [CGFORM_NAME], [CREATE_BY], [CREATE_DATE], [CREATE_NAME], [FTL_CONTENT], [FTL_STATUS], [FTL_VERSION], [FTL_WORD_URL], [UPDATE_BY], [UPDATE_DATE], [UPDATE_NAME], [editor_type]) VALUES (N'402881a151f0e87b0151f0fd23910009', N'402881a151f09a900151f0ad74120001', N'员工离职申请', N'admin', N'2015-12-30 00:00:00.000', N'管理员', N' - - - - - - - - - - - -
#{jform_hidden_field} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-

员工离职申请

-
 
-

姓名

-
-

#{name}

-
-

员工编号

-
-

#{code}

-
 
-

职务

-
-

#{job}

-
-

入职时间

-
-

#{join_time}

-
 
-

离职方式

-
-

#{out_type}

-
 
-

申请离职日期

-
-

#{apply_out_time}

-
-

正式离职日期

-
-

#{out_time}

-
 
-

领工资人及

- -

身份证号

-
-

#{id_card}

-
 
-

离职须知

-
-

#{out_content}

-
 
 
 
 
 
-

离职原因

-
-

#{out_reason}

-
 
-

面谈记录和意见

-
-

#{interview_record}

-
 
 
-

办公用品移交

-
-

#{office_change}

-
 
 
-

人力资源部审核

-
-

#{hr_check}

-
 
-

财务部

-
-

应发工资

-
-

#{should_send_salary}

-
-

应扣工资

-
-

#{should_deduct_pay}

-
 
-

实发工资

-
-

#{pay}

-
-

领取日期

-
-

#{get_time}

-
 
-

总经理审批

-
-

#{boss_check}

-
 
-

说明

-
-

#{description}

-
 
 
-
- -

 

- - -', N'0', N'1', N'', N'admin', N'2015-12-30 16:06:11.000', N'管理员', null) -GO -GO -INSERT INTO [dbo].[cgform_ftl] ([ID], [CGFORM_ID], [CGFORM_NAME], [CREATE_BY], [CREATE_DATE], [CREATE_NAME], [FTL_CONTENT], [FTL_STATUS], [FTL_VERSION], [FTL_WORD_URL], [UPDATE_BY], [UPDATE_DATE], [UPDATE_NAME], [editor_type]) VALUES (N'402889f3489de53901489de5fe800001', N'4028808848844fe2014884587ae60001', N'12', N'admin', N'2014-09-22 23:06:08.000', N'管理员', N' - - - - - - - - - - -12 - -', N'0', N'1', N'', null, null, null, N'01') -GO -GO -INSERT INTO [dbo].[cgform_ftl] ([ID], [CGFORM_ID], [CGFORM_NAME], [CREATE_BY], [CREATE_DATE], [CREATE_NAME], [FTL_CONTENT], [FTL_STATUS], [FTL_VERSION], [FTL_WORD_URL], [UPDATE_BY], [UPDATE_DATE], [UPDATE_NAME], [editor_type]) VALUES (N'402889f3489e434301489e4517400002', N'8a8ab0b246dc81120146dc818484013c', N'自定义模板word风格', N'admin', N'2014-09-23 00:00:00.000', N'管理员', N' - - - - - - - - - - - -

请假单12

- -
#{jform_hidden_field} - - - - - - - - - - - - - - - - - - - - - -
-

请假标题

-
-

#{title}

-
-

请假开始时间

-
-

#{begindate}

-
-

请假人

-
-

#{people}

-
-

请假结束时间

-
-

#{enddate}

-
-

性别

-
-

#{sex}

-
-

所属部门

-
-

#{hol_dept}

-
-
- -

 

- - -', N'0', N'2', N'', N'admin', N'2016-02-19 18:51:15.000', N'管理员', null) -GO -GO -INSERT INTO [dbo].[cgform_ftl] ([ID], [CGFORM_ID], [CGFORM_NAME], [CREATE_BY], [CREATE_DATE], [CREATE_NAME], [FTL_CONTENT], [FTL_STATUS], [FTL_VERSION], [FTL_WORD_URL], [UPDATE_BY], [UPDATE_DATE], [UPDATE_NAME], [editor_type]) VALUES (N'40288be75217166d01521725c3170003', N'4028efa25214f7ca015216264bb30003', N'请假申请单', N'admin', N'2016-01-06 00:00:00.000', N'管理员', N' - - - - - - - - - - - -
#{jform_hidden_field} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-

 

-
-

请假申请单

-
-

姓名

-
-

 #{name}

-
-

申请日期

-
-

#{ apply_date } 

-
-

部门

-
-

 #{department}

-
-

职务

-
-

#{duty} 

-
-

请假类别

-
-

#{leave_category} 

-
-

请假原因

-
-

#{leave_reason} 

-
-

开始时间

-
-

#{leave_start_date}

-
-

结束时间

-
-

#{leave_end_date} 

-
-

共计

-
-

#{total} 

-
-

联系方式

-
-

#{contact_way} 

-
-

职务代理人

-
-

#{duty_deputy} 

-
-

直接主管

-
-

#{leader_approval} 

-
-

部门负责人

-
-

#{dept_principal_approval} 

-
-

人力行政部

-
-

#{hr_principal_approval} 

-
-

行政部备案

-
-

#{hr_records} 

-
-

 

-
-
- - - - -', N'0', N'1', N'', N'admin', N'2016-01-14 15:00:20.000', N'管理员', null) -GO -GO -INSERT INTO [dbo].[cgform_ftl] ([ID], [CGFORM_ID], [CGFORM_NAME], [CREATE_BY], [CREATE_DATE], [CREATE_NAME], [FTL_CONTENT], [FTL_STATUS], [FTL_VERSION], [FTL_WORD_URL], [UPDATE_BY], [UPDATE_DATE], [UPDATE_NAME], [editor_type]) VALUES (N'40289481511417d501511441ce6f0003', N'8a8ab0b246dc81120146dc818484013c', N'word复制模板', N'admin', N'2015-11-17 15:03:55.000', N'管理员', N' - - - - - - - - - - - -

请假单

- -
#{jform_hidden_field} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-

请假标题

-
-

#{title}

-
-

请假开始时间

-
-

#{begindate}

-
-

请假人

-
-

#{people}

-
-

请假结束时间

-
-

#{enddate}

-
-

性别

-
-

#{sex}

-
-

所属部门

-
-

#{hol_dept}

-
-

请假原因

-
-

#{hol_reson}

-
-

部门审批人

-
-

#{dep_leader}

-
-

部门审批意见

-
-

#{content}

-
- -

 

- - - - -', N'0', N'3', N'', N'admin', N'2015-11-17 16:23:46.000', N'管理员', null) -GO -GO - --- ---------------------------- --- Table structure for cgform_head --- ---------------------------- -DROP TABLE [dbo].[cgform_head] -GO -CREATE TABLE [dbo].[cgform_head] ( -[id] nvarchar(32) NOT NULL , -[content] nvarchar(200) NOT NULL , -[create_by] nvarchar(32) NULL , -[create_date] datetime NULL , -[create_name] nvarchar(32) NULL , -[is_checkbox] nvarchar(5) NOT NULL , -[is_dbsynch] nvarchar(20) NOT NULL , -[is_pagination] nvarchar(5) NOT NULL , -[is_tree] nvarchar(5) NOT NULL , -[jform_pk_sequence] nvarchar(200) NULL , -[jform_pk_type] nvarchar(100) NULL , -[jform_type] int NOT NULL , -[jform_version] nvarchar(10) NOT NULL , -[querymode] nvarchar(10) NOT NULL , -[relation_type] int NULL , -[sub_table_str] nvarchar(1000) NULL , -[tab_order] int NULL , -[table_name] nvarchar(50) NOT NULL , -[update_by] nvarchar(32) NULL , -[update_date] datetime NULL , -[update_name] nvarchar(32) NULL , -[tree_parentid_fieldname] nvarchar(50) NULL , -[tree_id_fieldname] nvarchar(50) NULL , -[tree_fieldname] nvarchar(50) NULL , -[jform_category] nvarchar(50) NOT NULL , -[form_template] nvarchar(50) NULL , -[form_template_mobile] nvarchar(50) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_head', -'COLUMN', N'form_template')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'表单模板' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_head' -, @level2type = 'COLUMN', @level2name = N'form_template' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'表单模板' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_head' -, @level2type = 'COLUMN', @level2name = N'form_template' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_head', -'COLUMN', N'form_template_mobile')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'表单模板样式(移动端)' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_head' -, @level2type = 'COLUMN', @level2name = N'form_template_mobile' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'表单模板样式(移动端)' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_head' -, @level2type = 'COLUMN', @level2name = N'form_template_mobile' -GO - --- ---------------------------- --- Records of cgform_head --- ---------------------------- -INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile]) VALUES (N'2c90ac564c9d1734014c9d22b16c0001', N'图表配置', N'admin', N'2015-04-09 15:43:58.000', N'管理员', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'2', N'36', N'group', N'0', N'jform_graphreport_item', null, N'jform_graphreport_head', N'admin', N'2015-04-13 00:40:36.000', N'管理员', null, null, null, N'bdfl_ptbd', null, null) -GO -GO -INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile]) VALUES (N'2c90ac564c9d1734014c9d22b360000b', N'图表配置', N'admin', N'2015-04-09 15:43:59.000', N'管理员', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'3', N'9', N'group', N'0', null, null, N'jform_graphreport_item', N'admin', N'2015-04-13 00:40:36.000', N'管理员', null, null, null, N'bdfl_ptbd', null, null) -GO -GO -INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile]) VALUES (N'4028138151adbcc50151adfd13680002', N'员工入职单', N'admin', N'2015-12-17 11:30:22.000', N'管理员', N'N', N'Y', N'Y', N'N', N'', N'UUID', N'1', N'48', N'single', N'0', null, null, N'jform_employee_entry', N'admin', N'2016-02-26 16:04:27.000', N'管理员', null, N'id', null, N'bdfl_ptbd', N'jform00001', null) -GO -GO -INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile]) VALUES (N'402880e74da32ebe014da3309b880001', N'第一个树', N'admin', N'2015-05-30 12:59:41.000', N'管理员', N'N', N'Y', N'Y', N'Y', N'', N'UUID', N'1', N'13', N'single', N'0', null, null, N'jform_tree', N'admin', N'2016-07-07 17:17:50.000', N'管理员', N'father_id', N'id', N'name', N'bdfl_ptbd', N'ledefault', N'') -GO -GO -INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile]) VALUES (N'402881a151f09a900151f0ad74120001', N'员工离职单', N'admin', N'2015-12-30 10:17:58.000', N'管理员', N'N', N'Y', N'Y', N'N', N'', N'UUID', N'1', N'3', N'single', N'0', null, null, N'jform_employee_resignation', N'admin', N'2016-02-19 18:48:59.000', N'管理员', null, N'id', null, N'bdfl_ptbd', N'jform00002', null) -GO -GO -INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile]) VALUES (N'402881e44df713f5014df71fc6be0004', N'表单数据源', N'admin', N'2015-06-15 20:09:24.000', N'管理员', N'N', N'Y', N'Y', N'N', N'', N'UUID', N'2', N'18', N'group', N'0', N'auto_form_db_field', null, N'auto_form_db', N'admin', N'2015-06-16 16:25:21.000', N'管理员', null, N'id', null, N'bdfl_ptbd', null, null) -GO -GO -INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile]) VALUES (N'402881e44df713f5014df7242f070015', N'表单数据源字段', N'admin', N'2015-06-15 20:14:13.000', N'管理员', N'N', N'Y', N'Y', N'N', N'', N'UUID', N'3', N'5', N'single', N'0', null, null, N'auto_form_db_field', N'admin', N'2015-06-15 20:20:24.000', N'管理员', null, N'id', null, N'bdfl_ptbd', null, null) -GO -GO -INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile]) VALUES (N'402881e451fce3050151fd3dd20c0002', N'员工费用报销申请信息表', N'admin', N'2016-01-01 20:51:06.000', N'管理员', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'2', N'36', N'group', N'0', N'jform_employee_other_cost,jform_employee_meals_cost', null, N'jform_employee_cost_claim', N'admin', N'2016-06-23 16:37:29.000', N'管理员', null, N'id', null, N'bdfl_ptbd', N'o2mTableStyle', N'') -GO -GO -INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile]) VALUES (N'402881e451fce3050151fd3e196b0019', N'员工餐费明细表', N'admin', N'2016-01-01 20:51:24.000', N'管理员', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'3', N'6', N'group', N'0', null, null, N'jform_employee_meals_cost', N'admin', N'2016-01-01 21:04:55.000', N'管理员', null, N'id', null, N'bdfl_ptbd', N'', null) -GO -GO -INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile]) VALUES (N'402881e451fce3050151fd3e1b680021', N'员工其他费用明细表', N'admin', N'2016-01-01 20:51:25.000', N'管理员', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'3', N'7', N'group', N'0', null, null, N'jform_employee_other_cost', N'admin', N'2016-01-01 21:04:59.000', N'管理员', null, N'id', null, N'bdfl_ptbd', N'', null) -GO -GO -INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile]) VALUES (N'402881e4534c0aea01534c0cf9f70001', N'简历信息表', N'admin', N'2016-03-06 21:10:32.000', N'管理员', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'2', N'60', N'group', N'0', N'jform_resume_degree_info,jform_resume_exp_info', null, N'jform_resume_info', N'admin', N'2016-07-14 14:48:33.000', N'管理员', null, N'id', null, N'bdfl_ptbd', N'', N'resume') -GO -GO -INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile]) VALUES (N'402881e4534c0aea01534c0cfca50012', N'工作信息表', N'admin', N'2016-03-06 21:10:33.000', N'管理员', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'2', N'12', N'group', N'0', null, null, N'jform_resume_exp_info', N'admin', N'2016-07-14 14:48:33.000', N'管理员', null, N'id', null, N'bdfl_ptbd', N'', N'') -GO -GO -INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile]) VALUES (N'402881e4534c0aea01534c0cfe2b001b', N'教育经历', N'admin', N'2016-03-06 21:10:33.000', N'管理员', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'3', N'7', N'group', N'0', null, null, N'jform_resume_degree_info', N'admin', N'2016-05-07 16:30:05.000', N'管理员', null, N'id', null, N'bdfl_ptbd', N'', N'') -GO -GO -INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile]) VALUES (N'40288388506b3aa601506b67e97b0002', N'客户资料管理', N'admin', N'2015-10-15 20:09:44.000', N'管理员', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'1', N'6', N'single', N'0', null, null, N'jeecg_custom_info', N'admin', N'2016-03-15 11:40:53.000', N'管理员', null, N'id', null, N'bdfl_ptbd', N'olstyle00002', N'') -GO -GO -INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile]) VALUES (N'402885d8506e5d9201506e72f4920001', N'客户跟踪记录表', N'admin', N'2015-10-16 10:20:39.000', N'管理员', N'N', N'Y', N'Y', N'N', N'', N'UUID', N'1', N'43', N'single', N'0', null, null, N'jeecg_custom_record', N'admin', N'2016-02-25 11:32:02.000', N'管理员', null, N'id', null, N'bdfl_ptbd', N'olstyle00001', null) -GO -GO -INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile]) VALUES (N'4028b881535b12bd01535b1ae3680001', N'个人通讯录', N'admin', N'2016-03-09 19:20:02.000', N'管理员', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'1', N'59', N'group', N'0', N't_s_contact', null, N'jform_contact', N'admin', N'2016-07-18 17:44:54.000', N'管理员', null, N'id', null, N'bdfl_ptbd', N'', N'') -GO -GO -INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile]) VALUES (N'4028b88153659dd4015365ab21d0000c', N'通迅录分组', N'admin', N'2016-03-11 20:33:47.000', N'管理员', N'N', N'Y', N'Y', N'N', N'', N'UUID', N'1', N'4', N'single', N'0', null, null, N'jform_contact_group', N'admin', N'2016-06-11 18:17:21.000', N'管理员', null, N'id', null, N'bdfl_ptbd', N'', N'') -GO -GO -INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile]) VALUES (N'8a8ab0b246dc81120146dc81847e013b', N'订单主信息', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'N', N'Y', N'Y', N'N', N'', N'UUID', N'2', N'87', N'group', N'0', N'jform_order_ticket,jform_order_customer', null, N'jform_order_main', N'admin', N'2016-03-21 15:52:31.000', N'管理员', null, N'id', null, N'bdfl_ptbd', N'', N'') -GO -GO -INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile]) VALUES (N'8a8ab0b246dc81120146dc818484013c', N'请假单', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'1', N'102', N'group', N'0', null, null, N'jform_leave', N'admin', N'2016-03-15 11:30:55.000', N'管理员', null, N'id', null, N'bdfl_ptbd', N'', N'') -GO -GO -INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile]) VALUES (N'8a8ab0b246dc81120146dc818486013d', N'订单客户信息', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'3', N'17', N'single', N'0', null, null, N'jform_order_customer', N'admin', N'2016-03-21 15:51:57.000', N'管理员', null, N'id', null, N'bdfl_ptbd', N'', N'') -GO -GO -INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile]) VALUES (N'8a8ab0b246dc81120146dc818488013e', N'订单机票信息', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'N', N'Y', N'Y', N'N', null, N'UUID', N'3', N'20', N'single', N'0', null, null, N'jform_order_ticket', N'admin', N'2014-09-23 00:56:07.000', N'管理员', null, null, null, N'bdfl_ptbd', null, null) -GO -GO -INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile]) VALUES (N'8a8ab0b246dc81120146dc81848b013f', N'价格认证机构统计表', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'N', N'Y', N'Y', N'N', null, N'UUID', N'1', N'3', N'group', N'0', null, null, N'jform_price1', N'admin', N'2015-10-15 11:24:54.000', N'管理员', null, null, null, N'bdfl_ptbd', null, null) -GO -GO - --- ---------------------------- --- Table structure for cgform_index --- ---------------------------- -DROP TABLE [dbo].[cgform_index] -GO -CREATE TABLE [dbo].[cgform_index] ( -[id] nvarchar(36) NOT NULL , -[create_name] nvarchar(50) NULL , -[create_by] nvarchar(50) NULL , -[create_date] datetime NULL , -[update_name] nvarchar(50) NULL , -[update_by] nvarchar(50) NULL , -[update_date] datetime NULL , -[index_name] nvarchar(100) NULL , -[index_field] nvarchar(500) NULL , -[index_type] nvarchar(32) NULL , -[table_id] nvarchar(32) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_index', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'主键' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_index' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'主键' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_index' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_index', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_index' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_index' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_index', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_index' -, @level2type = 'COLUMN', @level2name = N'create_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_index' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_index', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_index' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_index' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_index', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_index' -, @level2type = 'COLUMN', @level2name = N'update_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_index' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_index', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_index' -, @level2type = 'COLUMN', @level2name = N'update_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_index' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_index', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_index' -, @level2type = 'COLUMN', @level2name = N'update_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_index' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_index', -'COLUMN', N'index_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'索引名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_index' -, @level2type = 'COLUMN', @level2name = N'index_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'索引名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_index' -, @level2type = 'COLUMN', @level2name = N'index_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_index', -'COLUMN', N'index_field')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'索引栏位' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_index' -, @level2type = 'COLUMN', @level2name = N'index_field' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'索引栏位' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_index' -, @level2type = 'COLUMN', @level2name = N'index_field' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_index', -'COLUMN', N'index_type')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'索引类型' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_index' -, @level2type = 'COLUMN', @level2name = N'index_type' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'索引类型' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_index' -, @level2type = 'COLUMN', @level2name = N'index_type' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_index', -'COLUMN', N'table_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'主表id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_index' -, @level2type = 'COLUMN', @level2name = N'table_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'主表id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_index' -, @level2type = 'COLUMN', @level2name = N'table_id' -GO - --- ---------------------------- --- Records of cgform_index --- ---------------------------- - --- ---------------------------- --- Table structure for cgform_template --- ---------------------------- -DROP TABLE [dbo].[cgform_template] -GO -CREATE TABLE [dbo].[cgform_template] ( -[id] nvarchar(36) NOT NULL , -[create_name] nvarchar(50) NULL , -[create_by] nvarchar(50) NULL , -[create_date] datetime NULL , -[update_name] nvarchar(50) NULL , -[update_by] nvarchar(50) NULL , -[update_date] datetime NULL , -[sys_org_code] nvarchar(50) NULL , -[sys_company_code] nvarchar(50) NULL , -[template_name] nvarchar(100) NULL , -[template_code] nvarchar(50) NULL , -[template_type] nvarchar(32) NULL , -[template_share] nvarchar(10) NULL , -[template_pic] nvarchar(100) NULL , -[template_comment] nvarchar(200) NULL , -[template_list_name] nvarchar(200) NULL , -[template_add_name] nvarchar(200) NULL , -[template_update_name] nvarchar(200) NULL , -[template_detail_name] nvarchar(200) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_template', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_template', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'create_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_template', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_template', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'update_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_template', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'update_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_template', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'update_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_template', -'COLUMN', N'sys_org_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属部门' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属部门' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_template', -'COLUMN', N'sys_company_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属公司' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属公司' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_template', -'COLUMN', N'template_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'模板名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'template_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'模板名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'template_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_template', -'COLUMN', N'template_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'模板编码' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'template_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'模板编码' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'template_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_template', -'COLUMN', N'template_type')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'模板类型' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'template_type' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'模板类型' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'template_type' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_template', -'COLUMN', N'template_share')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'是否共享' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'template_share' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'是否共享' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'template_share' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_template', -'COLUMN', N'template_pic')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'预览图' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'template_pic' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'预览图' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'template_pic' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_template', -'COLUMN', N'template_comment')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'模板描述' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'template_comment' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'模板描述' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'template_comment' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_template', -'COLUMN', N'template_list_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'列表模板名称 -' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'template_list_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'列表模板名称 -' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'template_list_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_template', -'COLUMN', N'template_add_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'录入模板名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'template_add_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'录入模板名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'template_add_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_template', -'COLUMN', N'template_update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'编辑模板名 -称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'template_update_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'编辑模板名 -称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'template_update_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'cgform_template', -'COLUMN', N'template_detail_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'查看页面模 -板名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'template_detail_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'查看页面模 -板名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'cgform_template' -, @level2type = 'COLUMN', @level2name = N'template_detail_name' -GO - --- ---------------------------- --- Records of cgform_template --- ---------------------------- -INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name]) VALUES (N'4000020160401f7c0151f1eb65c50001', N'管理员', N'admin', N'2015-12-30 16:05:15.000', N'管理员', N'admin', N'2015-12-30 16:40:19.000', N'A03', N'A0', N'ACE默认模板', N'ledefault', N'1', N'', N'ledefault.png', N'ACE默认模板', N'autolist.ftl', N'jform.ftl', N'jform.ftl', N'jform.ftl') -GO -GO -INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name]) VALUES (N'4000020160401f7c0151f1eb65c50002', N'管理员', N'admin', N'2015-12-30 16:05:15.000', N'管理员', N'admin', N'2016-05-03 19:05:46.000', N'A03', N'A0', N'ACE默认主子表模板', N'ledefault2', N'2', N'', N'ledefault.png', N'ACE默认模板', N'autolist.ftl', N'jformunion.ftl', N'jformunion.ftl', N'jformunion.ftl') -GO -GO -INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name]) VALUES (N'4000020160401f7c0151f1eb65c50003', N'管理员', N'admin', N'2015-12-30 16:05:15.000', N'管理员', N'admin', N'2015-12-30 16:40:19.000', N'A03', N'A0', N'EASY默认模板', N'default', N'1', N'', N'default.jpg', N'EASY默认模板', N'autolist.ftl', N'jform.ftl', N'jform.ftl', N'jform.ftl') -GO -GO -INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name]) VALUES (N'4000020160401f7c0151f1eb65c50004', N'管理员', N'admin', N'2015-12-30 16:05:15.000', N'管理员', N'admin', N'2016-05-03 19:05:38.000', N'A03', N'A0', N'EASY默认主子表模板', N'default2', N'2', N'', N'default.jpg', N'EASY默认模板', N'autolist.ftl', N'jformunion.ftl', N'jformunion.ftl', N'jformunion.ftl') -GO -GO -INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name]) VALUES (N'40281381506e454301506e518d200001', N'管理员', N'admin', N'2015-10-16 09:44:09.000', N'管理员', N'admin', N'2015-12-03 23:01:05.000', N'A02', N'A0', N'客户资料表单模板', N'olstyle00002', N'1', null, N'index_900317F6B680FBBE6F8AEAB36CE0F20C.png', N'olstyle00002', N'autolist.ftl', N'jform.ftl', N'jform.ftl', N'jform.ftl') -GO -GO -INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name]) VALUES (N'4028138151b2ba140151b2efe7430001', N'管理员', N'admin', N'2015-12-18 10:34:05.000', N'管理员', N'admin', N'2015-12-18 18:44:14.000', N'A02', N'A0', N'员工入职单', N'jform00001', N'1', null, N'jform00001.jpg', N'员工入职单', N'autolist.ftl', N'jform.ftl', N'jform.ftl', N'jform.ftl') -GO -GO -INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name]) VALUES (N'402880e85070dc9f015070e076ca0003', N'管理员', N'admin', N'2015-10-16 21:39:30.000', N'管理员', N'admin', N'2015-12-03 23:01:24.000', N'A02', N'A0', N'客户跟踪表单模板', N'olstyle00001', N'1', null, N'olstyle00001.png', N'olstyle00001', N'autolist.ftl', N'jform.ftl', N'jform.ftl', N'jform.ftl') -GO -GO -INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name]) VALUES (N'4028818e535507ee0153552211ff0001', N'管理员', N'admin', N'2016-03-08 15:30:10.000', N'管理员', N'admin', N'2016-03-11 11:06:47.000', N'A03', N'A0', N'一对多全TAB模式', N'o2mTableStyle', N'2', null, N'index_9F13F103DDDCAACF20F09489BE1D449F.jpg', N'o2mTableStyle', N'autolist.ftl', N'jformunion.ftl', N'jformunion.ftl', N'jformunion.ftl') -GO -GO -INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name]) VALUES (N'40288195525dcc2d01525dd07e560001', N'管理员', N'admin', N'2016-01-20 14:54:51.000', N'管理员', N'admin', N'2016-02-25 12:18:05.000', N'A03', N'A0', N'通用移动模板001', N'moblieCommon001', N'1', null, N'', N'通用移动模板001', N'autolist.ftl', N'jform.ftl', N'jform.ftl', N'jform.ftl') -GO -GO -INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name]) VALUES (N'402881a151f1af7c0151f1eb65c50012', N'管理员', N'admin', N'2015-12-30 16:05:15.000', N'管理员', N'admin', N'2015-12-30 16:40:19.000', N'A03', N'A0', N'员工离职单', N'jform00002', N'1', null, N'jform00002.png', N'员工离职单', N'autolist.ftl', N'jform.ftl', N'jform.ftl', N'jform.ftl') -GO -GO -INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name]) VALUES (N'402881e45205d2bc015205da12c80008', N'管理员', N'admin', N'2016-01-03 12:58:44.000', N'管理员', N'admin', N'2016-02-25 11:56:11.000', N'A02', N'A0', N'员工费用报销单', N'employeeCost', N'2', null, N'employeeCost.png', N'employeeCost', N'autolist.ftl', N'jformunion.ftl', N'jformunion.ftl', N'jformunion.ftl') -GO -GO -INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name]) VALUES (N'402881e4527933980152793fb745000f', N'管理员', N'admin', N'2016-01-25 22:46:05.000', N'管理员', N'admin', N'2016-02-25 12:26:04.000', N'A02', N'A0', N'通用移动模板002', N'moblieCommon002', N'2', null, N'olMoblieStyle00002.png', N'olMoblieStyle00002', N'autolist.ftl', N'jformunion.ftl', N'jformunion.ftl', N'jformunion.ftl') -GO -GO -INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name]) VALUES (N'402881e4534c0aea01534c1a2a9f0027', N'管理员', N'admin', N'2016-03-06 21:24:57.000', N'', N'', null, N'A03', N'A0', N'招聘简历信息', N'resume', N'2', null, N'', N'招聘简历信息', N'autolist.ftl', N'jform.ftl', N'jform.ftl', N'jform.ftl') -GO -GO -INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name]) VALUES (N'40288af454ff777c0154ffad599e0003', N'管理员', N'admin', N'2016-05-30 11:20:31.000', N'管理员', N'admin', N'2016-05-30 11:22:46.000', N'A03', N'A0', N'表格行编辑', N'RowsEdit', N'1', null, N'rowedit.png', N'表格行编辑', N'autolist.ftl', N'jform.ftl', N'jform.ftl', N'jform.ftl') -GO -GO -INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name]) VALUES (N'40289481511b1cbf01511b229aa90001', N'管理员', N'admin', N'2015-11-18 23:07:11.000', N'管理员', N'admin', N'2015-12-03 23:00:13.000', N'A02', N'A0', N'boostrap 简约风格', N'boostrap01', N'1', null, N'index_762156D7FDDD269B87C74079D53F4549.png', N'boostrap 简约风格', N'autolist.ftl', N'jform.ftl', N'jform.ftl', N'jform.ftl') -GO -GO -INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name]) VALUES (N'4028b88154d672d00154d8c21e36005c', N'管理员', N'admin', N'2016-05-22 21:58:01.000', N'', N'', null, N'A01', N'A0', N'非弹框表单样式', N'nopopform', N'1', null, N'', N'', N'autolist.ftl', N'jform.ftl', N'jform.ftl', N'jform.ftl') -GO -GO -INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name]) VALUES (N'4028efa2523f95dc01523f98b4b50002', N'管理员', N'admin', N'2016-01-14 18:05:18.000', N'管理员', N'admin', N'2016-03-11 11:06:08.000', N'A02', N'A0', N'请假单', N'leaveApplicationForm', N'1', null, N'', N'移动端风格', N'autolist.ftl', N'jform.ftl', N'jform.ftl', N'jform.ftl') -GO -GO - --- ---------------------------- --- Table structure for cgform_uploadfiles --- ---------------------------- -DROP TABLE [dbo].[cgform_uploadfiles] -GO -CREATE TABLE [dbo].[cgform_uploadfiles] ( -[CGFORM_FIELD] nvarchar(100) NOT NULL , -[CGFORM_ID] nvarchar(36) NOT NULL , -[CGFORM_NAME] nvarchar(100) NOT NULL , -[id] nvarchar(32) NOT NULL -) - - -GO - --- ---------------------------- --- Records of cgform_uploadfiles --- ---------------------------- -INSERT INTO [dbo].[cgform_uploadfiles] ([CGFORM_FIELD], [CGFORM_ID], [CGFORM_NAME], [id]) VALUES (N'name', N'4028ef815382d0af015382d780440002', N'test_student', N'4028ef8153cf9d710153cfa38ea10010') -GO -GO -INSERT INTO [dbo].[cgform_uploadfiles] ([CGFORM_FIELD], [CGFORM_ID], [CGFORM_NAME], [id]) VALUES (N'name', N'4028ef8153cf9d710153cfa4a4fd0011', N'test_student', N'4028ef8153cf9d710153cfa4a5cc0013') -GO -GO -INSERT INTO [dbo].[cgform_uploadfiles] ([CGFORM_FIELD], [CGFORM_ID], [CGFORM_NAME], [id]) VALUES (N'filename2', N'4028ef815509d9db015509e142860001', N'test_file', N'4028ef815509d842015509e143280004') -GO -GO - --- ---------------------------- --- Table structure for ck_editor --- ---------------------------- -DROP TABLE [dbo].[ck_editor] -GO -CREATE TABLE [dbo].[ck_editor] ( -[ID] nvarchar(32) NOT NULL , -[CONTENTS] varbinary(MAX) NULL -) - - -GO - --- ---------------------------- --- Records of ck_editor --- ---------------------------- -INSERT INTO [dbo].[ck_editor] ([ID], [CONTENTS]) VALUES (N'4028ef81532b0ae401532b0bd4780001', 0x3C68746D6C3E0D0A3C686561643E0D0A093C7469746C653E3C2F7469746C653E0D0A3C2F686561643E0D0A3C626F64793E266E6273703B3C2F626F64793E0D0A3C2F68746D6C3E0D0A) -GO -GO -INSERT INTO [dbo].[ck_editor] ([ID], [CONTENTS]) VALUES (N'4028ef81532b0ae401532b0bf57e0002', 0x3C68746D6C3E0D0A3C686561643E0D0A093C7469746C653E3C2F7469746C653E0D0A3C2F686561643E0D0A3C626F64793E37373737373C2F626F64793E0D0A3C2F68746D6C3E0D0A) -GO -GO - --- ---------------------------- --- Table structure for ck_finder --- ---------------------------- -DROP TABLE [dbo].[ck_finder] -GO -CREATE TABLE [dbo].[ck_finder] ( -[ID] nvarchar(32) NOT NULL , -[ATTACHMENT] nvarchar(255) NULL , -[IMAGE] nvarchar(255) NULL , -[REMARK] nvarchar(MAX) NULL -) - - -GO - --- ---------------------------- --- Records of ck_finder --- ---------------------------- - --- ---------------------------- --- Table structure for doc --- ---------------------------- -DROP TABLE [dbo].[doc] -GO -CREATE TABLE [dbo].[doc] ( -[ID] nvarchar(32) NOT NULL , -[DOCCONTENT] varbinary(MAX) NULL , -[DOCDATE] datetime NULL , -[DOCID] nvarchar(255) NULL , -[DOCTITLE] nvarchar(255) NULL , -[DOCTYPE] nvarchar(255) NULL -) - - -GO - --- ---------------------------- --- Records of doc --- ---------------------------- -INSERT INTO [dbo].[doc] ([ID], [DOCCONTENT], [DOCDATE], [DOCID], [DOCTITLE], [DOCTYPE]) VALUES (N'4028ef815335c28f015335c28f0a0000', 0x313231323132, N'2016-04-02 00:00:00.000', N'12', N'12', N'bdfl_ptbd') -GO -GO -INSERT INTO [dbo].[doc] ([ID], [DOCCONTENT], [DOCDATE], [DOCID], [DOCTITLE], [DOCTYPE]) VALUES (N'4028ef81533fb6e701533fb6e78e0000', 0x393939737373, N'2016-03-04 00:00:00.000', N'1', N'1', N'bdfl_ptbd') -GO -GO -INSERT INTO [dbo].[doc] ([ID], [DOCCONTENT], [DOCDATE], [DOCID], [DOCTITLE], [DOCTYPE]) VALUES (N'4028ef815353fa00015353fa00320000', 0x33333333737373, N'2016-03-08 00:00:00.000', N'1', N'1', N'bdfl_ptbd') -GO -GO - --- ---------------------------- --- Table structure for jeecg_custom_info --- ---------------------------- -DROP TABLE [dbo].[jeecg_custom_info] -GO -CREATE TABLE [dbo].[jeecg_custom_info] ( -[id] nvarchar(36) NOT NULL , -[create_name] nvarchar(50) NULL , -[create_by] nvarchar(50) NULL , -[create_date] datetime NULL , -[update_name] nvarchar(50) NULL , -[update_by] nvarchar(50) NULL , -[update_date] datetime NULL , -[sys_org_code] nvarchar(50) NULL , -[sys_company_code] nvarchar(50) NULL , -[cust_name] nvarchar(100) NULL , -[cust_addr] nvarchar(200) NULL , -[cust_code] nvarchar(50) NULL , -[email] nvarchar(50) NULL , -[cust_charge] nvarchar(50) NULL , -[sex] nvarchar(10) NULL , -[age] nvarchar(32) NULL , -[position] nvarchar(32) NULL , -[phone] nvarchar(32) NULL , -[bank] nvarchar(100) NULL , -[money] nvarchar(100) NULL , -[promoter] nvarchar(50) NULL , -[account] nvarchar(100) NULL , -[turnover] nvarchar(32) NULL , -[payment_attr] nvarchar(100) NULL , -[sax_num] nvarchar(100) NULL , -[pay_date] nvarchar(100) NULL , -[begin_pay_date] nvarchar(100) NULL , -[main_bus] nvarchar(100) NULL , -[bus_pro] nvarchar(100) NULL , -[warehouse] nvarchar(100) NULL , -[people] nvarchar(100) NULL , -[transportation] nvarchar(100) NULL , -[operation] nvarchar(100) NULL , -[car] nvarchar(20) NULL , -[shopkeeper] nvarchar(100) NULL , -[wholesale] nvarchar(10) NULL , -[bus_scope] nvarchar(100) NULL , -[area] nvarchar(100) NULL , -[management] nvarchar(200) NULL , -[stock1] nvarchar(10) NULL , -[stock2] nvarchar(10) NULL , -[sale1] nvarchar(10) NULL , -[sale2] nvarchar(10) NULL , -[inventory1] nvarchar(100) NULL , -[inventory2] nvarchar(100) NULL , -[max_money] nvarchar(100) NULL , -[cust_level] nvarchar(100) NULL , -[all_avg_inventory] nvarchar(100) NULL , -[avg_inventory] nvarchar(100) NULL , -[price] nvarchar(100) NULL , -[promise] nvarchar(100) NULL , -[competing_goods] nvarchar(100) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'create_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'update_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'update_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'update_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'sys_org_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属部门' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属部门' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'sys_company_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属公司' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属公司' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'cust_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'客户名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'cust_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'客户名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'cust_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'cust_addr')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'地址' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'cust_addr' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'地址' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'cust_addr' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'cust_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'客户编号' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'cust_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'客户编号' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'cust_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'email')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'email' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'email' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'email' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'email' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'cust_charge')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'负责人' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'cust_charge' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'负责人' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'cust_charge' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'sex')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'性别' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'sex' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'性别' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'sex' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'age')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'年龄' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'age' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'年龄' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'age' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'position')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'职务' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'position' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'职务' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'position' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'phone')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'电话' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'phone' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'电话' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'phone' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'bank')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'往来银行' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'bank' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'往来银行' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'bank' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'money')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'现金情况' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'money' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'现金情况' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'money' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'promoter')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'承办人' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'promoter' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'承办人' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'promoter' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'account')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'账号' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'account' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'账号' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'account' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'turnover')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'资金周转' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'turnover' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'资金周转' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'turnover' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'payment_attr')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'付款态度' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'payment_attr' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'付款态度' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'payment_attr' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'sax_num')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'税号' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'sax_num' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'税号' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'sax_num' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'pay_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'付款日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'pay_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'付款日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'pay_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'begin_pay_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'开始交易日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'begin_pay_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'开始交易日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'begin_pay_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'main_bus')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'主营产品' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'main_bus' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'主营产品' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'main_bus' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'bus_pro')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'营业项目' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'bus_pro' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'营业项目' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'bus_pro' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'warehouse')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'仓库情况' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'warehouse' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'仓库情况' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'warehouse' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'people')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'员工人数及素质' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'people' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'员工人数及素质' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'people' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'transportation')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'运输方式' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'transportation' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'运输方式' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'transportation' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'operation')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'经营体制' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'operation' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'经营体制' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'operation' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'car')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'服务车数目' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'car' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'服务车数目' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'car' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'shopkeeper')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'零售商数及覆盖情况' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'shopkeeper' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'零售商数及覆盖情况' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'shopkeeper' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'wholesale')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'批发商数' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'wholesale' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'批发商数' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'wholesale' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'bus_scope')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'营业范围' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'bus_scope' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'营业范围' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'bus_scope' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'area')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'门市面积' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'area' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'门市面积' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'area' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'management')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'经营方针' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'management' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'经营方针' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'management' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'stock1')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'进货' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'stock1' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'进货' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'stock1' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'stock2')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'进货' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'stock2' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'进货' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'stock2' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'sale1')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'销售' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'sale1' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'销售' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'sale1' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'sale2')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'销售' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'sale2' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'销售' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'sale2' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'inventory1')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'存货' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'inventory1' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'存货' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'inventory1' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'inventory2')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'存货' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'inventory2' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'存货' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'inventory2' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'max_money')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'最高信用额度' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'max_money' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'最高信用额度' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'max_money' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'cust_level')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'客户等级' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'cust_level' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'客户等级' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'cust_level' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'all_avg_inventory')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'总体月均库存数' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'all_avg_inventory' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'总体月均库存数' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'all_avg_inventory' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'avg_inventory')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'月均库存数' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'avg_inventory' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'月均库存数' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'avg_inventory' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'price')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'价格折扣' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'price' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'价格折扣' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'price' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'promise')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'支持和服务的承诺' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'promise' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'支持和服务的承诺' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'promise' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_info', -'COLUMN', N'competing_goods')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'竞品经营情况' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'competing_goods' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'竞品经营情况' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' -, @level2type = 'COLUMN', @level2name = N'competing_goods' -GO - --- ---------------------------- --- Records of jeecg_custom_info --- ---------------------------- -INSERT INTO [dbo].[jeecg_custom_info] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [cust_name], [cust_addr], [cust_code], [email], [cust_charge], [sex], [age], [position], [phone], [bank], [money], [promoter], [account], [turnover], [payment_attr], [sax_num], [pay_date], [begin_pay_date], [main_bus], [bus_pro], [warehouse], [people], [transportation], [operation], [car], [shopkeeper], [wholesale], [bus_scope], [area], [management], [stock1], [stock2], [sale1], [sale2], [inventory1], [inventory2], [max_money], [cust_level], [all_avg_inventory], [avg_inventory], [price], [promise], [competing_goods]) VALUES (N'4028ef8153167a170153167b60230001', N'管理员', N'admin', N'2016-02-25 00:00:00.000', N'管理员', N'admin', N'2016-05-30 00:00:00.000', N'A03', N'A0', N'11', N'11', N'11', N'1@1.com', null, null, N'11', null, N'1', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null) -GO -GO - --- ---------------------------- --- Table structure for jeecg_custom_record --- ---------------------------- -DROP TABLE [dbo].[jeecg_custom_record] -GO -CREATE TABLE [dbo].[jeecg_custom_record] ( -[id] nvarchar(36) NOT NULL , -[create_name] nvarchar(50) NULL , -[create_by] nvarchar(50) NULL , -[create_date] datetime NULL , -[update_name] nvarchar(50) NULL , -[update_by] nvarchar(50) NULL , -[update_date] datetime NULL , -[sys_org_code] nvarchar(50) NULL , -[sys_company_code] nvarchar(50) NULL , -[custom_id] nvarchar(32) NULL , -[header] nvarchar(32) NULL , -[establish_date] datetime NULL , -[custom_name] nvarchar(32) NULL , -[capital_lines] float(53) NULL , -[address] nvarchar(32) NULL , -[phone] nvarchar(32) NULL , -[business_type] nvarchar(32) NULL , -[fax] nvarchar(32) NULL , -[banks] nvarchar(32) NULL , -[other_business] nvarchar(32) NULL , -[turnover] nvarchar(32) NULL , -[business] nvarchar(32) NULL , -[pay_type] nvarchar(32) NULL , -[business_contacts] nvarchar(32) NULL , -[collection] nvarchar(32) NULL , -[business_important_contacts] nvarchar(32) NULL , -[business_record] nvarchar(32) NULL , -[customer_opinion] nvarchar(32) NULL , -[credit_evaluation] nvarchar(32) NULL , -[preparer] nvarchar(32) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_record', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_record', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'create_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_record', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_record', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'update_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_record', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'update_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_record', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'update_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_record', -'COLUMN', N'sys_org_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属部门' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属部门' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_record', -'COLUMN', N'sys_company_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属公司' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属公司' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_record', -'COLUMN', N'custom_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'客户编号' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'custom_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'客户编号' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'custom_id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_record', -'COLUMN', N'header')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'负责人' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'header' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'负责人' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'header' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_record', -'COLUMN', N'establish_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'成立日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'establish_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'成立日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'establish_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_record', -'COLUMN', N'custom_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'客户名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'custom_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'客户名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'custom_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_record', -'COLUMN', N'capital_lines')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'资本额' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'capital_lines' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'资本额' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'capital_lines' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_record', -'COLUMN', N'address')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'地址' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'address' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'地址' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'address' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_record', -'COLUMN', N'phone')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'电话' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'phone' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'电话' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'phone' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_record', -'COLUMN', N'business_type')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'营业类型' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'business_type' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'营业类型' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'business_type' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_record', -'COLUMN', N'fax')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'传真' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'fax' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'传真' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'fax' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_record', -'COLUMN', N'banks')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'主要往来银行' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'banks' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'主要往来银行' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'banks' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_record', -'COLUMN', N'other_business')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'其他投资事业' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'other_business' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'其他投资事业' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'other_business' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_record', -'COLUMN', N'turnover')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'平均每日营业额' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'turnover' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'平均每日营业额' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'turnover' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_record', -'COLUMN', N'business')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'主要业务往来' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'business' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'主要业务往来' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'business' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_record', -'COLUMN', N'pay_type')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'付款方式' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'pay_type' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'付款方式' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'pay_type' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_record', -'COLUMN', N'business_contacts')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'与本公司往来' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'business_contacts' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'与本公司往来' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'business_contacts' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_record', -'COLUMN', N'collection')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'收款记录' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'collection' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'收款记录' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'collection' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_record', -'COLUMN', N'business_important_contacts')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'最近与本公司往来重要记录' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'business_important_contacts' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'最近与本公司往来重要记录' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'business_important_contacts' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_record', -'COLUMN', N'business_record')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'最近交易数据跟踪' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'business_record' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'最近交易数据跟踪' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'business_record' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_record', -'COLUMN', N'customer_opinion')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'客户意见' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'customer_opinion' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'客户意见' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'customer_opinion' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_record', -'COLUMN', N'credit_evaluation')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'信用评定' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'credit_evaluation' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'信用评定' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'credit_evaluation' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_custom_record', -'COLUMN', N'preparer')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'填表人' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'preparer' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'填表人' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' -, @level2type = 'COLUMN', @level2name = N'preparer' -GO - --- ---------------------------- --- Records of jeecg_custom_record --- ---------------------------- -INSERT INTO [dbo].[jeecg_custom_record] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [custom_id], [header], [establish_date], [custom_name], [capital_lines], [address], [phone], [business_type], [fax], [banks], [other_business], [turnover], [business], [pay_type], [business_contacts], [collection], [business_important_contacts], [business_record], [customer_opinion], [credit_evaluation], [preparer]) VALUES (N'4028ef8153167a170153167c23dd0002', N'管理员', N'admin', N'2016-02-25 00:00:00.000', null, null, null, N'A03', N'A0', N'2', N'2', N'2016-02-25 00:00:00.000', N'2', N'22', N'222', N'2', N'2', N'2', N'2', N'2', N'2', N'2', null, N'2', null, N'2', N'2', N'2', N'2', N'2') -GO -GO - --- ---------------------------- --- Table structure for jeecg_demo --- ---------------------------- -DROP TABLE [dbo].[jeecg_demo] -GO -CREATE TABLE [dbo].[jeecg_demo] ( -[ID] nvarchar(32) NOT NULL , -[AGE] int NULL , -[BIRTHDAY] datetime NULL , -[content] nvarchar(255) NULL , -[create_date] datetime NULL , -[DEP_ID] nvarchar(255) NULL , -[EMAIL] nvarchar(255) NULL , -[MOBILE_PHONE] nvarchar(255) NULL , -[OFFICE_PHONE] nvarchar(255) NULL , -[SALARY] decimal(19,2) NULL , -[SEX] nvarchar(255) NULL , -[status] nvarchar(255) NULL , -[USER_NAME] nvarchar(255) NOT NULL , -[CREATE_TIME] datetime NULL -) - - -GO - --- ---------------------------- --- Records of jeecg_demo --- ---------------------------- -INSERT INTO [dbo].[jeecg_demo] ([ID], [AGE], [BIRTHDAY], [content], [create_date], [DEP_ID], [EMAIL], [MOBILE_PHONE], [OFFICE_PHONE], [SALARY], [SEX], [status], [USER_NAME], [CREATE_TIME]) VALUES (N'4028ef81550c1a7901550c1cd6e70001', null, null, N'111', N'2016-06-01 21:17:44.000', N'402880e447e99cf10147e9a03b320003', N'', N'', N'', null, N'1', N'1', N'121221', null) -GO -GO -INSERT INTO [dbo].[jeecg_demo] ([ID], [AGE], [BIRTHDAY], [content], [create_date], [DEP_ID], [EMAIL], [MOBILE_PHONE], [OFFICE_PHONE], [SALARY], [SEX], [status], [USER_NAME], [CREATE_TIME]) VALUES (N'8a8ab0b246dc81120146dc81860f016f', N'12', N'2014-02-14 00:00:00.000', N'', null, N'402880e447e99cf10147e9a03b320003', N'demo@jeecg.com', N'13111111111', N'66666666', N'10.00', N'1', N'', N'小明', null) -GO -GO - --- ---------------------------- --- Table structure for jeecg_demo_course --- ---------------------------- -DROP TABLE [dbo].[jeecg_demo_course] -GO -CREATE TABLE [dbo].[jeecg_demo_course] ( -[ID] nvarchar(32) NOT NULL , -[NAME] nvarchar(25) NULL , -[teacher_ID] nvarchar(32) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_demo_course', -NULL, NULL)) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`teacher_ID`) REFER `jeecg/jeecg_demo_teacher`(`ID`)' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_demo_course' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`teacher_ID`) REFER `jeecg/jeecg_demo_teacher`(`ID`)' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_demo_course' -GO - --- ---------------------------- --- Records of jeecg_demo_course --- ---------------------------- -INSERT INTO [dbo].[jeecg_demo_course] ([ID], [NAME], [teacher_ID]) VALUES (N'8a8ab0b246dc81120146dc818512016c', N'海贼王', N'8a8ab0b246dc81120146dc81850f016b') -GO -GO - --- ---------------------------- --- Table structure for jeecg_demo_student --- ---------------------------- -DROP TABLE [dbo].[jeecg_demo_student] -GO -CREATE TABLE [dbo].[jeecg_demo_student] ( -[ID] nvarchar(32) NOT NULL , -[BIRTHDAY] datetime NULL , -[NAME] nvarchar(32) NULL , -[SEX] nvarchar(1) NULL , -[COURSE_ID] nvarchar(32) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_demo_student', -NULL, NULL)) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`COURSE_ID`) REFER `jeecg/jeecg_demo_course`(`ID`)' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_demo_student' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`COURSE_ID`) REFER `jeecg/jeecg_demo_course`(`ID`)' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_demo_student' -GO - --- ---------------------------- --- Records of jeecg_demo_student --- ---------------------------- -INSERT INTO [dbo].[jeecg_demo_student] ([ID], [BIRTHDAY], [NAME], [SEX], [COURSE_ID]) VALUES (N'402881824c741dbd014c742bc8860001', null, N'你好', N'0', N'8a8ab0b246dc81120146dc818512016c') -GO -GO -INSERT INTO [dbo].[jeecg_demo_student] ([ID], [BIRTHDAY], [NAME], [SEX], [COURSE_ID]) VALUES (N'8a8ab0b246dc81120146dc818516016d', null, N'卓洛', N'0', N'8a8ab0b246dc81120146dc818512016c') -GO -GO -INSERT INTO [dbo].[jeecg_demo_student] ([ID], [BIRTHDAY], [NAME], [SEX], [COURSE_ID]) VALUES (N'8a8ab0b246dc81120146dc818519016e', null, N'山治 ', N'0', N'8a8ab0b246dc81120146dc818512016c') -GO -GO - --- ---------------------------- --- Table structure for jeecg_demo_teacher --- ---------------------------- -DROP TABLE [dbo].[jeecg_demo_teacher] -GO -CREATE TABLE [dbo].[jeecg_demo_teacher] ( -[ID] nvarchar(32) NOT NULL , -[NAME] nvarchar(12) NULL , -[pic] nvarchar(255) NULL -) - - -GO - --- ---------------------------- --- Records of jeecg_demo_teacher --- ---------------------------- -INSERT INTO [dbo].[jeecg_demo_teacher] ([ID], [NAME], [pic]) VALUES (N'8a8ab0b246dc81120146dc81850f016b', N'路飞', null) -GO -GO - --- ---------------------------- --- Table structure for jeecg_matter_bom --- ---------------------------- -DROP TABLE [dbo].[jeecg_matter_bom] -GO -CREATE TABLE [dbo].[jeecg_matter_bom] ( -[ID] nvarchar(32) NOT NULL , -[address] nvarchar(255) NULL , -[code] nvarchar(50) NOT NULL , -[name] nvarchar(50) NOT NULL , -[price] decimal(21,6) NOT NULL , -[productionDate] datetime NULL , -[quantity] int NOT NULL , -[stock] int NOT NULL , -[unit] nvarchar(50) NULL , -[weight] nvarchar(50) NULL , -[parent_ID] nvarchar(32) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jeecg_matter_bom', -NULL, NULL)) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`parent_ID`) REFER `jeecg/jeecg_matter_bom`(`ID`)' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_matter_bom' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`parent_ID`) REFER `jeecg/jeecg_matter_bom`(`ID`)' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jeecg_matter_bom' -GO - --- ---------------------------- --- Records of jeecg_matter_bom --- ---------------------------- -INSERT INTO [dbo].[jeecg_matter_bom] ([ID], [address], [code], [name], [price], [productionDate], [quantity], [stock], [unit], [weight], [parent_ID]) VALUES (N'8a8ab0b246dc81120146dc8186230174', N'广东深圳', N'001', N'电脑', N'5000.000000', N'2014-06-27 16:46:54.000', N'5', N'10', N'台', N'100', null) -GO -GO -INSERT INTO [dbo].[jeecg_matter_bom] ([ID], [address], [code], [name], [price], [productionDate], [quantity], [stock], [unit], [weight], [parent_ID]) VALUES (N'8a8ab0b246dc81120146dc8186260175', N'上海', N'001001', N'主板', N'800.000000', N'2014-06-27 04:46:54.000', N'6', N'18', N'个', N'60', N'8a8ab0b246dc81120146dc8186230174') -GO -GO - --- ---------------------------- --- Table structure for jeecg_minidao --- ---------------------------- -DROP TABLE [dbo].[jeecg_minidao] -GO -CREATE TABLE [dbo].[jeecg_minidao] ( -[ID] nvarchar(32) NOT NULL , -[AGE] int NULL , -[BIRTHDAY] datetime NULL , -[CONTENT] nvarchar(255) NULL , -[CREATE_TIME] datetime NULL , -[DEP_ID] nvarchar(255) NULL , -[EMAIL] nvarchar(255) NULL , -[MOBILE_PHONE] nvarchar(255) NULL , -[OFFICE_PHONE] nvarchar(255) NULL , -[SALARY] decimal(19,2) NULL , -[SEX] int NULL , -[STATUS] nvarchar(255) NULL , -[USER_NAME] nvarchar(255) NOT NULL -) - - -GO - --- ---------------------------- --- Records of jeecg_minidao --- ---------------------------- -INSERT INTO [dbo].[jeecg_minidao] ([ID], [AGE], [BIRTHDAY], [CONTENT], [CREATE_TIME], [DEP_ID], [EMAIL], [MOBILE_PHONE], [OFFICE_PHONE], [SALARY], [SEX], [STATUS], [USER_NAME]) VALUES (N'402880e74d75abd1014d75ac82410002', null, null, null, N'2015-05-21 04:52:29.000', N'402880e447e99cf10147e9a03b320003', N'', N'12', N'12', null, null, N'0', N'12') -GO -GO - --- ---------------------------- --- Table structure for jeecg_order_custom --- ---------------------------- -DROP TABLE [dbo].[jeecg_order_custom] -GO -CREATE TABLE [dbo].[jeecg_order_custom] ( -[ID] nvarchar(32) NOT NULL , -[CREATE_DT] datetime NULL , -[CRTUSER] nvarchar(12) NULL , -[CRTUSER_NAME] nvarchar(10) NULL , -[DEL_DT] datetime NULL , -[DELFLAG] int NULL , -[GO_ORDER_CODE] nvarchar(12) NOT NULL , -[GOC_BUSS_CONTENT] nvarchar(33) NULL , -[GOC_CONTENT] nvarchar(66) NULL , -[GOC_CUS_NAME] nvarchar(16) NULL , -[GOC_IDCARD] nvarchar(18) NULL , -[GOC_PASSPORT_CODE] nvarchar(10) NULL , -[GOC_SEX] nvarchar(255) NULL , -[MODIFIER] nvarchar(12) NULL , -[MODIFIER_NAME] nvarchar(10) NULL , -[MODIFY_DT] datetime NULL -) - - -GO - --- ---------------------------- --- Records of jeecg_order_custom --- ---------------------------- -INSERT INTO [dbo].[jeecg_order_custom] ([ID], [CREATE_DT], [CRTUSER], [CRTUSER_NAME], [DEL_DT], [DELFLAG], [GO_ORDER_CODE], [GOC_BUSS_CONTENT], [GOC_CONTENT], [GOC_CUS_NAME], [GOC_IDCARD], [GOC_PASSPORT_CODE], [GOC_SEX], [MODIFIER], [MODIFIER_NAME], [MODIFY_DT]) VALUES (N'40289481511dac0701511db18e490002', null, null, null, null, null, N'2', null, N'2', null, null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[jeecg_order_custom] ([ID], [CREATE_DT], [CRTUSER], [CRTUSER_NAME], [DEL_DT], [DELFLAG], [GO_ORDER_CODE], [GOC_BUSS_CONTENT], [GOC_CONTENT], [GOC_CUS_NAME], [GOC_IDCARD], [GOC_PASSPORT_CODE], [GOC_SEX], [MODIFIER], [MODIFIER_NAME], [MODIFY_DT]) VALUES (N'4028ef8154ff68e90154ff736734000a', null, null, null, null, null, N'111', N'2', N'2', N'2', N'2', N'2', N'1', null, null, null) -GO -GO - --- ---------------------------- --- Table structure for jeecg_order_main --- ---------------------------- -DROP TABLE [dbo].[jeecg_order_main] -GO -CREATE TABLE [dbo].[jeecg_order_main] ( -[ID] nvarchar(32) NOT NULL , -[CREATE_DT] datetime NULL , -[CRTUSER] nvarchar(12) NULL , -[CRTUSER_NAME] nvarchar(10) NULL , -[DEL_DT] datetime NULL , -[DELFLAG] int NULL , -[GO_ALL_PRICE] decimal(10,2) NULL , -[GO_CONTACT_NAME] nvarchar(16) NULL , -[GO_CONTENT] nvarchar(66) NULL , -[GO_ORDER_CODE] nvarchar(12) NOT NULL , -[GO_ORDER_COUNT] int NULL , -[GO_RETURN_PRICE] decimal(10,2) NULL , -[GO_TELPHONE] nvarchar(11) NULL , -[GODER_TYPE] nvarchar(255) NULL , -[MODIFIER] nvarchar(12) NULL , -[MODIFIER_NAME] nvarchar(10) NULL , -[MODIFY_DT] datetime NULL , -[USERTYPE] nvarchar(255) NULL -) - - -GO - --- ---------------------------- --- Records of jeecg_order_main --- ---------------------------- -INSERT INTO [dbo].[jeecg_order_main] ([ID], [CREATE_DT], [CRTUSER], [CRTUSER_NAME], [DEL_DT], [DELFLAG], [GO_ALL_PRICE], [GO_CONTACT_NAME], [GO_CONTENT], [GO_ORDER_CODE], [GO_ORDER_COUNT], [GO_RETURN_PRICE], [GO_TELPHONE], [GODER_TYPE], [MODIFIER], [MODIFIER_NAME], [MODIFY_DT], [USERTYPE]) VALUES (N'4028ef8154ff68e90154ff7367330008', null, null, null, null, null, N'1.00', N'11', N'1', N'2222', N'11', N'11.00', N'', N'1', null, null, null, N'2') -GO -GO - --- ---------------------------- --- Table structure for jeecg_order_product --- ---------------------------- -DROP TABLE [dbo].[jeecg_order_product] -GO -CREATE TABLE [dbo].[jeecg_order_product] ( -[ID] nvarchar(32) NOT NULL , -[CREATE_DT] datetime NULL , -[CRTUSER] nvarchar(12) NULL , -[CRTUSER_NAME] nvarchar(10) NULL , -[DEL_DT] datetime NULL , -[DELFLAG] int NULL , -[GO_ORDER_CODE] nvarchar(12) NOT NULL , -[GOP_CONTENT] nvarchar(66) NULL , -[GOP_COUNT] int NULL , -[GOP_ONE_PRICE] decimal(10,2) NULL , -[GOP_PRODUCT_NAME] nvarchar(33) NULL , -[GOP_PRODUCT_TYPE] nvarchar(1) NOT NULL , -[GOP_SUM_PRICE] decimal(10,2) NULL , -[MODIFIER] nvarchar(12) NULL , -[MODIFIER_NAME] nvarchar(10) NULL , -[MODIFY_DT] datetime NULL -) - - -GO - --- ---------------------------- --- Records of jeecg_order_product --- ---------------------------- -INSERT INTO [dbo].[jeecg_order_product] ([ID], [CREATE_DT], [CRTUSER], [CRTUSER_NAME], [DEL_DT], [DELFLAG], [GO_ORDER_CODE], [GOP_CONTENT], [GOP_COUNT], [GOP_ONE_PRICE], [GOP_PRODUCT_NAME], [GOP_PRODUCT_TYPE], [GOP_SUM_PRICE], [MODIFIER], [MODIFIER_NAME], [MODIFY_DT]) VALUES (N'4028ef8154ff68e90154ff7367330009', null, null, null, null, null, N'111', N'1', N'111', N'11.00', N'1234567', N'1', N'1.00', null, null, null) -GO -GO -INSERT INTO [dbo].[jeecg_order_product] ([ID], [CREATE_DT], [CRTUSER], [CRTUSER_NAME], [DEL_DT], [DELFLAG], [GO_ORDER_CODE], [GOP_CONTENT], [GOP_COUNT], [GOP_ONE_PRICE], [GOP_PRODUCT_NAME], [GOP_PRODUCT_TYPE], [GOP_SUM_PRICE], [MODIFIER], [MODIFIER_NAME], [MODIFY_DT]) VALUES (N'4028ef8154ff68e90154ff73b6fd000e', null, null, null, null, null, N'2222', N'1', N'111', N'11.00', N'123456733', N'1', N'1.00', null, null, null) -GO -GO - --- ---------------------------- --- Table structure for jfom_goods --- ---------------------------- -DROP TABLE [dbo].[jfom_goods] -GO -CREATE TABLE [dbo].[jfom_goods] ( -[id] nvarchar(36) NOT NULL , -[create_name] nvarchar(50) NULL , -[create_by] nvarchar(50) NULL , -[create_date] datetime NULL , -[update_name] nvarchar(50) NULL , -[update_by] nvarchar(50) NULL , -[update_date] datetime NULL , -[sys_org_code] nvarchar(50) NULL , -[sys_company_code] nvarchar(50) NULL , -[bpm_status] nvarchar(32) NULL , -[name] nvarchar(32) NULL , -[code] nvarchar(32) NULL , -[full_name] nvarchar(32) NULL , -[outside_code] nvarchar(32) NULL , -[manufacturers_no] nvarchar(32) NULL , -[supplier] nvarchar(32) NULL , -[product_unit] nvarchar(32) NULL , -[product_owner] nvarchar(32) NULL , -[brand] nvarchar(32) NULL , -[annual] nvarchar(32) NULL , -[season] nvarchar(32) NULL , -[product_type] nvarchar(32) NULL , -[series_name] nvarchar(32) NULL , -[size_length] float(53) NULL , -[size_width] float(53) NULL , -[size_height] float(53) NULL , -[size_volume] float(53) NULL , -[time_to_market] datetime NULL , -[price_cost] float(53) NULL , -[price_drop] float(53) NULL , -[price_standard_sell] float(53) NULL , -[price_standard_bid] float(53) NULL , -[price_trade] float(53) NULL , -[price_proxy] float(53) NULL , -[price_platform] float(53) NULL , -[gift] nvarchar(32) NULL , -[product_virtual] nvarchar(32) NULL , -[product_cost] nvarchar(32) NULL , -[point_pack] nvarchar(32) NULL , -[point_sell] nvarchar(32) NULL , -[product_uniqueness_code] nvarchar(32) NULL , -[batch_manage] nvarchar(32) NULL , -[product_single_code] nvarchar(32) NULL , -[expiration_date] nvarchar(32) NULL , -[supply_of_material_round] nvarchar(32) NULL , -[safety_inventory] nvarchar(32) NULL , -[international_code] nvarchar(32) NULL , -[remark] nvarchar(200) NULL , -[product_state] nvarchar(32) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'create_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'update_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'update_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'update_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'sys_org_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属部门' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属部门' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'sys_company_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属公司' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属公司' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'bpm_status')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'流程状态' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'bpm_status' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'流程状态' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'bpm_status' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'商品名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'商品名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'商品代码' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'商品代码' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'full_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'商品全称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'full_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'商品全称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'full_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'outside_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'外部编码' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'outside_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'外部编码' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'outside_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'manufacturers_no')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'厂家货号' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'manufacturers_no' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'厂家货号' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'manufacturers_no' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'supplier')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'供应商' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'supplier' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'供应商' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'supplier' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'product_unit')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'单位' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'product_unit' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'单位' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'product_unit' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'product_owner')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'货主' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'product_owner' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'货主' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'product_owner' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'brand')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'品牌' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'brand' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'品牌' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'brand' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'annual')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'年度' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'annual' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'年度' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'annual' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'season')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'季节' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'season' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'季节' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'season' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'product_type')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'商品分类' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'product_type' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'商品分类' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'product_type' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'series_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'系列名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'series_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'系列名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'series_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'size_length')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'长度' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'size_length' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'长度' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'size_length' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'size_width')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'宽度' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'size_width' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'宽度' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'size_width' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'size_height')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'高度' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'size_height' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'高度' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'size_height' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'size_volume')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'体积' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'size_volume' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'体积' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'size_volume' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'time_to_market')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'上市时间' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'time_to_market' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'上市时间' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'time_to_market' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'price_cost')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'成本价' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'price_cost' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'成本价' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'price_cost' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'price_drop')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'吊牌价' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'price_drop' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'吊牌价' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'price_drop' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'price_standard_sell')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'标准售价' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'price_standard_sell' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'标准售价' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'price_standard_sell' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'price_standard_bid')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'标准进价' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'price_standard_bid' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'标准进价' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'price_standard_bid' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'price_trade')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'批发价' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'price_trade' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'批发价' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'price_trade' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'price_proxy')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'代理价' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'price_proxy' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'代理价' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'price_proxy' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'price_platform')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'平台价' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'price_platform' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'平台价' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'price_platform' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'gift')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'赠品' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'gift' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'赠品' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'gift' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'product_virtual')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'虚拟商品' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'product_virtual' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'虚拟商品' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'product_virtual' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'product_cost')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'费用商品' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'product_cost' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'费用商品' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'product_cost' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'point_pack')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'打包点数' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'point_pack' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'打包点数' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'point_pack' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'point_sell')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'销售点数' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'point_sell' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'销售点数' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'point_sell' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'product_uniqueness_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'唯一码商品' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'product_uniqueness_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'唯一码商品' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'product_uniqueness_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'batch_manage')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'批次管理' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'batch_manage' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'批次管理' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'batch_manage' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'product_single_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'单码商品' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'product_single_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'单码商品' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'product_single_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'expiration_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'保质期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'expiration_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'保质期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'expiration_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'supply_of_material_round')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'供货周期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'supply_of_material_round' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'供货周期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'supply_of_material_round' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'safety_inventory')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'安全库存' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'safety_inventory' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'安全库存' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'safety_inventory' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'international_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'国际码' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'international_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'国际码' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'international_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'remark')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'备注' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'remark' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'备注' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'remark' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jfom_goods', -'COLUMN', N'product_state')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'商品状态' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'product_state' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'商品状态' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jfom_goods' -, @level2type = 'COLUMN', @level2name = N'product_state' -GO - --- ---------------------------- --- Records of jfom_goods --- ---------------------------- -INSERT INTO [dbo].[jfom_goods] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [code], [full_name], [outside_code], [manufacturers_no], [supplier], [product_unit], [product_owner], [brand], [annual], [season], [product_type], [series_name], [size_length], [size_width], [size_height], [size_volume], [time_to_market], [price_cost], [price_drop], [price_standard_sell], [price_standard_bid], [price_trade], [price_proxy], [price_platform], [gift], [product_virtual], [product_cost], [point_pack], [point_sell], [product_uniqueness_code], [batch_manage], [product_single_code], [expiration_date], [supply_of_material_round], [safety_inventory], [international_code], [remark], [product_state]) VALUES (N'4028ef81550c8fad01550c95130d0004', N'管理员', N'admin', N'2016-06-01 23:29:04.000', null, null, null, N'A03', N'A0', null, N'123123', N'23123', N'', N'', N'', N'', N'', N'', N'', N'', N'', N'', N'', null, null, null, null, null, null, null, null, null, null, null, null, N'', N'', N'', N'', N'', N'', N'', N'', N'', N'', N'', N'', N'', N'') -GO -GO - --- ---------------------------- --- Table structure for jform_cgdynamgraph_head --- ---------------------------- -DROP TABLE [dbo].[jform_cgdynamgraph_head] -GO -CREATE TABLE [dbo].[jform_cgdynamgraph_head] ( -[ID] nvarchar(36) NOT NULL , -[CGR_SQL] nvarchar(MAX) NOT NULL , -[CODE] nvarchar(36) NOT NULL , -[CONTENT] nvarchar(500) NOT NULL , -[NAME] nvarchar(100) NOT NULL , -[update_name] nvarchar(32) NULL , -[update_date] datetime NULL , -[update_by] nvarchar(32) NULL , -[create_name] nvarchar(32) NULL , -[create_date] datetime NULL , -[create_by] nvarchar(32) NULL , -[db_source] nvarchar(36) NULL , -[graph_type] nvarchar(36) NULL , -[data_structure] nvarchar(36) NULL , -[is_pagination] nvarchar(2) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgdynamgraph_head', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'修改人' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_head' -, @level2type = 'COLUMN', @level2name = N'update_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'修改人' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_head' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgdynamgraph_head', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'修改时间' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_head' -, @level2type = 'COLUMN', @level2name = N'update_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'修改时间' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_head' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgdynamgraph_head', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'修改人id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_head' -, @level2type = 'COLUMN', @level2name = N'update_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'修改人id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_head' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgdynamgraph_head', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_head' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_head' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgdynamgraph_head', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建时间' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_head' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建时间' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_head' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgdynamgraph_head', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_head' -, @level2type = 'COLUMN', @level2name = N'create_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_head' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgdynamgraph_head', -'COLUMN', N'db_source')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'动态数据源' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_head' -, @level2type = 'COLUMN', @level2name = N'db_source' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'动态数据源' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_head' -, @level2type = 'COLUMN', @level2name = N'db_source' -GO - --- ---------------------------- --- Records of jform_cgdynamgraph_head --- ---------------------------- -INSERT INTO [dbo].[jform_cgdynamgraph_head] ([ID], [CGR_SQL], [CODE], [CONTENT], [NAME], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by], [db_source], [graph_type], [data_structure], [is_pagination]) VALUES (N'40287d815212a622015212ab57100003', N'select broswer name,count(1) value,case when broswer =''Firefox'' then ''#FF00FF'' when broswer =''IE'' then ''#FFFF00'' else ''#43CD80'' end color from t_s_log group by broswer', N't_s_log', N'测试报表', N'用户登录记录', N'管理员', N'2016-03-15 14:07:53.000', N'admin', null, null, null, N'', N'', N'', null) -GO -GO - --- ---------------------------- --- Table structure for jform_cgdynamgraph_item --- ---------------------------- -DROP TABLE [dbo].[jform_cgdynamgraph_item] -GO -CREATE TABLE [dbo].[jform_cgdynamgraph_item] ( -[ID] nvarchar(36) NOT NULL , -[S_FLAG] nvarchar(2) NULL , -[S_MODE] nvarchar(10) NULL , -[CGRHEAD_ID] nvarchar(36) NULL , -[DICT_CODE] nvarchar(36) NULL , -[FIELD_HREF] nvarchar(120) NULL , -[FIELD_NAME] nvarchar(36) NULL , -[FIELD_TXT] nvarchar(MAX) NULL , -[FIELD_TYPE] nvarchar(10) NULL , -[IS_SHOW] nvarchar(5) NULL , -[ORDER_NUM] int NULL , -[REPLACE_VA] nvarchar(36) NULL -) - - -GO - --- ---------------------------- --- Records of jform_cgdynamgraph_item --- ---------------------------- -INSERT INTO [dbo].[jform_cgdynamgraph_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'40287d81523df8f501523f348d5a0009', N'Y', N'single', N'40287d815212a622015212ab57100003', N'', N'', N'name', N'浏览器', N'String', N'Y', N'0', N'') -GO -GO -INSERT INTO [dbo].[jform_cgdynamgraph_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'40287d81523df8f501523f348d66000a', N'Y', N'group', N'40287d815212a622015212ab57100003', N'', N'', N'value', N'数量', N'String', N'Y', N'1', N'') -GO -GO -INSERT INTO [dbo].[jform_cgdynamgraph_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'40287d81523df8f501523f348d6a000b', N'', N'', N'40287d815212a622015212ab57100003', N'', N'', N'color', N'color', N'String', N'Y', N'2', N'') -GO -GO - --- ---------------------------- --- Table structure for jform_cgdynamgraph_param --- ---------------------------- -DROP TABLE [dbo].[jform_cgdynamgraph_param] -GO -CREATE TABLE [dbo].[jform_cgdynamgraph_param] ( -[id] nvarchar(36) NOT NULL , -[create_name] nvarchar(50) NULL , -[create_by] nvarchar(50) NULL , -[create_date] datetime NULL , -[update_name] nvarchar(50) NULL , -[update_by] nvarchar(50) NULL , -[update_date] datetime NULL , -[sys_org_code] nvarchar(50) NULL , -[sys_company_code] nvarchar(50) NULL , -[param_name] nvarchar(32) NOT NULL , -[param_desc] nvarchar(32) NULL , -[param_value] nvarchar(32) NULL , -[seq] int NULL , -[cgrhead_id] nvarchar(36) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgdynamgraph_param', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgdynamgraph_param', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' -, @level2type = 'COLUMN', @level2name = N'create_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgdynamgraph_param', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgdynamgraph_param', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' -, @level2type = 'COLUMN', @level2name = N'update_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgdynamgraph_param', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' -, @level2type = 'COLUMN', @level2name = N'update_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgdynamgraph_param', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' -, @level2type = 'COLUMN', @level2name = N'update_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgdynamgraph_param', -'COLUMN', N'sys_org_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属部门' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属部门' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgdynamgraph_param', -'COLUMN', N'sys_company_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属公司' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属公司' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgdynamgraph_param', -'COLUMN', N'param_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'参数名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' -, @level2type = 'COLUMN', @level2name = N'param_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'参数名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' -, @level2type = 'COLUMN', @level2name = N'param_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgdynamgraph_param', -'COLUMN', N'param_desc')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'参数说明' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' -, @level2type = 'COLUMN', @level2name = N'param_desc' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'参数说明' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' -, @level2type = 'COLUMN', @level2name = N'param_desc' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgdynamgraph_param', -'COLUMN', N'param_value')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'数值' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' -, @level2type = 'COLUMN', @level2name = N'param_value' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'数值' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' -, @level2type = 'COLUMN', @level2name = N'param_value' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgdynamgraph_param', -'COLUMN', N'seq')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'排序' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' -, @level2type = 'COLUMN', @level2name = N'seq' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'排序' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' -, @level2type = 'COLUMN', @level2name = N'seq' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgdynamgraph_param', -'COLUMN', N'cgrhead_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'动态报表ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' -, @level2type = 'COLUMN', @level2name = N'cgrhead_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'动态报表ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' -, @level2type = 'COLUMN', @level2name = N'cgrhead_id' -GO - --- ---------------------------- --- Records of jform_cgdynamgraph_param --- ---------------------------- - --- ---------------------------- --- Table structure for jform_cgreport_head --- ---------------------------- -DROP TABLE [dbo].[jform_cgreport_head] -GO -CREATE TABLE [dbo].[jform_cgreport_head] ( -[ID] nvarchar(36) NOT NULL , -[CGR_SQL] nvarchar(MAX) NOT NULL , -[CODE] nvarchar(36) NOT NULL , -[CONTENT] nvarchar(MAX) NOT NULL , -[NAME] nvarchar(100) NOT NULL , -[update_name] nvarchar(32) NULL , -[update_date] datetime NULL , -[update_by] nvarchar(32) NULL , -[create_name] nvarchar(32) NULL , -[create_date] datetime NULL , -[create_by] nvarchar(32) NULL , -[db_source] nvarchar(36) NULL , -[return_val_field] nvarchar(100) NULL , -[return_txt_field] nvarchar(100) NULL , -[pop_retype] nvarchar(2) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgreport_head', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'修改人' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' -, @level2type = 'COLUMN', @level2name = N'update_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'修改人' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgreport_head', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'修改时间' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' -, @level2type = 'COLUMN', @level2name = N'update_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'修改时间' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgreport_head', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'修改人id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' -, @level2type = 'COLUMN', @level2name = N'update_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'修改人id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgreport_head', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgreport_head', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建时间' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建时间' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgreport_head', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' -, @level2type = 'COLUMN', @level2name = N'create_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgreport_head', -'COLUMN', N'db_source')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'动态数据源' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' -, @level2type = 'COLUMN', @level2name = N'db_source' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'动态数据源' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' -, @level2type = 'COLUMN', @level2name = N'db_source' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgreport_head', -'COLUMN', N'return_val_field')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'返回值字段' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' -, @level2type = 'COLUMN', @level2name = N'return_val_field' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'返回值字段' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' -, @level2type = 'COLUMN', @level2name = N'return_val_field' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgreport_head', -'COLUMN', N'return_txt_field')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'返回文本字段' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' -, @level2type = 'COLUMN', @level2name = N'return_txt_field' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'返回文本字段' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' -, @level2type = 'COLUMN', @level2name = N'return_txt_field' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgreport_head', -'COLUMN', N'pop_retype')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'返回类型,单选或多选' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' -, @level2type = 'COLUMN', @level2name = N'pop_retype' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'返回类型,单选或多选' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' -, @level2type = 'COLUMN', @level2name = N'pop_retype' -GO - --- ---------------------------- --- Records of jform_cgreport_head --- ---------------------------- -INSERT INTO [dbo].[jform_cgreport_head] ([ID], [CGR_SQL], [CODE], [CONTENT], [NAME], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by], [db_source], [return_val_field], [return_txt_field], [pop_retype]) VALUES (N'2c948a8555c32a420155c35645ee0004', N'select * from t_s_log', N't_s_log', N'查询系统所有的登录情况', N't_s_log', N'管理员', N'2016-07-07 11:36:29.000', N'admin', null, null, null, N'', N'', N'', N'1') -GO -GO -INSERT INTO [dbo].[jform_cgreport_head] ([ID], [CGR_SQL], [CODE], [CONTENT], [NAME], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by], [db_source], [return_val_field], [return_txt_field], [pop_retype]) VALUES (N'402880e64e1ef94d014e1efefc2a0001', N'select * from weixin_account', N'weixin_account', N'测试多数据源功能', N'跨数据库报表演示', N'管理员', N'2016-03-15 11:34:38.000', N'admin', null, null, null, N'jeewx-yunying', N'', N'', N'1') -GO -GO -INSERT INTO [dbo].[jform_cgreport_head] ([ID], [CGR_SQL], [CODE], [CONTENT], [NAME], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by], [db_source], [return_val_field], [return_txt_field], [pop_retype]) VALUES (N'402880e64eb9a22c014eb9a4d5890001', N'select * from t_s_base_user', N'ddt_s_base_user', N'全表查询', N'用户全部查询报表', N'管理员', N'2016-05-03 15:14:58.000', N'admin', null, null, null, N'', N'', N'', N'2') -GO -GO -INSERT INTO [dbo].[jform_cgreport_head] ([ID], [CGR_SQL], [CODE], [CONTENT], [NAME], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by], [db_source], [return_val_field], [return_txt_field], [pop_retype]) VALUES (N'402880e74d76e784014d76f9e783001e', N'select username account , realname from t_s_base_user', N'user_msg', N'用户POPUP,弹出页面', N'POPUP用户列表', N'管理员', N'2016-05-03 15:26:21.000', N'admin', null, null, null, N'', N'account', N'realname', N'2') -GO -GO -INSERT INTO [dbo].[jform_cgreport_head] ([ID], [CGR_SQL], [CODE], [CONTENT], [NAME], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by], [db_source], [return_val_field], [return_txt_field], [pop_retype]) VALUES (N'4028ef815475774a01547578a9ee0002', N'select * from cms_menu', N'cms_menu', N'cms_menu', N'cms_menu', null, null, null, N'管理员', N'2016-05-03 15:15:22.000', N'admin', N'', N'', N'', N'2') -GO -GO - --- ---------------------------- --- Table structure for jform_cgreport_item --- ---------------------------- -DROP TABLE [dbo].[jform_cgreport_item] -GO -CREATE TABLE [dbo].[jform_cgreport_item] ( -[ID] nvarchar(36) NOT NULL , -[S_FLAG] nvarchar(2) NULL , -[S_MODE] nvarchar(10) NULL , -[CGRHEAD_ID] nvarchar(36) NULL , -[DICT_CODE] nvarchar(36) NULL , -[FIELD_HREF] nvarchar(120) NULL , -[FIELD_NAME] nvarchar(36) NULL , -[FIELD_TXT] nvarchar(MAX) NULL , -[FIELD_TYPE] nvarchar(10) NULL , -[IS_SHOW] nvarchar(5) NULL , -[ORDER_NUM] int NULL , -[REPLACE_VA] nvarchar(36) NULL -) - - -GO - --- ---------------------------- --- Records of jform_cgreport_item --- ---------------------------- -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'2c948a8555c9f1210155ca0634610001', N'', N'', N'2c948a8555c32a420155c35645ee0004', N'', N'', N'ID', N'ID', N'String', N'Y', N'0', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'2c948a8555c9f1210155ca0634610002', N'', N'', N'2c948a8555c32a420155c35645ee0004', N'', N'', N'broswer', N'broswer', N'String', N'Y', N'1', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'2c948a8555c9f1210155ca0634620003', N'', N'', N'2c948a8555c32a420155c35645ee0004', N'', N'', N'logcontent', N'logcontent', N'String', N'Y', N'2', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'2c948a8555c9f1210155ca0634620004', N'', N'', N'2c948a8555c32a420155c35645ee0004', N'', N'', N'loglevel', N'loglevel', N'String', N'Y', N'3', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'2c948a8555c9f1210155ca0634620005', N'', N'', N'2c948a8555c32a420155c35645ee0004', N'', N'', N'note', N'note', N'String', N'Y', N'4', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'2c948a8555c9f1210155ca0634620006', N'', N'', N'2c948a8555c32a420155c35645ee0004', N'', N'', N'operatetime', N'operatetime', N'String', N'Y', N'5', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'2c948a8555c9f1210155ca0634620007', N'', N'', N'2c948a8555c32a420155c35645ee0004', N'', N'', N'operatetype', N'operatetype', N'String', N'Y', N'6', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'2c948a8555c9f1210155ca0634630008', N'', N'', N'2c948a8555c32a420155c35645ee0004', N'', N'', N'userid', N'userid', N'String', N'Y', N'7', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64e1ef94d014e1efefc2f0002', N'', N'', N'402880e64e1ef94d014e1efefc2a0001', N'', N'', N'id', N'id', N'String', N'Y', N'0', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64e1ef94d014e1efefc340003', N'', N'', N'402880e64e1ef94d014e1efefc2a0001', N'', N'', N'accountname', N'accountname', N'String', N'Y', N'1', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64e1ef94d014e1efefc360004', N'', N'', N'402880e64e1ef94d014e1efefc2a0001', N'', N'', N'accounttoken', N'accounttoken', N'String', N'Y', N'2', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64e1ef94d014e1efefc370005', N'', N'', N'402880e64e1ef94d014e1efefc2a0001', N'', N'', N'accountnumber', N'accountnumber', N'String', N'Y', N'3', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64e1ef94d014e1efefc380006', N'', N'', N'402880e64e1ef94d014e1efefc2a0001', N'', N'', N'accounttype', N'accounttype', N'String', N'Y', N'4', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64e1ef94d014e1efefc3d0007', N'', N'', N'402880e64e1ef94d014e1efefc2a0001', N'', N'', N'accountemail', N'accountemail', N'String', N'Y', N'5', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64e1ef94d014e1efefc3e0008', N'', N'', N'402880e64e1ef94d014e1efefc2a0001', N'', N'', N'accountdesc', N'accountdesc', N'String', N'Y', N'6', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64e1ef94d014e1efefc3f0009', N'', N'', N'402880e64e1ef94d014e1efefc2a0001', N'', N'', N'accountaccesstoken', N'accountaccesstoken', N'String', N'Y', N'7', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64e1ef94d014e1efefc41000a', N'', N'', N'402880e64e1ef94d014e1efefc2a0001', N'', N'', N'accountappid', N'accountappid', N'String', N'Y', N'8', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64e1ef94d014e1efefc42000b', N'', N'', N'402880e64e1ef94d014e1efefc2a0001', N'', N'', N'accountappsecret', N'accountappsecret', N'String', N'Y', N'9', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64e1ef94d014e1efefc43000c', N'', N'', N'402880e64e1ef94d014e1efefc2a0001', N'', N'', N'ADDTOEKNTIME', N'ADDTOEKNTIME', N'String', N'Y', N'10', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64e1ef94d014e1efefc44000d', N'', N'', N'402880e64e1ef94d014e1efefc2a0001', N'', N'', N'USERNAME', N'USERNAME', N'String', N'Y', N'11', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64e1ef94d014e1efefc45000e', N'', N'', N'402880e64e1ef94d014e1efefc2a0001', N'', N'', N'WEIXIN_ACCOUNTID', N'WEIXIN_ACCOUNTID', N'String', N'Y', N'12', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64eb9a22c014eb9a4d58e0002', N'', N'', N'402880e64eb9a22c014eb9a4d5890001', N'', N'', N'ID', N'ID', N'String', N'Y', N'0', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64eb9a22c014eb9a4d5930003', N'', N'', N'402880e64eb9a22c014eb9a4d5890001', N'', N'', N'activitiSync', N'activitiSync', N'String', N'Y', N'1', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64eb9a22c014eb9a4d5940004', N'', N'', N'402880e64eb9a22c014eb9a4d5890001', N'', N'', N'browser', N'browser', N'String', N'Y', N'2', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64eb9a22c014eb9a4d5950005', N'', N'', N'402880e64eb9a22c014eb9a4d5890001', N'', N'', N'password', N'password', N'String', N'Y', N'3', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64eb9a22c014eb9a4d5960006', N'', N'', N'402880e64eb9a22c014eb9a4d5890001', N'', N'', N'realname', N'realname', N'String', N'Y', N'4', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64eb9a22c014eb9a4d59b0007', N'', N'', N'402880e64eb9a22c014eb9a4d5890001', N'', N'', N'signature', N'signature', N'String', N'Y', N'5', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64eb9a22c014eb9a4d59c0008', N'', N'', N'402880e64eb9a22c014eb9a4d5890001', N'', N'', N'status', N'status', N'String', N'Y', N'6', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64eb9a22c014eb9a4d59d0009', N'', N'', N'402880e64eb9a22c014eb9a4d5890001', N'', N'', N'userkey', N'userkey', N'String', N'Y', N'7', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64eb9a22c014eb9a4d59e000a', N'', N'', N'402880e64eb9a22c014eb9a4d5890001', N'', N'', N'username', N'username', N'String', N'Y', N'8', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64eb9a22c014eb9a4d5a0000b', N'', N'', N'402880e64eb9a22c014eb9a4d5890001', N'', N'', N'departid', N'departid', N'String', N'Y', N'9', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402894815165f4d60151660145e40002', N'', N'', N'402880e74d76e784014d76f9e783001e', N'', N'', N'account', N'account', N'String', N'Y', N'0', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402894815165f4d60151660145ea0003', N'', N'', N'402880e74d76e784014d76f9e783001e', N'', N'', N'realname', N'realname', N'String', N'Y', N'1', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'4028ef815475774a01547578a9f10003', N'', N'', N'4028ef815475774a01547578a9ee0002', N'', N'', N'ID', N'ID', N'String', N'Y', N'0', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'4028ef815475774a01547578a9f70004', N'', N'', N'4028ef815475774a01547578a9ee0002', N'', N'', N'CREATE_BY', N'CREATE_BY', N'String', N'Y', N'1', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'4028ef815475774a01547578a9f90005', N'', N'', N'4028ef815475774a01547578a9ee0002', N'', N'', N'CREATE_DATE', N'CREATE_DATE', N'String', N'Y', N'2', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'4028ef815475774a01547578a9fa0006', N'', N'', N'4028ef815475774a01547578a9ee0002', N'', N'', N'CREATE_NAME', N'CREATE_NAME', N'String', N'Y', N'3', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'4028ef815475774a01547578a9fb0007', N'', N'', N'4028ef815475774a01547578a9ee0002', N'', N'', N'IMAGE_HREF', N'IMAGE_HREF', N'String', N'Y', N'4', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'4028ef815475774a01547578a9fd0008', N'', N'', N'4028ef815475774a01547578a9ee0002', N'', N'', N'IMAGE_NAME', N'IMAGE_NAME', N'String', N'Y', N'5', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'4028ef815475774a01547578a9fe0009', N'', N'', N'4028ef815475774a01547578a9ee0002', N'', N'', N'NAME', N'NAME', N'String', N'Y', N'6', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'4028ef815475774a01547578aa00000a', N'', N'', N'4028ef815475774a01547578a9ee0002', N'', N'', N'TYPE', N'TYPE', N'String', N'Y', N'7', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'4028ef815475774a01547578aa02000b', N'', N'', N'4028ef815475774a01547578a9ee0002', N'', N'', N'PARENT_CODE', N'PARENT_CODE', N'String', N'Y', N'8', N'') -GO -GO -INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'4028ef815475774a01547578aa03000c', N'', N'', N'4028ef815475774a01547578a9ee0002', N'', N'', N'HREF', N'HREF', N'String', N'Y', N'9', N'') -GO -GO - --- ---------------------------- --- Table structure for jform_cgreport_param --- ---------------------------- -DROP TABLE [dbo].[jform_cgreport_param] -GO -CREATE TABLE [dbo].[jform_cgreport_param] ( -[id] nvarchar(36) NOT NULL , -[create_name] nvarchar(50) NULL , -[create_by] nvarchar(50) NULL , -[create_date] datetime NULL , -[update_name] nvarchar(50) NULL , -[update_by] nvarchar(50) NULL , -[update_date] datetime NULL , -[sys_org_code] nvarchar(50) NULL , -[sys_company_code] nvarchar(50) NULL , -[param_name] nvarchar(32) NOT NULL , -[param_desc] nvarchar(32) NULL , -[param_value] nvarchar(32) NULL , -[seq] int NULL , -[cgrhead_id] nvarchar(36) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgreport_param', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgreport_param', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' -, @level2type = 'COLUMN', @level2name = N'create_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgreport_param', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgreport_param', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' -, @level2type = 'COLUMN', @level2name = N'update_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgreport_param', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' -, @level2type = 'COLUMN', @level2name = N'update_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgreport_param', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' -, @level2type = 'COLUMN', @level2name = N'update_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgreport_param', -'COLUMN', N'sys_org_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属部门' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属部门' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgreport_param', -'COLUMN', N'sys_company_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属公司' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属公司' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgreport_param', -'COLUMN', N'param_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'参数名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' -, @level2type = 'COLUMN', @level2name = N'param_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'参数名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' -, @level2type = 'COLUMN', @level2name = N'param_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgreport_param', -'COLUMN', N'param_desc')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'参数说明' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' -, @level2type = 'COLUMN', @level2name = N'param_desc' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'参数说明' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' -, @level2type = 'COLUMN', @level2name = N'param_desc' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgreport_param', -'COLUMN', N'param_value')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'数值' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' -, @level2type = 'COLUMN', @level2name = N'param_value' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'数值' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' -, @level2type = 'COLUMN', @level2name = N'param_value' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgreport_param', -'COLUMN', N'seq')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'排序' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' -, @level2type = 'COLUMN', @level2name = N'seq' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'排序' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' -, @level2type = 'COLUMN', @level2name = N'seq' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_cgreport_param', -'COLUMN', N'cgrhead_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'动态报表ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' -, @level2type = 'COLUMN', @level2name = N'cgrhead_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'动态报表ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' -, @level2type = 'COLUMN', @level2name = N'cgrhead_id' -GO - --- ---------------------------- --- Records of jform_cgreport_param --- ---------------------------- - --- ---------------------------- --- Table structure for jform_contact --- ---------------------------- -DROP TABLE [dbo].[jform_contact] -GO -CREATE TABLE [dbo].[jform_contact] ( -[id] nvarchar(36) NOT NULL , -[create_name] nvarchar(50) NULL , -[create_by] nvarchar(50) NULL , -[create_date] datetime NULL , -[update_name] nvarchar(50) NULL , -[update_by] nvarchar(50) NULL , -[update_date] datetime NULL , -[sys_org_code] nvarchar(50) NULL , -[sys_company_code] nvarchar(50) NULL , -[bpm_status] nvarchar(32) NULL , -[name] nvarchar(100) NULL , -[sex] nvarchar(50) NULL , -[groups] nvarchar(200) NULL , -[company] nvarchar(200) NULL , -[position] nvarchar(100) NULL , -[mobile] nvarchar(30) NULL , -[office_phone] nvarchar(30) NULL , -[email] nvarchar(100) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_contact', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'主键' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'主键' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_contact', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_contact', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'create_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_contact', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_contact', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'update_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_contact', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'update_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_contact', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'update_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_contact', -'COLUMN', N'sys_org_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属部门' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属部门' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_contact', -'COLUMN', N'sys_company_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属公司' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属公司' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_contact', -'COLUMN', N'bpm_status')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'流程状态' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'bpm_status' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'流程状态' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'bpm_status' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_contact', -'COLUMN', N'name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'姓名' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'姓名' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_contact', -'COLUMN', N'sex')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'性别' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'sex' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'性别' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'sex' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_contact', -'COLUMN', N'groups')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属分组' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'groups' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属分组' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'groups' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_contact', -'COLUMN', N'company')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'公司名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'company' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'公司名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'company' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_contact', -'COLUMN', N'position')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'职位' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'position' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'职位' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'position' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_contact', -'COLUMN', N'mobile')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'移动电话' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'mobile' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'移动电话' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'mobile' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_contact', -'COLUMN', N'office_phone')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'办公电话' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'office_phone' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'办公电话' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'office_phone' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_contact', -'COLUMN', N'email')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'电子邮箱' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'email' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'电子邮箱' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact' -, @level2type = 'COLUMN', @level2name = N'email' -GO - --- ---------------------------- --- Records of jform_contact --- ---------------------------- -INSERT INTO [dbo].[jform_contact] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [groups], [company], [position], [mobile], [office_phone], [email]) VALUES (N'4028ef815373fddd015373fe4aae0002', N'管理员', N'admin', N'2016-03-14 00:00:00.000', N'管理员', N'admin', N'2016-06-02 00:00:00.000', N'A03', N'A0', N'1', N'张三', N'男性', N'销售部', N'北京', N'CEO', N'13456548798', null, N'1@1.com') -GO -GO -INSERT INTO [dbo].[jform_contact] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [groups], [company], [position], [mobile], [office_phone], [email]) VALUES (N'4028ef8153cf9d710153cf9f29430002', N'管理员', N'admin', N'2016-04-01 00:00:00.000', N'管理员', N'admin', N'2016-05-05 00:00:00.000', N'A03', N'A0', N'', N'123', N'1', N'4028ef815373fddd015373fddd540000', N'123', N'123', N'18644565456', N'12', N'156142064@qq.com') -GO -GO -INSERT INTO [dbo].[jform_contact] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [groups], [company], [position], [mobile], [office_phone], [email]) VALUES (N'4028ef815509d9db01550a0120f00002', N'管理员', N'admin', N'2016-06-01 00:00:00.000', N'管理员', N'admin', N'2016-06-01 00:00:00.000', N'A03', N'A0', N'1', N'1212', N'1', N'4028ef815373fddd015373fdfd9e0001', N'12', N'12', N'18611788521', N'12', null) -GO -GO - --- ---------------------------- --- Table structure for jform_contact_group --- ---------------------------- -DROP TABLE [dbo].[jform_contact_group] -GO -CREATE TABLE [dbo].[jform_contact_group] ( -[id] nvarchar(36) NOT NULL , -[create_name] nvarchar(50) NULL , -[create_by] nvarchar(50) NULL , -[create_date] datetime NULL , -[update_name] nvarchar(50) NULL , -[update_by] nvarchar(50) NULL , -[update_date] datetime NULL , -[sys_org_code] nvarchar(50) NULL , -[sys_company_code] nvarchar(50) NULL , -[bpm_status] nvarchar(32) NULL , -[name] nvarchar(32) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_contact_group', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact_group' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact_group' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_contact_group', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact_group' -, @level2type = 'COLUMN', @level2name = N'create_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact_group' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_contact_group', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact_group' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact_group' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_contact_group', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact_group' -, @level2type = 'COLUMN', @level2name = N'update_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact_group' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_contact_group', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact_group' -, @level2type = 'COLUMN', @level2name = N'update_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact_group' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_contact_group', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact_group' -, @level2type = 'COLUMN', @level2name = N'update_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact_group' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_contact_group', -'COLUMN', N'sys_org_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属部门' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact_group' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属部门' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact_group' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_contact_group', -'COLUMN', N'sys_company_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属公司' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact_group' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属公司' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact_group' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_contact_group', -'COLUMN', N'bpm_status')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'流程状态' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact_group' -, @level2type = 'COLUMN', @level2name = N'bpm_status' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'流程状态' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact_group' -, @level2type = 'COLUMN', @level2name = N'bpm_status' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_contact_group', -'COLUMN', N'name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'分组名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact_group' -, @level2type = 'COLUMN', @level2name = N'name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'分组名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_contact_group' -, @level2type = 'COLUMN', @level2name = N'name' -GO - --- ---------------------------- --- Records of jform_contact_group --- ---------------------------- -INSERT INTO [dbo].[jform_contact_group] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name]) VALUES (N'4028ef815373fddd015373fddd540000', N'管理员', N'admin', N'2016-03-14 00:00:00.000', null, null, null, N'A03', N'A0', N'1', N'同学') -GO -GO -INSERT INTO [dbo].[jform_contact_group] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name]) VALUES (N'4028ef815373fddd015373fdfd9e0001', N'管理员', N'admin', N'2016-03-14 00:00:00.000', N'管理员', N'admin', N'2016-05-30 00:00:00.000', N'A03', N'A0', N'1', N'销售部') -GO -GO - --- ---------------------------- --- Table structure for jform_employee_cost_claim --- ---------------------------- -DROP TABLE [dbo].[jform_employee_cost_claim] -GO -CREATE TABLE [dbo].[jform_employee_cost_claim] ( -[id] nvarchar(36) NOT NULL , -[staff_name] nvarchar(50) NULL , -[depart] nvarchar(50) NULL , -[staff_no] nvarchar(30) NULL , -[staff_post] nvarchar(50) NULL , -[pay_way] nvarchar(10) NULL , -[acct_bank] nvarchar(100) NULL , -[card_no] nvarchar(30) NULL , -[tele_no] nvarchar(20) NULL , -[cost_all] decimal(7,2) NULL , -[documents] nvarchar(2) NULL , -[cost_upper] nvarchar(50) NULL , -[prepaid_fee] decimal(7,2) NULL , -[real_fee] decimal(7,2) NULL , -[fill_time] datetime NULL , -[apply_time] datetime NULL , -[apply_by] nvarchar(50) NULL , -[comments] nvarchar(100) NULL , -[depart_approve] nvarchar(100) NULL , -[finance_approve] nvarchar(100) NULL , -[mgr_approve] nvarchar(100) NULL , -[treasurer] nvarchar(100) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_cost_claim', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_cost_claim', -'COLUMN', N'staff_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'职工姓名' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'staff_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'职工姓名' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'staff_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_cost_claim', -'COLUMN', N'depart')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'部门' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'depart' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'部门' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'depart' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_cost_claim', -'COLUMN', N'staff_no')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'员工编号' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'staff_no' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'员工编号' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'staff_no' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_cost_claim', -'COLUMN', N'staff_post')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'职位' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'staff_post' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'职位' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'staff_post' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_cost_claim', -'COLUMN', N'pay_way')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'打款方式' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'pay_way' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'打款方式' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'pay_way' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_cost_claim', -'COLUMN', N'acct_bank')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'开户行' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'acct_bank' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'开户行' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'acct_bank' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_cost_claim', -'COLUMN', N'card_no')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'卡号' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'card_no' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'卡号' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'card_no' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_cost_claim', -'COLUMN', N'tele_no')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'联系手机号' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'tele_no' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'联系手机号' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'tele_no' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_cost_claim', -'COLUMN', N'cost_all')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'费用合计' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'cost_all' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'费用合计' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'cost_all' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_cost_claim', -'COLUMN', N'documents')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'单据数量' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'documents' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'单据数量' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'documents' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_cost_claim', -'COLUMN', N'cost_upper')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'费用大写' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'cost_upper' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'费用大写' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'cost_upper' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_cost_claim', -'COLUMN', N'prepaid_fee')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'预支款项' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'prepaid_fee' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'预支款项' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'prepaid_fee' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_cost_claim', -'COLUMN', N'real_fee')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'实际支付' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'real_fee' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'实际支付' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'real_fee' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_cost_claim', -'COLUMN', N'apply_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'申请人' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'apply_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'申请人' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'apply_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_cost_claim', -'COLUMN', N'comments')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'备注' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'comments' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'备注' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'comments' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_cost_claim', -'COLUMN', N'depart_approve')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'部门审批' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'depart_approve' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'部门审批' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'depart_approve' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_cost_claim', -'COLUMN', N'finance_approve')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'财务审批' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'finance_approve' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'财务审批' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'finance_approve' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_cost_claim', -'COLUMN', N'mgr_approve')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'总经理审批' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'mgr_approve' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'总经理审批' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'mgr_approve' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_cost_claim', -'COLUMN', N'treasurer')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'出纳' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'treasurer' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'出纳' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' -, @level2type = 'COLUMN', @level2name = N'treasurer' -GO - --- ---------------------------- --- Records of jform_employee_cost_claim --- ---------------------------- -INSERT INTO [dbo].[jform_employee_cost_claim] ([id], [staff_name], [depart], [staff_no], [staff_post], [pay_way], [acct_bank], [card_no], [tele_no], [cost_all], [documents], [cost_upper], [prepaid_fee], [real_fee], [fill_time], [apply_time], [apply_by], [comments], [depart_approve], [finance_approve], [mgr_approve], [treasurer]) VALUES (N'4028ef81536003710153600400740004', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null) -GO -GO - --- ---------------------------- --- Table structure for jform_employee_entry --- ---------------------------- -DROP TABLE [dbo].[jform_employee_entry] -GO -CREATE TABLE [dbo].[jform_employee_entry] ( -[id] nvarchar(36) NOT NULL , -[create_name] nvarchar(50) NULL , -[create_by] nvarchar(50) NULL , -[create_date] datetime NULL , -[update_name] nvarchar(50) NULL , -[update_by] nvarchar(50) NULL , -[update_date] datetime NULL , -[sys_org_code] nvarchar(50) NULL , -[sys_company_code] nvarchar(50) NULL , -[employee_name] nvarchar(32) NULL , -[employee_depart] nvarchar(50) NULL , -[employee_job] nvarchar(32) NULL , -[employee_birthday] datetime NULL , -[employee_origin] nvarchar(50) NULL , -[employee_degree] nvarchar(32) NULL , -[employee_identification] nvarchar(50) NULL , -[employee_entry_date] datetime NULL , -[employee_code] nvarchar(32) NULL , -[employee_phone] nvarchar(32) NULL , -[employee_mail] nvarchar(150) NULL , -[employee_msn] nvarchar(32) NULL , -[hr_pic] nvarchar(2) NULL , -[hr_archives] nvarchar(2) NULL , -[hr_identification] nvarchar(2) NULL , -[hr_degree] nvarchar(2) NULL , -[hr_other] nvarchar(2) NULL , -[hr_tel] nvarchar(2) NULL , -[hr_op_user] nvarchar(32) NULL , -[hr_op_date] datetime NULL , -[depart_opinion] nvarchar(200) NULL , -[depart_op_user] nvarchar(32) NULL , -[depart_op_date] datetime NULL , -[manager_opinion] nvarchar(200) NULL , -[manager_op_user] nvarchar(32) NULL , -[manager_op_date] datetime NULL , -[employee_opinion] nvarchar(200) NULL , -[employee_op_user] nvarchar(32) NULL , -[employee_op_date] datetime NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'create_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'填表日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'填表日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'update_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'update_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'update_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'sys_org_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属部门' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属部门' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'sys_company_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属公司' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属公司' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'employee_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'姓名' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'employee_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'姓名' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'employee_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'employee_depart')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'部门' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'employee_depart' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'部门' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'employee_depart' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'employee_job')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'职务' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'employee_job' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'职务' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'employee_job' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'employee_birthday')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'生日' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'employee_birthday' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'生日' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'employee_birthday' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'employee_origin')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'籍贯' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'employee_origin' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'籍贯' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'employee_origin' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'employee_degree')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'学历' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'employee_degree' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'学历' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'employee_degree' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'employee_identification')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'身份证' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'employee_identification' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'身份证' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'employee_identification' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'employee_entry_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'入职日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'employee_entry_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'入职日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'employee_entry_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'employee_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'工号' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'employee_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'工号' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'employee_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'employee_phone')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'手机' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'employee_phone' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'手机' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'employee_phone' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'employee_mail')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'邮箱' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'employee_mail' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'邮箱' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'employee_mail' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'employee_msn')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'MSN' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'employee_msn' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'MSN' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'employee_msn' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'hr_pic')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'照片' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'hr_pic' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'照片' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'hr_pic' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'hr_archives')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'档案表' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'hr_archives' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'档案表' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'hr_archives' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'hr_identification')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'身份证' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'hr_identification' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'身份证' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'hr_identification' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'hr_degree')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'学位证' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'hr_degree' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'学位证' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'hr_degree' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'hr_other')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'其他证件' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'hr_other' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'其他证件' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'hr_other' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'hr_tel')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'分配电话' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'hr_tel' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'分配电话' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'hr_tel' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'hr_op_user')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'经办人' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'hr_op_user' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'经办人' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'hr_op_user' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'hr_op_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'hr_op_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'hr_op_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'depart_opinion')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'部门意见' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'depart_opinion' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'部门意见' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'depart_opinion' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'depart_op_user')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'经办人' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'depart_op_user' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'经办人' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'depart_op_user' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'depart_op_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'depart_op_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'depart_op_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'manager_opinion')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'总经理意见' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'manager_opinion' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'总经理意见' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'manager_opinion' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'manager_op_user')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'经办人' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'manager_op_user' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'经办人' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'manager_op_user' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'manager_op_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'manager_op_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'manager_op_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'employee_opinion')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'新员工意见' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'employee_opinion' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'新员工意见' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'employee_opinion' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'employee_op_user')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'经办人' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'employee_op_user' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'经办人' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'employee_op_user' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_entry', -'COLUMN', N'employee_op_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'employee_op_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_entry' -, @level2type = 'COLUMN', @level2name = N'employee_op_date' -GO - --- ---------------------------- --- Records of jform_employee_entry --- ---------------------------- -INSERT INTO [dbo].[jform_employee_entry] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [employee_name], [employee_depart], [employee_job], [employee_birthday], [employee_origin], [employee_degree], [employee_identification], [employee_entry_date], [employee_code], [employee_phone], [employee_mail], [employee_msn], [hr_pic], [hr_archives], [hr_identification], [hr_degree], [hr_other], [hr_tel], [hr_op_user], [hr_op_date], [depart_opinion], [depart_op_user], [depart_op_date], [manager_opinion], [manager_op_user], [manager_op_date], [employee_opinion], [employee_op_user], [employee_op_date]) VALUES (N'4028138151aef50c0151aef50c260000', N'管理员', N'admin', N'2015-12-17 00:00:00.000', N'管理员', N'admin', N'2015-12-18 00:00:00.000', N'A02', N'A0', N'张三', N'技术', N'java开发', N'2010-12-17 00:00:00.000', N'北京', N'本科', N'111111111111111', N'2015-12-17 00:00:00.000', N'U0000001', N'18500000000', N'zhangsan@jeecg.com', N'zhangsan@jeecg.cm', N'N', N'N', N'Y', N'Y', N'1', N'2', N'hr', N'2015-12-17 00:00:00.000', N'同意!', N'部门领导', N'2015-12-17 00:00:00.000', N'同意!', N'总经理领导', N'2015-12-17 00:00:00.000', N'努力工作!', N'张三', N'2015-12-17 00:00:00.000') -GO -GO -INSERT INTO [dbo].[jform_employee_entry] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [employee_name], [employee_depart], [employee_job], [employee_birthday], [employee_origin], [employee_degree], [employee_identification], [employee_entry_date], [employee_code], [employee_phone], [employee_mail], [employee_msn], [hr_pic], [hr_archives], [hr_identification], [hr_degree], [hr_other], [hr_tel], [hr_op_user], [hr_op_date], [depart_opinion], [depart_op_user], [depart_op_date], [manager_opinion], [manager_op_user], [manager_op_date], [employee_opinion], [employee_op_user], [employee_op_date]) VALUES (N'4028138151aef50c0151af24ee4f0002', null, null, N'2015-12-17 00:00:00.000', N'管理员', N'admin', N'2015-12-17 00:00:00.000', null, null, N'李四', N'技术', N'Java开发', N'2015-12-01 00:00:00.000', N'北京', N'专科', N'11111111111111', N'2015-12-17 00:00:00.000', N'U00000002', N'13400000000', N'lisi@jeecg.com', N'lisi@jeecg.com', N'N', N'N', N'N', N'N', null, null, N'hr', N'2015-12-17 00:00:00.000', N'OK!!!!', N'部门领导', N'2015-12-17 00:00:00.000', N'OK!!!!', N'总经理领导', N'2015-12-17 00:00:00.000', N'Yes!!!', N'李四', N'2015-12-17 00:00:00.000') -GO -GO -INSERT INTO [dbo].[jform_employee_entry] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [employee_name], [employee_depart], [employee_job], [employee_birthday], [employee_origin], [employee_degree], [employee_identification], [employee_entry_date], [employee_code], [employee_phone], [employee_mail], [employee_msn], [hr_pic], [hr_archives], [hr_identification], [hr_degree], [hr_other], [hr_tel], [hr_op_user], [hr_op_date], [depart_opinion], [depart_op_user], [depart_op_date], [manager_opinion], [manager_op_user], [manager_op_date], [employee_opinion], [employee_op_user], [employee_op_date]) VALUES (N'4028138151b461e80151b461e86a0000', null, null, N'2015-12-18 00:00:00.000', N'管理员', N'admin', N'2015-12-23 00:00:00.000', null, null, N'王五', N'技术', N'java', N'2015-12-01 00:00:00.000', N'北京', N'本科', N'11111111', N'2015-12-25 00:00:00.000', N'U0000003', N'13611111111', N'wangwu@jeecg.com', N'wangwu@jeecg.com', N'N', N'N', N'N', N'N', null, null, null, null, null, null, null, null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[jform_employee_entry] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [employee_name], [employee_depart], [employee_job], [employee_birthday], [employee_origin], [employee_degree], [employee_identification], [employee_entry_date], [employee_code], [employee_phone], [employee_mail], [employee_msn], [hr_pic], [hr_archives], [hr_identification], [hr_degree], [hr_other], [hr_tel], [hr_op_user], [hr_op_date], [depart_opinion], [depart_op_user], [depart_op_date], [manager_opinion], [manager_op_user], [manager_op_date], [employee_opinion], [employee_op_user], [employee_op_date]) VALUES (N'4028ef81552637e901552637e98b0000', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null) -GO -GO - --- ---------------------------- --- Table structure for jform_employee_leave --- ---------------------------- -DROP TABLE [dbo].[jform_employee_leave] -GO -CREATE TABLE [dbo].[jform_employee_leave] ( -[id] nvarchar(36) NOT NULL , -[name] nvarchar(100) NULL , -[apply_date] datetime NULL , -[duty] nvarchar(100) NULL , -[leave_category] nvarchar(100) NULL , -[leave_reason] nvarchar(100) NULL , -[leave_start_date] datetime NULL , -[leave_end_date] datetime NULL , -[total] int NULL , -[contact_way] nvarchar(20) NULL , -[duty_deputy] nvarchar(100) NULL , -[leader_approval] nvarchar(50) NULL , -[dept_principal_approval] nvarchar(50) NULL , -[hr_principal_approval] nvarchar(50) NULL , -[hr_records] nvarchar(50) NULL , -[department] nvarchar(50) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_leave', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'主键' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_leave' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'主键' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_leave' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_leave', -'COLUMN', N'name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_leave' -, @level2type = 'COLUMN', @level2name = N'name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_leave' -, @level2type = 'COLUMN', @level2name = N'name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_leave', -'COLUMN', N'apply_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'申请日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_leave' -, @level2type = 'COLUMN', @level2name = N'apply_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'申请日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_leave' -, @level2type = 'COLUMN', @level2name = N'apply_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_leave', -'COLUMN', N'duty')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'职务' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_leave' -, @level2type = 'COLUMN', @level2name = N'duty' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'职务' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_leave' -, @level2type = 'COLUMN', @level2name = N'duty' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_leave', -'COLUMN', N'leave_category')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'请假类别' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_leave' -, @level2type = 'COLUMN', @level2name = N'leave_category' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'请假类别' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_leave' -, @level2type = 'COLUMN', @level2name = N'leave_category' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_leave', -'COLUMN', N'leave_reason')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'请假原因' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_leave' -, @level2type = 'COLUMN', @level2name = N'leave_reason' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'请假原因' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_leave' -, @level2type = 'COLUMN', @level2name = N'leave_reason' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_leave', -'COLUMN', N'leave_start_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'请假开始时间' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_leave' -, @level2type = 'COLUMN', @level2name = N'leave_start_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'请假开始时间' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_leave' -, @level2type = 'COLUMN', @level2name = N'leave_start_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_leave', -'COLUMN', N'leave_end_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'请假结束时间' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_leave' -, @level2type = 'COLUMN', @level2name = N'leave_end_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'请假结束时间' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_leave' -, @level2type = 'COLUMN', @level2name = N'leave_end_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_leave', -'COLUMN', N'total')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'共计' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_leave' -, @level2type = 'COLUMN', @level2name = N'total' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'共计' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_leave' -, @level2type = 'COLUMN', @level2name = N'total' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_leave', -'COLUMN', N'contact_way')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'紧急联系方式' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_leave' -, @level2type = 'COLUMN', @level2name = N'contact_way' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'紧急联系方式' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_leave' -, @level2type = 'COLUMN', @level2name = N'contact_way' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_leave', -'COLUMN', N'duty_deputy')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'批定职务代理人' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_leave' -, @level2type = 'COLUMN', @level2name = N'duty_deputy' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'批定职务代理人' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_leave' -, @level2type = 'COLUMN', @level2name = N'duty_deputy' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_leave', -'COLUMN', N'leader_approval')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'直接主管审批' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_leave' -, @level2type = 'COLUMN', @level2name = N'leader_approval' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'直接主管审批' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_leave' -, @level2type = 'COLUMN', @level2name = N'leader_approval' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_leave', -'COLUMN', N'dept_principal_approval')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'部门负责人审批' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_leave' -, @level2type = 'COLUMN', @level2name = N'dept_principal_approval' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'部门负责人审批' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_leave' -, @level2type = 'COLUMN', @level2name = N'dept_principal_approval' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_leave', -'COLUMN', N'hr_principal_approval')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'HR负责人审批' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_leave' -, @level2type = 'COLUMN', @level2name = N'hr_principal_approval' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'HR负责人审批' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_leave' -, @level2type = 'COLUMN', @level2name = N'hr_principal_approval' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_leave', -'COLUMN', N'hr_records')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'行政部备案' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_leave' -, @level2type = 'COLUMN', @level2name = N'hr_records' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'行政部备案' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_leave' -, @level2type = 'COLUMN', @level2name = N'hr_records' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_leave', -'COLUMN', N'department')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'部门' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_leave' -, @level2type = 'COLUMN', @level2name = N'department' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'部门' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_leave' -, @level2type = 'COLUMN', @level2name = N'department' -GO - --- ---------------------------- --- Records of jform_employee_leave --- ---------------------------- -INSERT INTO [dbo].[jform_employee_leave] ([id], [name], [apply_date], [duty], [leave_category], [leave_reason], [leave_start_date], [leave_end_date], [total], [contact_way], [duty_deputy], [leader_approval], [dept_principal_approval], [hr_principal_approval], [hr_records], [department]) VALUES (N'1', N'qiao', null, null, null, null, null, null, null, null, null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[jform_employee_leave] ([id], [name], [apply_date], [duty], [leave_category], [leave_reason], [leave_start_date], [leave_end_date], [total], [contact_way], [duty_deputy], [leader_approval], [dept_principal_approval], [hr_principal_approval], [hr_records], [department]) VALUES (N'4028efa2521a91c701521a91c77d0000', N'阿巧', N'2016-01-06 00:00:00.000', N'java开发', N'事假', N'回家', N'2016-01-06 00:00:00.000', N'2016-01-14 00:00:00.000', N'22', N'15110089792', N'刘旭生', N'刘旭生', N'刘旭生', N'刘旭生', N'10001', null) -GO -GO - --- ---------------------------- --- Table structure for jform_employee_meals_cost --- ---------------------------- -DROP TABLE [dbo].[jform_employee_meals_cost] -GO -CREATE TABLE [dbo].[jform_employee_meals_cost] ( -[id] nvarchar(36) NOT NULL , -[fk_id] nvarchar(36) NULL , -[meals_date] datetime NULL , -[meals_cost] decimal(7,2) NULL , -[meals_addr] nvarchar(100) NULL , -[meals_number] int NULL , -[comments] nvarchar(100) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_meals_cost', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_meals_cost' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_meals_cost' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_meals_cost', -'COLUMN', N'fk_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'外键' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_meals_cost' -, @level2type = 'COLUMN', @level2name = N'fk_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'外键' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_meals_cost' -, @level2type = 'COLUMN', @level2name = N'fk_id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_meals_cost', -'COLUMN', N'meals_cost')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'餐费' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_meals_cost' -, @level2type = 'COLUMN', @level2name = N'meals_cost' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'餐费' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_meals_cost' -, @level2type = 'COLUMN', @level2name = N'meals_cost' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_meals_cost', -'COLUMN', N'meals_addr')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'吃饭地点' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_meals_cost' -, @level2type = 'COLUMN', @level2name = N'meals_addr' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'吃饭地点' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_meals_cost' -, @level2type = 'COLUMN', @level2name = N'meals_addr' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_meals_cost', -'COLUMN', N'meals_number')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'同行人数' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_meals_cost' -, @level2type = 'COLUMN', @level2name = N'meals_number' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'同行人数' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_meals_cost' -, @level2type = 'COLUMN', @level2name = N'meals_number' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_meals_cost', -'COLUMN', N'comments')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'备注' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_meals_cost' -, @level2type = 'COLUMN', @level2name = N'comments' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'备注' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_meals_cost' -, @level2type = 'COLUMN', @level2name = N'comments' -GO - --- ---------------------------- --- Records of jform_employee_meals_cost --- ---------------------------- -INSERT INTO [dbo].[jform_employee_meals_cost] ([id], [fk_id], [meals_date], [meals_cost], [meals_addr], [meals_number], [comments]) VALUES (N'4028ef8154f799780154f79a19b90003', N'4028ef81536003710153600400740004', null, null, null, null, null) -GO -GO - --- ---------------------------- --- Table structure for jform_employee_other_cost --- ---------------------------- -DROP TABLE [dbo].[jform_employee_other_cost] -GO -CREATE TABLE [dbo].[jform_employee_other_cost] ( -[id] nvarchar(36) NOT NULL , -[fk_id] nvarchar(36) NULL , -[item] nvarchar(20) NULL , -[cost] decimal(7,2) NULL , -[begin_time] datetime NULL , -[end_time] datetime NULL , -[comments] nvarchar(100) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_other_cost', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_other_cost' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_other_cost' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_other_cost', -'COLUMN', N'fk_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'外键' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_other_cost' -, @level2type = 'COLUMN', @level2name = N'fk_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'外键' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_other_cost' -, @level2type = 'COLUMN', @level2name = N'fk_id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_other_cost', -'COLUMN', N'item')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'事项' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_other_cost' -, @level2type = 'COLUMN', @level2name = N'item' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'事项' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_other_cost' -, @level2type = 'COLUMN', @level2name = N'item' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_other_cost', -'COLUMN', N'cost')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'费用' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_other_cost' -, @level2type = 'COLUMN', @level2name = N'cost' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'费用' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_other_cost' -, @level2type = 'COLUMN', @level2name = N'cost' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_other_cost', -'COLUMN', N'begin_time')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'开始时间' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_other_cost' -, @level2type = 'COLUMN', @level2name = N'begin_time' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'开始时间' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_other_cost' -, @level2type = 'COLUMN', @level2name = N'begin_time' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_other_cost', -'COLUMN', N'end_time')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'结束时间' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_other_cost' -, @level2type = 'COLUMN', @level2name = N'end_time' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'结束时间' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_other_cost' -, @level2type = 'COLUMN', @level2name = N'end_time' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_other_cost', -'COLUMN', N'comments')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'备注' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_other_cost' -, @level2type = 'COLUMN', @level2name = N'comments' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'备注' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_other_cost' -, @level2type = 'COLUMN', @level2name = N'comments' -GO - --- ---------------------------- --- Records of jform_employee_other_cost --- ---------------------------- -INSERT INTO [dbo].[jform_employee_other_cost] ([id], [fk_id], [item], [cost], [begin_time], [end_time], [comments]) VALUES (N'4028ef8154f799780154f79a19840002', N'4028ef81536003710153600400740004', null, null, null, null, null) -GO -GO - --- ---------------------------- --- Table structure for jform_employee_resignation --- ---------------------------- -DROP TABLE [dbo].[jform_employee_resignation] -GO -CREATE TABLE [dbo].[jform_employee_resignation] ( -[id] nvarchar(36) NOT NULL , -[create_name] nvarchar(50) NULL , -[create_by] nvarchar(50) NULL , -[create_date] datetime NULL , -[update_name] nvarchar(50) NULL , -[update_by] nvarchar(50) NULL , -[update_date] datetime NULL , -[sys_org_code] nvarchar(50) NULL , -[sys_company_code] nvarchar(50) NULL , -[name] nvarchar(32) NULL , -[code] nvarchar(32) NULL , -[job] nvarchar(32) NULL , -[join_time] datetime NULL , -[out_type] nvarchar(32) NULL , -[apply_out_time] datetime NULL , -[out_time] datetime NULL , -[id_card] nvarchar(32) NULL , -[out_content] nvarchar(200) NULL , -[out_reason] nvarchar(100) NULL , -[interview_record] nvarchar(100) NULL , -[office_change] nvarchar(100) NULL , -[hr_check] nvarchar(32) NULL , -[should_send_salary] float(53) NULL , -[should_deduct_pay] float(53) NULL , -[pay] float(53) NULL , -[get_time] datetime NULL , -[boss_check] nvarchar(32) NULL , -[description] nvarchar(32) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_resignation', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'主键' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'主键' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_resignation', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_resignation', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'create_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_resignation', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_resignation', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'update_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_resignation', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'update_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_resignation', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'update_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_resignation', -'COLUMN', N'sys_org_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属部门' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属部门' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_resignation', -'COLUMN', N'sys_company_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属公司' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属公司' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_resignation', -'COLUMN', N'name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'姓名' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'姓名' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_resignation', -'COLUMN', N'code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'员工编号' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'员工编号' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_resignation', -'COLUMN', N'job')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'职务' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'job' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'职务' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'job' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_resignation', -'COLUMN', N'join_time')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'入职时间' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'join_time' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'入职时间' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'join_time' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_resignation', -'COLUMN', N'out_type')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'离职方式' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'out_type' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'离职方式' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'out_type' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_resignation', -'COLUMN', N'apply_out_time')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'申请离职日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'apply_out_time' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'申请离职日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'apply_out_time' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_resignation', -'COLUMN', N'out_time')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'正式离职日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'out_time' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'正式离职日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'out_time' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_resignation', -'COLUMN', N'id_card')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'身份证编号' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'id_card' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'身份证编号' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'id_card' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_resignation', -'COLUMN', N'out_content')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'离职须知' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'out_content' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'离职须知' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'out_content' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_resignation', -'COLUMN', N'out_reason')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'离职原因' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'out_reason' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'离职原因' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'out_reason' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_resignation', -'COLUMN', N'interview_record')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'面谈记录' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'interview_record' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'面谈记录' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'interview_record' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_resignation', -'COLUMN', N'office_change')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'办公物品移交' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'office_change' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'办公物品移交' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'office_change' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_resignation', -'COLUMN', N'hr_check')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'人力资源部审核' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'hr_check' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'人力资源部审核' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'hr_check' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_resignation', -'COLUMN', N'should_send_salary')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'应发薪资' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'should_send_salary' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'应发薪资' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'should_send_salary' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_resignation', -'COLUMN', N'should_deduct_pay')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'应扣薪资' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'should_deduct_pay' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'应扣薪资' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'should_deduct_pay' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_resignation', -'COLUMN', N'pay')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'实发薪资' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'pay' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'实发薪资' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'pay' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_resignation', -'COLUMN', N'get_time')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'领取日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'get_time' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'领取日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'get_time' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_resignation', -'COLUMN', N'boss_check')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'总经理审批' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'boss_check' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'总经理审批' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'boss_check' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_employee_resignation', -'COLUMN', N'description')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'说明' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'description' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'说明' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' -, @level2type = 'COLUMN', @level2name = N'description' -GO - --- ---------------------------- --- Records of jform_employee_resignation --- ---------------------------- -INSERT INTO [dbo].[jform_employee_resignation] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [name], [code], [job], [join_time], [out_type], [apply_out_time], [out_time], [id_card], [out_content], [out_reason], [interview_record], [office_change], [hr_check], [should_send_salary], [should_deduct_pay], [pay], [get_time], [boss_check], [description]) VALUES (N'4028ef81536380d90153639400990004', null, null, null, null, null, null, null, null, N'12', N'12', N'12', N'2016-03-11 00:00:00.000', N'cigong', N'2016-03-11 00:00:00.000', N'2016-03-11 00:00:00.000', N'12', N'12', N'12', N'12', N'12', null, N'12', N'12', null, null, null, null) -GO -GO - --- ---------------------------- --- Table structure for jform_graphreport_head --- ---------------------------- -DROP TABLE [dbo].[jform_graphreport_head] -GO -CREATE TABLE [dbo].[jform_graphreport_head] ( -[id] nvarchar(36) NOT NULL , -[cgr_sql] nvarchar(MAX) NOT NULL , -[code] nvarchar(36) NOT NULL , -[content] nvarchar(1000) NOT NULL , -[name] nvarchar(100) NOT NULL , -[ytext] nvarchar(100) NOT NULL , -[categories] nvarchar(1000) NOT NULL , -[is_show_list] nvarchar(5) NULL , -[x_page_js] nvarchar(MAX) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_graphreport_head', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_head' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_head' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_graphreport_head', -'COLUMN', N'cgr_sql')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'查询数据SQL' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_head' -, @level2type = 'COLUMN', @level2name = N'cgr_sql' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'查询数据SQL' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_head' -, @level2type = 'COLUMN', @level2name = N'cgr_sql' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_graphreport_head', -'COLUMN', N'code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'编码' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_head' -, @level2type = 'COLUMN', @level2name = N'code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'编码' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_head' -, @level2type = 'COLUMN', @level2name = N'code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_graphreport_head', -'COLUMN', N'content')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'描述' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_head' -, @level2type = 'COLUMN', @level2name = N'content' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'描述' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_head' -, @level2type = 'COLUMN', @level2name = N'content' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_graphreport_head', -'COLUMN', N'name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_head' -, @level2type = 'COLUMN', @level2name = N'name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_head' -, @level2type = 'COLUMN', @level2name = N'name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_graphreport_head', -'COLUMN', N'ytext')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'y轴文字' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_head' -, @level2type = 'COLUMN', @level2name = N'ytext' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'y轴文字' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_head' -, @level2type = 'COLUMN', @level2name = N'ytext' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_graphreport_head', -'COLUMN', N'categories')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'x轴数据' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_head' -, @level2type = 'COLUMN', @level2name = N'categories' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'x轴数据' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_head' -, @level2type = 'COLUMN', @level2name = N'categories' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_graphreport_head', -'COLUMN', N'is_show_list')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'是否显示明细' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_head' -, @level2type = 'COLUMN', @level2name = N'is_show_list' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'是否显示明细' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_head' -, @level2type = 'COLUMN', @level2name = N'is_show_list' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_graphreport_head', -'COLUMN', N'x_page_js')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'扩展JS' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_head' -, @level2type = 'COLUMN', @level2name = N'x_page_js' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'扩展JS' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_head' -, @level2type = 'COLUMN', @level2name = N'x_page_js' -GO - --- ---------------------------- --- Records of jform_graphreport_head --- ---------------------------- -INSERT INTO [dbo].[jform_graphreport_head] ([id], [cgr_sql], [code], [content], [name], [ytext], [categories], [is_show_list], [x_page_js]) VALUES (N'402881e64ca71152014ca71152480000', N'select a.userid, count(*) ct, sum(case when right(logcontent, 4) in (''登录成功'', ''cess'') then 1 else 0 end) login_count from t_s_log a where {operatetime} group by a.userid order by ct desc', N'yhcztj', N'用户操作统计', N'用户操作统计', N'操作次数', N'userid', N'Y', N'function getTotalRows(totalRows) { - return [''ct'', ''login_count'']; -}') -GO -GO - --- ---------------------------- --- Table structure for jform_graphreport_item --- ---------------------------- -DROP TABLE [dbo].[jform_graphreport_item] -GO -CREATE TABLE [dbo].[jform_graphreport_item] ( -[id] nvarchar(36) NOT NULL , -[search_flag] nvarchar(2) NULL , -[search_mode] nvarchar(10) NULL , -[cgreport_head_id] nvarchar(36) NULL , -[dict_code] nvarchar(500) NULL , -[field_href] nvarchar(120) NULL , -[field_name] nvarchar(36) NULL , -[field_txt] nvarchar(1000) NULL , -[field_type] nvarchar(10) NULL , -[is_show] nvarchar(5) NULL , -[order_num] int NULL , -[replace_va] nvarchar(36) NULL , -[is_graph] nvarchar(5) NULL , -[graph_type] nvarchar(50) NULL , -[graph_name] nvarchar(100) NULL , -[tab_name] nvarchar(50) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_graphreport_item', -NULL, NULL)) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'jform_graphreport_item' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'jform_graphreport_item' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_graphreport_item', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_graphreport_item', -'COLUMN', N'search_flag')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'是否查询' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -, @level2type = 'COLUMN', @level2name = N'search_flag' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'是否查询' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -, @level2type = 'COLUMN', @level2name = N'search_flag' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_graphreport_item', -'COLUMN', N'search_mode')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'查询模式' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -, @level2type = 'COLUMN', @level2name = N'search_mode' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'查询模式' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -, @level2type = 'COLUMN', @level2name = N'search_mode' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_graphreport_item', -'COLUMN', N'cgreport_head_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'cgreportHeadId' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -, @level2type = 'COLUMN', @level2name = N'cgreport_head_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'cgreportHeadId' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -, @level2type = 'COLUMN', @level2name = N'cgreport_head_id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_graphreport_item', -'COLUMN', N'dict_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'字典Code' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -, @level2type = 'COLUMN', @level2name = N'dict_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'字典Code' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -, @level2type = 'COLUMN', @level2name = N'dict_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_graphreport_item', -'COLUMN', N'field_href')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'字段href' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -, @level2type = 'COLUMN', @level2name = N'field_href' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'字段href' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -, @level2type = 'COLUMN', @level2name = N'field_href' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_graphreport_item', -'COLUMN', N'field_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'字段名' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -, @level2type = 'COLUMN', @level2name = N'field_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'字段名' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -, @level2type = 'COLUMN', @level2name = N'field_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_graphreport_item', -'COLUMN', N'field_txt')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'字段文本' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -, @level2type = 'COLUMN', @level2name = N'field_txt' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'字段文本' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -, @level2type = 'COLUMN', @level2name = N'field_txt' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_graphreport_item', -'COLUMN', N'field_type')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'字段类型' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -, @level2type = 'COLUMN', @level2name = N'field_type' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'字段类型' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -, @level2type = 'COLUMN', @level2name = N'field_type' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_graphreport_item', -'COLUMN', N'is_show')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'是否显示' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -, @level2type = 'COLUMN', @level2name = N'is_show' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'是否显示' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -, @level2type = 'COLUMN', @level2name = N'is_show' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_graphreport_item', -'COLUMN', N'order_num')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'排序' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -, @level2type = 'COLUMN', @level2name = N'order_num' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'排序' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -, @level2type = 'COLUMN', @level2name = N'order_num' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_graphreport_item', -'COLUMN', N'replace_va')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'取值表达式' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -, @level2type = 'COLUMN', @level2name = N'replace_va' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'取值表达式' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -, @level2type = 'COLUMN', @level2name = N'replace_va' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_graphreport_item', -'COLUMN', N'is_graph')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'显示图表' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -, @level2type = 'COLUMN', @level2name = N'is_graph' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'显示图表' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -, @level2type = 'COLUMN', @level2name = N'is_graph' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_graphreport_item', -'COLUMN', N'graph_type')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'图表类型' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -, @level2type = 'COLUMN', @level2name = N'graph_type' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'图表类型' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -, @level2type = 'COLUMN', @level2name = N'graph_type' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_graphreport_item', -'COLUMN', N'graph_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'图表名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -, @level2type = 'COLUMN', @level2name = N'graph_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'图表名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -, @level2type = 'COLUMN', @level2name = N'graph_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_graphreport_item', -'COLUMN', N'tab_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'标签名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -, @level2type = 'COLUMN', @level2name = N'tab_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'标签名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' -, @level2type = 'COLUMN', @level2name = N'tab_name' -GO - --- ---------------------------- --- Records of jform_graphreport_item --- ---------------------------- -INSERT INTO [dbo].[jform_graphreport_item] ([id], [search_flag], [search_mode], [cgreport_head_id], [dict_code], [field_href], [field_name], [field_txt], [field_type], [is_show], [order_num], [replace_va], [is_graph], [graph_type], [graph_name], [tab_name]) VALUES (N'402881e44cd2a0c2014cd2a0c29d0000', N'Y', N'single', N'402881e64ca71152014ca71152480000', N'', N'', N'ct', N'操作次数', N'Integer', N'Y', N'1', N'}}}}}}}}', N'Y', N'column', N'操作次数', N'柱状图') -GO -GO -INSERT INTO [dbo].[jform_graphreport_item] ([id], [search_flag], [search_mode], [cgreport_head_id], [dict_code], [field_href], [field_name], [field_txt], [field_type], [is_show], [order_num], [replace_va], [is_graph], [graph_type], [graph_name], [tab_name]) VALUES (N'402881e44cd2a0c2014cd2af45210001', N'N', N'single', N'402881e64ca71152014ca71152480000', N'', N'', N'ct', N'操作次数', N'Integer', N'N', N'5', N'}}', N'Y', N'spline', N'操作次数', N'曲线图') -GO -GO -INSERT INTO [dbo].[jform_graphreport_item] ([id], [search_flag], [search_mode], [cgreport_head_id], [dict_code], [field_href], [field_name], [field_txt], [field_type], [is_show], [order_num], [replace_va], [is_graph], [graph_type], [graph_name], [tab_name]) VALUES (N'402881e44cd2a0c2014cd2af45550002', N'Y', N'single', N'402881e64ca71152014ca71152480000', N'', N'', N'login_count', N'登录次数', N'Integer', N'N', N'6', N'}}', N'Y', N'spline', N'登录次数', N'曲线图') -GO -GO -INSERT INTO [dbo].[jform_graphreport_item] ([id], [search_flag], [search_mode], [cgreport_head_id], [dict_code], [field_href], [field_name], [field_txt], [field_type], [is_show], [order_num], [replace_va], [is_graph], [graph_type], [graph_name], [tab_name]) VALUES (N'402881e64ca71152014ca711527c0001', N'Y', N'single', N'402881e64ca71152014ca71152480000', N'select id ''key'', realname ''value'' from t_s_base_user', N'', N'userid', N'用户', N'String', N'Y', N'0', N'}}}}}}}}}}}}}}}}}}}}}}}}', N'N', N'spline', N'用户', N'') -GO -GO -INSERT INTO [dbo].[jform_graphreport_item] ([id], [search_flag], [search_mode], [cgreport_head_id], [dict_code], [field_href], [field_name], [field_txt], [field_type], [is_show], [order_num], [replace_va], [is_graph], [graph_type], [graph_name], [tab_name]) VALUES (N'402881e64ca71152014ca71152a90002', N'N', N'group', N'402881e64ca71152014ca71152480000', N'', N'', N'login_count', N'登录次数', N'Integer', N'Y', N'2', N'}}}}}}}}}}}}}}}}}}}}}}}}', N'Y', N'column', N'登录次数', N'柱状图') -GO -GO -INSERT INTO [dbo].[jform_graphreport_item] ([id], [search_flag], [search_mode], [cgreport_head_id], [dict_code], [field_href], [field_name], [field_txt], [field_type], [is_show], [order_num], [replace_va], [is_graph], [graph_type], [graph_name], [tab_name]) VALUES (N'402881e64ca7adc7014ca7adc75a0000', N'Y', N'group', N'402881e64ca71152014ca71152480000', N'', N'', N'operatetime', N'操作日期', N'Date', N'N', N'3', N'}}}}}}}}}}}}}}', N'N', N'spline', N'', N'') -GO -GO - --- ---------------------------- --- Table structure for jform_leave --- ---------------------------- -DROP TABLE [dbo].[jform_leave] -GO -CREATE TABLE [dbo].[jform_leave] ( -[id] nvarchar(36) NOT NULL , -[title] nvarchar(50) NULL , -[people] nvarchar(20) NULL , -[sex] nvarchar(10) NULL , -[begindate] datetime NULL , -[enddate] datetime NULL , -[day_num] int NULL , -[hol_dept] nvarchar(32) NULL , -[hol_reson] nvarchar(255) NULL , -[dep_leader] nvarchar(20) NULL , -[content] nvarchar(255) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_leave', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'主键' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_leave' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'主键' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_leave' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_leave', -'COLUMN', N'title')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'请假标题' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_leave' -, @level2type = 'COLUMN', @level2name = N'title' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'请假标题' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_leave' -, @level2type = 'COLUMN', @level2name = N'title' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_leave', -'COLUMN', N'people')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'请假人' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_leave' -, @level2type = 'COLUMN', @level2name = N'people' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'请假人' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_leave' -, @level2type = 'COLUMN', @level2name = N'people' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_leave', -'COLUMN', N'sex')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'性别' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_leave' -, @level2type = 'COLUMN', @level2name = N'sex' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'性别' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_leave' -, @level2type = 'COLUMN', @level2name = N'sex' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_leave', -'COLUMN', N'begindate')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'请假开始时间' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_leave' -, @level2type = 'COLUMN', @level2name = N'begindate' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'请假开始时间' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_leave' -, @level2type = 'COLUMN', @level2name = N'begindate' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_leave', -'COLUMN', N'enddate')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'请假结束时间' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_leave' -, @level2type = 'COLUMN', @level2name = N'enddate' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'请假结束时间' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_leave' -, @level2type = 'COLUMN', @level2name = N'enddate' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_leave', -'COLUMN', N'day_num')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'请假天数' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_leave' -, @level2type = 'COLUMN', @level2name = N'day_num' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'请假天数' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_leave' -, @level2type = 'COLUMN', @level2name = N'day_num' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_leave', -'COLUMN', N'hol_dept')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属部门' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_leave' -, @level2type = 'COLUMN', @level2name = N'hol_dept' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属部门' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_leave' -, @level2type = 'COLUMN', @level2name = N'hol_dept' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_leave', -'COLUMN', N'hol_reson')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'请假原因' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_leave' -, @level2type = 'COLUMN', @level2name = N'hol_reson' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'请假原因' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_leave' -, @level2type = 'COLUMN', @level2name = N'hol_reson' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_leave', -'COLUMN', N'dep_leader')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'部门审批人' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_leave' -, @level2type = 'COLUMN', @level2name = N'dep_leader' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'部门审批人' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_leave' -, @level2type = 'COLUMN', @level2name = N'dep_leader' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_leave', -'COLUMN', N'content')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'部门审批意见' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_leave' -, @level2type = 'COLUMN', @level2name = N'content' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'部门审批意见' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_leave' -, @level2type = 'COLUMN', @level2name = N'content' -GO - --- ---------------------------- --- Records of jform_leave --- ---------------------------- -INSERT INTO [dbo].[jform_leave] ([id], [title], [people], [sex], [begindate], [enddate], [day_num], [hol_dept], [hol_reson], [dep_leader], [content]) VALUES (N'4028ef815374112b015374112b620000', N'请假出差', N'李四', N'0', N'2016-03-31 00:00:00.000', N'2016-03-17 15:39:41.000', null, N'402880e447e99cf10147e9a03b320003', N'12', N'12', N'12') -GO -GO - --- ---------------------------- --- Table structure for jform_order_customer --- ---------------------------- -DROP TABLE [dbo].[jform_order_customer] -GO -CREATE TABLE [dbo].[jform_order_customer] ( -[id] nvarchar(36) NOT NULL , -[name] nvarchar(32) NULL , -[money] real NULL , -[sex] nvarchar(4) NULL , -[telphone] nvarchar(32) NULL , -[fk_id] nvarchar(36) NOT NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_order_customer', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'主键' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_order_customer' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'主键' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_order_customer' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_order_customer', -'COLUMN', N'name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'客户名' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_order_customer' -, @level2type = 'COLUMN', @level2name = N'name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'客户名' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_order_customer' -, @level2type = 'COLUMN', @level2name = N'name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_order_customer', -'COLUMN', N'money')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'单价' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_order_customer' -, @level2type = 'COLUMN', @level2name = N'money' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'单价' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_order_customer' -, @level2type = 'COLUMN', @level2name = N'money' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_order_customer', -'COLUMN', N'sex')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'性别' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_order_customer' -, @level2type = 'COLUMN', @level2name = N'sex' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'性别' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_order_customer' -, @level2type = 'COLUMN', @level2name = N'sex' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_order_customer', -'COLUMN', N'telphone')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'电话' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_order_customer' -, @level2type = 'COLUMN', @level2name = N'telphone' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'电话' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_order_customer' -, @level2type = 'COLUMN', @level2name = N'telphone' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_order_customer', -'COLUMN', N'fk_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'外键' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_order_customer' -, @level2type = 'COLUMN', @level2name = N'fk_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'外键' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_order_customer' -, @level2type = 'COLUMN', @level2name = N'fk_id' -GO - --- ---------------------------- --- Records of jform_order_customer --- ---------------------------- -INSERT INTO [dbo].[jform_order_customer] ([id], [name], [money], [sex], [telphone], [fk_id]) VALUES (N'402880e64e3d271b014e3d2c023b000a', N'李四', N'200', null, null, N'402880e64e3d271b014e3d2c02240009') -GO -GO -INSERT INTO [dbo].[jform_order_customer] ([id], [name], [money], [sex], [telphone], [fk_id]) VALUES (N'402880e64e3d271b014e3d2c024d000b', N'张三', N'100', null, null, N'402880e64e3d271b014e3d2c02240009') -GO -GO -INSERT INTO [dbo].[jform_order_customer] ([id], [name], [money], [sex], [telphone], [fk_id]) VALUES (N'402880e64f4526c8014f4526c8f40001', N'2', N'2', N'2', N'2', N'402880e64f4526c8014f4526c88c0000') -GO -GO -INSERT INTO [dbo].[jform_order_customer] ([id], [name], [money], [sex], [telphone], [fk_id]) VALUES (N'402880e64f4526c8014f4526c9200002', N'1', N'1', N'1', N'1', N'402880e64f4526c8014f4526c88c0000') -GO -GO -INSERT INTO [dbo].[jform_order_customer] ([id], [name], [money], [sex], [telphone], [fk_id]) VALUES (N'402894815113a1bd015113a80a120006', N'NO2', N'11', N'1', N'11', N'402894815113a1bd015113a80a110005') -GO -GO -INSERT INTO [dbo].[jform_order_customer] ([id], [name], [money], [sex], [telphone], [fk_id]) VALUES (N'40289481513290650151329324a20008', N'22', N'22', null, N'22', N'402894815132906501513293249f0006') -GO -GO -INSERT INTO [dbo].[jform_order_customer] ([id], [name], [money], [sex], [telphone], [fk_id]) VALUES (N'4028ef81536003710153600371ec0001', N'1', N'1', N'1', N'1', N'4028ef81536003710153600371320000') -GO -GO -INSERT INTO [dbo].[jform_order_customer] ([id], [name], [money], [sex], [telphone], [fk_id]) VALUES (N'4028ef815373fddd015374035a640004', N'2', N'2', null, null, N'4028ef815373fddd015374035a3e0003') -GO -GO - --- ---------------------------- --- Table structure for jform_order_main --- ---------------------------- -DROP TABLE [dbo].[jform_order_main] -GO -CREATE TABLE [dbo].[jform_order_main] ( -[id] nvarchar(36) NOT NULL , -[order_code] nvarchar(50) NULL , -[order_date] datetime NULL , -[order_money] float(53) NULL , -[content] nvarchar(255) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_order_main', -'COLUMN', N'order_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'订单号' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_order_main' -, @level2type = 'COLUMN', @level2name = N'order_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'订单号' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_order_main' -, @level2type = 'COLUMN', @level2name = N'order_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_order_main', -'COLUMN', N'order_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'订单日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_order_main' -, @level2type = 'COLUMN', @level2name = N'order_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'订单日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_order_main' -, @level2type = 'COLUMN', @level2name = N'order_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_order_main', -'COLUMN', N'order_money')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'订单金额' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_order_main' -, @level2type = 'COLUMN', @level2name = N'order_money' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'订单金额' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_order_main' -, @level2type = 'COLUMN', @level2name = N'order_money' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_order_main', -'COLUMN', N'content')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'备注' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_order_main' -, @level2type = 'COLUMN', @level2name = N'content' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'备注' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_order_main' -, @level2type = 'COLUMN', @level2name = N'content' -GO - --- ---------------------------- --- Records of jform_order_main --- ---------------------------- -INSERT INTO [dbo].[jform_order_main] ([id], [order_code], [order_date], [order_money], [content]) VALUES (N'402880e64e3d271b014e3d2c02240009', N'张代浩', N'2015-06-29 00:00:00.000', N'10000', N'采购办公设备') -GO -GO -INSERT INTO [dbo].[jform_order_main] ([id], [order_code], [order_date], [order_money], [content]) VALUES (N'402880e64f4526c8014f4526c88c0000', N'管理员,张代浩', N'2015-08-27 00:00:00.000', N'100', N'12') -GO -GO -INSERT INTO [dbo].[jform_order_main] ([id], [order_code], [order_date], [order_money], [content]) VALUES (N'402894815113a1bd015113a80a110005', N'scott', N'2015-11-18 00:00:00.000', N'11', N'11') -GO -GO -INSERT INTO [dbo].[jform_order_main] ([id], [order_code], [order_date], [order_money], [content]) VALUES (N'402894815132906501513293249f0006', N'admin', N'2015-11-23 00:00:00.000', N'3232', N'2323') -GO -GO -INSERT INTO [dbo].[jform_order_main] ([id], [order_code], [order_date], [order_money], [content]) VALUES (N'4028ef81536003710153600371320000', N'张代浩', N'2016-03-10 00:00:00.000', N'1', N'1') -GO -GO -INSERT INTO [dbo].[jform_order_main] ([id], [order_code], [order_date], [order_money], [content]) VALUES (N'4028ef815373fddd015374035a3e0003', N'张代浩', N'2016-03-14 00:00:00.000', N'12', N'1') -GO -GO - --- ---------------------------- --- Table structure for jform_order_ticket --- ---------------------------- -DROP TABLE [dbo].[jform_order_ticket] -GO -CREATE TABLE [dbo].[jform_order_ticket] ( -[id] nvarchar(36) NOT NULL , -[ticket_code] nvarchar(100) NOT NULL , -[tickect_date] datetime NULL , -[fck_id] nvarchar(36) NOT NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_order_ticket', -'COLUMN', N'ticket_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'航班号' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_order_ticket' -, @level2type = 'COLUMN', @level2name = N'ticket_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'航班号' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_order_ticket' -, @level2type = 'COLUMN', @level2name = N'ticket_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_order_ticket', -'COLUMN', N'tickect_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'航班时间' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_order_ticket' -, @level2type = 'COLUMN', @level2name = N'tickect_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'航班时间' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_order_ticket' -, @level2type = 'COLUMN', @level2name = N'tickect_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_order_ticket', -'COLUMN', N'fck_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'外键' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_order_ticket' -, @level2type = 'COLUMN', @level2name = N'fck_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'外键' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_order_ticket' -, @level2type = 'COLUMN', @level2name = N'fck_id' -GO - --- ---------------------------- --- Records of jform_order_ticket --- ---------------------------- -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880e64e3d271b014e3d2c025f000c', N'A02', N'2015-06-25 10:36:08.000', N'402880e64e3d271b014e3d2c02240009') -GO -GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880e64e3d271b014e3d2c026e000d', N'A01', N'2015-06-29 10:35:40.000', N'402880e64e3d271b014e3d2c02240009') -GO -GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880e64f4526c8014f4526c9350003', N'2', N'2015-08-20 16:50:02.000', N'402880e64f4526c8014f4526c88c0000') -GO -GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880e64f4526c8014f4526c9580004', N'1', N'2015-08-07 16:49:59.000', N'402880e64f4526c8014f4526c88c0000') -GO -GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402894815113a1bd015113a80a130007', N'NOO111', N'2015-11-28 12:20:30.000', N'402894815113a1bd015113a80a110005') -GO -GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'40289481513290650151329324a00007', N'22', N'2015-11-18 12:21:13.000', N'402894815132906501513293249f0006') -GO -GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'4028ef815360037101536003724c0002', N'2', N'2016-03-10 18:12:25.000', N'4028ef81536003710153600371320000') -GO -GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'4028ef81536003710153600372940003', N'1', N'2016-03-10 18:12:21.000', N'4028ef81536003710153600371320000') -GO -GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'4028ef815373fddd015374035a9d0005', N'1', N'2016-03-14 15:24:39.000', N'4028ef815373fddd015374035a3e0003') -GO -GO - --- ---------------------------- --- Table structure for jform_price1 --- ---------------------------- -DROP TABLE [dbo].[jform_price1] -GO -CREATE TABLE [dbo].[jform_price1] ( -[id] nvarchar(36) NOT NULL , -[a] float(53) NOT NULL , -[b1] float(53) NOT NULL , -[b11] nvarchar(100) NOT NULL , -[b12] nvarchar(100) NOT NULL , -[b13] nvarchar(100) NOT NULL , -[b2] float(53) NOT NULL , -[b3] float(53) NOT NULL , -[b31] nvarchar(100) NOT NULL , -[b32] nvarchar(100) NOT NULL , -[b33] nvarchar(100) NOT NULL , -[c1] float(53) NOT NULL , -[c2] float(53) NOT NULL , -[c3] float(53) NOT NULL , -[d] int NOT NULL , -[d1] nvarchar(MAX) NOT NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_price1', -'COLUMN', N'a')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'机构合计' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_price1' -, @level2type = 'COLUMN', @level2name = N'a' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'机构合计' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_price1' -, @level2type = 'COLUMN', @level2name = N'a' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_price1', -'COLUMN', N'b1')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'行政小计' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_price1' -, @level2type = 'COLUMN', @level2name = N'b1' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'行政小计' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_price1' -, @level2type = 'COLUMN', @level2name = N'b1' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_price1', -'COLUMN', N'b11')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'行政省' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_price1' -, @level2type = 'COLUMN', @level2name = N'b11' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'行政省' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_price1' -, @level2type = 'COLUMN', @level2name = N'b11' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_price1', -'COLUMN', N'b12')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'行政市' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_price1' -, @level2type = 'COLUMN', @level2name = N'b12' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'行政市' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_price1' -, @level2type = 'COLUMN', @level2name = N'b12' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_price1', -'COLUMN', N'b13')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'行政县' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_price1' -, @level2type = 'COLUMN', @level2name = N'b13' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'行政县' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_price1' -, @level2type = 'COLUMN', @level2name = N'b13' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_price1', -'COLUMN', N'b2')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'事业合计' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_price1' -, @level2type = 'COLUMN', @level2name = N'b2' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'事业合计' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_price1' -, @level2type = 'COLUMN', @level2name = N'b2' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_price1', -'COLUMN', N'b3')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'参公小计' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_price1' -, @level2type = 'COLUMN', @level2name = N'b3' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'参公小计' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_price1' -, @level2type = 'COLUMN', @level2name = N'b3' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_price1', -'COLUMN', N'b31')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'参公省' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_price1' -, @level2type = 'COLUMN', @level2name = N'b31' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'参公省' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_price1' -, @level2type = 'COLUMN', @level2name = N'b31' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_price1', -'COLUMN', N'b32')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'参公市' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_price1' -, @level2type = 'COLUMN', @level2name = N'b32' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'参公市' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_price1' -, @level2type = 'COLUMN', @level2name = N'b32' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_price1', -'COLUMN', N'b33')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'参公县' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_price1' -, @level2type = 'COLUMN', @level2name = N'b33' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'参公县' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_price1' -, @level2type = 'COLUMN', @level2name = N'b33' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_price1', -'COLUMN', N'c1')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'全额拨款' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_price1' -, @level2type = 'COLUMN', @level2name = N'c1' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'全额拨款' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_price1' -, @level2type = 'COLUMN', @level2name = N'c1' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_price1', -'COLUMN', N'c2')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'差额拨款' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_price1' -, @level2type = 'COLUMN', @level2name = N'c2' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'差额拨款' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_price1' -, @level2type = 'COLUMN', @level2name = N'c2' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_price1', -'COLUMN', N'c3')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'自收自支' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_price1' -, @level2type = 'COLUMN', @level2name = N'c3' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'自收自支' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_price1' -, @level2type = 'COLUMN', @level2name = N'c3' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_price1', -'COLUMN', N'd')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'经费合计' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_price1' -, @level2type = 'COLUMN', @level2name = N'd' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'经费合计' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_price1' -, @level2type = 'COLUMN', @level2name = N'd' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_price1', -'COLUMN', N'd1')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'机构资质' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_price1' -, @level2type = 'COLUMN', @level2name = N'd1' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'机构资质' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_price1' -, @level2type = 'COLUMN', @level2name = N'd1' -GO - --- ---------------------------- --- Records of jform_price1 --- ---------------------------- - --- ---------------------------- --- Table structure for jform_resume_degree_info --- ---------------------------- -DROP TABLE [dbo].[jform_resume_degree_info] -GO -CREATE TABLE [dbo].[jform_resume_degree_info] ( -[id] nvarchar(36) NOT NULL , -[resume_id] nvarchar(36) NULL , -[begin_date] datetime NULL , -[end_date] datetime NULL , -[school_name] nvarchar(100) NULL , -[major] nvarchar(100) NULL , -[degree] nvarchar(30) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_resume_degree_info', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_degree_info' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_degree_info' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_resume_degree_info', -'COLUMN', N'resume_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'简历主键' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_degree_info' -, @level2type = 'COLUMN', @level2name = N'resume_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'简历主键' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_degree_info' -, @level2type = 'COLUMN', @level2name = N'resume_id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_resume_degree_info', -'COLUMN', N'begin_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'开始时间' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_degree_info' -, @level2type = 'COLUMN', @level2name = N'begin_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'开始时间' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_degree_info' -, @level2type = 'COLUMN', @level2name = N'begin_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_resume_degree_info', -'COLUMN', N'end_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'结束时间' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_degree_info' -, @level2type = 'COLUMN', @level2name = N'end_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'结束时间' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_degree_info' -, @level2type = 'COLUMN', @level2name = N'end_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_resume_degree_info', -'COLUMN', N'school_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'学校名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_degree_info' -, @level2type = 'COLUMN', @level2name = N'school_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'学校名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_degree_info' -, @level2type = 'COLUMN', @level2name = N'school_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_resume_degree_info', -'COLUMN', N'major')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'专业' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_degree_info' -, @level2type = 'COLUMN', @level2name = N'major' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'专业' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_degree_info' -, @level2type = 'COLUMN', @level2name = N'major' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_resume_degree_info', -'COLUMN', N'degree')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'学历' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_degree_info' -, @level2type = 'COLUMN', @level2name = N'degree' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'学历' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_degree_info' -, @level2type = 'COLUMN', @level2name = N'degree' -GO - --- ---------------------------- --- Records of jform_resume_degree_info --- ---------------------------- -INSERT INTO [dbo].[jform_resume_degree_info] ([id], [resume_id], [begin_date], [end_date], [school_name], [major], [degree]) VALUES (N'4028ef8155bf28d40155bf2a510f000b', N'4028ef815360037101536015fbe40007', N'2016-03-01 00:00:00.000', N'2016-03-10 00:00:00.000', N'清华大学', N'计算机', N'本科') -GO -GO -INSERT INTO [dbo].[jform_resume_degree_info] ([id], [resume_id], [begin_date], [end_date], [school_name], [major], [degree]) VALUES (N'4028ef8155bf28d40155bf2a512e000c', N'4028ef815360037101536015fbe40007', N'2016-03-31 00:00:00.000', N'2016-03-31 00:00:00.000', N'123', N'123', N'123') -GO -GO - --- ---------------------------- --- Table structure for jform_resume_exp_info --- ---------------------------- -DROP TABLE [dbo].[jform_resume_exp_info] -GO -CREATE TABLE [dbo].[jform_resume_exp_info] ( -[id] nvarchar(36) NOT NULL , -[resume_id] nvarchar(36) NULL , -[begin_date] datetime NULL , -[end_date] datetime NULL , -[company_name] nvarchar(200) NULL , -[depart_name] nvarchar(100) NULL , -[post] nvarchar(50) NULL , -[experience] nvarchar(2000) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_resume_exp_info', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_exp_info' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_exp_info' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_resume_exp_info', -'COLUMN', N'resume_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'简历信息表ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_exp_info' -, @level2type = 'COLUMN', @level2name = N'resume_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'简历信息表ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_exp_info' -, @level2type = 'COLUMN', @level2name = N'resume_id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_resume_exp_info', -'COLUMN', N'begin_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'开始日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_exp_info' -, @level2type = 'COLUMN', @level2name = N'begin_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'开始日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_exp_info' -, @level2type = 'COLUMN', @level2name = N'begin_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_resume_exp_info', -'COLUMN', N'end_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'结束日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_exp_info' -, @level2type = 'COLUMN', @level2name = N'end_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'结束日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_exp_info' -, @level2type = 'COLUMN', @level2name = N'end_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_resume_exp_info', -'COLUMN', N'company_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'公司名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_exp_info' -, @level2type = 'COLUMN', @level2name = N'company_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'公司名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_exp_info' -, @level2type = 'COLUMN', @level2name = N'company_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_resume_exp_info', -'COLUMN', N'depart_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'部门名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_exp_info' -, @level2type = 'COLUMN', @level2name = N'depart_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'部门名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_exp_info' -, @level2type = 'COLUMN', @level2name = N'depart_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_resume_exp_info', -'COLUMN', N'post')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'职位' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_exp_info' -, @level2type = 'COLUMN', @level2name = N'post' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'职位' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_exp_info' -, @level2type = 'COLUMN', @level2name = N'post' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_resume_exp_info', -'COLUMN', N'experience')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'工作描述' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_exp_info' -, @level2type = 'COLUMN', @level2name = N'experience' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'工作描述' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_exp_info' -, @level2type = 'COLUMN', @level2name = N'experience' -GO - --- ---------------------------- --- Records of jform_resume_exp_info --- ---------------------------- -INSERT INTO [dbo].[jform_resume_exp_info] ([id], [resume_id], [begin_date], [end_date], [company_name], [depart_name], [post], [experience]) VALUES (N'4028ef81547f9ad401547fd02fb40012', null, N'2016-05-05 00:00:00.000', N'2016-05-05 00:00:00.000', N'99', N'99', N'99', N'99') -GO -GO -INSERT INTO [dbo].[jform_resume_exp_info] ([id], [resume_id], [begin_date], [end_date], [company_name], [depart_name], [post], [experience]) VALUES (N'4028ef8155bf28d40155bf2a50cc0009', N'4028ef815360037101536015fbe40007', N'2016-03-10 00:00:00.000', N'2016-03-10 00:00:00.000', N'北京软件', N'研发部', N'高级', N'研究工作机器人') -GO -GO -INSERT INTO [dbo].[jform_resume_exp_info] ([id], [resume_id], [begin_date], [end_date], [company_name], [depart_name], [post], [experience]) VALUES (N'4028ef8155bf28d40155bf2a50ec000a', N'4028ef815360037101536015fbe40007', N'2016-04-01 00:00:00.000', N'2016-04-01 00:00:00.000', N'1', N'1', N'1', N'1') -GO -GO - --- ---------------------------- --- Table structure for jform_resume_info --- ---------------------------- -DROP TABLE [dbo].[jform_resume_info] -GO -CREATE TABLE [dbo].[jform_resume_info] ( -[id] nvarchar(36) NOT NULL , -[name] nvarchar(50) NULL , -[sex] nvarchar(10) NULL , -[birthday] datetime NULL , -[telnum] nvarchar(30) NULL , -[email] nvarchar(50) NULL , -[degree] nvarchar(50) NULL , -[workyear] nvarchar(20) NULL , -[cardid] nvarchar(200) NULL , -[habitation] nvarchar(100) NULL , -[residence] nvarchar(100) NULL , -[salary] nvarchar(20) NULL , -[work_place] nvarchar(50) NULL , -[work_type] nvarchar(50) NULL , -[arrival_time] datetime NULL , -[introduction] nvarchar(500) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_resume_info', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_info' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_info' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_resume_info', -'COLUMN', N'name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'姓名' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_info' -, @level2type = 'COLUMN', @level2name = N'name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'姓名' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_info' -, @level2type = 'COLUMN', @level2name = N'name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_resume_info', -'COLUMN', N'sex')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'性别' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_info' -, @level2type = 'COLUMN', @level2name = N'sex' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'性别' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_info' -, @level2type = 'COLUMN', @level2name = N'sex' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_resume_info', -'COLUMN', N'birthday')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'生日' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_info' -, @level2type = 'COLUMN', @level2name = N'birthday' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'生日' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_info' -, @level2type = 'COLUMN', @level2name = N'birthday' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_resume_info', -'COLUMN', N'telnum')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'电话号码' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_info' -, @level2type = 'COLUMN', @level2name = N'telnum' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'电话号码' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_info' -, @level2type = 'COLUMN', @level2name = N'telnum' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_resume_info', -'COLUMN', N'email')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'电子邮箱' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_info' -, @level2type = 'COLUMN', @level2name = N'email' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'电子邮箱' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_info' -, @level2type = 'COLUMN', @level2name = N'email' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_resume_info', -'COLUMN', N'degree')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'最高学历' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_info' -, @level2type = 'COLUMN', @level2name = N'degree' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'最高学历' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_info' -, @level2type = 'COLUMN', @level2name = N'degree' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_resume_info', -'COLUMN', N'workyear')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'工作年限' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_info' -, @level2type = 'COLUMN', @level2name = N'workyear' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'工作年限' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_info' -, @level2type = 'COLUMN', @level2name = N'workyear' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_resume_info', -'COLUMN', N'cardid')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'身份证号' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_info' -, @level2type = 'COLUMN', @level2name = N'cardid' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'身份证号' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_info' -, @level2type = 'COLUMN', @level2name = N'cardid' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_resume_info', -'COLUMN', N'habitation')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'现居地' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_info' -, @level2type = 'COLUMN', @level2name = N'habitation' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'现居地' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_info' -, @level2type = 'COLUMN', @level2name = N'habitation' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_resume_info', -'COLUMN', N'residence')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'户口所在地' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_info' -, @level2type = 'COLUMN', @level2name = N'residence' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'户口所在地' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_info' -, @level2type = 'COLUMN', @level2name = N'residence' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_resume_info', -'COLUMN', N'salary')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'期望薪资' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_info' -, @level2type = 'COLUMN', @level2name = N'salary' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'期望薪资' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_info' -, @level2type = 'COLUMN', @level2name = N'salary' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_resume_info', -'COLUMN', N'work_place')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'期望工作地点' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_info' -, @level2type = 'COLUMN', @level2name = N'work_place' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'期望工作地点' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_info' -, @level2type = 'COLUMN', @level2name = N'work_place' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_resume_info', -'COLUMN', N'work_type')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'工作类型' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_info' -, @level2type = 'COLUMN', @level2name = N'work_type' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'工作类型' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_info' -, @level2type = 'COLUMN', @level2name = N'work_type' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_resume_info', -'COLUMN', N'arrival_time')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'到岗时间' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_info' -, @level2type = 'COLUMN', @level2name = N'arrival_time' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'到岗时间' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_info' -, @level2type = 'COLUMN', @level2name = N'arrival_time' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_resume_info', -'COLUMN', N'introduction')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'自我评价' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_info' -, @level2type = 'COLUMN', @level2name = N'introduction' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'自我评价' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_resume_info' -, @level2type = 'COLUMN', @level2name = N'introduction' -GO - --- ---------------------------- --- Records of jform_resume_info --- ---------------------------- -INSERT INTO [dbo].[jform_resume_info] ([id], [name], [sex], [birthday], [telnum], [email], [degree], [workyear], [cardid], [habitation], [residence], [salary], [work_place], [work_type], [arrival_time], [introduction]) VALUES (N'4028ef815360037101536015fbe40007', N'张三', N'1', N'2016-03-10 00:00:00.000', N'18611788888', N'123@123.com', N'本科', N'5', N'345215468545454545,345215468545454545,345215468545454545,345215468545454545,345215468545454545,345215468545454545,345215468545454545,345215468545454545', N'北京,北京,北京,北京,北京,北京,北京,北京', null, N'8000', N'北京', N'软件开发', N'2016-03-31 00:00:00.000', N'很好') -GO -GO - --- ---------------------------- --- Table structure for jform_tree --- ---------------------------- -DROP TABLE [dbo].[jform_tree] -GO -CREATE TABLE [dbo].[jform_tree] ( -[id] nvarchar(36) NOT NULL , -[create_name] nvarchar(50) NULL , -[create_by] nvarchar(50) NULL , -[create_date] datetime NULL , -[update_name] nvarchar(50) NULL , -[update_by] nvarchar(50) NULL , -[update_date] datetime NULL , -[name] nvarchar(32) NULL , -[father_id] nvarchar(32) NULL , -[age] nvarchar(32) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_tree', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'主键' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_tree' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'主键' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_tree' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_tree', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_tree' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_tree' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_tree', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_tree' -, @level2type = 'COLUMN', @level2name = N'create_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_tree' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_tree', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_tree' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_tree' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_tree', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_tree' -, @level2type = 'COLUMN', @level2name = N'update_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_tree' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_tree', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_tree' -, @level2type = 'COLUMN', @level2name = N'update_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_tree' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_tree', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_tree' -, @level2type = 'COLUMN', @level2name = N'update_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_tree' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_tree', -'COLUMN', N'name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'物料编码' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_tree' -, @level2type = 'COLUMN', @level2name = N'name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'物料编码' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_tree' -, @level2type = 'COLUMN', @level2name = N'name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_tree', -'COLUMN', N'father_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'父ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_tree' -, @level2type = 'COLUMN', @level2name = N'father_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'父ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_tree' -, @level2type = 'COLUMN', @level2name = N'father_id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jform_tree', -'COLUMN', N'age')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'age' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_tree' -, @level2type = 'COLUMN', @level2name = N'age' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'age' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jform_tree' -, @level2type = 'COLUMN', @level2name = N'age' -GO - --- ---------------------------- --- Records of jform_tree --- ---------------------------- -INSERT INTO [dbo].[jform_tree] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [name], [father_id], [age]) VALUES (N'4028ef81552e09fd01552e10fb280001', N'管理员', N'admin', N'2016-06-08 00:00:00.000', null, null, null, N'99', null, N'999') -GO -GO -INSERT INTO [dbo].[jform_tree] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [name], [father_id], [age]) VALUES (N'4028ef81552e09fd01552e110d510002', N'管理员', N'admin', N'2016-06-08 00:00:00.000', N'管理员', N'admin', N'2016-06-08 00:00:00.000', N'66', N'4028ef81552e09fd01552e10fb280001', N'66') -GO -GO -INSERT INTO [dbo].[jform_tree] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [name], [father_id], [age]) VALUES (N'4028ef8155c4a6480155c4a6481e0000', N'管理员', N'admin', N'2016-07-07 00:00:00.000', N'管理员', N'admin', N'2016-07-07 00:00:00.000', N'333', N'4028ef81552e09fd01552e10fb280001', N'333') -GO -GO - --- ---------------------------- --- Table structure for jp_demo_activity --- ---------------------------- -DROP TABLE [dbo].[jp_demo_activity] -GO -CREATE TABLE [dbo].[jp_demo_activity] ( -[id] nvarchar(32) NOT NULL , -[name] nvarchar(100) NOT NULL , -[begin_time] datetime NULL , -[end_time] datetime NULL , -[hdurl] nvarchar(300) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_demo_activity', -NULL, NULL)) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'红包活动表' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_activity' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'红包活动表' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_activity' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_demo_activity', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_activity' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_activity' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_demo_activity', -'COLUMN', N'name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'活动名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_activity' -, @level2type = 'COLUMN', @level2name = N'name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'活动名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_activity' -, @level2type = 'COLUMN', @level2name = N'name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_demo_activity', -'COLUMN', N'begin_time')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'活动开始时间' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_activity' -, @level2type = 'COLUMN', @level2name = N'begin_time' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'活动开始时间' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_activity' -, @level2type = 'COLUMN', @level2name = N'begin_time' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_demo_activity', -'COLUMN', N'end_time')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N' 活动结束时间' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_activity' -, @level2type = 'COLUMN', @level2name = N'end_time' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N' 活动结束时间' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_activity' -, @level2type = 'COLUMN', @level2name = N'end_time' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_demo_activity', -'COLUMN', N'hdurl')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'入口地址' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_activity' -, @level2type = 'COLUMN', @level2name = N'hdurl' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'入口地址' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_activity' -, @level2type = 'COLUMN', @level2name = N'hdurl' -GO - --- ---------------------------- --- Records of jp_demo_activity --- ---------------------------- -INSERT INTO [dbo].[jp_demo_activity] ([id], [name], [begin_time], [end_time], [hdurl]) VALUES (N'95B6BF61945043039008299AA53A2991', N'2', N'2016-03-26 15:50:32.000', N'2016-03-26 15:50:34.000', N'2') -GO -GO -INSERT INTO [dbo].[jp_demo_activity] ([id], [name], [begin_time], [end_time], [hdurl]) VALUES (N'DEBCE74A2E87406EBA557748BE0FA700', N'1', N'2016-04-10 14:33:50.000', N'2016-04-10 14:33:52.000', N'1') -GO -GO -INSERT INTO [dbo].[jp_demo_activity] ([id], [name], [begin_time], [end_time], [hdurl]) VALUES (N'F4EAEF41A7DF4B59AE9A41455E1643F9', N'3', N'2016-06-30 23:52:20.000', N'2016-06-30 23:52:21.000', N'3') -GO -GO - --- ---------------------------- --- Table structure for jp_demo_auth --- ---------------------------- -DROP TABLE [dbo].[jp_demo_auth] -GO -CREATE TABLE [dbo].[jp_demo_auth] ( -[id] bigint NOT NULL , -[auth_id] nvarchar(32) NOT NULL , -[auth_name] nvarchar(100) NULL , -[auth_type] nvarchar(2) NULL , -[auth_contr] nvarchar(256) NULL , -[parent_auth_id] nchar(12) NULL , -[leaf_ind] nchar(2) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_demo_auth', -NULL, NULL)) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'运营系统权限表' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_auth' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'运营系统权限表' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_auth' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_demo_auth', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'序号' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_auth' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'序号' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_auth' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_demo_auth', -'COLUMN', N'auth_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'权限编码' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_auth' -, @level2type = 'COLUMN', @level2name = N'auth_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'权限编码' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_auth' -, @level2type = 'COLUMN', @level2name = N'auth_id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_demo_auth', -'COLUMN', N'auth_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'权限名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_auth' -, @level2type = 'COLUMN', @level2name = N'auth_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'权限名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_auth' -, @level2type = 'COLUMN', @level2name = N'auth_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_demo_auth', -'COLUMN', N'auth_type')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'权限类型 0:菜单;1:功能' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_auth' -, @level2type = 'COLUMN', @level2name = N'auth_type' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'权限类型 0:菜单;1:功能' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_auth' -, @level2type = 'COLUMN', @level2name = N'auth_type' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_demo_auth', -'COLUMN', N'auth_contr')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'权限控制' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_auth' -, @level2type = 'COLUMN', @level2name = N'auth_contr' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'权限控制' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_auth' -, @level2type = 'COLUMN', @level2name = N'auth_contr' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_demo_auth', -'COLUMN', N'parent_auth_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'上一级权限编码' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_auth' -, @level2type = 'COLUMN', @level2name = N'parent_auth_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'上一级权限编码' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_auth' -, @level2type = 'COLUMN', @level2name = N'parent_auth_id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_demo_auth', -'COLUMN', N'leaf_ind')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'是否叶子节点' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_auth' -, @level2type = 'COLUMN', @level2name = N'leaf_ind' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'是否叶子节点' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_demo_auth' -, @level2type = 'COLUMN', @level2name = N'leaf_ind' -GO - --- ---------------------------- --- Records of jp_demo_auth --- ---------------------------- -INSERT INTO [dbo].[jp_demo_auth] ([id], [auth_id], [auth_name], [auth_type], [auth_contr], [parent_auth_id], [leaf_ind]) VALUES (N'1', N'21', N'系统管理', N'0', null, null, N'N ') -GO -GO -INSERT INTO [dbo].[jp_demo_auth] ([id], [auth_id], [auth_name], [auth_type], [auth_contr], [parent_auth_id], [leaf_ind]) VALUES (N'2', N'2101', N'用户管理', N'0', N'/system/back/jwSystemUser/list.do', N'21 ', N'Y ') -GO -GO -INSERT INTO [dbo].[jp_demo_auth] ([id], [auth_id], [auth_name], [auth_type], [auth_contr], [parent_auth_id], [leaf_ind]) VALUES (N'3', N'210101', N'新增用户', N'1', N'/system/back/jwSystemUser/doAdd.do', N'2101 ', N'Y ') -GO -GO -INSERT INTO [dbo].[jp_demo_auth] ([id], [auth_id], [auth_name], [auth_type], [auth_contr], [parent_auth_id], [leaf_ind]) VALUES (N'4', N'210102', N'编辑用户', N'1', N'/system/back/jwSystemUser/doEdit.do', N'2101 ', N'Y ') -GO -GO -INSERT INTO [dbo].[jp_demo_auth] ([id], [auth_id], [auth_name], [auth_type], [auth_contr], [parent_auth_id], [leaf_ind]) VALUES (N'5', N'2102', N'角色管理', N'0', N'/system/back/jwSystemRole/list.do', N'21 ', N'Y ') -GO -GO -INSERT INTO [dbo].[jp_demo_auth] ([id], [auth_id], [auth_name], [auth_type], [auth_contr], [parent_auth_id], [leaf_ind]) VALUES (N'6', N'210201', N'新增角色', N'1', N'/system/back/jwSystemRole/doAdd.do', N'2102 ', N'Y ') -GO -GO -INSERT INTO [dbo].[jp_demo_auth] ([id], [auth_id], [auth_name], [auth_type], [auth_contr], [parent_auth_id], [leaf_ind]) VALUES (N'7', N'210202', N'编辑角色', N'1', N'/system/back/jwSystemRole/doEdit.do', N'2102 ', N'Y ') -GO -GO -INSERT INTO [dbo].[jp_demo_auth] ([id], [auth_id], [auth_name], [auth_type], [auth_contr], [parent_auth_id], [leaf_ind]) VALUES (N'8', N'210203', N'角色授权', N'1', N'/system/back/jwSystemRole/editRoleAuth.do', N'2102 ', N'Y ') -GO -GO -INSERT INTO [dbo].[jp_demo_auth] ([id], [auth_id], [auth_name], [auth_type], [auth_contr], [parent_auth_id], [leaf_ind]) VALUES (N'9', N'210204', N'删除角色', N'1', N'/system/back/jwSystemRole/doDelete.do', N'2102 ', N'Y ') -GO -GO -INSERT INTO [dbo].[jp_demo_auth] ([id], [auth_id], [auth_name], [auth_type], [auth_contr], [parent_auth_id], [leaf_ind]) VALUES (N'10', N'2103', N'权限管理', N'0', N'/system/back/jwSystemAuth/list.do', N'21 ', N'Y ') -GO -GO -INSERT INTO [dbo].[jp_demo_auth] ([id], [auth_id], [auth_name], [auth_type], [auth_contr], [parent_auth_id], [leaf_ind]) VALUES (N'11', N'210301', N'新增权限', N'1', N'/system/back/jwSystemAuth/doAdd.do', N'2103 ', N'Y ') -GO -GO -INSERT INTO [dbo].[jp_demo_auth] ([id], [auth_id], [auth_name], [auth_type], [auth_contr], [parent_auth_id], [leaf_ind]) VALUES (N'12', N'210302', N'编辑权限', N'1', N'/system/back/jwSystemAuth/doEdit.do1', N'2103 ', N'Y ') -GO -GO - --- ---------------------------- --- Table structure for jp_inner_mail --- ---------------------------- -DROP TABLE [dbo].[jp_inner_mail] -GO -CREATE TABLE [dbo].[jp_inner_mail] ( -[id] nvarchar(36) NOT NULL , -[create_name] nvarchar(50) NULL , -[create_by] nvarchar(50) NULL , -[create_date] datetime NULL , -[title] nvarchar(100) NULL , -[attachment] nvarchar(1000) NULL , -[content] nvarchar(MAX) NULL , -[status] nvarchar(50) NULL , -[receiver_names] nvarchar(300) NULL , -[receiver_ids] nvarchar(300) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_inner_mail', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'主键' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_inner_mail' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'主键' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_inner_mail' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_inner_mail', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_inner_mail' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_inner_mail' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_inner_mail', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_inner_mail' -, @level2type = 'COLUMN', @level2name = N'create_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_inner_mail' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_inner_mail', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_inner_mail' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_inner_mail' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_inner_mail', -'COLUMN', N'title')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'主题' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_inner_mail' -, @level2type = 'COLUMN', @level2name = N'title' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'主题' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_inner_mail' -, @level2type = 'COLUMN', @level2name = N'title' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_inner_mail', -'COLUMN', N'attachment')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'附件' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_inner_mail' -, @level2type = 'COLUMN', @level2name = N'attachment' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'附件' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_inner_mail' -, @level2type = 'COLUMN', @level2name = N'attachment' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_inner_mail', -'COLUMN', N'content')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'内容' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_inner_mail' -, @level2type = 'COLUMN', @level2name = N'content' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'内容' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_inner_mail' -, @level2type = 'COLUMN', @level2name = N'content' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_inner_mail', -'COLUMN', N'status')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'状态' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_inner_mail' -, @level2type = 'COLUMN', @level2name = N'status' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'状态' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_inner_mail' -, @level2type = 'COLUMN', @level2name = N'status' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_inner_mail', -'COLUMN', N'receiver_names')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'接收者姓名列表' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_inner_mail' -, @level2type = 'COLUMN', @level2name = N'receiver_names' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'接收者姓名列表' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_inner_mail' -, @level2type = 'COLUMN', @level2name = N'receiver_names' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_inner_mail', -'COLUMN', N'receiver_ids')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'收件人标识列表' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_inner_mail' -, @level2type = 'COLUMN', @level2name = N'receiver_ids' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'收件人标识列表' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_inner_mail' -, @level2type = 'COLUMN', @level2name = N'receiver_ids' -GO - --- ---------------------------- --- Records of jp_inner_mail --- ---------------------------- -INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'295A4C4021DD4E17AC2D453013A1E21F', N'管理员', N'admin', null, N'121', null, N'2121212', N'02', N'管理员', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'3A230A6CC3544E1B9D941136ACBB4E1B', N'管理员', N'admin', null, N'1212', null, N' - 121212 - ', N'02', N'demo,张三,管理员,张代浩', N'') -GO -GO -INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'3C5E246D939545069FAB2DFD0D4B0474', N'张三', N'lisi', null, N'JEECG云插件中心', null, N'

JEECG云插件中心

技术交流

  • 作者:张代浩
  • QQ交流群: 176031980、106838471(满)、106259349(满)
- - ', N'01', N'管理员', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'4028ef8153a650060153a653262c0010', N'管理员', N'admin', N'2016-03-24 09:53:00.000', N'123123', null, N'

123123123123

', N'02', N'张代浩', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'4028ef8153a650060153a6533a640013', N'管理员', N'admin', N'2016-03-24 09:53:05.000', N'123123', null, N'

123123123123

', N'02', N'张代浩', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'4028ef8153a650060153a6559ff80020', N'张代浩', N'scott', N'2016-03-24 09:55:42.000', N'222', null, N'

222

', N'02', N'张代浩', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'4028ef8153bad3530153badd38820001', N'管理员', N'admin', N'2016-03-28 09:36:13.000', N'12', null, N'

12

', N'02', N'张三,管理员', N'4028ef81538330cd01538333b7bc0001,8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'4028ef8153bad3530153badd64510004', N'管理员', N'admin', N'2016-03-28 09:36:24.000', N'12', null, N'

1212

', N'02', N'张三', N'4028ef81538330cd01538333b7bc0001') -GO -GO -INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'4028ef8153c5a4860153c5cb3997000d', N'管理员', N'admin', N'2016-03-30 12:32:23.000', N'1231', null, N'

23

', N'02', N'张三', N'4028ef81538330cd01538333b7bc0001') -GO -GO -INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'4028ef8153c5a4860153c5cb5957000f', N'管理员', N'admin', N'2016-03-30 12:32:31.000', N'123', null, N'

123

', N'02', N'demo', N'402880e74d75c4dd014d75d44af30005') -GO -GO -INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'4028ef8153c5a4860153c5cb63570011', N'管理员', N'admin', N'2016-03-30 12:32:34.000', N'123', null, N'

123

', N'02', N'demo', N'402880e74d75c4dd014d75d44af30005') -GO -GO -INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'4028ef8153fe51210153fe5df3bd0001', N'管理员', N'admin', N'2016-04-10 12:11:23.000', N'112', null, N'

Jeecg-P3 1.0 版本发布,插件开发框架

特点:业务组件以JAR方式提供,插件模式、松耦合、可插拔、支持独立部署,也可以无缝集成Jeecg平台中。

【架构说明】

1.Jeecg-P3 采用SpringMvc + Minidao + Velocity + Maven(构建) 框架技术
-2.插件引入方式
-    pom.xml文件中,引入新开发的插件
-    <!-- P3 jar -->
-    <dependency>
-        <groupId>org.p3framework</groupId>
-        <artifactId>jeecg-p3-biz-demo</artifactId>
-        <version>1.0.0</version>
-    </dependency>
-3.项目启动访问方式:
-  采用maven方式,启动Web项目
-  http://localhost/jeecg-p3-web/{页面访问地址}
-4.页面层面不能采用jsp,需要采用模板语言Velocity
-5.插件式开发,每个业务组件以jar包方式提供
-6.数据库配置文件:
-  jeecg-p3-web/src/main/resources/dbconfig.properties

【项目说明】

jeecg-p3-web      | 启动主项目
-jeecg-p3-biz-demo | 插件项目Demo

【开发入门】

☆准备工作:
-    1.标准开发工具:eclipse + jdk7 + tomcat7 + mysql
-    2.项目为maven工程,采用maven方式导入eclipse等IDE开发工具 
-
-☆快捷启动:
-    第一步:创建Mysql数据库jeecg-p3,采用UTF-8编码,执行下面数据库脚本
-            jeecg-p3-web/doc/sql/jeecg-p3-mysql.sql
-    第二步:双击运行jeecg-p3-web\bin\run-tomcat7.bat或bin\run-tomcat.bat,
-            启动Web服务器(第一次运行,需要下载依赖jar包,请耐心等待)。
-    第三步:测试访问地址
-            1. http://localhost/jeecg-p3-web/p3/wxActInvite.do?list
-            2. http://localhost/jeecg-p3-web/p3/auth.do?list    
-
-☆Eclipse运行步骤:
-    第一步:创建Mysql数据库jeecg-p3,采用UTF-8编码,执行下面数据库脚本
-            jeecg-p3-web/doc/sql/jeecg-p3-mysql.sql
-    第二步:采用maven方式启动项目 (jeecg-p3-web)
-            项目右建->debug as->debug configurations->选中jeecg-p3-web项目->输入命令:tomcat:run
-            注意:[1].update snapshots需要选中,官方会不断更新底层包
-                  [2].插件项目不能单独启动,需以maven方式引入jeecg-p3-web项目中,启动web主项目
-    第四步:测试访问地址
-            1. http://localhost/jeecg-p3-web/p3/wxActInvite.do?list
-            2. http://localhost/jeecg-p3-web/p3/auth.do?list

【代码生成器】

1.工具类:jeecg-p3-web/src/main/java/util/P3CodeGenerateUtil.java
-2.配置文件:jeecg-p3-web/src/main/resources/p3-cg-config.properties

技术交流


', N'02', N'张代浩', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'4028ef81540325190154032622320002', N'管理员', N'admin', N'2016-04-11 10:28:31.000', N'121212', null, N'

此版本是一个扁平化UI风格版,提供4套风格供客户选择,让我们共同期待后续版本的到来

  1. ACE扁平化风格;

  2. 代码生成器,支持restful后台代码生成;

  3. Online表单提供对外HTTP接口;

  4. 用户,角色,组织机构,导入功能;

  5. 多附件上传报错处理;

  6. 查询过滤器查询报错处理;

  7. online代码生成器支持bootstrap表单风格生成;

  8. online代码生成器支持上传组件生成;

  9. 升级minidao;

  10. 在线文档管理;

  11. 邮件管理;

  12. 封装标签:用户标签,组织机构标签;

  13. 移动报表展示;

  14. 插件演示;


', N'02', N'张代浩', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'4028ef8154032519015403287cc9000c', N'张代浩', N'scott', N'2016-04-11 10:31:05.000', N'测试邮件', null, N'

测试邮件

', N'01', N'管理员', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'46604968EFE1483481BE6EDAFC657CBC', N'管理员', N'admin', N'2016-07-17 22:41:40.000', N'12', null, N' - 12 - ', N'01', N'张代浩', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'5F99D18C7CED41D0BF5DB9B351D5522E', N'管理员', N'admin', null, N'1212', null, N'1212121212', N'02', N'张三,管理员', N'4028ef81538330cd01538333b7bc0001,8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'771A39B4BB924C62B718B067A0189C72', N'张三', N'lisi', null, N'测试草稿', null, N' - 测试草稿 - - - ', N'01', N'管理员', N'') -GO -GO -INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'80683B1F97844A209D665B601B302E36', N'张三', N'lisi', null, N'测试草稿功能', null, N' - 测试草稿功能测试草稿功能 - - - ', N'01', N'管理员', N'') -GO -GO -INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'87702BA292984B1CBBB3BC34D097F9D6', N'管理员', N'admin', null, N'123123', null, N'1231231233123', N'02', N'管理员', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'A1606A71E238407F9911692132B73617', N'张三', N'lisi', null, N'999999999999', null, N' - 99999999999999999999 - ', N'02', N'管理员', N'') -GO -GO -INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'B4CC1059FDA6440F96FB3FFDE63ABAA9', N'管理员', N'admin', null, N'1222', null, N' - 1212 - ', N'02', N'管理员', N'') -GO -GO -INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'CAB308BF489144AD8842667CC741D453', N'管理员', N'admin', N'2016-07-18 16:54:13.000', N'12', null, N'12', N'01', N'张代浩', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO - --- ---------------------------- --- Table structure for jp_inner_mail_attach --- ---------------------------- -DROP TABLE [dbo].[jp_inner_mail_attach] -GO -CREATE TABLE [dbo].[jp_inner_mail_attach] ( -[id] nvarchar(32) NOT NULL , -[mailid] nvarchar(32) NULL -) - - -GO - --- ---------------------------- --- Records of jp_inner_mail_attach --- ---------------------------- -INSERT INTO [dbo].[jp_inner_mail_attach] ([id], [mailid]) VALUES (N'4028ef8153a650060153a65327350012', N'4028ef8153a650060153a653262c0010') -GO -GO - --- ---------------------------- --- Table structure for jp_inner_mail_receiver --- ---------------------------- -DROP TABLE [dbo].[jp_inner_mail_receiver] -GO -CREATE TABLE [dbo].[jp_inner_mail_receiver] ( -[id] nvarchar(36) NOT NULL , -[create_date] datetime NULL , -[update_date] datetime NULL , -[mail_id] nvarchar(36) NULL , -[user_id] nvarchar(36) NULL , -[status] nvarchar(50) NULL , -[isdelete] nchar(2) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_inner_mail_receiver', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_inner_mail_receiver' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_inner_mail_receiver' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_inner_mail_receiver', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_inner_mail_receiver' -, @level2type = 'COLUMN', @level2name = N'update_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_inner_mail_receiver' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_inner_mail_receiver', -'COLUMN', N'mail_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'邮件标识' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_inner_mail_receiver' -, @level2type = 'COLUMN', @level2name = N'mail_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'邮件标识' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_inner_mail_receiver' -, @level2type = 'COLUMN', @level2name = N'mail_id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_inner_mail_receiver', -'COLUMN', N'user_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'收件人标识' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_inner_mail_receiver' -, @level2type = 'COLUMN', @level2name = N'user_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'收件人标识' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_inner_mail_receiver' -, @level2type = 'COLUMN', @level2name = N'user_id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N'jp_inner_mail_receiver', -'COLUMN', N'status')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'收件状态' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_inner_mail_receiver' -, @level2type = 'COLUMN', @level2name = N'status' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'收件状态' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N'jp_inner_mail_receiver' -, @level2type = 'COLUMN', @level2name = N'status' -GO - --- ---------------------------- --- Records of jp_inner_mail_receiver --- ---------------------------- -INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'136EE823A5DD4D2395DCDED8C265341E', N'2016-07-11 12:00:54.000', null, N'A1606A71E238407F9911692132B73617', N'', N'00', null) -GO -GO -INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'1FDD5896D66E48EFBC704D7AE7FFF9D8', N'2016-07-17 22:41:07.000', N'2016-07-17 22:41:07.000', N'F18E57AA6E004CF18C50578BBB38F1F9', N'8a8ab0b246dc81120146dc81819d0053', N'00', N'0 ') -GO -GO -INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'4028ef8153c5a4860153c5caa3bd0006', N'2016-03-30 12:31:45.000', null, N'4028ef8153c5a4860153c5caa2f90005', N'4028ef81538330cd01538333b7bc0001', N'00', null) -GO -GO -INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'4028ef8153c5a4860153c5cb10d60008', N'2016-03-30 12:32:13.000', null, N'4028ef8153c5a4860153c5cb108a0007', N'4028ef81538330cd01538333b7bc0001', N'00', null) -GO -GO -INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'4028ef8153c5a4860153c5cb2133000a', N'2016-03-30 12:32:17.000', null, N'4028ef8153c5a4860153c5cb20fc0009', N'4028ef81538330cd01538333b7bc0001', N'00', null) -GO -GO -INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'4028ef8153c5a4860153c5cb3169000c', N'2016-03-30 12:32:21.000', null, N'4028ef8153c5a4860153c5cb3124000b', N'4028ef81538330cd01538333b7bc0001', N'00', null) -GO -GO -INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'4028ef8153c5a4860153c5cb59b00010', N'2016-03-30 12:32:31.000', null, N'4028ef8153c5a4860153c5cb5957000f', N'402880e74d75c4dd014d75d44af30005', N'00', null) -GO -GO -INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'4028ef8153c5a4860153c5cb639b0012', N'2016-03-30 12:32:34.000', null, N'4028ef8153c5a4860153c5cb63570011', N'402880e74d75c4dd014d75d44af30005', N'00', null) -GO -GO -INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'4028ef8153d1be5b0153d1c8c0130005', N'2016-04-01 20:25:07.000', null, N'4028ef8153d1be5b0153d1c8bf3c0004', N'4028ef81538330cd01538333b7bc0001', N'00', null) -GO -GO -INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'4028ef815400c2c6015400c483940002', N'2016-04-10 23:22:39.000', null, N'4028ef815400c2c6015400c482260001', N'8a8ab0b246dc81120146dc81819d0053', N'00', null) -GO -GO -INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'4028ef815400c2c6015400c5600d000a', N'2016-04-10 23:23:35.000', null, N'4028ef8153c5a4860153c5ca58540003', N'8a8ab0b246dc81120146dc8181950052', N'00', null) -GO -GO -INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'4028ef81540325190154032660880004', N'2016-04-11 10:28:47.000', null, N'4028ef81540325190154032622320002', N'8a8ab0b246dc81120146dc81819d0053', N'00', null) -GO -GO -INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'4028ef81540325190154032a238e001d', N'2016-04-11 10:32:53.000', null, N'4028ef8153a650060153a6559ff80020', N'8a8ab0b246dc81120146dc81819d0053', N'00', null) -GO -GO -INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'4DE50EC2B9AC4D86B5DE2D36EE3B1B30', N'2016-07-05 14:48:40.000', null, N'BB3DF9C9437C4512923A9CE162B81A40', N'8a8ab0b246dc81120146dc8181950052', N'00', null) -GO -GO -INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'598A0F12130145C898334BB3F51B8BFE', N'2016-07-05 14:22:13.000', null, N'B4CC1059FDA6440F96FB3FFDE63ABAA9', N'', N'00', null) -GO -GO -INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'9E1214516ECE4DF38A652264E60F5EE8', N'2016-07-17 22:41:48.000', N'2016-07-17 22:42:52.000', N'46604968EFE1483481BE6EDAFC657CBC', N'8a8ab0b246dc81120146dc81819d0053', N'00', N'1 ') -GO -GO -INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'9FC0C28ECE474448888B9E872DC3B72D', N'2016-07-05 14:40:15.000', null, N'3A230A6CC3544E1B9D941136ACBB4E1B', N'', N'00', null) -GO -GO -INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'B3F28061CB534C419E36D9C1AB401052', N'2016-07-11 12:06:55.000', null, N'3C5E246D939545069FAB2DFD0D4B0474', N'8a8ab0b246dc81120146dc8181950052', N'00', null) -GO -GO -INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'CAAC167F8FD442B38C5F2232DCA88460', N'2016-07-11 12:11:19.000', null, N'771A39B4BB924C62B718B067A0189C72', N'', N'00', null) -GO -GO -INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'DDBDE922A4824DECACFE1F903D281535', N'2016-07-18 16:54:13.000', N'2016-07-18 16:54:13.000', N'CAB308BF489144AD8842667CC741D453', N'8a8ab0b246dc81120146dc81819d0053', N'00', N'0 ') -GO -GO -INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'F35684BE071F40939155F4FBC844F040', N'2016-07-11 12:08:43.000', null, N'80683B1F97844A209D665B601B302E36', N'', N'00', null) -GO -GO - --- ---------------------------- --- Table structure for t_finance --- ---------------------------- -DROP TABLE [dbo].[t_finance] -GO -CREATE TABLE [dbo].[t_finance] ( -[ID] nvarchar(32) NOT NULL , -[APPROFILETYPE] nvarchar(255) NULL , -[BUYMONEY] real NULL , -[BUYPROJECTNO] nvarchar(255) NULL , -[BUYPROJECTORG] nvarchar(255) NULL , -[BUYUSE] nvarchar(255) NULL , -[BUYYEAR] nvarchar(255) NULL , -[CATEGORY] nvarchar(255) NULL , -[COLLECTORG] nvarchar(255) NULL , -[EXPENSEACCOUNT] nvarchar(255) NULL , -[HAPPENYEAR] int NULL , -[MONEYAREA] nvarchar(255) NULL , -[MONEYSOURCE] nvarchar(255) NULL , -[MONEYTOTAL] real NULL , -[MONEYUSE] nvarchar(255) NULL , -[PAYTIME] datetime NULL , -[ZBWNO] nvarchar(255) NULL -) - - -GO - --- ---------------------------- --- Records of t_finance --- ---------------------------- -INSERT INTO [dbo].[t_finance] ([ID], [APPROFILETYPE], [BUYMONEY], [BUYPROJECTNO], [BUYPROJECTORG], [BUYUSE], [BUYYEAR], [CATEGORY], [COLLECTORG], [EXPENSEACCOUNT], [HAPPENYEAR], [MONEYAREA], [MONEYSOURCE], [MONEYTOTAL], [MONEYUSE], [PAYTIME], [ZBWNO]) VALUES (N'4028ef8155103d070155103ee78e000a', N'', null, null, null, null, null, N'', N'', N'', null, null, null, null, null, null, N'') -GO -GO - --- ---------------------------- --- Table structure for t_finance_files --- ---------------------------- -DROP TABLE [dbo].[t_finance_files] -GO -CREATE TABLE [dbo].[t_finance_files] ( -[id] nvarchar(32) NOT NULL , -[financeId] nvarchar(32) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_finance_files', -NULL, NULL)) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`id`) REFER `jeecg/t_s_attachment`(`ID`); (`financeId`)' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_finance_files' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`id`) REFER `jeecg/t_s_attachment`(`ID`); (`financeId`)' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_finance_files' -GO - --- ---------------------------- --- Records of t_finance_files --- ---------------------------- -INSERT INTO [dbo].[t_finance_files] ([id], [financeId]) VALUES (N'4028ef8155103d070155103ee823000c', N'4028ef8155103d070155103ee78e000a') -GO -GO - --- ---------------------------- --- Table structure for t_s_attachment --- ---------------------------- -DROP TABLE [dbo].[t_s_attachment] -GO -CREATE TABLE [dbo].[t_s_attachment] ( -[ID] nvarchar(32) NOT NULL , -[attachmentcontent] varbinary(MAX) NULL , -[attachmenttitle] nvarchar(100) NULL , -[businesskey] nvarchar(32) NULL , -[createdate] datetime NULL , -[extend] nvarchar(32) NULL , -[note] nvarchar(MAX) NULL , -[realpath] nvarchar(100) NULL , -[subclassname] nvarchar(MAX) NULL , -[swfpath] nvarchar(MAX) NULL , -[BUSENTITYNAME] nvarchar(100) NULL , -[INFOTYPEID] nvarchar(32) NULL , -[USERID] nvarchar(32) NULL -) - - -GO - --- ---------------------------- --- Records of t_s_attachment --- ---------------------------- -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'4028ef8153a650060153a65327350012', null, N'联通问题20160126', null, null, N'txt', null, N'upload/files/20160324095300cGLn1DMs.txt', null, N'upload/files/20160324095300cGLn1DMs.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'4028ef8153cf9d710153cfa38ea10010', null, N'12', null, null, N'txt', null, N'upload/files/20160401102515OPXGG3yH.txt', null, N'upload/files/20160401102515OPXGG3yH.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'4028ef8153cf9d710153cfa4a5cc0013', null, N'12', null, null, N'txt', null, N'upload/files/20160401102627O0dOFSea.txt', null, N'upload/files/20160401102627O0dOFSea.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'4028ef81549a6bd301549a6cda7f0002', null, N'招聘', null, N'2016-05-10 19:28:25.000', N'txt', null, N'upload/files/201605101928256PPpKhRz.txt', N'org.jeecgframework.web.system.pojo.base.TSDocument', N'upload/files/201605101928256PPpKhRz.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'4028ef815509d842015509e143280004', null, N'20160504-联通升级', null, null, N'txt', null, N'upload/files/20160601105325pLV33L00.txt', null, N'upload/files/20160601105325pLV33L00.swf', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'4028ef8155103d070155103ee823000c', null, N'联通微信清理数据脚本', null, null, N'txt', null, N'upload/files/20160602163326F3sM4W5u.txt', null, N'upload/files/20160602163326F3sM4W5u.swf', null, null, null) -GO -GO - --- ---------------------------- --- Table structure for t_s_base_user --- ---------------------------- -DROP TABLE [dbo].[t_s_base_user] -GO -CREATE TABLE [dbo].[t_s_base_user] ( -[ID] nvarchar(32) NOT NULL , -[activitiSync] smallint NULL , -[browser] nvarchar(20) NULL , -[password] nvarchar(100) NULL , -[realname] nvarchar(50) NULL , -[signature] varbinary(MAX) NULL , -[status] smallint NULL , -[userkey] nvarchar(200) NULL , -[username] nvarchar(10) NOT NULL , -[departid] nvarchar(32) NULL , -[delete_flag] smallint NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_base_user', -NULL, NULL)) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`departid`) REFER `jeecg/t_s_depart`(`ID`)' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_base_user' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`departid`) REFER `jeecg/t_s_depart`(`ID`)' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_base_user' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_base_user', -'COLUMN', N'delete_flag')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'删除状态' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_base_user' -, @level2type = 'COLUMN', @level2name = N'delete_flag' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'删除状态' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_base_user' -, @level2type = 'COLUMN', @level2name = N'delete_flag' -GO - --- ---------------------------- --- Records of t_s_base_user --- ---------------------------- -INSERT INTO [dbo].[t_s_base_user] ([ID], [activitiSync], [browser], [password], [realname], [signature], [status], [userkey], [username], [departid], [delete_flag]) VALUES (N'402880e74d75c4dd014d75d44af30005', null, null, N'deec3ebf23191eee', N'demo', null, N'1', N'demo', N'demo', null, N'0') -GO -GO -INSERT INTO [dbo].[t_s_base_user] ([ID], [activitiSync], [browser], [password], [realname], [signature], [status], [userkey], [username], [departid], [delete_flag]) VALUES (N'4028ef81538330cd01538333b7bc0001', null, null, N'fa83c6e9a2006c62', N'张三', null, N'1', N'普通用户', N'lisi', null, N'0') -GO -GO -INSERT INTO [dbo].[t_s_base_user] ([ID], [activitiSync], [browser], [password], [realname], [signature], [status], [userkey], [username], [departid], [delete_flag]) VALUES (N'8a8ab0b246dc81120146dc8181950052', null, null, N'c44b01947c9e6e3f', N'管理员', null, N'1', N'管理员', N'admin', N'8a8ab0b246dc81120146dc8180a20016', N'0') -GO -GO -INSERT INTO [dbo].[t_s_base_user] ([ID], [activitiSync], [browser], [password], [realname], [signature], [status], [userkey], [username], [departid], [delete_flag]) VALUES (N'8a8ab0b246dc81120146dc81819d0053', null, null, N'd47ca58189979651', N'张代浩', null, N'1', N'普通用户', N'scott', N'8a8ab0b246dc81120146dc8180bd0018', N'0') -GO -GO -INSERT INTO [dbo].[t_s_base_user] ([ID], [activitiSync], [browser], [password], [realname], [signature], [status], [userkey], [username], [departid], [delete_flag]) VALUES (N'8a8ab0b246dc81120146dc8181a10054', null, null, N'f2322ec2fb9f40d1', N'采购员', null, N'1', N'管理员', N'cgy', N'8a8ab0b246dc81120146dc8180a20016', N'1') -GO -GO -INSERT INTO [dbo].[t_s_base_user] ([ID], [activitiSync], [browser], [password], [realname], [signature], [status], [userkey], [username], [departid], [delete_flag]) VALUES (N'8a8ab0b246dc81120146dc8181a60055', N'1', null, N'a324509dc1a3089a', N'采购审批员', null, N'1', N'管理员', N'cgspy', N'8a8ab0b246dc81120146dc8180a20016', N'0') -GO -GO - --- ---------------------------- --- Table structure for t_s_category --- ---------------------------- -DROP TABLE [dbo].[t_s_category] -GO -CREATE TABLE [dbo].[t_s_category] ( -[id] nvarchar(36) NOT NULL , -[icon_id] nvarchar(32) NULL , -[code] nvarchar(32) NOT NULL , -[name] nvarchar(32) NOT NULL , -[create_name] nvarchar(50) NOT NULL , -[create_by] nvarchar(50) NOT NULL , -[create_date] datetime NOT NULL , -[update_name] nvarchar(50) NULL , -[update_by] nvarchar(50) NULL , -[update_date] datetime NULL , -[parent_id] nvarchar(32) NULL , -[sys_org_code] nvarchar(10) NOT NULL , -[sys_company_code] nvarchar(10) NOT NULL , -[PARENT_CODE] nvarchar(32) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_category', -NULL, NULL)) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'分类管理' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_category' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'分类管理' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_category' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_category', -'COLUMN', N'icon_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'图标地址' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_category' -, @level2type = 'COLUMN', @level2name = N'icon_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'图标地址' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_category' -, @level2type = 'COLUMN', @level2name = N'icon_id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_category', -'COLUMN', N'code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'类型编码' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_category' -, @level2type = 'COLUMN', @level2name = N'code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'类型编码' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_category' -, @level2type = 'COLUMN', @level2name = N'code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_category', -'COLUMN', N'name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'类型名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_category' -, @level2type = 'COLUMN', @level2name = N'name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'类型名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_category' -, @level2type = 'COLUMN', @level2name = N'name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_category', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_category' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_category' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_category', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_category' -, @level2type = 'COLUMN', @level2name = N'create_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_category' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_category', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_category' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_category' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_category', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_category' -, @level2type = 'COLUMN', @level2name = N'update_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_category' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_category', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_category' -, @level2type = 'COLUMN', @level2name = N'update_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_category' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_category', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_category' -, @level2type = 'COLUMN', @level2name = N'update_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_category' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_category', -'COLUMN', N'parent_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'上级ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_category' -, @level2type = 'COLUMN', @level2name = N'parent_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'上级ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_category' -, @level2type = 'COLUMN', @level2name = N'parent_id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_category', -'COLUMN', N'sys_org_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'机构' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_category' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'机构' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_category' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_category', -'COLUMN', N'sys_company_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'公司' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_category' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'公司' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_category' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -GO - --- ---------------------------- --- Records of t_s_category --- ---------------------------- -INSERT INTO [dbo].[t_s_category] ([id], [icon_id], [code], [name], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [parent_id], [sys_org_code], [sys_company_code], [PARENT_CODE]) VALUES (N'4028ef81526266d401526271b82b001f', N'8a8ab0b246dc81120146dc8180460000', N'A01', N'水果分类', N'管理员', N'admin', N'2016-01-21 12:29:25.000', null, null, null, null, N'A03', N'A0', null) -GO -GO -INSERT INTO [dbo].[t_s_category] ([id], [icon_id], [code], [name], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [parent_id], [sys_org_code], [sys_company_code], [PARENT_CODE]) VALUES (N'4028ef81526266d401526271d2800021', N'8a8ab0b246dc81120146dc8180460000', N'A02', N'书籍分类', N'管理员', N'admin', N'2016-01-21 12:29:32.000', null, null, null, null, N'A03', N'A0', null) -GO -GO -INSERT INTO [dbo].[t_s_category] ([id], [icon_id], [code], [name], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [parent_id], [sys_org_code], [sys_company_code], [PARENT_CODE]) VALUES (N'4028ef81526266d401526271e7cf0023', N'8a8ab0b246dc81120146dc8180460000', N'A03', N'汽车分类', N'管理员', N'admin', N'2016-01-21 12:29:38.000', null, null, null, null, N'A03', N'A0', null) -GO -GO -INSERT INTO [dbo].[t_s_category] ([id], [icon_id], [code], [name], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [parent_id], [sys_org_code], [sys_company_code], [PARENT_CODE]) VALUES (N'4028ef81526266d4015262720ac00025', N'8a8ab0b246dc81120146dc8180460000', N'A03A01', N'国产汽车', N'管理员', N'admin', N'2016-01-21 12:29:47.000', null, null, null, null, N'A03', N'A0', N'A03') -GO -GO -INSERT INTO [dbo].[t_s_category] ([id], [icon_id], [code], [name], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [parent_id], [sys_org_code], [sys_company_code], [PARENT_CODE]) VALUES (N'4028ef81526266d401526272344f0027', N'8a8ab0b246dc81120146dc8180460000', N'A03A02', N'进口汽车', N'管理员', N'admin', N'2016-01-21 12:29:57.000', null, null, null, null, N'A03', N'A0', N'A03') -GO -GO -INSERT INTO [dbo].[t_s_category] ([id], [icon_id], [code], [name], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [parent_id], [sys_org_code], [sys_company_code], [PARENT_CODE]) VALUES (N'4028ef81526266d40152627286a10029', N'8a8ab0b246dc81120146dc8180460000', N'A02A01', N'外语', N'管理员', N'admin', N'2016-01-21 12:30:18.000', null, null, null, null, N'A03', N'A0', N'A02') -GO -GO -INSERT INTO [dbo].[t_s_category] ([id], [icon_id], [code], [name], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [parent_id], [sys_org_code], [sys_company_code], [PARENT_CODE]) VALUES (N'4028ef81526266d401526272bebe002b', N'8a8ab0b246dc81120146dc8180460000', N'A02A02', N'翻译', N'管理员', N'admin', N'2016-01-21 12:30:33.000', null, null, null, null, N'A03', N'A0', N'A02') -GO -GO -INSERT INTO [dbo].[t_s_category] ([id], [icon_id], [code], [name], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [parent_id], [sys_org_code], [sys_company_code], [PARENT_CODE]) VALUES (N'4028ef81526266d401526273140d002d', N'8a8ab0b246dc81120146dc8180460000', N'A01A01', N'热带水果', N'管理员', N'admin', N'2016-01-21 12:30:54.000', null, null, null, null, N'A03', N'A0', N'A01') -GO -GO -INSERT INTO [dbo].[t_s_category] ([id], [icon_id], [code], [name], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [parent_id], [sys_org_code], [sys_company_code], [PARENT_CODE]) VALUES (N'4028ef81526266d4015262735b9e002f', N'8a8ab0b246dc81120146dc8180460000', N'A01A02', N'冬天水果', N'管理员', N'admin', N'2016-01-21 12:31:13.000', null, null, null, null, N'A03', N'A0', N'A01') -GO -GO -INSERT INTO [dbo].[t_s_category] ([id], [icon_id], [code], [name], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [parent_id], [sys_org_code], [sys_company_code], [PARENT_CODE]) VALUES (N'4028ef81526266d401526273c01f0031', N'8a8ab0b246dc81120146dc8180460000', N'A03A02A01', N'凯迪拉克', N'管理员', N'admin', N'2016-01-21 12:31:39.000', null, null, null, null, N'A03', N'A0', N'A03A02') -GO -GO -INSERT INTO [dbo].[t_s_category] ([id], [icon_id], [code], [name], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [parent_id], [sys_org_code], [sys_company_code], [PARENT_CODE]) VALUES (N'4028ef81526266d401526273ee390033', N'8a8ab0b246dc81120146dc8180460000', N'A03A02A02', N'大众', N'管理员', N'admin', N'2016-01-21 12:31:50.000', null, null, null, null, N'A03', N'A0', N'A03A02') -GO -GO -INSERT INTO [dbo].[t_s_category] ([id], [icon_id], [code], [name], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [parent_id], [sys_org_code], [sys_company_code], [PARENT_CODE]) VALUES (N'4028ef81526266d40152627417350035', N'8a8ab0b246dc81120146dc8180460000', N'A03A01A01', N'红旗汽车', N'管理员', N'admin', N'2016-01-21 12:32:01.000', null, null, null, null, N'A03', N'A0', N'A03A01') -GO -GO - --- ---------------------------- --- Table structure for t_s_config --- ---------------------------- -DROP TABLE [dbo].[t_s_config] -GO -CREATE TABLE [dbo].[t_s_config] ( -[ID] nvarchar(32) NOT NULL , -[code] nvarchar(100) NULL , -[content] nvarchar(MAX) NULL , -[name] nvarchar(100) NOT NULL , -[note] nvarchar(MAX) NULL , -[userid] nvarchar(32) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_config', -NULL, NULL)) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`userid`) REFER `jeecg/t_s_user`(`id`)' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_config' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`userid`) REFER `jeecg/t_s_user`(`id`)' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_config' -GO - --- ---------------------------- --- Records of t_s_config --- ---------------------------- - --- ---------------------------- --- Table structure for t_s_data_log --- ---------------------------- -DROP TABLE [dbo].[t_s_data_log] -GO -CREATE TABLE [dbo].[t_s_data_log] ( -[id] nvarchar(36) NOT NULL , -[create_name] nvarchar(50) NULL , -[create_by] nvarchar(50) NULL , -[create_date] datetime NULL , -[update_name] nvarchar(50) NULL , -[update_by] nvarchar(50) NULL , -[update_date] datetime NULL , -[sys_org_code] nvarchar(50) NULL , -[sys_company_code] nvarchar(50) NULL , -[table_name] nvarchar(32) NULL , -[data_id] nvarchar(32) NULL , -[data_content] nvarchar(MAX) NULL , -[version_number] int NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_data_log', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_log' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_log' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_data_log', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_log' -, @level2type = 'COLUMN', @level2name = N'create_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_log' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_data_log', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_log' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_log' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_data_log', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_log' -, @level2type = 'COLUMN', @level2name = N'update_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_log' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_data_log', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_log' -, @level2type = 'COLUMN', @level2name = N'update_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_log' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_data_log', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_log' -, @level2type = 'COLUMN', @level2name = N'update_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_log' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_data_log', -'COLUMN', N'sys_org_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属部门' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_log' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属部门' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_log' -, @level2type = 'COLUMN', @level2name = N'sys_org_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_data_log', -'COLUMN', N'sys_company_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属公司' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_log' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属公司' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_log' -, @level2type = 'COLUMN', @level2name = N'sys_company_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_data_log', -'COLUMN', N'table_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'表名' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_log' -, @level2type = 'COLUMN', @level2name = N'table_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'表名' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_log' -, @level2type = 'COLUMN', @level2name = N'table_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_data_log', -'COLUMN', N'data_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'数据ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_log' -, @level2type = 'COLUMN', @level2name = N'data_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'数据ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_log' -, @level2type = 'COLUMN', @level2name = N'data_id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_data_log', -'COLUMN', N'data_content')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'数据内容' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_log' -, @level2type = 'COLUMN', @level2name = N'data_content' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'数据内容' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_log' -, @level2type = 'COLUMN', @level2name = N'data_content' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_data_log', -'COLUMN', N'version_number')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'版本号' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_log' -, @level2type = 'COLUMN', @level2name = N'version_number' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'版本号' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_data_log' -, @level2type = 'COLUMN', @level2name = N'version_number' -GO - --- ---------------------------- --- Records of t_s_data_log --- ---------------------------- -INSERT INTO [dbo].[t_s_data_log] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [table_name], [data_id], [data_content], [version_number]) VALUES (N'4028ef815318148a0153181567690001', N'管理员', N'admin', N'2016-02-25 18:59:29.000', null, null, null, N'A03', N'A0', N'jeecg_demo', N'4028ef815318148a0153181566270000', N'{"mobilePhone":"13423423423","officePhone":"1","email":"","age":1,"salary":1,"birthday":"Feb 25, 2016 12:00:00 AM","createDate":"Feb 25, 2016 6:59:24 PM","depId":"402880e447e9a9570147e9b6a3be0005","userName":"1","status":"0","id":"4028ef815318148a0153181566270000"}', N'1') -GO -GO -INSERT INTO [dbo].[t_s_data_log] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [table_name], [data_id], [data_content], [version_number]) VALUES (N'4028ef815318148a01531815ec5c0003', N'管理员', N'admin', N'2016-02-25 19:00:03.000', null, null, null, N'A03', N'A0', N'jeecg_demo', N'4028ef815318148a0153181566270000', N'{"mobilePhone":"13426498659","officePhone":"1","email":"","age":1,"salary":1.00,"birthday":"Feb 25, 2016 12:00:00 AM","createDate":"Feb 25, 2016 6:59:24 AM","depId":"402880e447e9a9570147e9b6a3be0005","userName":"1","status":"0","id":"4028ef815318148a0153181566270000"}', N'2') -GO -GO -INSERT INTO [dbo].[t_s_data_log] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [table_name], [data_id], [data_content], [version_number]) VALUES (N'4028ef8153c028db0153c0502e6b0003', N'管理员', N'admin', N'2016-03-29 10:59:53.000', null, null, null, N'A03', N'A0', N'jeecg_demo', N'4028ef8153c028db0153c0502d420002', N'{"mobilePhone":"18455477548","officePhone":"123","email":"","createDate":"Mar 29, 2016 10:59:53 AM","depId":"402880e447e99cf10147e9a03b320003","userName":"123","status":"0","id":"4028ef8153c028db0153c0502d420002"}', N'1') -GO -GO -INSERT INTO [dbo].[t_s_data_log] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [table_name], [data_id], [data_content], [version_number]) VALUES (N'4028ef8153c028db0153c0509aa40006', N'管理员', N'admin', N'2016-03-29 11:00:21.000', null, null, null, N'A03', N'A0', N'jeecg_demo', N'4028ef8153c028db0153c0509a3e0005', N'{"mobilePhone":"13565486458","officePhone":"","email":"","createDate":"Mar 29, 2016 11:00:21 AM","depId":"402880e447e99cf10147e9a03b320003","userName":"22","status":"0","id":"4028ef8153c028db0153c0509a3e0005"}', N'1') -GO -GO -INSERT INTO [dbo].[t_s_data_log] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [table_name], [data_id], [data_content], [version_number]) VALUES (N'4028ef8153c028db0153c051c4a70008', N'管理员', N'admin', N'2016-03-29 11:01:37.000', null, null, null, N'A03', N'A0', N'jeecg_demo', N'4028ef8153c028db0153c0509a3e0005', N'{"mobilePhone":"13565486458","officePhone":"","email":"","createDate":"Mar 29, 2016 11:00:21 AM","depId":"402880e447e99cf10147e9a03b320003","userName":"22","status":"0","id":"4028ef8153c028db0153c0509a3e0005"}', N'2') -GO -GO -INSERT INTO [dbo].[t_s_data_log] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [table_name], [data_id], [data_content], [version_number]) VALUES (N'4028ef8153c028db0153c051d4b5000a', N'管理员', N'admin', N'2016-03-29 11:01:41.000', null, null, null, N'A03', N'A0', N'jeecg_demo', N'4028ef8153c028db0153c0502d420002', N'{"mobilePhone":"13565486458","officePhone":"123","email":"","createDate":"Mar 29, 2016 10:59:53 AM","depId":"402880e447e99cf10147e9a03b320003","userName":"123","status":"0","id":"4028ef8153c028db0153c0502d420002"}', N'2') -GO -GO -INSERT INTO [dbo].[t_s_data_log] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [table_name], [data_id], [data_content], [version_number]) VALUES (N'4028ef8153c028db0153c07033d8000d', N'管理员', N'admin', N'2016-03-29 11:34:52.000', null, null, null, N'A03', N'A0', N'jeecg_demo', N'4028ef8153c028db0153c0502d420002', N'{"mobilePhone":"13565486458","officePhone":"123","email":"","age":23,"createDate":"Mar 29, 2016 10:59:53 AM","depId":"402880e447e99cf10147e9a03b320003","userName":"123","status":"0","id":"4028ef8153c028db0153c0502d420002"}', N'3') -GO -GO -INSERT INTO [dbo].[t_s_data_log] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [table_name], [data_id], [data_content], [version_number]) VALUES (N'4028ef8153c028db0153c070492e000f', N'管理员', N'admin', N'2016-03-29 11:34:57.000', null, null, null, N'A03', N'A0', N'jeecg_demo', N'4028ef8153c028db0153c0509a3e0005', N'{"mobilePhone":"13565486458","officePhone":"","email":"","age":22,"createDate":"Mar 29, 2016 11:00:21 AM","depId":"402880e447e99cf10147e9a03b320003","userName":"22","status":"0","id":"4028ef8153c028db0153c0509a3e0005"}', N'3') -GO -GO -INSERT INTO [dbo].[t_s_data_log] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [table_name], [data_id], [data_content], [version_number]) VALUES (N'4028ef81550c1a7901550c1cd7850002', N'管理员', N'admin', N'2016-06-01 21:17:44.000', null, null, null, N'A03', N'A0', N'jeecg_demo', N'4028ef81550c1a7901550c1cd6e70001', N'{"mobilePhone":"","officePhone":"","email":"","createDate":"Jun 1, 2016 9:17:44 PM","sex":"1","depId":"402880e447e99cf10147e9a03b320003","userName":"121221","status":"0","id":"4028ef81550c1a7901550c1cd6e70001"}', N'1') -GO -GO - --- ---------------------------- --- Table structure for t_s_data_rule --- ---------------------------- -DROP TABLE [dbo].[t_s_data_rule] -GO -CREATE TABLE [dbo].[t_s_data_rule] ( -[id] nvarchar(96) NULL , -[rule_name] nvarchar(96) NULL , -[rule_column] nvarchar(300) NULL , -[rule_conditions] nvarchar(300) NULL , -[rule_value] nvarchar(300) NULL , -[create_date] datetime NULL , -[create_by] nvarchar(96) NULL , -[create_name] nvarchar(96) NULL , -[update_date] datetime NULL , -[update_by] nvarchar(96) NULL , -[update_name] nvarchar(96) NULL , -[functionId] nvarchar(96) NULL -) - - -GO - --- ---------------------------- --- Records of t_s_data_rule --- ---------------------------- -INSERT INTO [dbo].[t_s_data_rule] ([id], [rule_name], [rule_column], [rule_conditions], [rule_value], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name], [functionId]) VALUES (N'f852d85d47f224990147f2284c0c0005', N'小于', N'test', N'<=', N'11', N'2014-08-20 14:43:52.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_data_rule] ([id], [rule_name], [rule_column], [rule_conditions], [rule_value], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name], [functionId]) VALUES (N'f852d85d47f224990147f2284c0c0005', N'小于', N'test', N'<=', N'11', N'2014-08-20 14:43:52.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_data_rule] ([id], [rule_name], [rule_column], [rule_conditions], [rule_value], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name], [functionId]) VALUES (N'402889fe47fcb29c0147fcb6b6220001', N'12', N'12', N'>', N'12', N'2014-08-22 15:55:38.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null, N'8a8ab0b246dc81120146dc8180fe002b') -GO -GO -INSERT INTO [dbo].[t_s_data_rule] ([id], [rule_name], [rule_column], [rule_conditions], [rule_value], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name], [functionId]) VALUES (N'402889fb486e848101486e913cd6000b', N'userName', N'userName', N'=', N'admin', N'2014-09-13 18:31:25.000', N'admin', N'管理员', null, null, null, N'402889fb486e848101486e8e2e8b0007') -GO -GO -INSERT INTO [dbo].[t_s_data_rule] ([id], [rule_name], [rule_column], [rule_conditions], [rule_value], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name], [functionId]) VALUES (N'402889fb486e848101486e98d20d0016', N'title', N'title', N'=', N'12', null, null, null, N'2014-09-13 22:18:22.000', N'scott', N'张代浩', N'402889fb486e848101486e93a7c80014') -GO -GO -INSERT INTO [dbo].[t_s_data_rule] ([id], [rule_name], [rule_column], [rule_conditions], [rule_value], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name], [functionId]) VALUES (N'402880e6487e661a01487e732c020005', N'SYS_ORG_CODE', N'SYS_ORG_CODE', N'LIKE', N'010201%', N'2014-09-16 20:32:30.000', N'admin', N'管理员', null, null, null, N'402889fb486e848101486e93a7c80014') -GO -GO -INSERT INTO [dbo].[t_s_data_rule] ([id], [rule_name], [rule_column], [rule_conditions], [rule_value], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name], [functionId]) VALUES (N'402880e6487e661a01487e8153ee0007', N'create_by', N'create_by', N'', N'#{SYS_USER_CODE}', N'2014-09-16 20:47:57.000', N'admin', N'管理员', null, null, null, N'402889fb486e848101486e93a7c80014') -GO -GO -INSERT INTO [dbo].[t_s_data_rule] ([id], [rule_name], [rule_column], [rule_conditions], [rule_value], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name], [functionId]) VALUES (N'402881e45394d66901539500a4450001', N'sysCompanyCode', N'sysCompanyCode', N'=', N'#{SYS_COMPANY_CODE}', N'2016-03-21 01:09:21.000', N'admin', N'管理员', null, null, null, N'402881e54df73c73014df75ab670000f') -GO -GO -INSERT INTO [dbo].[t_s_data_rule] ([id], [rule_name], [rule_column], [rule_conditions], [rule_value], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name], [functionId]) VALUES (N'402881e45394d6690153950177cb0003', N'sysOrgCode', N'sysOrgCode', N'=', N'#{SYS_ORG_CODE}', N'2016-03-21 01:10:15.000', N'admin', N'管理员', null, null, null, N'402881e54df73c73014df75ab670000f') -GO -GO -INSERT INTO [dbo].[t_s_data_rule] ([id], [rule_name], [rule_column], [rule_conditions], [rule_value], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name], [functionId]) VALUES (N'4028ef815595a881015595b0ccb60001', N'创建人', N'create_by', N'=', N'zhangsan', N'2016-06-28 14:27:19.000', N'admin', N'管理员', null, null, null, N'40288088481d019401481d2fcebf000d') -GO -GO - --- ---------------------------- --- Table structure for t_s_data_source --- ---------------------------- -DROP TABLE [dbo].[t_s_data_source] -GO -CREATE TABLE [dbo].[t_s_data_source] ( -[id] nvarchar(36) NOT NULL , -[db_key] nvarchar(50) NOT NULL , -[description] nvarchar(50) NOT NULL , -[driver_class] nvarchar(50) NOT NULL , -[url] nvarchar(200) NOT NULL , -[db_user] nvarchar(50) NOT NULL , -[db_password] nvarchar(50) NULL , -[db_type] nvarchar(50) NULL , -[db_name] nvarchar(50) NULL -) - - -GO - --- ---------------------------- --- Records of t_s_data_source --- ---------------------------- -INSERT INTO [dbo].[t_s_data_source] ([id], [db_key], [description], [driver_class], [url], [db_user], [db_password], [db_type], [db_name]) VALUES (N'402880e74e064fc5014e0652f72b0001', N'jeewx-yunying', N'微信运营数据库', N'com.mysql.jdbc.Driver', N'jdbc:mysql://localhost:3306/jeewx-yunying?useUnicode=true&characterEncoding=UTF-8', N'root', N'e3593c2fa5ad98c3c617064700983f0d063321cec19f8c6c', N'mysql', N'jeewx-yunying') -GO -GO -INSERT INTO [dbo].[t_s_data_source] ([id], [db_key], [description], [driver_class], [url], [db_user], [db_password], [db_type], [db_name]) VALUES (N'8a8aada9486347c001486401180a0003', N'SAP_DB', N'sap db', N'oracle.jdbc.driver.OracleDriver', N'jdbc:oracle:thin:@127.0.0.1:1521:oral', N'db_user', N'b87229b8439ad93f6f288822a9f2a01c', N'oracle', N'orcl') -GO -GO - --- ---------------------------- --- Table structure for t_s_demo --- ---------------------------- -DROP TABLE [dbo].[t_s_demo] -GO -CREATE TABLE [dbo].[t_s_demo] ( -[ID] nvarchar(32) NOT NULL , -[democode] nvarchar(MAX) NULL , -[demoorder] smallint NULL , -[demotitle] nvarchar(200) NULL , -[demourl] nvarchar(200) NULL , -[demopid] nvarchar(32) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_demo', -NULL, NULL)) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`demopid`) REFER `jeecg/t_s_demo`(`ID`)' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_demo' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`demopid`) REFER `jeecg/t_s_demo`(`ID`)' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_demo' -GO - --- ---------------------------- --- Records of t_s_demo --- ---------------------------- -INSERT INTO [dbo].[t_s_demo] ([ID], [democode], [demoorder], [demotitle], [demourl], [demopid]) VALUES (N'402880e74d566c63014d566dfba40001', N'123', N'123', N'1231', N'123', N'8a8ab0b246dc81120146dc8183cb00d5') -GO -GO -INSERT INTO [dbo].[t_s_demo] ([ID], [democode], [demoorder], [demotitle], [demourl], [demopid]) VALUES (N'402880e74d566c63014d5674236c0006', null, N'777', N'77777', N'7777', null) -GO -GO -INSERT INTO [dbo].[t_s_demo] ([ID], [democode], [demoorder], [demotitle], [demourl], [demopid]) VALUES (N'402880e74d582251014d5825e0c80001', N'00', N'0', N'000', N'00', null) -GO -GO -INSERT INTO [dbo].[t_s_demo] ([ID], [democode], [demoorder], [demotitle], [demourl], [demopid]) VALUES (N'402880e74d582251014d58260e3a0002', N'9', N'99', N'9999', N'99', null) -GO -GO -INSERT INTO [dbo].[t_s_demo] ([ID], [democode], [demoorder], [demotitle], [demourl], [demopid]) VALUES (N'8a8ab0b246dc81120146dc8183cb00d5', N'
- - - -
-
- - - -
-
- - - - 阅读 - - - - 音乐 - - - - 运动 - - -
-
- - - -
-
- - - -
-
- - - -
-
- - - -
-
- - - -
', null, N'表单验证', null, null) -GO -GO - --- ---------------------------- --- Table structure for t_s_depart --- ---------------------------- -DROP TABLE [dbo].[t_s_depart] -GO -CREATE TABLE [dbo].[t_s_depart] ( -[ID] nvarchar(32) NOT NULL , -[departname] nvarchar(100) NOT NULL , -[description] nvarchar(MAX) NULL , -[parentdepartid] nvarchar(32) NULL , -[org_code] nvarchar(64) NULL , -[org_type] nvarchar(1) NULL , -[mobile] nvarchar(32) NULL , -[fax] nvarchar(32) NULL , -[address] nvarchar(100) NULL -) - - -GO - --- ---------------------------- --- Records of t_s_depart --- ---------------------------- -INSERT INTO [dbo].[t_s_depart] ([ID], [departname], [description], [parentdepartid], [org_code], [org_type], [mobile], [fax], [address]) VALUES (N'402880e447e99cf10147e9a03b320003', N'北京国炬软件', N'', null, N'A01', N'1', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_depart] ([ID], [departname], [description], [parentdepartid], [org_code], [org_type], [mobile], [fax], [address]) VALUES (N'402880e447e9a9570147e9b677320003', N'软件信息部', N'', N'402880e447e99cf10147e9a03b320003', N'A01A01', N'2', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_depart] ([ID], [departname], [description], [parentdepartid], [org_code], [org_type], [mobile], [fax], [address]) VALUES (N'402880e447e9a9570147e9b6a3be0005', N'销售部门', N'', N'402880e447e99cf10147e9a03b320003', N'A01A02', N'2', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_depart] ([ID], [departname], [description], [parentdepartid], [org_code], [org_type], [mobile], [fax], [address]) VALUES (N'402880e447e9a9570147e9b710d20007', N'人力资源部', N'', N'402880e447e99cf10147e9a03b320003', N'A01A03', N'2', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_depart] ([ID], [departname], [description], [parentdepartid], [org_code], [org_type], [mobile], [fax], [address]) VALUES (N'402880e447e9a9570147e9b762e30009', N'销售经理', N'', N'402880e447e9a9570147e9b6a3be0005', N'A01A02A01', N'2', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_depart] ([ID], [departname], [description], [parentdepartid], [org_code], [org_type], [mobile], [fax], [address]) VALUES (N'402880e447e9ba550147e9c53b2e0013', N'财务', N'', N'8a8ab0b246dc81120146dc8180ba0017', N'A03A02', N'2', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_depart] ([ID], [departname], [description], [parentdepartid], [org_code], [org_type], [mobile], [fax], [address]) VALUES (N'402880e6487e661a01487e6b504e0001', N'销售人员', N'销售人员', N'402880e447e9a9570147e9b762e30009', N'A01A02A01A01', N'3', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_depart] ([ID], [departname], [description], [parentdepartid], [org_code], [org_type], [mobile], [fax], [address]) VALUES (N'8a8ab0b246dc81120146dc8180a20016', N'中国人寿总公司', N'', null, N'A02', N'1', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_depart] ([ID], [departname], [description], [parentdepartid], [org_code], [org_type], [mobile], [fax], [address]) VALUES (N'8a8ab0b246dc81120146dc8180ba0017', N'JEECG开源社区', N'', null, N'A03', N'1', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_depart] ([ID], [departname], [description], [parentdepartid], [org_code], [org_type], [mobile], [fax], [address]) VALUES (N'8a8ab0b246dc81120146dc8180bd0018', N'软件开发部', N'研发技术难题', N'8a8ab0b246dc81120146dc8180ba0017', N'A03A01', N'2', null, null, null) -GO -GO - --- ---------------------------- --- Table structure for t_s_document --- ---------------------------- -DROP TABLE [dbo].[t_s_document] -GO -CREATE TABLE [dbo].[t_s_document] ( -[documentstate] smallint NULL , -[documenttitle] nvarchar(100) NULL , -[pictureindex] varbinary(MAX) NULL , -[showhome] smallint NULL , -[id] nvarchar(32) NOT NULL , -[typeid] nvarchar(32) NULL -) - - -GO - --- ---------------------------- --- Records of t_s_document --- ---------------------------- -INSERT INTO [dbo].[t_s_document] ([documentstate], [documenttitle], [pictureindex], [showhome], [id], [typeid]) VALUES (null, N'1212', null, null, N'4028ef81549a6bd301549a6cda7f0002', N'8a8ab0b246dc81120146dc8181fa0062') -GO -GO - --- ---------------------------- --- Table structure for t_s_fileno --- ---------------------------- -DROP TABLE [dbo].[t_s_fileno] -GO -CREATE TABLE [dbo].[t_s_fileno] ( -[ID] nvarchar(32) NOT NULL , -[filenobefore] nvarchar(32) NULL , -[filenonum] int NULL , -[filenotype] nvarchar(32) NULL , -[filenoYear] datetime NULL -) - - -GO - --- ---------------------------- --- Records of t_s_fileno --- ---------------------------- - --- ---------------------------- --- Table structure for t_s_function --- ---------------------------- -DROP TABLE [dbo].[t_s_function] -GO -CREATE TABLE [dbo].[t_s_function] ( -[ID] nvarchar(32) NOT NULL , -[functioniframe] smallint NULL , -[functionlevel] smallint NULL , -[functionname] nvarchar(50) NOT NULL , -[functionorder] nvarchar(255) NULL , -[functionurl] nvarchar(100) NULL , -[parentfunctionid] nvarchar(32) NULL , -[iconid] nvarchar(32) NULL , -[desk_iconid] nvarchar(32) NULL , -[functiontype] smallint NULL , -[create_by] nvarchar(32) NULL , -[create_name] nvarchar(32) NULL , -[update_by] nvarchar(32) NULL , -[update_date] datetime NULL , -[create_date] datetime NULL , -[update_name] nvarchar(32) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_function', -NULL, NULL)) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`parentfunctionid`) REFER `jeecg/t_s_function`(`ID`); (' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`parentfunctionid`) REFER `jeecg/t_s_function`(`ID`); (' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_function', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function' -, @level2type = 'COLUMN', @level2name = N'create_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_function', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_function', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'修改人id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function' -, @level2type = 'COLUMN', @level2name = N'update_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'修改人id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_function', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'修改时间' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function' -, @level2type = 'COLUMN', @level2name = N'update_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'修改时间' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_function', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建时间' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建时间' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_function', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'修改人' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function' -, @level2type = 'COLUMN', @level2name = N'update_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'修改人' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO - --- ---------------------------- --- Records of t_s_function --- ---------------------------- -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'2c90ac564c9d1734014c9d6f4e370024', null, N'1', N'menu.graph.configuration', N'4', N'jformGraphreportHeadController.do?jformGraphreportHead', N'8a8ab0b246dc81120146dc8180ce0019', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402831814d8a2853014d8a55a7c90005', null, N'1', N'Datagrid查询条件默认值', N'19', N'jeecgDemoController.do?jeecgDemo2&sex=1', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-06-27 18:39:59.000', null, N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'40287d81522a428401522a44aafb0002', null, N'1', N'Online移动图表', N'5', N'cgDynamGraphConfigHeadController.do?cgDynamGraphConfigHead', N'8a8ab0b246dc81120146dc8180ce0019', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-03-15 12:34:36.000', null, N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'40288088481d019401481d2fcebf000d', null, N'1', N'menu.input.demo', N'1', N'jeecgDemoController.do?addorupdate', N'402889fb486e848101486e8de3d60005', N'8a8ab0b246dc81120146dc8180820003', N'8a8ab0b246dc81120146dc8180dd001e', N'1', null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028808848845c0f01488461226e0001', null, N'0', N'消息中间件', N'8', N'', null, N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-01-14 11:20:51.000', null, N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028808848845c0f01488461b3ac0004', null, N'1', N'menu.business.management', N'1', N'tSSmsSqlController.do?tSSmsSql', N'4028808848845c0f01488461226e0001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028808848845c0f01488462658f0006', null, N'1', N'menu.message.template', N'2', N'tSSmsTemplateController.do?tSSmsTemplate', N'4028808848845c0f01488461226e0001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028808848845c0f01488463aa210009', null, N'1', N'menu.Business.configuration', N'3', N'tSSmsTemplateSqlController.do?tSSmsTemplateSql', N'4028808848845c0f01488461226e0001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028808848845c0f014884649488000c', null, N'1', N'menu.send.message', N'0', N'tSSmsController.do?tSSms', N'4028808848845c0f01488461226e0001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402880e448a28b750148a290c0e50001', null, N'1', N'menu.sort.management', N'16', N'categoryController.do?category', N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402880e74d76e784014d76f5505a0012', null, N'0', N'在线演示', N'4', N'', null, N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-04-08 22:28:22.000', null, N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402880e74d76e784014d76f5cc2e0014', null, N'1', N'请假列表', N'1', N'cgAutoListController.do?list&id=jform_leave', N'402880e74d76e784014d76f5505a0012', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-03-15 12:30:36.000', null, N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402880e74d76e784014d76fa7e970024', null, N'1', N'数据报表', N'2', N'cgReportController.do?list&id=user_msg', N'8a8ab0b246dc81120146dc8180d4001b', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-03-14 11:37:27.000', null, N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402880e74d76e784014d76fd1bd60030', null, N'1', N'图形报表', N'3', N'graphReportController.do?list&isIframe&id=yhcztj', N'8a8ab0b246dc81120146dc8180d4001b', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-03-14 11:37:16.000', null, N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402880ea53303a060153304a9ad50001', null, N'1', N'系统公告', N'7', N'noticeController.do?tSNotice', N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-06-27 18:16:34.000', null, N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028819e5505ee23015505f646190001', null, N'1', N'商品管理(特殊布局)', N'102', N'goodsController.do?list', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-06-27 18:43:50.000', null, N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402881c746de1ea60146de207d770001', null, N'1', N'language.manage', N'10', N'mutiLangController.do?mutiLang', N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402881e54df73c73014df75ab670000f', null, N'1', N'自定义表单列表', N'9', N'autoFormController.do?autoForm', N'8a8ab0b246dc81120146dc8180ce0019', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-04-14 12:34:57.000', null, N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402881e54df73c73014df75b69680011', null, N'1', N'自定义表单模板', N'10', N'autoFormStyleController.do?autoFormStyle', N'8a8ab0b246dc81120146dc8180ce0019', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-04-14 12:35:07.000', null, N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402881e74e68621b014e686407c20001', null, N'1', N'表单特殊布局', N'102', N'demoController.do?demoLayoutList', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402881e74e6d6066014e6d62d4ce0002', null, N'1', N'存储过程实例', N'103', N'jeecgProcedureController.do?procedure', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402882b54df53718014df538fc100001', null, N'1', N'menu.online.template', N'2', N'cgformTemplateController.do?cgformTemplate', N'8a8ab0b246dc81120146dc8180ce0019', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402882b54e2ef618014e2f0086d70001', null, N'1', N'一对多模型(并列TAB)', N'4', N'jeecgOrderMainPTabController.do?jeecgOrderMain', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402882b54e439ce7014e43c1d63c0003', null, N'1', N'行编辑demo', N'101', N'jeecgDemoController.do?goDemo&demoPage=rowEditDemo', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402882b54f027310014f0274db7a0001', null, N'1', N'事务回滚', N'102', N'transactionTestController.do?showPage', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402885814e3d2d09014e3d2e77800001', null, N'1', N'数据日志', N'4', N'systemController.do?dataLogList', N'8a8ab0b246dc81120146dc8180d9001d', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc81810d002f', N'0', null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402889fb486e848101486e8de3d60005', null, N'0', N'menu.data.permission', N'100', N'', null, N'8a8ab0b246dc81120146dc8180820003', N'8a8ab0b246dc81120146dc8180dd001e', N'1', null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028948150f5ba6a0150f5d0b0200004', null, N'1', N'客户跟踪记录', N'4', N'cgAutoListController.do?list&id=jeecg_custom_record', N'402880e74d76e784014d76f5505a0012', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028948150f5ba6a0150f5d34aca000a', null, N'1', N'客户资料管理', N'5', N'cgAutoListController.do?list&id=jeecg_custom_info', N'402880e74d76e784014d76f5505a0012', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028b88155061bbe015506cbe157000f', null, N'1', N'表单风格非弹框', N'3', N'jeecgNoteController.do?jeecgNote2', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-06-27 18:37:28.000', null, N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028bc934869765001486977f0980001', null, N'1', N'common.datasource.manage', N'11', N'dynamicDataSourceController.do?dbSource', N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef81535fff5101536001bb8d0005', null, N'1', N'招聘管理', N'1', N'cgAutoListController.do?list&id=jform_resume_info', N'402880e74d76e784014d76f5505a0012', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-06-27 18:17:13.000', null, N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef815373fb53015373fef1c50003', null, N'1', N'通讯录分组', N'9', N'cgAutoListController.do?list&id=jform_contact_group', N'402880e74d76e784014d76f5505a0012', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-06-27 18:16:01.000', null, N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef815373fb53015373ff521d0005', null, N'1', N'通讯录', N'10', N'cgAutoListController.do?list&id=jform_contact', N'402880e74d76e784014d76f5505a0012', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-06-27 18:16:09.000', null, N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef8153781af3015378643c1e000b', null, N'1', N'移动填报表单', N'8', N'jeecgDemoController.do?addorupdatemobile', N'402880e74d76e784014d76f5505a0012', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-03-15 12:31:03.000', null, N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef815378741f0153787764cc0004', null, N'1', N'移动请假单', N'2', N'cgFormBuildController.do?ftlForm&tableName=jform_leave&olstylecode=moblieCommon001', N'402880e74d76e784014d76f5505a0012', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-03-15 12:30:44.000', null, N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef815378741f01537879315e0009', null, N'1', N'PC请假单', N'2', N'cgFormBuildController.do?ftlForm&tableName=jform_leave&mode=onbutton', N'402880e74d76e784014d76f5505a0012', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-03-15 12:30:50.000', null, N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef815378be7c015378ddc2380001', null, N'1', N'3D饼图', N'7', N'cgDynamGraphController.do?design&id=t_s_log>ype=Pie3D', N'4028ef815378be7c015378e019750003', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-03-15 14:04:46.000', null, N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef815378be7c015378e019750003', null, N'0', N'移动报表', N'2', N'', null, N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-04-08 22:27:36.000', null, N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef815378be7c015378e0d39d0006', null, N'1', N'折线图', N'1', N'cgDynamGraphController.do?design&id=t_s_log>ype=LineBasic2D', N'4028ef815378be7c015378e019750003', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'admin', N'管理员', null, null, N'2016-03-15 14:05:13.000', null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef815378be7c015378e1395d0008', null, N'1', N'面积图 ', N'2', N'cgDynamGraphController.do?design&id=t_s_log>ype=Area2D', N'4028ef815378be7c015378e019750003', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'admin', N'管理员', null, null, N'2016-03-15 14:05:39.000', null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef815378be7c015378e19969000a', null, N'1', N'条状图', N'3', N'cgDynamGraphController.do?design&id=t_s_log>ype=Bar2D', N'4028ef815378be7c015378e019750003', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'admin', N'管理员', null, null, N'2016-03-15 14:06:04.000', null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef815378be7c015378e207cf000c', null, N'1', N'3D柱状图', N'4', N'cgDynamGraphController.do?design&id=t_s_log>ype=Column3D', N'4028ef815378be7c015378e019750003', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'admin', N'管理员', null, null, N'2016-03-15 14:06:32.000', null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef815378be7c015378e27ae5000e', null, N'1', N'2D柱状图', N'5', N'cgDynamGraphController.do?design&id=t_s_log>ype=Column2D', N'4028ef815378be7c015378e019750003', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'admin', N'管理员', null, null, N'2016-03-15 14:07:01.000', null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef815378be7c015378e30f760010', null, N'1', N'2D饼图', N'6', N'cgDynamGraphController.do?design&id=t_s_log>ype=Pie2D', N'4028ef815378be7c015378e019750003', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-03-15 14:12:59.000', null, N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef815378be7c015378e3e6530013', null, N'1', N'综合报表', N'8', N'cgDynamGraphController.do?design&id=t_s_log', N'4028ef815378be7c015378e019750003', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'admin', N'管理员', null, null, N'2016-03-15 14:08:34.000', null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef8155fd32e40155fd33c6670001', null, N'0', N'插件模块', N'0', N'', null, N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'admin', N'管理员', null, null, N'2016-07-18 16:51:16.000', null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef8155fd32e40155fd344cdd0003', null, N'1', N'普通列表', N'1', N'p3/wxActInvite.do?list', N'4028ef8155fd32e40155fd33c6670001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'admin', N'管理员', null, null, N'2016-07-18 16:51:51.000', null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef8155fd32e40155fd348df80005', null, N'1', N'树形列表', N'2', N'p3/auth.do?list', N'4028ef8155fd32e40155fd33c6670001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-07-18 16:52:19.000', null, N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef8155fd32e40155fd3564520008', null, N'1', N'我的邮箱', N'3', N'mail/p3MailJformInnerMail.do?toSendMail', N'4028ef8155fd32e40155fd33c6670001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'admin', N'管理员', null, null, N'2016-07-18 16:53:02.000', null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028f0c9528200c701528207d42c0001', null, N'1', N'电子签章', N'104', N'demoController.do?eSign', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-01-27 16:05:55.000', null, N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8180ce0019', null, N'0', N'online.develop', N'5', N'', null, N'8a8ab0b246dc81120146dc8180890008', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-04-08 22:28:17.000', null, N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8180d2001a', null, N'0', N'system.manage', N'9', N'', null, N'8a8ab0b246dc81120146dc8180860006', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-01-14 11:30:31.000', null, N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8180d4001b', null, N'0', N'common.query.statistics', N'3', N'', null, N'8a8ab0b246dc81120146dc8180890008', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-04-08 22:27:49.000', null, N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8180d7001c', null, N'0', N'general.demo', N'10', N'', null, N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-01-14 11:30:57.000', null, N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8180d9001d', null, N'0', N'system.monitor', N'6', N'', null, N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-01-14 11:21:59.000', null, N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8180df001f', null, N'1', N'user.manage', N'1', N'userController.do?user', N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8180e30021', null, N'1', N'role.manage', N'2', N'roleController.do?role', N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180e10020', N'0', null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8180e70023', null, N'1', N'menu.manage', N'4', N'functionController.do?function', N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180e50022', N'0', null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8180ee0025', null, N'1', N'common.data.dictionary', N'6', N'systemController.do?typeGroupList', N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180eb0024', N'0', null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8180f30027', null, N'1', N'icon.manage', N'8', N'iconController.do?icon', N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180f00026', N'0', null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8180f60028', null, N'1', N'department.manage', N'3', N'departController.do?depart', N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8180fe002b', null, N'1', N'user.analysis', N'1', N'logController.do?statisticTabs&isIframe', N'8a8ab0b246dc81120146dc8180d4001b', N'8a8ab0b246dc81120146dc8180810002', N'8a8ab0b246dc81120146dc8180fb002a', N'0', null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc818106002d', null, N'1', N'form.config', N'1', N'cgFormHeadController.do?cgFormHeadList', N'8a8ab0b246dc81120146dc8180ce0019', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc818102002c', N'0', null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc818109002e', null, N'1', N'dynamic.form.config', N'3', N'cgreportConfigHeadController.do?cgreportConfigHead', N'8a8ab0b246dc81120146dc8180ce0019', N'8a8ab0b246dc81120146dc8180460000', null, N'0', null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8181100030', null, N'1', N'data.monitor', N'1', N'dataSourceController.do?goDruid&isIframe', N'8a8ab0b246dc81120146dc8180d9001d', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc81810d002f', N'0', null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc81811d0032', null, N'1', N'system.log', N'2', N'logController.do?log', N'8a8ab0b246dc81120146dc8180d9001d', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8181150031', N'0', null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8181250034', null, N'1', N'common.schedule.task', N'3', N'timeTaskController.do?timeTask', N'8a8ab0b246dc81120146dc8180d9001d', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8181210033', N'0', null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc81812b0036', null, N'1', N'menu.form.validation', N'1', N'demoController.do?formTabs', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8181290035', N'0', null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8181300037', null, N'1', N'menu.demo.example', N'2', N'jeecgDemoController.do?jeecgDemo', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', null, N'0', null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8181330038', null, N'1', N'menu.minidao.example', N'2', N'jeecgMinidaoController.do?jeecgMinidao', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', null, N'0', null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8181370039', null, N'1', N'menu.form.model', N'3', N'jeecgNoteController.do?jeecgNote', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', null, N'0', null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc81813a003a', null, N'1', N'menu.one_to_many.model', N'4', N'jeecgOrderMainController.do?jeecgOrderMain', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', null, N'0', null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc81813e003b', null, N'1', N'menu.import_export.excel', N'5', N'courseController.do?course', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', null, N'0', null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc818141003c', null, N'1', N'menu.uploads_downloads', N'6', N'commonController.do?listTurn&turn=system/document/filesList', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-03-22 10:25:04.000', null, N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc818145003d', null, N'1', N'menu.JqueryFileUpload.example', N'6', N'fileUploadController.do?fileUploadSample&isIframe', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', null, N'0', null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc818148003e', null, N'1', N'menu.no.paging', N'7', N'userNoPageController.do?user', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', null, N'0', null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc81814b003f', null, N'1', N'menu.jdbc.example', N'8', N'jeecgJdbcController.do?jeecgJdbc', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', null, N'0', null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc81814e0040', null, N'1', N'menu.sql.separation', N'9', N'jeecgJdbcController.do?dictParameter', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', null, N'0', null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8181510041', null, N'1', N'menu.dictionary.labels', N'10', N'demoController.do?dictSelect', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', null, N'0', null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8181530042', null, N'1', N'menu.form.thePop_UpStyle', N'11', N'demoController.do?demoList', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', null, N'0', null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8181590044', null, N'1', N'menu.special.layout', N'12', N'demoController.do?demoIframe', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8181560043', N'0', null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc81815c0045', null, N'1', N'menu.single.table', N'13', N'jeecgEasyUIController.do?jeecgEasyUI', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', null, N'0', null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8181610046', null, N'1', N'menu.one_to_many.example', N'14', N'jeecgOrderMainNoTagController.do?jeecgOrderMainNoTag', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', null, N'0', null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8181640047', null, N'1', N'menu.html.editor', N'15', N'jeecgDemoController.do?ckeditor&isIframe', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', null, N'0', null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8181680048', null, N'1', N'menu.word.online', N'16', N'webOfficeController.do?webOffice', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', null, N'0', null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc81816b0049', null, N'1', N'menu.webOfficeo.fficialExample', N'17', N'webOfficeController.do?webOfficeSample&isIframe', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', null, N'0', null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc818173004b', null, N'1', N'menu.moreAccessoriesManagement', N'18', N'tFinanceController.do?tFinance', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc81816e004a', N'0', null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc818176004c', null, N'1', N'menu.datagridHandHtml', N'19', N'userController.do?userDemo', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', null, N'0', null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc81817b004d', null, N'1', N'menu.materialPom', N'20', N'jeecgMatterBomController.do?goList', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', null, N'0', null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc81817f004e', null, N'1', N'user.report', N'2', N'reportDemoController.do?studentStatisticTabs&isIframe', N'8a8ab0b246dc81120146dc8180d4001b', N'8a8ab0b246dc81120146dc8180810002', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc818183004f', null, N'1', N'menu.ckfinderDemo', N'100', N'jeecgDemoCkfinderController.do?jeecgDemoCkfinder', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', null, N'0', null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc818183004h', null, N'1', N'menu.queryEditor', N'100', N'jeecgDemoController.do?goDemo&demoPage=queryBuilderDemo', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', null, N'0', null, null, null, null, null, null) -GO -GO - --- ---------------------------- --- Table structure for t_s_icon --- ---------------------------- -DROP TABLE [dbo].[t_s_icon] -GO -CREATE TABLE [dbo].[t_s_icon] ( -[ID] nvarchar(32) NOT NULL , -[extend] nvarchar(255) NULL , -[iconclas] nvarchar(200) NULL , -[content] varbinary(MAX) NULL , -[name] nvarchar(100) NOT NULL , -[path] nvarchar(MAX) NULL , -[type] smallint NULL -) - - -GO - --- ---------------------------- --- Records of t_s_icon --- ---------------------------- -INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc8180460000', N'png', N'default', null, N'默认', N'plug-in/accordion/images/default.png', N'1') -GO -GO -INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc8180800001', N'png', N'back', null, N'返回', N'plug-in/accordion/images/back.png', N'1') -GO -GO -INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc8180810002', N'png', N'pie', null, N'小饼状图', N'plug-in/accordion/images/pie.png', N'1') -GO -GO -INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc8180820003', N'png', N'pictures', null, N'图片', N'plug-in/accordion/images/pictures.png', N'1') -GO -GO -INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc8180830004', N'png', N'pencil', null, N'笔', N'plug-in/accordion/images/pencil.png', N'1') -GO -GO -INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc8180850005', N'png', N'map', null, N'小地图', N'plug-in/accordion/images/map.png', N'1') -GO -GO -INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc8180860006', N'png', N'group_add', null, N'组', N'plug-in/accordion/images/group_add.png', N'1') -GO -GO -INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc8180880007', N'png', N'calculator', null, N'计算器', N'plug-in/accordion/images/calculator.png', N'1') -GO -GO -INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc8180890008', N'png', N'folder', null, N'文件夹', N'plug-in/accordion/images/folder.png', N'1') -GO -GO -INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc8180dd001e', N'png', N'deskIcon', null, N'user.manage', N'plug-in/sliding/icon/Finder.png', N'3') -GO -GO -INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc8180e10020', N'png', N'deskIcon', null, N'role.manage', N'plug-in/sliding/icon/friendgroup.png', N'3') -GO -GO -INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc8180e50022', N'png', N'deskIcon', null, N'menu.manage', N'plug-in/sliding/icon/kaikai.png', N'3') -GO -GO -INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc8180eb0024', N'png', N'deskIcon', null, N'dict.manage', N'plug-in/sliding/icon/friendnear.png', N'3') -GO -GO -INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc8180f00026', N'png', N'deskIcon', null, N'icon.manage', N'plug-in/sliding/icon/kxjy.png', N'3') -GO -GO -INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc8180fb002a', N'png', N'deskIcon', null, N'user.analysis', N'plug-in/sliding/icon/User.png', N'3') -GO -GO -INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc818102002c', N'png', N'deskIcon', null, N'form.config', N'plug-in/sliding/icon/Applications Folder.png', N'3') -GO -GO -INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc81810d002f', N'png', N'deskIcon', null, N'data.monitor', N'plug-in/sliding/icon/Super Disk.png', N'3') -GO -GO -INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc8181150031', N'png', N'deskIcon', null, N'system.log', N'plug-in/sliding/icon/fastsearch.png', N'3') -GO -GO -INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc8181210033', N'png', N'deskIcon', null, N'common.schedule.task', N'plug-in/sliding/icon/Utilities.png', N'3') -GO -GO -INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc8181290035', N'png', N'deskIcon', null, N'表单验证', N'plug-in/sliding/icon/qidianzhongwen.png', N'3') -GO -GO -INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc8181560043', N'png', N'deskIcon', null, N'特殊布局', N'plug-in/sliding/icon/xiami.png', N'3') -GO -GO -INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc81816e004a', N'png', N'deskIcon', null, N'多附件管理', N'plug-in/sliding/icon/vadio.png', N'3') -GO -GO - --- ---------------------------- --- Table structure for t_s_log --- ---------------------------- -DROP TABLE [dbo].[t_s_log] -GO -CREATE TABLE [dbo].[t_s_log] ( -[ID] nvarchar(32) NOT NULL , -[broswer] nvarchar(100) NULL , -[logcontent] nvarchar(MAX) NOT NULL , -[loglevel] smallint NULL , -[note] nvarchar(MAX) NULL , -[operatetime] datetime NOT NULL , -[operatetype] smallint NULL , -[userid] nvarchar(32) NULL -) - - -GO - --- ---------------------------- --- Records of t_s_log --- ---------------------------- -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402880eb53cc57770153cc5826b30000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.0.107', N'2016-03-31 19:04:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d401526268a7ed0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-01-21 12:19:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d401526268fcf90002', N'IE', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-01-21 12:19:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d40152626919130003', N'IE', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-01-21 12:20:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d40152626935b10004', N'IE', N'分类管理删除成功', N'4', N'192.168.111.1', N'2016-01-21 12:20:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d40152626943900005', N'IE', N'分类管理删除成功', N'4', N'192.168.111.1', N'2016-01-21 12:20:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d4015262694a3d0006', N'IE', N'分类管理删除成功', N'4', N'192.168.111.1', N'2016-01-21 12:20:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d401526269ccf90008', N'Chrome', N'分类管理添加成功', N'3', N'192.168.111.1', N'2016-01-21 12:20:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d40152626a1945000a', N'Chrome', N'分类管理添加成功', N'3', N'192.168.111.1', N'2016-01-21 12:21:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d40152626a5f60000c', N'IE', N'分类管理添加成功', N'3', N'192.168.111.1', N'2016-01-21 12:21:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d40152626aaa9e000e', N'IE', N'分类管理添加成功', N'3', N'192.168.111.1', N'2016-01-21 12:21:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d40152626bb7b40010', N'IE', N'组织机构 录入成功', N'3', N'192.168.111.1', N'2016-01-21 12:22:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d40152626bcfc00011', N'IE', N'组织机构删除成功', N'4', N'192.168.111.1', N'2016-01-21 12:22:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d40152626c4dc20013', N'IE', N'组织机构 录入成功', N'3', N'192.168.111.1', N'2016-01-21 12:23:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d40152626f11830015', N'IE', N'组织机构 录入成功', N'3', N'192.168.111.1', N'2016-01-21 12:26:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d40152626f9c9d0017', N'Chrome', N'组织机构 录入成功', N'3', N'192.168.111.1', N'2016-01-21 12:27:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d40152626ff8e60018', N'Chrome', N'组织机构删除成功', N'4', N'192.168.111.1', N'2016-01-21 12:27:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d40152627002d10019', N'Chrome', N'组织机构删除成功', N'4', N'192.168.111.1', N'2016-01-21 12:27:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d4015262700dba001a', N'Chrome', N'组织机构删除成功', N'4', N'192.168.111.1', N'2016-01-21 12:27:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d40152627151d9001b', N'Chrome', N'分类管理删除成功', N'4', N'192.168.111.1', N'2016-01-21 12:28:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d4015262716cbd001c', N'Chrome', N'分类管理删除成功', N'4', N'192.168.111.1', N'2016-01-21 12:29:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d4015262717997001d', N'Chrome', N'分类管理删除成功', N'4', N'192.168.111.1', N'2016-01-21 12:29:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d40152627180ab001e', N'Chrome', N'分类管理删除成功', N'4', N'192.168.111.1', N'2016-01-21 12:29:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d401526271b8750020', N'Chrome', N'分类管理添加成功', N'3', N'192.168.111.1', N'2016-01-21 12:29:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d401526271d2e40022', N'Chrome', N'分类管理添加成功', N'3', N'192.168.111.1', N'2016-01-21 12:29:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d401526271e82e0024', N'IE', N'分类管理添加成功', N'3', N'192.168.111.1', N'2016-01-21 12:29:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d4015262720b0b0026', N'Chrome', N'分类管理添加成功', N'3', N'192.168.111.1', N'2016-01-21 12:29:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d40152627234a40028', N'Chrome', N'分类管理添加成功', N'3', N'192.168.111.1', N'2016-01-21 12:29:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d40152627286e7002a', N'IE', N'分类管理添加成功', N'3', N'192.168.111.1', N'2016-01-21 12:30:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d401526272bf06002c', N'Chrome', N'分类管理添加成功', N'3', N'192.168.111.1', N'2016-01-21 12:30:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d4015262731450002e', N'IE', N'分类管理添加成功', N'3', N'192.168.111.1', N'2016-01-21 12:30:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d4015262735be50030', N'Chrome', N'分类管理添加成功', N'3', N'192.168.111.1', N'2016-01-21 12:31:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d401526273c06a0032', N'IE', N'分类管理添加成功', N'3', N'192.168.111.1', N'2016-01-21 12:31:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d401526273ee790034', N'IE', N'分类管理添加成功', N'3', N'192.168.111.1', N'2016-01-21 12:31:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d401526274177e0036', N'Chrome', N'分类管理添加成功', N'3', N'192.168.111.1', N'2016-01-21 12:32:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815269d9e8015269da52990000', N'IE', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-01-22 23:01:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815269d9e8015269da9b220001', N'Chrome', N'错误异常: NoSuchRequestHandlingMethodException,错误描述:No matching handler method found for servlet request: path ''/cgDynamGraphConfigHeadController.do'', method ''GET'', parameters map[''title'' -> array[''t_s_log''], ''popmenulink'' -> array[''''], ''url'' -> array[''cgDynamGraphController.do?list'']]', N'6', N'192.168.111.1', N'2016-01-22 23:01:20.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815269e168015269e3f89a0000', N'Firefox', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-01-22 23:11:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815269e168015269e5557e0001', N'Firefox', N'错误异常: NoSuchRequestHandlingMethodException,错误描述:No matching handler method found for servlet request: path ''/cgDynamGraphConfigHeadController.do'', method ''GET'', parameters map[''title'' -> array[''t_s_log''], ''popmenulink'' -> array[''''], ''url'' -> array[''cgDynamGraphController.do?list'']]', N'6', N'192.168.111.1', N'2016-01-22 23:13:03.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815295b31a015295b3bcc20000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-01-31 11:22:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815295d24f015295d4b8be0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-01-31 11:58:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81529631ff01529632790d0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-01-31 13:40:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8152a5142c0152a514c7170000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-03 11:02:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8152f238ee0152f2397fd30000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-18 10:33:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8152f238ee0152f23aaae30001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-02-18 10:34:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8152f238ee0152f23b1e8d0002', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-02-18 10:35:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8152f8edaa0152f8ef300a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-19 17:49:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8152f8f4870152f8f70b6b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-19 17:58:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8152f91f280152f91fdea20000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-19 18:42:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8152f91f280152f92115b30001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-02-19 18:44:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8152f91f280152f925a2460002', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-02-19 18:48:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8152f91f280152f926a7d70003', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-02-19 18:50:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8152f91f280152f926e9980004', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-02-19 18:50:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8152f91f280152f927835c0005', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-02-19 18:51:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8152f91f280152f927b7580006', N'Chrome', N'取消激活成功', N'5', N'192.168.111.1', N'2016-02-19 18:51:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8152f928420152f929a92a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-19 18:53:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8152f934210152f934916b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-19 19:05:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81531677550153167993d80000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-25 11:29:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81531677550153167a9fd80001', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-02-25 11:30:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81531677550153167bbfb10002', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-02-25 11:32:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81531677550153167e5eb20003', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-02-25 11:34:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81531677550153167ede5f0004', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-02-25 11:35:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81531677550153167ef9f30005', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-25 11:35:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81531677550153168b2e0e0006', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-02-25 11:48:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81531677550153168ea1910007', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-02-25 11:52:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81531677550153169162c40008', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-02-25 11:55:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815316775501531691ded20009', N'Chrome', N'自定义模板更新成功', N'5', N'192.168.111.1', N'2016-02-25 11:56:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153167755015316926d4b000a', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-02-25 11:56:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81531677550153169281c2000b', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-02-25 11:56:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815316775501531692f425000c', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-02-25 11:57:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815316775501531696eb22000d', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-02-25 12:01:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153169d3c0153169da9120000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-25 12:09:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153169d3c0153169edac00001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-02-25 12:10:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153169d3c015316a1fff70002', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-02-25 12:13:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153169d3c015316a400730003', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-02-25 12:16:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153169d3c015316a594d10004', N'Chrome', N'自定义模板更新成功', N'5', N'192.168.111.1', N'2016-02-25 12:17:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153169d3c015316a5e89c0005', N'Chrome', N'自定义模板更新成功', N'5', N'192.168.111.1', N'2016-02-25 12:18:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153169d3c015316a60d7d0006', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-02-25 12:18:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815316aac9015316ab2c530000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-25 12:23:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815316aac9015316ab6bbb0001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-02-25 12:24:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815316aac9015316abd5690002', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-02-25 12:24:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815316aac9015316ac02310003', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-02-25 12:24:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815316aac9015316ad38980004', N'Chrome', N'自定义模板更新成功', N'5', N'192.168.111.1', N'2016-02-25 12:26:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815316dbb2015316dcc2cb0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-25 13:17:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815316dbb2015316dd16840001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-02-25 13:18:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815316dbb2015316dd21dd0002', N'Chrome', N'错误异常: NonUniqueResultException,错误描述:query did not return a unique result: 2', N'6', N'192.168.111.1', N'2016-02-25 13:18:24.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815316dbb2015316dd60e90003', N'Chrome', N'错误异常: NonUniqueResultException,错误描述:query did not return a unique result: 2', N'6', N'192.168.111.1', N'2016-02-25 13:18:40.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815316dbb2015316ddd5a40004', N'Chrome', N'错误异常: NonUniqueResultException,错误描述:query did not return a unique result: 2', N'6', N'192.168.111.1', N'2016-02-25 13:19:10.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815316dbb2015316dfc5400005', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-02-25 13:21:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815316e16c015316e1c5170000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-25 13:23:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815316e16c015316e203960001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-02-25 13:23:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815316e59c015316e6aa190000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-25 13:28:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815316fef1015316ff67ea0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-25 13:55:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815316fef10153171e979c0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-25 14:29:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153174da80153174e5d3b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-25 15:22:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153174da80153174ee4f00001', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-02-25 15:22:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153174da80153174f016d0002', N'Firefox', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-25 15:22:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153174da80153174f3e4a0003', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-02-25 15:23:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153174da80153174fa9a80004', N'Firefox', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-25 15:23:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815318148a0153181567ad0002', N'Firefox', N'JeecgDemo例子: 1被添加成功', N'3', N'192.168.111.1', N'2016-02-25 18:59:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815318148a01531815ec8a0004', N'Firefox', N'JeecgDemo例子: null被更新成功', N'5', N'192.168.111.1', N'2016-02-25 19:00:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153183e5b0153183ecacf0000', N'Firefox', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-25 19:44:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81531ba2b701531ba3109a0000', N'Firefox', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-26 11:33:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81531be0f101531be15c650000', N'Firefox', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-26 12:41:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81531be36d01531be3d6ae0000', N'Firefox', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-26 12:43:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81531be36d01531be5ab570001', N'Firefox', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-26 12:45:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81531be36d01531be602740002', N'Firefox', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-02-26 12:46:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81531be36d01531be620e80003', N'Firefox', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-26 12:46:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81531bf0da01531bf14d360000', N'Firefox', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-26 12:58:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81531bf0da01531c105f070001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-26 13:32:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81531c722301531c72ab4a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-26 15:19:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81531c8aab01531c8b2fef0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-26 15:46:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81531c8f4501531c906b5e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-26 15:52:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81531c8f4501531c9107ed0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-26 15:53:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81531c8f4501531c91e5ae0002', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-02-26 15:53:56.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81531c8f4501531c945a720003', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-26 15:56:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81531c8f4501531c981dd50004', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-26 16:00:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81531c8f4501531c99e7820005', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-02-26 16:02:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81531c8f4501531c9b834f0006', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-02-26 16:04:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81531cc57c01531cc5e01b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-26 16:50:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81531d2bb801531d2cb2000000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-26 18:43:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81531d45d401531d4638d80000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-26 19:10:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81531d45d401531d4699e50001', N'Chrome', N'错误异常: Exception,错误描述:方法参数数目>=2,方法必须使用注释标签@Arguments', N'6', N'192.168.111.1', N'2016-02-26 19:11:19.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81531d45d401531d48b8820002', N'Chrome', N'错误异常: IndexOutOfBoundsException,错误描述:Index: 0, Size: 0', N'6', N'192.168.111.1', N'2016-02-26 19:13:38.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532abfd901532accb0ca0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-29 10:12:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532abfd901532ad37dc40002', N'Chrome', N'组织机构 录入成功', N'3', N'192.168.111.1', N'2016-02-29 10:20:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532abfd901532ad3a01b0003', N'Chrome', N'组织机构 更新成功', N'5', N'192.168.111.1', N'2016-02-29 10:20:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532abfd901532ad3aef30004', N'Chrome', N'组织机构删除成功', N'4', N'192.168.111.1', N'2016-02-29 10:20:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532abfd901532af277ad0005', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-29 10:54:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532b011701532b016eec0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-29 11:10:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532b011701532b02e51f0001', N'Chrome', N'错误异常: IndexOutOfBoundsException,错误描述:Index: 0, Size: 0', N'6', N'192.168.111.1', N'2016-02-29 11:12:03.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532b0ae401532b0b5fa50000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-29 11:21:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532b0ae401532b0d668b0003', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-02-29 11:23:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532b0ae401532b259d220004', N'Chrome', N'错误异常: Exception,错误描述:方法参数数目>=2,方法必须使用注释标签@Arguments', N'6', N'192.168.111.1', N'2016-02-29 11:49:58.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532b0ae401532b2709fd0005', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-29 11:51:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532b0ae401532b279c350006', N'Chrome', N'1212被删除成功', N'4', N'192.168.111.1', N'2016-02-29 11:52:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532b40f901532b417a490000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-29 12:20:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532b785301532b78b39a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-29 13:20:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532b785301532b7e1bbf0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-29 13:26:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532b785301532b8028290002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-29 13:28:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532b820801532b82a5b90000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-29 13:31:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532b820801532b835d900001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-29 13:32:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532b894f01532b89c8790000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-29 13:39:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532b894f01532b8b14c30001', N'Chrome', N'用户:scott激活成功!', N'5', N'192.168.111.1', N'2016-02-29 13:40:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532b894f01532b926cc20002', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-02-29 13:48:49.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532b894f01532b93cf210004', N'Chrome', N'语言 录入成功', N'3', N'192.168.111.1', N'2016-02-29 13:50:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532b894f01532b93fa1f0006', N'Chrome', N'语言 录入成功', N'3', N'192.168.111.1', N'2016-02-29 13:50:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532b894f01532b943c4f0008', N'Chrome', N'语言 录入成功', N'3', N'192.168.111.1', N'2016-02-29 13:50:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532b894f01532b98825d0009', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-02-29 13:55:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532b894f01532b99080c000a', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-29 13:56:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532b894f01532bb05f11000b', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-29 14:21:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532b894f01532bb40702000c', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-29 14:25:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532b894f01532bb55c0f000d', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-29 14:26:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532b894f01532bcef469000e', N'Chrome', N'JeecgDemo例子: 11被删除 成功', N'4', N'192.168.111.1', N'2016-02-29 14:54:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532bd29601532bd467e30000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-29 15:00:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532bd29601532bd816190001', N'Chrome', N'错误异常: Exception,错误描述:方法参数数目>=2,方法必须使用注释标签@Arguments', N'6', N'192.168.111.1', N'2016-02-29 15:04:55.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532bd29601532bdc91c10002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-29 15:09:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532be19101532be2b6970000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-29 15:16:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532be19101532be345f10001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-29 15:17:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532c44c601532c4612d00000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-29 17:05:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532c44c601532c4618210001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-29 17:05:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532c538801532c53f71f0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-29 17:20:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532c538801532c541d3a0001', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-02-29 17:20:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532c5dc001532c5e301e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-29 17:31:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532c68ba01532c69289d0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-29 17:43:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532c72ca01532c7371eb0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-29 17:54:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532c72ca01532c7fe6a90001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-29 18:08:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815330045e01533004d3070000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-01 10:32:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815330045e0153300579a60001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-01 10:32:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815330045e0153300fb4d40002', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-01 10:44:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533051360153305239430000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-01 11:56:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815330513601533054f8200001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-01 11:59:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533051360153305bbd1e0003', N'Chrome', N'语言 录入成功', N'3', N'192.168.111.1', N'2016-03-01 12:07:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533051360153305bfdfa0005', N'Chrome', N'语言 录入成功', N'3', N'192.168.111.1', N'2016-03-01 12:07:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533051360153305c34480007', N'Chrome', N'语言 录入成功', N'3', N'192.168.111.1', N'2016-03-01 12:07:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533051360153305c60ed0009', N'Chrome', N'语言 录入成功', N'3', N'192.168.111.1', N'2016-03-01 12:07:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815330513601533068f4fe000a', N'Chrome', N'错误异常: NoSuchRequestHandlingMethodException,错误描述:No matching handler method found for servlet request: path ''/cgFormBuildController.do'', method ''GET'', parameters map[''mobileForm'' -> array[''''], ''tableName'' -> array[''jform_leave''], ''mode'' -> array[''onbutton'']]', N'6', N'192.168.111.1', N'2016-03-01 12:21:38.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533051360153306933c7000b', N'Chrome', N'错误异常: NoSuchRequestHandlingMethodException,错误描述:No matching handler method found for servlet request: path ''/cgFormBuildController.do'', method ''GET'', parameters map[''mobileForm'' -> array[''''], ''tableName'' -> array[''jform_leave'']]', N'6', N'192.168.111.1', N'2016-03-01 12:21:54.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153305136015330693e9e000c', N'Chrome', N'错误异常: NoSuchRequestHandlingMethodException,错误描述:No matching handler method found for servlet request: path ''/cgFormBuildController.do'', method ''GET'', parameters map[''mobileForm'' -> array['''']]', N'6', N'192.168.111.1', N'2016-03-01 12:21:57.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153306b570153306bc5d00000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-01 12:24:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153306b57015330709f9a0001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-01 12:30:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153306b57015330756a6d0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-01 12:35:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153306b570153307617f40003', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-03-01 12:35:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153307c0c0153307c73350000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-01 12:42:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815330ad40015330adeb8c0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-01 13:36:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815330ad40015330ae9daa0001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-01 13:37:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815330ad40015330b27e230002', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-01 13:41:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815330ad40015330b52af60003', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-01 13:44:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815330ad40015330b58da00004', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-01 13:45:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815330b8b2015330b907a80000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-01 13:49:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815330b8b2015330b97e810001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-01 13:49:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815330c86f015330c8d17b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-01 14:06:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815330cd05015330cd5c140000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-01 14:11:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815330cd05015330d1a05b0001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-01 14:15:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815330cd05015330d431330002', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-01 14:18:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815330cd05015330d4b3890003', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-01 14:19:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153319dae0153319e2b9d0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-01 17:59:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815331a4e4015331a54d970000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-01 18:07:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815331b759015331b7c1e90000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-01 18:27:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815331b759015331b8595f0002', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-01 18:27:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815331b759015331b87b0d0003', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-01 18:28:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815331b759015331b90afe0005', N'Chrome', N'通知公告添加成功', N'3', N'192.168.111.1', N'2016-03-01 18:28:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815331b759015331c380390008', N'Chrome', N'通知公告添加成功', N'3', N'192.168.111.1', N'2016-03-01 18:40:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815331b759015331c3d4a3000a', N'Chrome', N'通知公告角色授权保存成功', N'3', N'192.168.111.1', N'2016-03-01 18:40:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815331b759015331c6e1cf000b', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-01 18:43:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815331b75901533201c426000c', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-01 19:48:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153323d4c0153323e0f0c0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-01 20:54:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153323d4c0153323f59380001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-01 20:55:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153323d4c0153324518430002', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-01 21:01:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153323d4c0153324546800003', N'Chrome', N'用户: scott[销售经理]common.login.success', N'1', N'192.168.111.1', N'2016-03-01 21:01:54.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153323d4c015332461ea60004', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-03-01 21:02:49.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153323d4c015332463ec90005', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-01 21:02:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153323d4c0153325bfba90006', N'Chrome', N'语言 更新成功', N'5', N'192.168.111.1', N'2016-03-01 21:26:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153323d4c0153325c14080007', N'Chrome', N'语言 更新成功', N'5', N'192.168.111.1', N'2016-03-01 21:26:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153323d4c0153325fdcd10008', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-01 21:30:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815332609301533261155c0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-01 21:32:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815332609301533261b5310001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-01 21:32:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153326093015332667e5d0002', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-01 21:38:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815332609301533266c14f0003', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-01 21:38:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815332609301533266e1160004', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-01 21:38:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153326093015332670dd10005', N'Chrome', N'用户: scott[销售经理]common.login.success', N'1', N'192.168.111.1', N'2016-03-01 21:38:47.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533270950153327131790000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-01 21:49:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815334fed3015334ffe0560000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-02 09:44:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153350aca0153350b3b280000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-02 09:57:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153350aca0153351700100001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-02 10:10:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153350aca01533521f40c0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-02 10:22:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153350aca0153352278a70003', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-02 10:22:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815335394101533539e8160000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-02 10:48:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533539410153353b48560001', N'Chrome', N'表单更新成功', N'5', N'192.168.111.1', N'2016-03-02 10:49:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533539410153353b48c00002', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-03-02 10:49:51.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533539410153353b53ff0003', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-03-02 10:49:53.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533539410153353b595b0004', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-03-02 10:49:55.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533539410153353c1cfa0006', N'Chrome', N'表单添加成功,主数据源为空,请选择主数据源!', N'5', N'192.168.111.1', N'2016-03-02 10:50:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533539410153353d1b790016', N'Chrome', N'添加成功', N'3', N'192.168.111.1', N'2016-03-02 10:51:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533539410153353d400f0017', N'Chrome', N'表单更新成功,主数据源为空,请选择主数据源!', N'5', N'192.168.111.1', N'2016-03-02 10:51:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533539410153353d504e0018', N'Chrome', N'表单更新成功,主数据源为空,请选择主数据源!', N'5', N'192.168.111.1', N'2016-03-02 10:52:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533539410153353d94300019', N'Chrome', N'表单更新成功', N'5', N'192.168.111.1', N'2016-03-02 10:52:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533550e60153355162c00000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-02 11:13:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533550e6015335712eb70001', N'Chrome', N'错误异常: TypeMismatchException,错误描述:Provided id of the wrong type for class org.jeecgframework.web.system.pojo.base.TSUser. Expected: class java.lang.String, got class java.lang.Long', N'6', N'192.168.111.1', N'2016-03-02 11:48:43.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533550e6015335714aea0002', N'Chrome', N'错误异常: TypeMismatchException,错误描述:Provided id of the wrong type for class org.jeecgframework.web.system.pojo.base.TSUser. Expected: class java.lang.String, got class java.lang.Long', N'6', N'192.168.111.1', N'2016-03-02 11:48:50.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533550e601533571731c0003', N'Chrome', N'错误异常: NumberFormatException,错误描述:For input string: "sss"', N'6', N'192.168.111.1', N'2016-03-02 11:49:00.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533550e60153357215e80004', N'Chrome', N'错误异常: NumberFormatException,错误描述:For input string: "sss"', N'6', N'192.168.111.1', N'2016-03-02 11:49:42.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533550e6015335722f920005', N'Chrome', N'错误异常: TypeMismatchException,错误描述:Provided id of the wrong type for class org.jeecgframework.web.system.pojo.base.TSUser. Expected: class java.lang.String, got class java.lang.Long', N'6', N'192.168.111.1', N'2016-03-02 11:49:49.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533550e601533572c9430006', N'Chrome', N'错误异常: TypeMismatchException,错误描述:Provided id of the wrong type for class org.jeecgframework.web.system.pojo.base.TSUser. Expected: class java.lang.String, got class java.lang.Long', N'6', N'192.168.111.1', N'2016-03-02 11:50:28.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815335734b01533574434a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-02 11:52:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153358c0f0153358c893d0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-02 12:18:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815335c1da015335c239400000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-02 13:17:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815335c1da015335c605de0001', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-02 13:21:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815335c1da015335c62b7c0002', N'Chrome', N'User: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-02 13:21:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815335c1da015335c864c10004', N'Chrome', N'Language add success', N'3', N'192.168.111.1', N'2016-03-02 13:23:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815335c1da015335cae1ec0005', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-02 13:26:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815335c1da015335cafd4c0006', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-02 13:26:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815335c1da015335cde0ee0007', N'Chrome', N'表单表删除成功', N'4', N'192.168.111.1', N'2016-03-02 13:29:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815335c1da015335ce05af0009', N'Chrome', N'表单添加成功,主数据源为空,请选择主数据源!', N'5', N'192.168.111.1', N'2016-03-02 13:30:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815335c1da015335cefdc3001a', N'Chrome', N'添加成功', N'3', N'192.168.111.1', N'2016-03-02 13:31:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815335c1da015335cf21eb001b', N'Chrome', N'表单更新成功,主数据源为空,请选择主数据源!', N'5', N'192.168.111.1', N'2016-03-02 13:31:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815335c1da015335cf3e4a001c', N'Chrome', N'表单更新成功,主数据源为空,请选择主数据源!', N'5', N'192.168.111.1', N'2016-03-02 13:31:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815335c1da015335cf52f0001d', N'Chrome', N'表单更新成功,主数据源为空,请选择主数据源!', N'5', N'192.168.111.1', N'2016-03-02 13:31:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815335c1da015335cfbc28001e', N'Chrome', N'表单更新成功', N'5', N'192.168.111.1', N'2016-03-02 13:31:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815335c1da015335d1094c001f', N'Chrome', N'表单表删除成功', N'4', N'192.168.111.1', N'2016-03-02 13:33:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815335c1da015335d12d0b0021', N'Chrome', N'表单添加成功,主数据源为空,请选择主数据源!', N'5', N'192.168.111.1', N'2016-03-02 13:33:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815335c1da015335d1cfd30022', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-02 13:34:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815336aac2015336ab34bd0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-02 17:31:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815336ccde015336cfa3470000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-02 18:11:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815336ccde015336d00e5c0002', N'Chrome', N'菜单 录入成功', N'3', N'192.168.111.1', N'2016-03-02 18:11:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815336ccde015336d0b56c0004', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-02 18:12:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815336ccde015336d0da9f0005', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-02 18:12:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815336e8df015336e945dd0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-02 18:39:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815336e8df015336eaa78a0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-02 18:41:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815336e8df015336eb19d40002', N'Chrome', N'菜单删除成功', N'4', N'192.168.111.1', N'2016-03-02 18:41:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815336e8df015336eb48d40003', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-02 18:41:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815336e8df015336eb718c0004', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-02 18:41:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815336f25a015336f2be5f0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-02 18:49:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815336f6b4015336f713c70000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-02 18:54:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533a674c01533a69e8d90000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-03 10:58:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533a674c01533a6dcfca0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-03 11:03:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533a788e01533a7903930000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-03 11:15:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533a788e01533a792aec0001', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-03 11:15:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533a788e01533a794f8b0002', N'Chrome', N'User: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-03 11:15:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533a788e01533a79ac830004', N'Chrome', N'表单添加成功,主数据源为空,请选择主数据源!', N'5', N'192.168.111.1', N'2016-03-03 11:16:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533a788e01533a7a53ae0006', N'Chrome', N'Language add success', N'3', N'192.168.111.1', N'2016-03-03 11:16:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533a788e01533a7b5f050007', N'Chrome', N'Language update success', N'5', N'192.168.111.1', N'2016-03-03 11:17:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533a788e01533a7ba9cd0009', N'Chrome', N'Language add success', N'3', N'192.168.111.1', N'2016-03-03 11:18:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533a9f1b01533a9fa85b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-03 11:57:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533a9f1b01533aa8c0210001', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-03-03 12:07:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533a9f1b01533aaa18650002', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-03-03 12:08:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533a9f1b01533aac3de20003', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-03-03 12:11:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533a9f1b01533aad26f70004', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-03-03 12:12:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533a9f1b01533aad7ad00005', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-03-03 12:12:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533a9f1b01533aadf93f0006', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-03-03 12:13:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533c02db01533c03540a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-03 18:26:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533c078201533c07f4b40000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-03 18:31:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533c078201533c08b2170002', N'Chrome', N'语言 录入成功', N'3', N'192.168.111.1', N'2016-03-03 18:31:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533c078201533c08e2790004', N'Chrome', N'语言 录入成功', N'3', N'192.168.111.1', N'2016-03-03 18:32:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533c0a9201533c0aff8e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-03 18:34:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533c0a9201533c0b59e40001', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-03 18:34:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533ca47401533ca4dcf50000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-03 21:22:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533ca47401533ca5722f0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-03 21:23:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533fb28201533fb35ef40000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-04 11:37:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533fb58c01533fb607580000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-04 11:40:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533fb58c01533fb699140001', N'Chrome', N'表单表删除成功', N'4', N'192.168.111.1', N'2016-03-04 11:40:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533fb58c01533fb6a3d70002', N'Chrome', N'表单表删除成功', N'4', N'192.168.111.1', N'2016-03-04 11:40:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533fdf4e01533fdfae980000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-04 12:25:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533fdf4e01533fe01e250001', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-03-04 12:26:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533fdf4e01533fe376780002', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-03-04 12:29:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81534026c60153402734120000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-04 13:43:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81534026c6015340278a000001', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-03-04 13:44:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81534026c60153402920fc0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-04 13:45:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81534026c60153402a16230003', N'Safari', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-04 13:46:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81534026c60153402a93b50004', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-03-04 13:47:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81534026c60153402b34d70005', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-03-04 13:48:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81534026c60153402b72ab0006', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-03-04 13:48:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81534026c60153402bc3660007', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-03-04 13:48:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81534026c60153402c06d50008', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-03-04 13:49:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81534026c60153402c83160009', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-03-04 13:49:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81534034ae01534037f4980000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-04 14:02:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81534034ae015340385b470001', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-03-04 14:02:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81534034ae01534038b42b0002', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-03-04 14:02:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81534034ae01534038dff30003', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-03-04 14:03:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81534034ae0153403918f20004', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-03-04 14:03:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81534034ae0153403955550005', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-03-04 14:03:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81534034ae0153403993920006', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-03-04 14:03:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81534034ae01534039d7ad0007', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-03-04 14:04:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81534034ae0153403a39f30008', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-03-04 14:04:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81534034ae01534058977e0009', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-04 14:37:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81534034ae0153405b5030000a', N'Safari', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-04 14:40:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153405cbf0153405dcbe40000', N'Safari', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-04 14:43:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153405cbf0153405ee05a0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-04 14:44:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153405cbf0153405f29470002', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-04 14:44:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153405cbf0153405f917b0003', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-04 14:45:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153405cbf01534060ea260004', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-04 14:46:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153405cbf0153406250540005', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-04 14:48:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153405cbf01534062d6650006', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-04 14:48:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81534f989901534f997fc70000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-07 13:42:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81534f989901534fa0ffb50001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-07 13:51:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81534f989901534fa213c80002', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-07 13:52:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81534fa92f01534fa9a2ac0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-07 14:00:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81535017ec015350185bd90000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-07 16:01:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153501b6c0153501c0a570000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-07 16:05:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153501d570153501dbbb00000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-07 16:07:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153502d400153502dc8fd0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-07 16:24:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81535030ec0153503145a40000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-07 16:28:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815350357601535035ea8c0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-07 16:33:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81535036e0015350374d550000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-07 16:35:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81535049b40153504a2b3e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-07 16:55:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153504cbb0153504dbcea0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-07 16:59:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815350511401535052635e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-07 17:04:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81535054e3015350553deb0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-07 17:07:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153505a220153505b50fc0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-07 17:14:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153505cdd0153505d33da0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-07 17:16:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153505e790153505ed1b70000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-07 17:18:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153505e790153505f95870001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-07 17:19:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153505e790153505ff8760002', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-07 17:19:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153505e7901535062ad0b0003', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-07 17:22:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153505e7901535062d41d0004', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-07 17:22:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153506a0e0153506a7bb90000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-07 17:31:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153506df30153506e61410000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-07 17:35:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153506df30153506f89e40001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-07 17:36:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815351c75c015351c8548b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-07 23:53:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815353f2a1015353f325180000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-08 09:59:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815353f2a1015353f3b2740001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-08 09:59:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815354c0d1015354c1717e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-08 13:44:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815355507301535550f6b60000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-08 16:21:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81535550730153555195eb0001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-08 16:22:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153569723015356977a820000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-08 22:18:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81535f0b3101535f0cd1de0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-10 13:43:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81535f0b3101535f2f03710001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-10 14:20:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81535f4b9201535f4ca88d0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-10 14:52:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81535fcf3001535fcfd6990000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-10 17:16:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81535fff5101535fffd4a90000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-10 18:08:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81535fff5101536000e7c50002', N'Chrome', N'菜单 录入成功', N'3', N'192.168.111.1', N'2016-03-10 18:09:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81535fff5101536001523f0003', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-10 18:10:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81535fff51015360016b130004', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-10 18:10:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81535fff5101536001bbce0006', N'Chrome', N'菜单 录入成功', N'3', N'192.168.111.1', N'2016-03-10 18:10:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81535fff510153600a570d0008', N'Chrome', N'菜单 录入成功', N'3', N'192.168.111.1', N'2016-03-10 18:20:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81535fff510153600a6a340009', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-10 18:20:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81535fff510153600a86b6000a', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-10 18:20:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81535fff510153600af571000e', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-10 18:20:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81535fff510153600b1745000f', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-10 18:20:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81535fff510153600d83010010', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-03-10 18:23:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81535fff510153600d89470011', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-03-10 18:23:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81535fff510153600d94e90012', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-03-10 18:23:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81535fff510153601d72d90013', N'Chrome', N'菜单删除成功', N'4', N'192.168.111.1', N'2016-03-10 18:40:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81535fff510153601d7b3e0014', N'Chrome', N'菜单删除成功', N'4', N'192.168.111.1', N'2016-03-10 18:40:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81535fff510153601d884d0015', N'Chrome', N'菜单删除成功', N'4', N'192.168.111.1', N'2016-03-10 18:41:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81536125ed015361266ea60000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-10 23:30:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81536375ec01536376b76c0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-11 10:17:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81536375ec0153637a3f2c0001', N'Chrome', N'错误异常: ClassCastException,错误描述:java.lang.String cannot be cast to java.lang.Integer', N'6', N'192.168.111.1', N'2016-03-11 10:21:09.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81536375ec0153637a49620002', N'Chrome', N'错误异常: ClassCastException,错误描述:java.lang.String cannot be cast to java.lang.Integer', N'6', N'192.168.111.1', N'2016-03-11 10:21:11.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81536375ec0153638247a70003', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-11 10:29:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81536375ec01536388bfb00004', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-11 10:36:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81536375ec01536388d1ad0005', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-03-11 10:37:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81536375ec015363a3721c0006', N'Chrome', N'自定义模板更新成功', N'5', N'192.168.111.1', N'2016-03-11 11:06:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81536375ec015363a4082b0007', N'Chrome', N'自定义模板更新成功', N'5', N'192.168.111.1', N'2016-03-11 11:06:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815363bf6c015363c07eed0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-11 11:37:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815363c2cf015363c351a50000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-11 11:40:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815363c2cf015363cc3db70001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-11 11:50:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815363cfbb015363d0118b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-11 11:54:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815363cfbb015364289c220001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-11 13:31:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815363cfbb0153645f38d90002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-11 14:31:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81536473a401536473f8a90000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-11 14:53:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81537311bd01537312a05c0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-14 11:01:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81537311bd01537313462a0004', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-14 11:02:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81537311bd01537313cc030005', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-14 11:03:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81537311bd01537313f4400006', N'Chrome', N'错误异常: RuntimeException,错误描述:没有找到该动态列表', N'6', N'192.168.111.1', N'2016-03-14 11:03:20.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81537311bd0153731958820008', N'Chrome', N'图片表添加成功', N'3', N'192.168.111.1', N'2016-03-14 11:09:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81537311bd0153731abbea0009', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-14 11:10:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81537311bd0153731ace5d000a', N'Chrome', N'菜单删除成功', N'4', N'192.168.111.1', N'2016-03-14 11:10:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81537311bd0153731b1455000b', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-14 11:11:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81537311bd0153731b7fb2000c', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-14 11:11:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81537311bd0153731bcd67000d', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-14 11:11:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81537311bd0153731c8dd5000e', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-14 11:12:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81537311bd0153731e1336000f', N'Chrome', N'错误异常: RuntimeException,错误描述:没有找到该动态列表', N'6', N'192.168.111.1', N'2016-03-14 11:14:24.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81537311bd0153731f1fb70011', N'Chrome', N'角色: 12.0被删除成功', N'4', N'192.168.111.1', N'2016-03-14 11:15:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81537311bd0153732379d20014', N'Chrome', N'角色: 橘色被删除成功', N'4', N'192.168.111.1', N'2016-03-14 11:20:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81537311bd0153732941210015', N'Chrome', N'错误异常: RuntimeException,错误描述:没有找到该动态列表', N'6', N'192.168.111.1', N'2016-03-14 11:26:36.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81537311bd01537329a1e40016', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-14 11:27:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81537311bd0153732b003c0017', N'Chrome', N'组织机构删除成功', N'4', N'192.168.111.1', N'2016-03-14 11:28:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81537311bd0153732b315a0018', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-14 11:28:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81537311bd0153732b4b250019', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-14 11:28:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81537311bd0153732b65b0001a', N'Chrome', N'错误异常: RuntimeException,错误描述:没有找到该动态列表', N'6', N'192.168.111.1', N'2016-03-14 11:28:57.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153732f420153732fb4840000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-14 11:33:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153732f42015373313f750001', N'Chrome', N'错误异常: RuntimeException,错误描述:没有找到该动态列表', N'6', N'192.168.111.1', N'2016-03-14 11:35:20.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153732f42015373329af80002', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-14 11:36:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153732f4201537333039b0003', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-14 11:37:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153732f42015373332f890004', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-14 11:37:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153732f420153733339a70005', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-14 11:37:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153732f420153733355a40006', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-14 11:37:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153732f4201537333dc0e0007', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-03-14 11:38:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153732f42015373350d100008', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-14 11:39:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153732f420153733517350009', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-14 11:39:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153732f420153733541ae000a', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-14 11:39:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153735b310153735bb8180000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-14 12:21:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153735f2d0153735fa2420000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-14 12:26:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153736216015373631db50000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-14 12:29:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815373656a01537365c5b70000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-14 12:32:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815373656a0153736711e40002', N'Chrome', N'菜单 录入成功', N'3', N'192.168.111.1', N'2016-03-14 12:34:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815373656a015373675f2c0004', N'Chrome', N'菜单 录入成功', N'3', N'192.168.111.1', N'2016-03-14 12:34:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815373656a01537367870f0007', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-14 12:34:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815373656a01537367a3810008', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-14 12:34:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815373c803015373c8cbc40000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-14 14:20:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815373ead3015373eb39ed0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-14 14:58:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815373ead3015373edf31a0001', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-14 15:01:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815373ead3015373ee13a50002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-14 15:01:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815373ead3015373ee54c80003', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-14 15:01:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815373ead3015373ee5e590004', N'Chrome', N'菜单删除成功', N'4', N'192.168.111.1', N'2016-03-14 15:01:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815373ead3015373eeb96d0006', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-14 15:02:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815373ead3015373eed5a60007', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-14 15:02:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815373ead3015373f124f90008', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-14 15:04:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815373f7b6015373f8195b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-14 15:12:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815373f7b6015373f889fd0001', N'Chrome', N'菜单删除成功', N'4', N'192.168.111.1', N'2016-03-14 15:13:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815373fb53015373fbf8e00000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-14 15:16:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815373fb53015373fcb0b00001', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-03-14 15:17:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815373fb53015373fd87c40002', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-03-14 15:18:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815373fb53015373fef2130004', N'Chrome', N'菜单 录入成功', N'3', N'192.168.111.1', N'2016-03-14 15:20:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815373fb53015373ff526a0006', N'Chrome', N'菜单 录入成功', N'3', N'192.168.111.1', N'2016-03-14 15:20:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815373fb5301537400590c0009', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-14 15:21:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815373fb53015374008154000a', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-14 15:21:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815373fb530153740129ad000b', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-14 15:22:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815373fb5301537402a1d4000c', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-14 15:24:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815373fb53015374044052000d', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-14 15:25:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815373fb5301537404ba1b000e', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-14 15:26:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815373fb5301537406bea80010', N'Chrome', N'图片表添加成功', N'3', N'192.168.111.1', N'2016-03-14 15:28:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815373fb5301537406e7480011', N'Chrome', N'图片表删除成功', N'4', N'192.168.111.1', N'2016-03-14 15:28:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815373fb530153740b6d3f0012', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-14 15:33:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815373fb530153740b7e8f0013', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-03-14 15:33:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153740f9f0153741003df0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-14 15:38:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153740f9f015374114ed00001', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-03-14 15:40:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153740f9f01537411b7bd0002', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-14 15:40:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153742ccf0153742d4e780000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-14 16:10:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815374582e01537458e20d0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-14 16:58:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153745a470153745aaf0b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-14 17:00:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153745a470153745b01c00001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-14 17:00:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153745d430153745d9e300000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-14 17:03:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153745f560153745fc8220000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-14 17:05:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815374dc7b015374dcfc050000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-14 19:22:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153755bdb0153755db5d10000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-14 21:43:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153755bdb0153755e0e330002', N'Chrome', N'图片表添加成功', N'3', N'192.168.111.1', N'2016-03-14 21:43:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153755bdb0153755e5ea30003', N'Chrome', N'图片表更新成功', N'5', N'192.168.111.1', N'2016-03-14 21:43:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815377f7f5015377f8abfa0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-15 09:51:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153781af30153781b94d80000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-15 10:29:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153781af30153781cb4000001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-15 10:31:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153781af301537838968e0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-15 11:01:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153781af3015378538e3f0003', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-15 11:30:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153781af3015378562e2d0004', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-15 11:33:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153781af301537856f6360005', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-03-15 11:34:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153781af3015378583ad90006', N'Chrome', N'菜单删除成功', N'4', N'192.168.111.1', N'2016-03-15 11:36:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153781af30153785932810007', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-15 11:37:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153781af30153785cb0b50008', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-15 11:40:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153781af30153785fc91f0009', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-15 11:44:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153781af301537860a212000a', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-03-15 11:45:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153781af3015378643c68000c', N'Chrome', N'菜单 录入成功', N'3', N'192.168.111.1', N'2016-03-15 11:49:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378741f015378750a4e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-15 12:07:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378741f01537875fb340002', N'Chrome', N'错误异常: MysqlDataTruncation,错误描述:Data truncation: Data too long for column ''functionurl'' at row 1', N'6', N'192.168.111.1', N'2016-03-15 12:08:31.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378741f01537877651a0005', N'Chrome', N'菜单 录入成功', N'3', N'192.168.111.1', N'2016-03-15 12:10:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378741f015378779f7b0007', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-15 12:10:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378741f01537877be1b0008', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-15 12:10:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378741f0153787931a1000a', N'Chrome', N'菜单 录入成功', N'3', N'192.168.111.1', N'2016-03-15 12:12:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378741f015378795d94000c', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-15 12:12:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378741f015378797acc000d', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-15 12:12:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378741f0153787ac5f6000e', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-15 12:13:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153787e000153787e57030000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-15 12:17:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378882d0153788889d50000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-15 12:28:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378882d0153788a344a0001', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-15 12:30:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378882d0153788a53780002', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-15 12:30:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378882d0153788a6b0b0003', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-15 12:30:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378882d0153788a9cab0004', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-15 12:31:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378882d0153788aacf10005', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-15 12:31:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378882d0153788ac8d40006', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-15 12:31:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378882d0153788bd13c0007', N'Chrome', N'语言 更新成功', N'5', N'192.168.111.1', N'2016-03-15 12:32:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378882d0153788bfc660008', N'Chrome', N'语言 更新成功', N'5', N'192.168.111.1', N'2016-03-15 12:32:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378882d0153788ddc320009', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-15 12:34:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378be7c015378dbe9150000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-15 13:59:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378be7c015378ddc2a50002', N'Chrome', N'菜单 录入成功', N'3', N'192.168.111.1', N'2016-03-15 14:01:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378be7c015378e019b40004', N'Chrome', N'菜单 录入成功', N'3', N'192.168.111.1', N'2016-03-15 14:04:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378be7c015378e06a760005', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-15 14:04:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378be7c015378e0d3fb0007', N'Chrome', N'菜单 录入成功', N'3', N'192.168.111.1', N'2016-03-15 14:05:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378be7c015378e1399d0009', N'Chrome', N'菜单 录入成功', N'3', N'192.168.111.1', N'2016-03-15 14:05:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378be7c015378e1999d000b', N'Chrome', N'菜单 录入成功', N'3', N'192.168.111.1', N'2016-03-15 14:06:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378be7c015378e20872000d', N'Chrome', N'菜单 录入成功', N'3', N'192.168.111.1', N'2016-03-15 14:06:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378be7c015378e27b27000f', N'Chrome', N'菜单 录入成功', N'3', N'192.168.111.1', N'2016-03-15 14:07:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378be7c015378e30fc20011', N'Chrome', N'菜单 录入成功', N'3', N'192.168.111.1', N'2016-03-15 14:07:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378be7c015378e344ae0012', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-03-15 14:07:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378be7c015378e3e6a10014', N'Chrome', N'菜单 录入成功', N'3', N'192.168.111.1', N'2016-03-15 14:08:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378be7c015378e45641001e', N'Chrome', N'菜单删除成功', N'4', N'192.168.111.1', N'2016-03-15 14:09:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378be7c015378e4685b001f', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-15 14:09:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378be7c015378e4890a0020', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-15 14:09:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378be7c015378e6439b0021', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-15 14:11:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378be7c015378e651d50022', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-15 14:11:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378be7c015378e66afe0023', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-15 14:11:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378be7c015378e7f1680024', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-15 14:12:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378be7c015378e7fdb90025', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-15 14:13:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378be7c015378e843440026', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-15 14:13:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378be7c015378f85dbd0027', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-15 14:30:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378be7c015378f87d570028', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-15 14:31:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378be7c015378f88f4d0029', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-15 14:31:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378be7c015378f8ae62002a', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-15 14:31:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378be7c015378f8f6f5002b', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-15 14:31:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378be7c015378f9622d002c', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-15 14:32:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378be7c015378f981a6002d', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-15 14:32:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153792311015379237ff50000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-15 15:18:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81537976e80153797772ec0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-15 16:49:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81537b463301537b46e8170000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-16 01:15:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81537d2a4e01537d2ad88a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-16 10:04:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81537d2a4e01537d4f6a150001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-16 10:44:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81537d8b5d01537d8bc3960000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-16 11:50:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81537e05ce01537e065b800000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-16 14:04:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81537e20a701537e21190c0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-16 14:33:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81537e20a701537e41f00e0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-16 15:09:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81537ef33f01537ef3b3800000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-16 18:23:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81537ef33f01537ef45b130001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-16 18:24:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81537ef33f01537efd4f110002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-16 18:34:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815382c6c9015382c74ec60000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-17 12:13:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815382c6c9015382c9ff370002', N'Chrome', N'组织机构删除成功', N'4', N'192.168.111.1', N'2016-03-17 12:16:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815382c6c9015382ccda010004', N'Chrome', N'表单添加成功,主数据源为空,请选择主数据源!', N'5', N'192.168.111.1', N'2016-03-17 12:19:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815382c6c9015382ce3a630013', N'Chrome', N'添加成功', N'3', N'192.168.111.1', N'2016-03-17 12:21:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815382c6c9015382ceb1250014', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-03-17 12:21:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815382c6c9015382cf16050015', N'Chrome', N'表单更新成功,主数据源为空,请选择主数据源!', N'5', N'192.168.111.1', N'2016-03-17 12:22:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815382c6c9015382cf30a80016', N'Chrome', N'表单更新成功,主数据源为空,请选择主数据源!', N'5', N'192.168.111.1', N'2016-03-17 12:22:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815382c6c9015382cf47980017', N'Chrome', N'表单更新成功,主数据源为空,请选择主数据源!', N'5', N'192.168.111.1', N'2016-03-17 12:22:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815382c6c9015382cf93ec0018', N'Chrome', N'表单更新成功', N'5', N'192.168.111.1', N'2016-03-17 12:22:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815382c6c9015382d613df0019', N'Chrome', N'表单更新成功', N'5', N'192.168.111.1', N'2016-03-17 12:29:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815382c6c9015382d6b000001a', N'Chrome', N'表单更新成功', N'5', N'192.168.111.1', N'2016-03-17 12:30:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815382c6c9015382d742f7001b', N'Chrome', N'表单更新成功', N'5', N'192.168.111.1', N'2016-03-17 12:30:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81538330cd01538331fc180000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-17 14:10:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815383ecc6015383ee03910000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-17 17:35:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153879ec4015387a1bb200000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-18 10:50:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153879ec4015387a26b090001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-18 10:51:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815387a44d015387a614120000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-18 10:55:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81538800a00153880100950000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-18 12:34:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815398133301539813c0910000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-21 15:29:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539813330153981608440002', N'Chrome', N'添加成功', N'3', N'192.168.111.1', N'2016-03-21 15:31:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539813330153981672520005', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-03-21 15:32:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539813330153981a91640008', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-21 15:36:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539813330153981ab3bb0009', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-21 15:36:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153982705015398276f230000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-21 15:50:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815398270501539828a4f90001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-21 15:51:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539827050153982937450002', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-21 15:52:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153985ad30153985b472c0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-21 16:47:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153985ad30153985d0ac60001', N'Chrome', N'语言 更新成功', N'5', N'192.168.111.1', N'2016-03-21 16:49:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153985ad30153985d37af0002', N'Chrome', N'语言 更新成功', N'5', N'192.168.111.1', N'2016-03-21 16:49:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153985ad30153985e22560004', N'Chrome', N'菜单 录入成功', N'3', N'192.168.111.1', N'2016-03-21 16:50:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153985ad30153985e777e0006', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-21 16:50:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153985ad30153985f3e9b0007', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-21 16:51:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153985ad301539860f6e70009', N'Chrome', N'菜单 录入成功', N'3', N'192.168.111.1', N'2016-03-21 16:53:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153985ad3015398616270000b', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-21 16:53:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153985ad3015398619200000c', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-21 16:54:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153985ad3015398621e18000d', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-21 16:54:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153985ad3015398623b5f000e', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-21 16:54:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153985ad3015398624882000f', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-21 16:54:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153985ad30153986273330010', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-21 16:55:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815398e356015398e3d06f0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-21 19:16:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815398e356015398e432e10003', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-21 19:16:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815398e356015398e46e250004', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-21 19:17:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815398e356015398e472a90005', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-21 19:17:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815398e356015398e4e3560007', N'Chrome', N'在线文档分类添加成功', N'3', N'192.168.111.1', N'2016-03-21 19:17:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815398e356015398e4f7c70009', N'Chrome', N'在线文档分类添加成功', N'3', N'192.168.111.1', N'2016-03-21 19:17:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815398e356015398e53381000b', N'Chrome', N'在线文档分类添加成功', N'3', N'192.168.111.1', N'2016-03-21 19:17:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815398e356015398e56355000d', N'Chrome', N'在线文档分类添加成功', N'3', N'192.168.111.1', N'2016-03-21 19:18:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815398e356015398e59bf1000f', N'Chrome', N'在线文档添加成功', N'3', N'192.168.111.1', N'2016-03-21 19:18:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815398e356015398e695a00011', N'Chrome', N'在线文档分类添加成功', N'3', N'192.168.111.1', N'2016-03-21 19:19:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539c00e601539c01637c0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-22 09:47:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539c00e601539c02326f0002', N'Chrome', N'在线文档分类添加成功', N'3', N'192.168.111.1', N'2016-03-22 09:48:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539c0fae01539c1042d50000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-22 10:03:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539c224601539c22e4910000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-22 10:24:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539c224601539c23cc200001', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-22 10:25:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539c224601539c24050e0002', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-22 10:25:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539c224601539c2437470003', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-22 10:25:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539c224601539c2447460004', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-22 10:25:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539c224601539c2474680005', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-22 10:25:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539c256001539c263fa90000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-22 10:27:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539c256001539c26a6860001', N'Chrome', N'菜单删除成功', N'4', N'192.168.111.1', N'2016-03-22 10:28:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539c256001539c26c7790002', N'Chrome', N'菜单删除成功', N'4', N'192.168.111.1', N'2016-03-22 10:28:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539c256001539c2722bb0003', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-22 10:28:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539c256001539c2744ab0004', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-22 10:28:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539c4a0f01539c4a8e940000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-22 11:07:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539c81ad01539c88b50d0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-22 12:15:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539ea46801539ea4e26b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-22 22:05:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539ea46801539eb190d60002', N'Chrome', N'在线文档添加成功', N'3', N'192.168.111.1', N'2016-03-22 22:19:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539ea46801539eb1d8500004', N'Chrome', N'在线文档添加成功', N'3', N'192.168.111.1', N'2016-03-22 22:19:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539ea46801539eb2591e0006', N'Chrome', N'在线文档分类添加成功', N'3', N'192.168.111.1', N'2016-03-22 22:20:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539ea46801539eb296c40007', N'Chrome', N'在线文档分类更新成功', N'5', N'192.168.111.1', N'2016-03-22 22:20:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539ea46801539eb37dc80008', N'Chrome', N'在线文档分类更新成功', N'5', N'192.168.111.1', N'2016-03-22 22:21:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539ea46801539eb3b2fa0009', N'Chrome', N'在线文档分类更新成功', N'5', N'192.168.111.1', N'2016-03-22 22:21:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539ea46801539eb3d023000a', N'Chrome', N'在线文档分类更新成功', N'5', N'192.168.111.1', N'2016-03-22 22:21:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539ea46801539eb3f009000b', N'Chrome', N'在线文档分类更新成功', N'5', N'192.168.111.1', N'2016-03-22 22:21:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539ea46801539eb455b3000d', N'Chrome', N'在线文档添加成功', N'3', N'192.168.111.1', N'2016-03-22 22:22:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539ea46801539eb77cae000e', N'Chrome', N'在线文档删除成功', N'4', N'192.168.111.1', N'2016-03-22 22:25:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539ea46801539eb787a5000f', N'Chrome', N'在线文档删除成功', N'4', N'192.168.111.1', N'2016-03-22 22:25:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539ea46801539eb792620010', N'Chrome', N'在线文档删除成功', N'4', N'192.168.111.1', N'2016-03-22 22:25:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539ea46801539eb7ccdb0011', N'Chrome', N'在线文档更新成功', N'5', N'192.168.111.1', N'2016-03-22 22:25:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a134390153a134c5ac0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-23 10:01:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a134390153a13544d60001', N'Chrome', N'在线文档分类更新成功', N'5', N'192.168.111.1', N'2016-03-23 10:02:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a134390153a13559270002', N'Chrome', N'在线文档分类更新成功', N'5', N'192.168.111.1', N'2016-03-23 10:02:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a134390153a135b0890004', N'Chrome', N'在线文档添加成功', N'3', N'192.168.111.1', N'2016-03-23 10:02:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a3a1dc0153a3a299bd0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-23 21:20:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a3a1dc0153a3a32df20001', N'Chrome', N'错误异常: ClassCastException,错误描述:java.lang.String cannot be cast to java.lang.Integer', N'6', N'192.168.111.1', N'2016-03-23 21:21:33.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a3a1dc0153a3a33ed50002', N'Chrome', N'错误异常: ClassCastException,错误描述:java.lang.String cannot be cast to java.lang.Integer', N'6', N'192.168.111.1', N'2016-03-23 21:21:38.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a3a1dc0153a3a35d440003', N'Chrome', N'错误异常: ClassCastException,错误描述:java.lang.String cannot be cast to java.lang.Integer', N'6', N'192.168.111.1', N'2016-03-23 21:21:45.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a3a1dc0153a3a401770004', N'Chrome', N'错误异常: ClassCastException,错误描述:java.lang.String cannot be cast to java.lang.Integer', N'6', N'192.168.111.1', N'2016-03-23 21:22:27.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a3a1dc0153a3a5a44b0005', N'Chrome', N'错误异常: ClassCastException,错误描述:java.lang.String cannot be cast to java.lang.Integer', N'6', N'192.168.111.1', N'2016-03-23 21:24:15.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a3a1dc0153a3a6501f0006', N'Chrome', N'错误异常: ClassCastException,错误描述:java.lang.String cannot be cast to java.lang.Integer', N'6', N'192.168.111.1', N'2016-03-23 21:24:59.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a3aa0f0153a3aa7ef10000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-23 21:29:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a3aa0f0153a3aac6030001', N'Chrome', N'错误异常: ClassCastException,错误描述:java.lang.String cannot be cast to java.lang.Integer', N'6', N'192.168.111.1', N'2016-03-23 21:29:51.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a3aa0f0153a3ab54bc0002', N'Chrome', N'错误异常: ClassCastException,错误描述:java.lang.String cannot be cast to java.lang.Integer', N'6', N'192.168.111.1', N'2016-03-23 21:30:27.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a3addd0153a3ae367b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-23 21:33:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a3addd0153a3ae891a0001', N'Chrome', N'错误异常: ClassCastException,错误描述:java.lang.String cannot be cast to java.lang.Integer', N'6', N'192.168.111.1', N'2016-03-23 21:33:57.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a3addd0153a3af1f7e0002', N'Chrome', N'错误异常: ClassCastException,错误描述:java.lang.String cannot be cast to java.lang.Integer', N'6', N'192.168.111.1', N'2016-03-23 21:34:36.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a3addd0153a3affdec0003', N'Chrome', N'错误异常: ClassCastException,错误描述:java.lang.String cannot be cast to java.lang.Integer', N'6', N'192.168.111.1', N'2016-03-23 21:35:33.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a3b06b0153a3b0d62c0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-23 21:36:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a3b06b0153a3b1aedb0001', N'Chrome', N'错误异常: ClassCastException,错误描述:java.lang.String cannot be cast to java.lang.Integer', N'6', N'192.168.111.1', N'2016-03-23 21:37:24.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a3b06b0153a3b2b7bd0002', N'Chrome', N'错误异常: ClassCastException,错误描述:java.lang.String cannot be cast to java.lang.Integer', N'6', N'192.168.111.1', N'2016-03-23 21:38:31.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a3b06b0153a3b3fbb80003', N'Chrome', N'错误异常: ClassCastException,错误描述:java.lang.String cannot be cast to java.lang.Integer', N'6', N'192.168.111.1', N'2016-03-23 21:39:54.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a3b06b0153a3b49fe20004', N'Chrome', N'错误异常: ClassCastException,错误描述:java.lang.String cannot be cast to java.lang.Integer', N'6', N'192.168.111.1', N'2016-03-23 21:40:36.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a650060153a65075660000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-24 09:50:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a650060153a6515b770004', N'Chrome', N'用户: lisi更新成功', N'5', N'192.168.111.1', N'2016-03-24 09:51:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a650060153a651e0280008', N'Chrome', N'用户: scott更新成功', N'5', N'192.168.111.1', N'2016-03-24 09:51:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a650060153a6525f09000e', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-24 09:52:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a650060153a652c688000f', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-24 09:52:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a650060153a6538fc40015', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-24 09:53:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a650060153a653c35b0016', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-03-24 09:53:40.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a650060153a654213f001c', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-03-24 09:54:04.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a650060153a6543d49001d', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-24 09:54:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a650060153a654930e001e', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-24 09:54:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a650060153a654cdc9001f', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-03-24 09:54:48.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a705b10153a7065ec60000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-24 13:08:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153abd7dd0153abd857a70000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-25 11:36:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153abd7dd0153ac3123480002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-25 13:13:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153bad3530153bad3f9b10000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-28 09:26:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153bd0d500153bd0f40900000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-28 19:50:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c028db0153c02af9850000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 10:19:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c028db0153c04e317f0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 10:57:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c028db0153c0502eaf0004', N'Chrome', N'JeecgDemo例子: 123被添加成功', N'3', N'192.168.111.1', N'2016-03-29 10:59:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c028db0153c0509ac90007', N'Chrome', N'JeecgDemo例子: 22被添加成功', N'3', N'192.168.111.1', N'2016-03-29 11:00:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c028db0153c051c4e60009', N'Chrome', N'JeecgDemo例子: null被更新成功', N'5', N'192.168.111.1', N'2016-03-29 11:01:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c028db0153c051d4eb000b', N'Chrome', N'JeecgDemo例子: null被更新成功', N'5', N'192.168.111.1', N'2016-03-29 11:01:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c028db0153c06fee34000c', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 11:34:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c028db0153c07033f9000e', N'Chrome', N'JeecgDemo例子: null被更新成功', N'5', N'192.168.111.1', N'2016-03-29 11:34:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c028db0153c070495d0010', N'Chrome', N'JeecgDemo例子: null被更新成功', N'5', N'192.168.111.1', N'2016-03-29 11:34:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c07fc50153c080a36d0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 11:52:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c07fc50153c08405400001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-29 11:56:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c07fc50153c0844fd10002', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-29 11:56:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c08b550153c08bbbb40000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 12:04:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c094340153c094d5820000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 12:14:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c094340153c098e2820002', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-29 12:19:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c094340153c098f1340003', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-29 12:19:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c094340153c0990d8d0004', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 12:19:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c099c10153c09a28940000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 12:20:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c099c10153c09be43e0001', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-29 12:22:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c099c10153c09bf1b40002', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-29 12:22:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c099c10153c09c0cc20003', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 12:22:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c099c10153c0a85de90005', N'Chrome', N'菜单 录入成功', N'3', N'192.168.111.1', N'2016-03-29 12:36:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c099c10153c0a8a9aa0006', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-29 12:36:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c099c10153c0a8e95d0008', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-29 12:36:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c099c10153c0a907130009', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 12:36:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c099c10153c0a94469000a', N'Chrome', N'通讯录更新成功', N'5', N'192.168.111.1', N'2016-03-29 12:37:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c099c10153c0a9526e000c', N'Chrome', N'通讯录添加成功', N'3', N'192.168.111.1', N'2016-03-29 12:37:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c099c10153c0a97226000d', N'Chrome', N'通讯录删除成功', N'4', N'192.168.111.1', N'2016-03-29 12:37:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c0ac280153c0adf0230000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 12:42:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c0d5e00153c0d806110000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 13:28:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c0de2e0153c0e0059f0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 13:37:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c0de2e0153c0e0a8170001', N'Chrome', N'个人通讯录更新成功', N'5', N'192.168.111.1', N'2016-03-29 13:37:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c0de2e0153c0e0b9740002', N'Chrome', N'个人通讯录更新成功', N'5', N'192.168.111.1', N'2016-03-29 13:37:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c0de2e0153c0e6540f0003', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 13:43:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c0de2e0153c0e785d10004', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 13:45:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c0de2e0153c0eea71b0005', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 13:52:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c0f9550153c0fa02dc0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 14:05:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c0f9550153c0fa53fc0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 14:05:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c0f9550153c0fc38830002', N'Chrome', N'错误异常: SQLException,错误描述:Invalid value for getInt() - ''4028ef815335c28f015335c28f0a0000''', N'6', N'192.168.111.1', N'2016-03-29 14:07:48.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c0f9550153c102ea770003', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-29 14:15:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c0f9550153c1031b120004', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 14:15:19.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c0f9550153c10345f10005', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-03-29 14:15:30.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c0f9550153c10360450006', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 14:15:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c0f9550153c103c3ce0009', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-29 14:16:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c0f9550153c103e236000a', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 14:16:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c0f9550153c103f81a000b', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-29 14:16:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c0f9550153c1042b11000c', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 14:16:29.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c0f9550153c1050d37000d', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-03-29 14:17:27.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c0f9550153c1052f01000e', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 14:17:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c0f9550153c10545a4000f', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-29 14:17:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c0f9550153c1057af80010', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 14:17:55.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c0f9550153c108efe50011', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 14:21:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c0f9550153c10b82fb0012', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 14:24:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c0f9550153c10d5e3b0013', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-29 14:26:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c0f9550153c10d939e0014', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 14:26:45.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c0f9550153c10f89730015', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-03-29 14:28:54.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c0f9550153c10fb47a0016', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 14:29:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c114a70153c1151c2b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 14:34:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c114a70153c116e66b0001', N'Chrome', N'错误异常: RuntimeException,错误描述:Template cgform_jspDivTemplate_add.ftl not found.', N'6', N'192.168.111.1', N'2016-03-29 14:36:56.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c114a70153c1188a8c0002', N'Chrome', N'错误异常: RuntimeException,错误描述:Template cgform_jspDivTemplate_add.ftl not found.', N'6', N'192.168.111.1', N'2016-03-29 14:38:44.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c114a70153c11eeff90003', N'Chrome', N'错误异常: RuntimeException,错误描述:Template cgform_jspDivTemplate_add.ftl not found.', N'6', N'192.168.111.1', N'2016-03-29 14:45:43.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c114a70153c1248ec10004', N'Chrome', N'错误异常: RuntimeException,错误描述:Template cgform_jspDivTemplate_add.ftl not found.', N'6', N'192.168.111.1', N'2016-03-29 14:51:51.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c114a70153c124a78a0005', N'Chrome', N'错误异常: RuntimeException,错误描述:Template cgform_jspDivTemplate_add.ftl not found.', N'6', N'192.168.111.1', N'2016-03-29 14:51:58.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c114a70153c124db080006', N'Chrome', N'错误异常: RuntimeException,错误描述:Template cgform_jspTableTemplate_add.ftl not found.', N'6', N'192.168.111.1', N'2016-03-29 14:52:11.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c126600153c126cf850000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 14:54:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c12b080153c12b7ac80000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 14:59:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c12ff60153c13080350000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 15:04:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c1332d0153c133ac930000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 15:08:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c1332d0153c13a86cc0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 15:15:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c1332d0153c13f946c0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 15:21:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c1332d0153c15cc6500003', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 15:53:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c1332d0153c15dcb520004', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 15:54:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c1332d0153c15f02700005', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 15:55:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c1332d0153c18bb4cf0006', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 16:44:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c1332d0153c18cb3600007', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 16:45:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c18e700153c18ed5610000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 16:47:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c196470153c196b7470000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 16:56:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c196470153c19730440001', N'Chrome', N'菜单删除成功', N'4', N'192.168.111.1', N'2016-03-29 16:57:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c196470153c1978a350002', N'Chrome', N'图标删除成功', N'4', N'192.168.111.1', N'2016-03-29 16:57:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c196470153c19c54220003', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 17:02:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c196470153c19d1f7c0004', N'Chrome', N'图片表删除成功', N'4', N'192.168.111.1', N'2016-03-29 17:03:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c1c87e0153c1cb2d2b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 17:53:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c1c87e0153c1d6b4440001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 18:06:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c1ddc30153c1de298a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 18:14:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c5a4860153c5a7264d0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-30 11:52:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c5a4860153c5a814bb0001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-30 11:54:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c5a4860153c5a9458f0002', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-30 11:55:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c6ef930153c6f0d8f20000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-30 17:53:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c6fa1a0153c6fab76b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-30 18:03:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c703ac0153c7042cb40000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-30 18:14:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c703ac0153c704b6790001', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-30 18:14:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c703ac0153c7055ca50003', N'Chrome', N'菜单 录入成功', N'3', N'192.168.111.1', N'2016-03-30 18:15:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c703ac0153c7057cef0004', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-30 18:15:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c703ac0153c7058e090005', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-30 18:15:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c703ac0153c705b0220006', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-30 18:15:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c703ac0153c70600e80008', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-30 18:16:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c703ac0153c7061f930009', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-30 18:16:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c70da80153c71282e10000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-30 18:29:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c7c72c0153c7c82a290000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-30 21:48:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cac4050153cac55f2d0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-31 11:44:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cac4050153cac5c85e0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-31 11:44:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cac4050153cac745600003', N'Chrome', N'123被删除成功', N'4', N'192.168.111.1', N'2016-03-31 11:46:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cac4050153cacadf830005', N'Chrome', N'表单添加成功,主数据源为空,请选择主数据源!', N'5', N'192.168.111.1', N'2016-03-31 11:50:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cad4a80153cad512950000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-31 12:01:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cadd0b0153caddf4610000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-31 12:10:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cae6f20153cae774a50000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-31 12:21:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cae6f20153caea5fb80002', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-03-31 12:24:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cae6f20153caeda5040003', N'Chrome', N'错误异常: RuntimeException,错误描述:Error on line 502, column 85, in template onetomany/cgform_controllerTemplate.ftl -Found uncap_firstPage, expecting one of: chunk, is_date, is_hash, float, matches, time, number_to_datetime, byte, substring, is_transform, web_safe, iso_ms_nz, groups, seq_contains, iso, is_method, eval, iso_ms, iso_utc_m_nz, parent, capitalize, number, if_exists, is_directive, iso_utc_h_nz, floor, is_boolean, split, node_name, seq_index_of, is_sequence, sort, is_node, sort_by, xhtml, iso_local_m_nz, iso_nz, node_namespace, date, last_index_of, short, ancestors, length, datetime, iso_local_ms, json_string, reverse, c, keys, iso_local_h_nz, has_content, replace, is_hash_ex, is_number, new, lower_case, string, exists, last, root, j_string, contains, round, long, ends_with, number_to_date, namespace, values, seq_last_index_of, uncap_first, iso_local, is_macro, index_of, word_list, int, iso_utc_nz, xml, double, node_type, rtf, url, iso_m, size, default, iso_h, iso_utc_m, ceiling, iso_h_nz, is_enumerable, iso_utc_h, iso_local_nz, iso_m_nz, left_pad, iso_utc_ms_nz, cap_first, interpret, children, chop_linebreak, is_collection, iso_utc, trim, is_string, number_to_time, upper_case, js_string, right_pad, is_indexable, iso_local_ms_nz, iso_utc_ms, iso_local_h, html, iso_local_m, first, starts_with in onetomany/cgform_controllerTemplate.ftl', N'6', N'192.168.111.1', N'2016-03-31 12:28:05.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cae6f20153caee38720004', N'Chrome', N'错误异常: RuntimeException,错误描述:Error on line 502, column 85, in template onetomany/cgform_controllerTemplate.ftl -Found uncap_firstPage, expecting one of: chunk, is_date, is_hash, float, matches, time, number_to_datetime, byte, substring, is_transform, web_safe, iso_ms_nz, groups, seq_contains, iso, is_method, eval, iso_ms, iso_utc_m_nz, parent, capitalize, number, if_exists, is_directive, iso_utc_h_nz, floor, is_boolean, split, node_name, seq_index_of, is_sequence, sort, is_node, sort_by, xhtml, iso_local_m_nz, iso_nz, node_namespace, date, last_index_of, short, ancestors, length, datetime, iso_local_ms, json_string, reverse, c, keys, iso_local_h_nz, has_content, replace, is_hash_ex, is_number, new, lower_case, string, exists, last, root, j_string, contains, round, long, ends_with, number_to_date, namespace, values, seq_last_index_of, uncap_first, iso_local, is_macro, index_of, word_list, int, iso_utc_nz, xml, double, node_type, rtf, url, iso_m, size, default, iso_h, iso_utc_m, ceiling, iso_h_nz, is_enumerable, iso_utc_h, iso_local_nz, iso_m_nz, left_pad, iso_utc_ms_nz, cap_first, interpret, children, chop_linebreak, is_collection, iso_utc, trim, is_string, number_to_time, upper_case, js_string, right_pad, is_indexable, iso_local_ms_nz, iso_utc_ms, iso_local_h, html, iso_local_m, first, starts_with in onetomany/cgform_controllerTemplate.ftl', N'6', N'192.168.111.1', N'2016-03-31 12:28:42.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153caeef10153caef4a350000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-31 12:29:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153caeef10153caef9eb40001', N'Chrome', N'错误异常: RuntimeException,错误描述:Error on line 502, column 85, in template onetomany/cgform_controllerTemplate.ftl -Found uncap_firstPage, expecting one of: chunk, is_date, is_hash, float, matches, time, number_to_datetime, byte, substring, is_transform, web_safe, iso_ms_nz, groups, seq_contains, iso, is_method, eval, iso_ms, iso_utc_m_nz, parent, capitalize, number, if_exists, is_directive, iso_utc_h_nz, floor, is_boolean, split, node_name, seq_index_of, is_sequence, sort, is_node, sort_by, xhtml, iso_local_m_nz, iso_nz, node_namespace, date, last_index_of, short, ancestors, length, datetime, iso_local_ms, json_string, reverse, c, keys, iso_local_h_nz, has_content, replace, is_hash_ex, is_number, new, lower_case, string, exists, last, root, j_string, contains, round, long, ends_with, number_to_date, namespace, values, seq_last_index_of, uncap_first, iso_local, is_macro, index_of, word_list, int, iso_utc_nz, xml, double, node_type, rtf, url, iso_m, size, default, iso_h, iso_utc_m, ceiling, iso_h_nz, is_enumerable, iso_utc_h, iso_local_nz, iso_m_nz, left_pad, iso_utc_ms_nz, cap_first, interpret, children, chop_linebreak, is_collection, iso_utc, trim, is_string, number_to_time, upper_case, js_string, right_pad, is_indexable, iso_local_ms_nz, iso_utc_ms, iso_local_h, html, iso_local_m, first, starts_with in onetomany/cgform_controllerTemplate.ftl', N'6', N'192.168.111.1', N'2016-03-31 12:30:14.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb08c00153cb0ca0b70000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-31 13:01:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb319e0153cb329b860000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-31 13:43:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb319e0153cb347ecd0001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-31 13:45:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb37d50153cb3841770000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-31 13:49:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb37d50153cb3984140002', N'Chrome', N'个人通讯录添加成功', N'3', N'192.168.111.1', N'2016-03-31 13:50:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb37d50153cb39855b0004', N'Chrome', N'错误异常: MySQLIntegrityConstraintViolationException,错误描述:Duplicate entry ''4028ef8153cb37d50153cb3984fc0003'' for key 1', N'6', N'192.168.111.1', N'2016-03-31 13:50:57.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb37d50153cb3986520006', N'Chrome', N'错误异常: MySQLIntegrityConstraintViolationException,错误描述:Duplicate entry ''4028ef8153cb37d50153cb3986230005'' for key 1', N'6', N'192.168.111.1', N'2016-03-31 13:50:58.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb37d50153cb39a6730007', N'Chrome', N'错误异常: HttpMediaTypeNotSupportedException,错误描述:Cannot extract parameter (JformContactEntity jformContact): no Content-Type found', N'6', N'192.168.111.1', N'2016-03-31 13:51:06.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb37d50153cb39bff90008', N'Chrome', N'错误异常: HttpMediaTypeNotSupportedException,错误描述:Cannot extract parameter (JformContactEntity jformContact): no Content-Type found', N'6', N'192.168.111.1', N'2016-03-31 13:51:12.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb37d50153cb39d1ef0009', N'Chrome', N'错误异常: HttpMediaTypeNotSupportedException,错误描述:Cannot extract parameter (JformContactEntity jformContact): no Content-Type found', N'6', N'192.168.111.1', N'2016-03-31 13:51:17.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb37d50153cb39f579000a', N'Chrome', N'错误异常: HttpMediaTypeNotSupportedException,错误描述:Cannot extract parameter (JformContactEntity jformContact): no Content-Type found', N'6', N'192.168.111.1', N'2016-03-31 13:51:26.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb37d50153cb3a04be000b', N'Chrome', N'错误异常: HttpMediaTypeNotSupportedException,错误描述:Cannot extract parameter (JformContactEntity jformContact): no Content-Type found', N'6', N'192.168.111.1', N'2016-03-31 13:51:30.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb37d50153cb3ba0a3000c', N'Chrome', N'错误异常: HttpMediaTypeNotSupportedException,错误描述:Cannot extract parameter (JformContactEntity jformContact): no Content-Type found', N'6', N'192.168.111.1', N'2016-03-31 13:53:15.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb37d50153cb3ba531000d', N'Chrome', N'个人通讯录更新成功', N'5', N'192.168.111.1', N'2016-03-31 13:53:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb37d50153cb3bd2b1000e', N'Chrome', N'错误异常: HttpMediaTypeNotSupportedException,错误描述:Cannot extract parameter (JformContactEntity jformContact): no Content-Type found', N'6', N'192.168.111.1', N'2016-03-31 13:53:28.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb37d50153cb3bd5e0000f', N'Chrome', N'个人通讯录更新成功', N'5', N'192.168.111.1', N'2016-03-31 13:53:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb3cfe0153cb3d5bb20000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-31 13:55:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb3cfe0153cb3d73820001', N'Chrome', N'错误异常: NoSuchRequestHandlingMethodException,错误描述:No matching handler method found for servlet request: path ''/jformContactController.do'', method ''POST'', parameters map[''id'' -> array[''4028ef815373fddd015373fe4aae0002''], ''getFiles'' -> array['''']]', N'6', N'192.168.111.1', N'2016-03-31 13:55:15.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb3cfe0153cb3d81e90002', N'Chrome', N'个人通讯录更新成功', N'5', N'192.168.111.1', N'2016-03-31 13:55:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb3cfe0153cb3da5080003', N'Chrome', N'错误异常: NoSuchRequestHandlingMethodException,错误描述:No matching handler method found for servlet request: path ''/jformContactController.do'', method ''POST'', parameters map[''id'' -> array[''4028ef815373fddd015373fe4aae0002''], ''getFiles'' -> array['''']]', N'6', N'192.168.111.1', N'2016-03-31 13:55:28.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb3cfe0153cb3da8640004', N'Chrome', N'个人通讯录更新成功', N'5', N'192.168.111.1', N'2016-03-31 13:55:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb3cfe0153cb3df3a10005', N'Chrome', N'错误异常: NoSuchRequestHandlingMethodException,错误描述:No matching handler method found for servlet request: path ''/jformContactController.do'', method ''POST'', parameters map[''id'' -> array[''4028ef815373fddd015373fe4aae0002''], ''getFiles'' -> array['''']]', N'6', N'192.168.111.1', N'2016-03-31 13:55:48.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb3cfe0153cb3df8000006', N'Chrome', N'个人通讯录更新成功', N'5', N'192.168.111.1', N'2016-03-31 13:55:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb3f2f0153cb3ff9140000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-31 13:58:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb3f2f0153cb40ba240001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-31 13:58:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb41e00153cb424ff30000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-31 14:00:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb41e00153cb4270fa0001', N'Chrome', N'个人通讯录更新成功', N'5', N'192.168.111.1', N'2016-03-31 14:00:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb41e00153cb428db90002', N'Chrome', N'个人通讯录更新成功', N'5', N'192.168.111.1', N'2016-03-31 14:00:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb41e00153cb4404240004', N'Chrome', N'个人通讯录添加成功', N'3', N'192.168.111.1', N'2016-03-31 14:02:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb41e00153cb4418c50005', N'Chrome', N'个人通讯录更新成功', N'5', N'192.168.111.1', N'2016-03-31 14:02:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb69670153cb6a753e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-31 14:44:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb6c230153cb6cb6c70000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-31 14:46:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb75840153cb75f1bf0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-31 14:56:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb99960153cb99f8f30000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-31 15:36:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cf74820153cf7ef77b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-01 09:45:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cf74820153cf7f995e0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-01 09:45:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cf99580153cf9a1f7b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-01 10:14:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cf99580153cf9c620b0001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-04-01 10:17:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cf9d710153cf9e5f050000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-01 10:19:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cf9d710153cf9edec20001', N'Chrome', N'个人通讯录更新成功', N'5', N'192.168.111.1', N'2016-04-01 10:20:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cf9d710153cf9f29800003', N'Chrome', N'个人通讯录添加成功', N'3', N'192.168.111.1', N'2016-04-01 10:20:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cf9d710153cf9f3e330004', N'Chrome', N'个人通讯录更新成功', N'5', N'192.168.111.1', N'2016-04-01 10:20:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cf9d710153cf9f4d570005', N'Chrome', N'个人通讯录删除成功', N'4', N'192.168.111.1', N'2016-04-01 10:20:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cf9d710153cfa008330008', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-04-01 10:21:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cf9d710153cfa0d37a000c', N'Chrome', N'添加成功', N'3', N'192.168.111.1', N'2016-04-01 10:22:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cf9d710153cfa15002000d', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-01 10:22:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cf9d710153cfa2174b000e', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-04-01 10:23:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cf9d710153cfa38d7f000f', N'Chrome', N'学生表更新成功', N'5', N'192.168.111.1', N'2016-04-01 10:25:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cf9d710153cfa4a5400012', N'Chrome', N'学生表添加成功', N'3', N'192.168.111.1', N'2016-04-01 10:26:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cf9d710153cfa6ac5e0014', N'Chrome', N'学生表删除成功', N'4', N'192.168.111.1', N'2016-04-01 10:28:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cf9d710153cfa76cf40015', N'Chrome', N'表单表删除成功', N'4', N'192.168.111.1', N'2016-04-01 10:29:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cf9d710153cfa90cb70016', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-04-01 10:31:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cf9d710153cfa926180017', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-04-01 10:31:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cf9d710153cfa9d8cf0018', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-04-01 10:32:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cf9d710153cfaa2b5f0019', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-04-01 10:32:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cf9d710153cfaa7b90001a', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-04-01 10:32:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cfac0f0153cfacf3460000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-01 10:35:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cfac0f0153cfae27dc0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-01 10:36:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cfac0f0153cfae9cc50003', N'Chrome', N'添加成功', N'3', N'192.168.111.1', N'2016-04-01 10:37:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cfac0f0153cfaebbb80004', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-04-01 10:37:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cfb21f0153cfb328a70000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-01 10:42:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cfcf000153cfcf84630000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-01 11:13:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cfd46e0153cfd505280000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-01 11:19:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cfd46e0153cfea3c350001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-04-01 11:42:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cfd46e0153cfea67d20002', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-04-01 11:42:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cfd46e0153cfea84680003', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-04-01 11:42:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cfd46e0153cfeb07d00004', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-04-01 11:43:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153d1be5b0153d1bf95420000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-01 20:15:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153d1be5b0153d1c01ebd0001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-04-01 20:15:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153d1be5b0153d1c3bf3f0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-01 20:19:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153d1be5b0153d1c5afd10003', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-01 20:21:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153d1be5b0153d1c9efd80006', N'Chrome', N'角色: demo被更新成功', N'5', N'192.168.111.1', N'2016-04-01 20:26:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153d1be5b0153d1ca4efd0007', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-04-01 20:26:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153ea28d60153ea295d690000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-06 14:01:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153ea28d60153ea2b4c670001', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-04-06 14:03:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153ea28d60153ea2cd16a0002', N'Chrome', N'JeecgDemo例子: 123被删除 成功', N'4', N'192.168.111.1', N'2016-04-06 14:05:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153ea28d60153ea2d54f90003', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-04-06 14:05:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153ea52cd0153ea534df30000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-06 14:47:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153eaa14b0153eaa1e4f50000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-06 16:13:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153eaa14b0153eaa22b960001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-04-06 16:13:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153eaa9bf0153eaaa7b3f0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-06 16:22:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153eab2e60153eab389f80000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-06 16:32:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153eab2e60153eab3eaf20001', N'Chrome', N'消息发送记录表更新成功', N'5', N'192.168.111.1', N'2016-04-06 16:32:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153eab2e60153eaba0a470003', N'Chrome', N'通知公告添加成功', N'3', N'192.168.111.1', N'2016-04-06 16:39:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153eab2e60153eac1431e0004', N'Chrome', N'表单更新成功', N'5', N'192.168.111.1', N'2016-04-06 16:47:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153ef20840153ef2245c60000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-07 13:11:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153ef38e10153ef39484a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-07 13:37:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153ef38e10153ef39a82c0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-07 13:37:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153ef38e10153ef3a44970002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-07 13:38:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153ef4ed20153ef4f4e8b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-07 14:01:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153ef72b40153ef7341120000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-07 14:40:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153ef72b40153ef9337960001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-04-07 15:15:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153ef72b40153ef93eafd0002', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-04-07 15:16:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153ef72b40153ef94685a0003', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-04-07 15:16:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153ef72b40153ef94f0a40004', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-04-07 15:17:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153ef72b40153ef957e1b0005', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-04-07 15:17:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f0f2870153f0f3b6140000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-07 21:40:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f0f2870153f0f678680001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-07 21:43:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f0f2870153f0f68c8f0002', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-04-07 21:43:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f0f8fd0153f0f9927a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-07 21:46:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f0f8fd0153f0f9a7530001', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-04-07 21:46:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f0f8fd0153f0fbdc280002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-07 21:49:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f0f8fd0153f0fc83d00003', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-04-07 21:49:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f0f8fd0153f0fcaf4f0004', N'Chrome', N'User: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-07 21:50:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f0f8fd0153f0fd50e30005', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-04-07 21:50:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f0f8fd0153f1041ea80006', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-07 21:58:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f3e1f00153f3e2b12f0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-08 11:20:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f409550153f409db810000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-08 12:03:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f44c540153f44cc26b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-08 13:16:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f44c540153f44ea19c0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-08 13:18:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f44c540153f451d18b0002', N'Chrome', N'错误异常: NoSuchRequestHandlingMethodException,错误描述:No matching handler method found for servlet request: path ''/loginController.do'', method ''GET'', parameters map[''acehome'' -> array['''']]', N'6', N'192.168.111.1', N'2016-04-08 13:21:56.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f4527c0153f452f00c0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-08 13:23:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f4527c0153f458bbac0001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-04-08 13:29:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f4527c0153f459a3c10002', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-04-08 13:30:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f4527c0153f46cebb10003', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-04-08 13:51:32.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f46ebd0153f46f1da70000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-08 13:53:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f506c90153f50740670000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-08 16:40:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f506c90153f507440c0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-08 16:40:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f506c90153f50cb2380002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-08 16:46:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f519400153f519e77f0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-08 17:00:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f519400153f519eb4a0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-08 17:00:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f519400153f51b16550002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-08 17:01:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f535250153f535f94d0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-08 17:31:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f535250153f538624d0001', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-04-08 17:33:46.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f535250153f538bc330002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-08 17:34:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f535250153f576c5180003', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-08 18:41:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f535250153f589d1030004', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-08 19:02:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f535250153f58a82ab0005', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-08 19:03:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f63ac40153f63b6fab0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-08 22:16:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f63ac40153f63b79a70001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-08 22:16:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f63ac40153f63bd56c0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-08 22:17:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f63ac40153f63c9ace0003', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-08 22:18:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f63ac40153f644883c0004', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-04-08 22:26:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f63ac40153f644955c0005', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-04-08 22:26:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f63ac40153f644b80d0006', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-08 22:26:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f63ac40153f64543ae0007', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-04-08 22:27:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f63ac40153f64564370008', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-04-08 22:27:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f63ac40153f64597410009', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-04-08 22:27:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f63ac40153f646045e000a', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-04-08 22:28:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f63ac40153f6461806000b', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-04-08 22:28:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f63ac40153f6468a31000c', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-04-08 22:28:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f63ac40153f646bd2e000d', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-08 22:29:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f63ac40153f649116b000e', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-04-08 22:31:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f63ac40153f64962e4000f', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-04-08 22:31:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f63ac40153f64985c80010', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-08 22:32:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f63ac40153f64c4f7a0011', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-04-08 22:35:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f63ac40153f64cb8850012', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-04-08 22:35:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f63ac40153f64dac290013', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-04-08 22:36:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f63ac40153f64db8f70014', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-04-08 22:36:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f63ac40153f64dcdff0015', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-08 22:36:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f690e00153f69140100000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-08 23:50:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f690e00153f699c81f0001', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-04-08 23:59:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f69f760153f69fd0850000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-09 00:06:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f6a0fb0153f6a14c3e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-09 00:07:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f6a4360153f6a599f60000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-09 00:12:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f6a4360153f956912a0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-09 12:45:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f6a4360153f956d1d70002', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-04-09 12:45:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f6a4360153f956e4850003', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-09 12:45:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f6a4360153f9582fca0004', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-09 12:46:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f6a4360153f958efd60005', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-09 12:47:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f6a4360153f9590c930006', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-04-09 12:47:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f6a4360153f9591a420007', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-09 12:47:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f6a4360153f9594f620008', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-04-09 12:48:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f6a4360153f9628c230009', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-09 12:58:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f6a4360153f962fa15000a', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-04-09 12:58:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f6a4360153f9637403000b', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-04-09 12:59:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f6a4360153f966a958000c', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-04-09 13:02:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f9e9610153f9ea176c0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-09 15:26:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f9e9610153f9eaf2280001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-09 15:27:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153fa0dc30153fa0eb4bc0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-09 16:06:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153fa23150153fa23dae10000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-09 16:29:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153fa456b0153fa45cd920000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-09 17:06:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153fa456b0153fa4652860001', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-04-09 17:07:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153fa456b0153fa4ad2ca0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-09 17:12:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153fa456b0153fa578a950003', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-04-09 17:25:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153fb700a0153fb71692d0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-09 22:33:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153fb77ec0153fb7943020000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-09 22:42:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153fb77ec0153fb79469c0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-09 22:42:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153fb88c60153fb89b41c0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-09 23:00:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153fb88c60153fb8abde20001', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-04-09 23:01:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153fb8df30153fb954e060000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-09 23:12:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153fb8df30153fb95feb80001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-09 23:13:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153fe51210153fe51f3a20000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-10 11:58:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153fe51210153fe5e1b300003', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-04-10 12:11:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153fe51210153fe5e85df0004', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-04-10 12:12:00.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153fe51210153fe5eea000005', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-04-10 12:12:26.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153fe51210153fe5f09790006', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-10 12:12:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153fe51210153fe5f96790022', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-04-10 12:13:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153fe51210153fe5fbb1d0023', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-04-10 12:13:20.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153fe92830153fe9303020000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-10 13:09:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153fe979f0153fe9822640000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-10 13:14:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153fe99fb0153fe9a89340000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-10 13:17:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153fe9c410153fe9cb26d0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-10 13:19:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153feb8fb0153febb103a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-10 13:53:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153feb8fb0153febb14bb0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-10 13:53:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153feb8fb0153febb22890002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-10 13:53:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153feb8fb0153febb67f50003', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-10 13:53:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153feb8fb0153febc10870004', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-10 13:54:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153fef72f0153fef7dd110000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-10 14:59:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153fefc800153fefd0a6a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-10 15:05:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153fefed20153feff38540000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-10 15:07:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153ff02b60153ff03388a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-10 15:11:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153ff0d130153ff0d88d40000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-10 15:23:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153ff0e970153ff0fc6670000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-10 15:25:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153ff1cb90153ff1d44f10000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-10 15:40:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815400c2c6015400c379e20000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-10 23:21:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815400c2c6015400c50e8c0003', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-04-10 23:23:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815400c2c6015400c5152f0004', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-04-10 23:23:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815400c2c6015400c519e50005', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-04-10 23:23:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815400c2c6015400c51f250006', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-04-10 23:23:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815400c2c6015400c525190007', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-04-10 23:23:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815400c2c6015400c52c860008', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-04-10 23:23:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154032519015403259f100000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-11 10:27:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815403251901540325e6990001', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-04-11 10:28:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815403251901540326bcaa0005', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-04-11 10:29:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154032519015403270f540006', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-11 10:29:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154032519015403271ff90007', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-04-11 10:29:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81540325190154032757150008', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-04-11 10:29:50.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81540325190154032779d30009', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-04-11 10:29:59.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154032519015403277fb6000a', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-04-11 10:30:00.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154032519015403278558000b', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-04-11 10:30:02.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815403251901540328b395000e', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-04-11 10:31:19.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815403251901540328cd9f000f', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-11 10:31:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81540325190154032921650010', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-04-11 10:31:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81540325190154032933df0011', N'Chrome', N'删除成功', N'5', N'192.168.111.1', N'2016-04-11 10:31:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81540325190154032939bc0012', N'Chrome', N'删除成功', N'5', N'192.168.111.1', N'2016-04-11 10:31:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154032519015403293ef20013', N'Chrome', N'删除成功', N'5', N'192.168.111.1', N'2016-04-11 10:31:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81540325190154032943f60014', N'Chrome', N'删除成功', N'5', N'192.168.111.1', N'2016-04-11 10:31:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815403251901540329497e0015', N'Chrome', N'删除成功', N'5', N'192.168.111.1', N'2016-04-11 10:31:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154032519015403294fea0016', N'Chrome', N'删除成功', N'5', N'192.168.111.1', N'2016-04-11 10:31:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815403251901540329558a0017', N'Chrome', N'删除成功', N'5', N'192.168.111.1', N'2016-04-11 10:32:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154032519015403295b430018', N'Chrome', N'删除成功', N'5', N'192.168.111.1', N'2016-04-11 10:32:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81540325190154032960920019', N'Chrome', N'删除成功', N'5', N'192.168.111.1', N'2016-04-11 10:32:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154032519015403298067001a', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-04-11 10:32:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815403251901540329b36b001b', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-04-11 10:32:25.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81540325190154032a5dbc001e', N'Chrome', N'删除成功', N'5', N'192.168.111.1', N'2016-04-11 10:33:08.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81540325190154032ac4e9001f', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-04-11 10:33:35.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81540325190154032b1df80020', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-11 10:33:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815404c111015404c87f8c0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-11 18:05:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815408ea08015408eb780d0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-12 13:22:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81540b007101540b0238de0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-12 23:06:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81540b007101540b0242b20001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-12 23:06:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81540f057301540f090ba50000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-13 17:52:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815412f224015412f2ad900000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-14 12:06:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815412f224015412f363410007', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-04-14 12:07:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815412f224015412f3877c0008', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-14 12:07:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815412f224015412f3e716000a', N'Chrome', N'首页广告更新成功', N'5', N'192.168.111.1', N'2016-04-14 12:07:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815412f224015412f4bc02000c', N'Chrome', N'信息更新成功', N'5', N'192.168.111.1', N'2016-04-14 12:08:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815412f224015412f4fa2f000e', N'Chrome', N'栏目管理更新成功', N'5', N'192.168.111.1', N'2016-04-14 12:08:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815412f224015412f52ba00010', N'Chrome', N'站点信息更新成功', N'5', N'192.168.111.1', N'2016-04-14 12:08:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815412fa9c015412fb0a900000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-14 12:15:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815412fc8c015412fcde700000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-14 12:17:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154130b8d0154130be6390000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-14 12:33:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154130b8d0154130c2e4c0001', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-04-14 12:34:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154130b8d0154130c84790002', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-04-14 12:34:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154130b8d0154130c9f400003', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-04-14 12:34:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154130b8d0154130ca96f0004', N'Chrome', N'菜单删除成功', N'4', N'192.168.111.1', N'2016-04-14 12:34:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154130b8d0154130cf7570005', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-04-14 12:34:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154130b8d0154130d1f810006', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-04-14 12:35:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154130b8d0154130dd9620007', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-04-14 12:35:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154130b8d0154130deb050008', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-04-14 12:35:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154130b8d0154130df87f0009', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-14 12:36:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154130b8d0154130e84e9000a', N'Chrome', N'语言 更新成功', N'5', N'192.168.111.1', N'2016-04-14 12:36:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154130b8d0154130e9567000b', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-04-14 12:36:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154130b8d0154130eaf8a000c', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-14 12:36:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81541368a3015413691fa60000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-14 14:15:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81541562b10154156323150000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-14 23:28:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81541562b101541563ff5c0001', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-04-14 23:29:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81541562b10154156407060002', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-04-14 23:29:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81541562b1015415640cbd0003', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-04-14 23:29:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815418b502015418b59e930000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-15 14:57:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154197373015419744ef40000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-15 18:25:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815419737301541975cf450007', N'Chrome', N'移除成功', N'4', N'192.168.111.1', N'2016-04-15 18:27:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542c87e201542c886d060000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-19 11:20:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542c87e201542c8bf4690003', N'Chrome', N'栏目管理添加成功', N'3', N'192.168.111.1', N'2016-04-19 11:24:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542c87e201542c8c43b10006', N'Chrome', N'栏目管理添加成功', N'3', N'192.168.111.1', N'2016-04-19 11:24:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542c87e201542c8c80b90007', N'Chrome', N'站点模板删除成功', N'4', N'192.168.111.1', N'2016-04-19 11:24:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542c87e201542c8cf4510008', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-04-19 11:25:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542c87e201542c8d04540009', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-19 11:25:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542c87e201542c8d4178000c', N'Chrome', N'首页广告添加成功', N'3', N'192.168.111.1', N'2016-04-19 11:25:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542c87e201542c8d8579000d', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-04-19 11:25:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542c87e201542c8db851000e', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-04-19 11:26:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542c87e201542c8dc7b6000f', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-04-19 11:26:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542c87e201542c8dd4f50010', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-19 11:26:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542c87e201542c8e27340013', N'Chrome', N'栏目管理添加成功', N'3', N'192.168.111.1', N'2016-04-19 11:26:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542c87e201542c8fa0f90016', N'Chrome', N'栏目管理添加成功', N'3', N'192.168.111.1', N'2016-04-19 11:28:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542c92d901542c93442f0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-19 11:32:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542c94a201542c94fe1c0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-19 11:34:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542c94a201542c95b48f0002', N'Chrome', N'错误异常: PacketTooBigException,错误描述:Packet for query is too large (5452639 > 4193280). You can change this value on the server by setting the max_allowed_packet'' variable.', N'6', N'192.168.111.1', N'2016-04-19 11:34:49.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542c94a201542c95ec150005', N'Chrome', N'栏目管理添加成功', N'3', N'192.168.111.1', N'2016-04-19 11:35:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542c94a201542c96abb30006', N'Chrome', N'信息更新成功', N'5', N'192.168.111.1', N'2016-04-19 11:35:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542c94a201542c96fdc60007', N'Chrome', N'信息发布成功', N'5', N'192.168.111.1', N'2016-04-19 11:36:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542c94a201542c9737df0008', N'Chrome', N'站点信息更新成功', N'5', N'192.168.111.1', N'2016-04-19 11:36:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542c94a201542c9c10940009', N'Chrome', N'首页广告更新成功', N'5', N'192.168.111.1', N'2016-04-19 11:41:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542c94a201542c9c26e2000a', N'Chrome', N'首页广告更新成功', N'5', N'192.168.111.1', N'2016-04-19 11:41:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542d1aa601542d1af3460000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-19 14:00:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542dee5c01542def45f00000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-19 17:52:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542dee5c01542def96580001', N'Chrome', N'栏目管理更新成功', N'5', N'192.168.111.1', N'2016-04-19 17:52:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542dee5c01542defd5d60002', N'Chrome', N'栏目管理更新成功', N'5', N'192.168.111.1', N'2016-04-19 17:52:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542dee5c01542df34d630005', N'Chrome', N'栏目管理添加成功', N'3', N'192.168.111.1', N'2016-04-19 17:56:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542dee5c01542df3664d0006', N'Chrome', N'栏目管理删除成功', N'4', N'192.168.111.1', N'2016-04-19 17:56:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542dee5c01542df377c80007', N'Chrome', N'栏目管理更新成功', N'5', N'192.168.111.1', N'2016-04-19 17:56:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542dee5c01542df3a1880009', N'Chrome', N'栏目管理添加成功', N'3', N'192.168.111.1', N'2016-04-19 17:57:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542dee5c01542df3b175000a', N'Chrome', N'栏目管理更新成功', N'5', N'192.168.111.1', N'2016-04-19 17:57:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542dee5c01542df3ca56000c', N'Chrome', N'栏目管理更新成功', N'5', N'192.168.111.1', N'2016-04-19 17:57:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542dee5c01542df408a1000d', N'Chrome', N'栏目管理更新成功', N'5', N'192.168.111.1', N'2016-04-19 17:57:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542dee5c01542df4244a000e', N'Chrome', N'栏目管理更新成功', N'5', N'192.168.111.1', N'2016-04-19 17:57:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542dee5c01542df44255000f', N'Chrome', N'栏目管理更新成功', N'5', N'192.168.111.1', N'2016-04-19 17:57:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542dee5c01542df469e80010', N'Chrome', N'信息更新成功', N'5', N'192.168.111.1', N'2016-04-19 17:57:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542dee5c01542df48b350011', N'Chrome', N'信息更新成功', N'5', N'192.168.111.1', N'2016-04-19 17:58:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542dee5c01542df4a41c0012', N'Chrome', N'信息更新成功', N'5', N'192.168.111.1', N'2016-04-19 17:58:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542dee5c01542df587a40013', N'Chrome', N'站点信息更新成功', N'5', N'192.168.111.1', N'2016-04-19 17:59:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542dff3701542dffaa2f0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-19 18:10:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542dff3701542e018a6a0001', N'Chrome', N'信息更新成功', N'5', N'192.168.111.1', N'2016-04-19 18:12:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542dff3701542e019ab10002', N'Chrome', N'信息已发布,无需重复发布!', N'5', N'192.168.111.1', N'2016-04-19 18:12:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542e72e001542e73c07b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-19 20:16:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542f201a01542f20b1db0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-19 23:25:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542f201a01542f20d73e0001', N'Chrome', N'首页广告更新成功', N'5', N'192.168.111.1', N'2016-04-19 23:26:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542f201a01542f20f9560002', N'Chrome', N'栏目管理更新成功', N'5', N'192.168.111.1', N'2016-04-19 23:26:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542f201a01542f211ef30005', N'Chrome', N'栏目管理添加成功', N'3', N'192.168.111.1', N'2016-04-19 23:26:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542f201a01542f216fe10006', N'Chrome', N'信息更新成功', N'5', N'192.168.111.1', N'2016-04-19 23:26:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542f201a01542f21d5a20007', N'Chrome', N'信息更新成功', N'5', N'192.168.111.1', N'2016-04-19 23:27:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542f201a01542f224b2d0008', N'Chrome', N'信息更新成功', N'5', N'192.168.111.1', N'2016-04-19 23:27:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542f201a01542f22b80a0009', N'Chrome', N'站点信息更新成功', N'5', N'192.168.111.1', N'2016-04-19 23:28:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542f201a01542f23d0b5000a', N'Chrome', N'信息已发布,无需重复发布!', N'5', N'192.168.111.1', N'2016-04-19 23:29:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81543808660154380979ac0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-21 16:57:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81543808660154380be3560007', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-04-21 16:59:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81543808660154380cc1530008', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-21 17:00:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81543808660154381200600009', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-21 17:06:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815442b785015442b804340000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-23 18:43:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81544305dd01544306e0e20000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-23 20:10:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81544305dd0154432fb65d0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-23 20:54:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81544b24d301544b488f200000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-25 10:38:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81544bcff601544bd1562b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-25 13:08:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81544bcff601544bd55b1d0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-25 13:12:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81544ce65f01544ce7d5090000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-25 18:12:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154503da10154503e81d40000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-26 09:45:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154503da10154503fb2800001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-26 09:47:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81545079f30154508fde7b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-26 11:14:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81545079f3015450a10a6b0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-26 11:33:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81545079f3015450a3b99e0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-26 11:36:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815451141a01545114f2020000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-26 13:40:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815451141a0154511f284c0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-26 13:51:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815451141a01545126358d0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-26 13:58:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815451141a0154513a3c850003', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-26 14:20:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815451b2cf015451c887ef0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-26 16:56:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815451b2cf015451c929d80001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-26 16:56:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815451b2cf015451ca501c0002', N'rv:11.0', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-26 16:58:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815451b2cf015451caa3430003', N'MSIE 9.0', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-26 16:58:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815451b2cf015451cb4ab30004', N'MSIE 9.0', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-26 16:59:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815460291f01546029ce5a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-29 11:57:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815471c824015471c8e0ef0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-02 22:04:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154753f2601547541ce2f0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-03 14:15:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154753f26015475436e870002', N'Chrome', N'语言 录入成功', N'3', N'192.168.111.1', N'2016-05-03 14:17:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154753f26015475438e180004', N'Chrome', N'语言 录入成功', N'3', N'192.168.111.1', N'2016-05-03 14:17:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154753f260154754624e10006', N'Chrome', N'类型分组: POP返回类型被添加成功', N'3', N'192.168.111.1', N'2016-05-03 14:20:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154753f2601547546bbbf0008', N'Chrome', N'类型: 单选被添加成功', N'3', N'192.168.111.1', N'2016-05-03 14:20:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154753f2601547546d420000a', N'Chrome', N'类型: 多选被添加成功', N'3', N'192.168.111.1', N'2016-05-03 14:20:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154754ad60154754b2e700000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-03 14:25:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815475593e01547559ac850000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-03 14:41:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815475593e0154755a120f0001', N'Chrome', N'语言 更新成功', N'5', N'192.168.111.1', N'2016-05-03 14:41:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815475593e0154755a36a40002', N'Chrome', N'语言 更新成功', N'5', N'192.168.111.1', N'2016-05-03 14:42:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154756c820154756d39c60000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-03 15:02:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154756c820154756d58fc0001', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:Unknown column ''this_.popRetype'' in ''field list''', N'6', N'192.168.111.1', N'2016-05-03 15:03:01.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154756c820154756e0c9c0003', N'Chrome', N'错误异常: BusinessException,错误描述:could not execute statement', N'6', N'192.168.111.1', N'2016-05-03 15:03:47.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154756c820154756e0d610004', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:Unknown column ''this_.popRetype'' in ''field list''', N'6', N'192.168.111.1', N'2016-05-03 15:03:47.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81547570950154757167150000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-03 15:07:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154757095015475717ce90001', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:Unknown column ''this_.popRetype'' in ''field list''', N'6', N'192.168.111.1', N'2016-05-03 15:07:32.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815475709501547572f5750003', N'Chrome', N'错误异常: BusinessException,错误描述:could not execute statement', N'6', N'192.168.111.1', N'2016-05-03 15:09:08.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815475709501547572f6290004', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:Unknown column ''this_.popRetype'' in ''field list''', N'6', N'192.168.111.1', N'2016-05-03 15:09:09.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154757095015475769cf10006', N'Chrome', N'错误异常: BusinessException,错误描述:could not execute statement', N'6', N'192.168.111.1', N'2016-05-03 15:13:08.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154757095015475769da30007', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:Unknown column ''this_.popRetype'' in ''field list''', N'6', N'192.168.111.1', N'2016-05-03 15:13:08.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815475774a01547577fc1f0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-03 15:14:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815475774a015475784ae90001', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-05-03 15:14:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815475774a01547578aa45000d', N'Chrome', N'添加成功', N'3', N'192.168.111.1', N'2016-05-03 15:15:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815475774a01547582b7a9000e', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-05-03 15:26:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815476215d01547621df100000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-03 18:20:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815476215d0154762452f00001', N'Chrome', N'null被删除成功', N'4', N'192.168.111.1', N'2016-05-03 18:22:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815476215d0154762462c90002', N'Chrome', N'null被删除成功', N'4', N'192.168.111.1', N'2016-05-03 18:22:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815476215d015476246c430003', N'Chrome', N'null被删除成功', N'4', N'192.168.111.1', N'2016-05-03 18:22:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815476215d01547624750b0004', N'Chrome', N'null被删除成功', N'4', N'192.168.111.1', N'2016-05-03 18:23:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815476215d015476247db40005', N'Chrome', N'null被删除成功', N'4', N'192.168.111.1', N'2016-05-03 18:23:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815476215d01547624856b0006', N'Chrome', N'null被删除成功', N'4', N'192.168.111.1', N'2016-05-03 18:23:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815476215d015476248c940007', N'Chrome', N'null被删除成功', N'4', N'192.168.111.1', N'2016-05-03 18:23:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815476215d0154762494630008', N'Chrome', N'null被删除成功', N'4', N'192.168.111.1', N'2016-05-03 18:23:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815476215d015476249e7d0009', N'Chrome', N'null被删除成功', N'4', N'192.168.111.1', N'2016-05-03 18:23:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815476215d01547624a6af000a', N'Chrome', N'null被删除成功', N'4', N'192.168.111.1', N'2016-05-03 18:23:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815476215d01547624ace7000b', N'Chrome', N'null被删除成功', N'4', N'192.168.111.1', N'2016-05-03 18:23:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815476215d01547624b320000c', N'Chrome', N'null被删除成功', N'4', N'192.168.111.1', N'2016-05-03 18:23:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815476215d01547624ba0e000d', N'Chrome', N'null被删除成功', N'4', N'192.168.111.1', N'2016-05-03 18:23:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815476215d01547624c160000e', N'Chrome', N'null被删除成功', N'4', N'192.168.111.1', N'2016-05-03 18:23:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815476215d01547624c74f000f', N'Chrome', N'null被删除成功', N'4', N'192.168.111.1', N'2016-05-03 18:23:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815476215d01547624cd530010', N'Chrome', N'null被删除成功', N'4', N'192.168.111.1', N'2016-05-03 18:23:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815476215d01547624d6bb0011', N'Chrome', N'123123被删除成功', N'4', N'192.168.111.1', N'2016-05-03 18:23:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815476215d0154762ae57f0015', N'Chrome', N'9999被删除成功', N'4', N'192.168.111.1', N'2016-05-03 18:30:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815476215d0154762aec4c0016', N'Chrome', N'000被删除成功', N'4', N'192.168.111.1', N'2016-05-03 18:30:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815476215d0154762af41c0017', N'Chrome', N'123被删除成功', N'4', N'192.168.111.1', N'2016-05-03 18:30:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815476215d0154762b81530019', N'Chrome', N'777被删除成功', N'4', N'192.168.111.1', N'2016-05-03 18:30:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81547635e4015476379e730000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-03 18:43:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81547635e40154763852cf0001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-05-03 18:44:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81547635e4015476439ea00002', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-05-03 18:57:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81547635e401547647cf550003', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-05-03 19:01:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81547648cb0154764962c30000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-03 19:03:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81547648cb0154764b7a3e0001', N'Chrome', N'自定义模板更新成功', N'5', N'192.168.111.1', N'2016-05-03 19:05:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81547648cb0154764b996e0002', N'Chrome', N'自定义模板更新成功', N'5', N'192.168.111.1', N'2016-05-03 19:05:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81547648cb0154764f10710003', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-05-03 19:09:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81547648cb0154764fc6b10004', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-05-03 19:10:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81547f961901547f99f0970000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-05 14:27:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81547f961901547f9abeb30001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-05-05 14:28:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81547f961901547fb319300002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-05 14:55:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81547f961901547fb3f3460003', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-05-05 14:56:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81547f961901547fb43bd30004', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-05-05 14:56:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81547f961901547fcfab660005', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-05-05 15:26:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81547f961901547fd356e20006', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-05-05 15:30:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81548006fb01548008086d0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-05 16:28:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815480494301548049d9350000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-05 17:40:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154804f5c01548050e2cf0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-05 17:47:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81548064e7015480656b060000', N'Chrome', N'common.user: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-05 18:10:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154806ab30154806db93a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-05 18:19:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154806f7e01548070ce4e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-05 18:22:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81548073d601548074784c0000', N'Chrome', N'common.user: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-05 18:26:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154807a480154807b81e60000', N'Chrome', N'common.user: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-05 18:34:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154807c390154807d5be70000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-05 18:36:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815480880d01548089573e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-05 18:49:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154808c010154808c5af20000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-05 18:52:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81548091ba0154809255da0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-05 18:59:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815480937501548093e0770000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-05 19:00:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815480fb04015480fb71c20000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-05 20:54:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815480fb0401548103d8d50001', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-05 21:03:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815480fb0401548103eb090002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-05 21:03:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815481065f0154810827710000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-05 21:07:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81548113be0154811a82d50000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-05 21:27:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815481220f01548122738e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-05 21:36:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815481220f01548122a7790001', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-05-05 21:36:52.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815481280d01548128695f0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-05 21:43:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81548129250154812988e30000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-05 21:44:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154812e7d01548130b62b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-05 21:52:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815481344b01548134c42e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-05 21:56:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81548a471001548a49b0b50000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-07 16:16:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81548a471001548a4c61ce0001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-05-07 16:19:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81548a471001548a4ca2b10002', N'Chrome', N'错误异常: MysqlDataTruncation,错误描述:Data truncation: Data too long for column ''cardid'' at row 1', N'6', N'192.168.111.1', N'2016-05-07 16:19:18.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81548a471001548a4df11f0003', N'Chrome', N'错误异常: MysqlDataTruncation,错误描述:Data truncation: Data too long for column ''cardid'' at row 1', N'6', N'192.168.111.1', N'2016-05-07 16:20:44.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81548a471001548a4dfcf50004', N'Chrome', N'错误异常: MysqlDataTruncation,错误描述:Data truncation: Data too long for column ''cardid'' at row 1', N'6', N'192.168.111.1', N'2016-05-07 16:20:47.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81548a471001548a4f6cd80005', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-05-07 16:22:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81548a471001548a5173170006', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-05-07 16:24:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81548a521901548a5353210000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-07 16:26:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81548a521901548a5684000001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-05-07 16:30:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815495593c0154955a7d7e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-09 19:50:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81549a6bd301549a6c7d480000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-10 19:28:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81549a6bd301549a6cc0420001', N'Chrome', N'在线文档被删除成功', N'4', N'192.168.111.1', N'2016-05-10 19:28:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81549a6bd301549a7021480003', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-05-10 19:32:00.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81549a6bd301549a7024140010', N'Chrome', N'创建成功', N'3', N'192.168.111.1', N'2016-05-10 19:32:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81549a71f801549a74ce380000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-10 19:37:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81549a71f801549a7537f00001', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-05-10 19:37:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81549a71f801549a7655930002', N'rv:11.0', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-10 19:38:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81549a71f801549a7bc1c20003', N'Firefox', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-10 19:44:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81549a71f801549a81e9010004', N'Firefox', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-10 19:51:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81549a71f801549a82a5200005', N'Firefox', N'删除成功', N'4', N'192.168.111.1', N'2016-05-10 19:52:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ae3be20154ae3c58bf0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-14 15:47:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ae3be20154ae554f050001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-14 16:15:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154b4441d0154b444e5940000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-15 19:54:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154b754750154b757e5ea0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-16 10:14:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154b77acf0154b78123070000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-16 10:59:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154b77acf0154b781246a0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-16 10:59:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154b77acf0154b79eee260002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-16 11:32:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154b7c2b90154b7c33a070000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-16 12:11:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154b7c2b90154b7cb8bd40001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-05-16 12:20:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154b7c2b90154b7cd770b0002', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-05-16 12:22:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154b7c2b90154b7ce55850003', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-05-16 12:23:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154b83ff10154b8408a800000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-16 14:28:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154b83ff10154b841e1210003', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-05-16 14:30:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154b83ff10154b84275670004', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-05-16 14:30:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154b83ff10154b84384150006', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-05-16 14:31:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154b83ff10154b84698ea0007', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-05-16 14:35:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154b83ff10154b846bc0d0008', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-05-16 14:35:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154b83ff10154b84dc2fa000b', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-05-16 14:43:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154b8518c0154b85203ac0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-16 14:47:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154b8518c0154b85274c00001', N'Chrome', N'13840528444553被删除成功', N'4', N'192.168.111.1', N'2016-05-16 14:48:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154b8518c0154b8527b630002', N'Chrome', N'2008822103119443_2被删除成功', N'4', N'192.168.111.1', N'2016-05-16 14:48:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154b8518c0154b8528a230003', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-05-16 14:48:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154b854d90154b85534fe0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-16 14:51:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154b85b120154b85b81ed0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-16 14:58:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154b94d200154b94dbe430000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-16 19:22:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154b9508e0154b9510b620000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-16 19:26:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154b9736e0154b973d04a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-16 20:04:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154bce6620154bce70d990000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-17 12:08:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154bceaa80154bceb44dd0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-17 12:13:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154bcf4200154bcf6d6020000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-17 12:26:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154bcf8e20154bcfa3f2d0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-17 12:29:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154bcfbc00154bcfc917e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-17 12:32:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154bd3e6a0154bd3fabed0000', N'Chrome', N'common.user: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-17 13:45:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154bd40700154bd41804b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-17 13:47:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154bd4de40154bd4e6cae0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-17 14:01:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154bd6a4b0154bd6ac4260000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-17 14:32:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154bd77b00154bd786ec20000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-17 14:47:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154bd8ad10154bd8bc0900000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-17 15:08:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154bd8ebf0154bd8f391b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-17 15:12:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154bd94980154bd95243f0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-17 15:19:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154bda8400154bda8ca1e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-17 15:40:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154c377fb0154c37864770000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-18 18:45:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154d8adcc0154d8ae8ce40000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-22 21:36:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154d8af9a0154d8c459a50000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-22 22:00:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154d8cbaf0154d8ccb18a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-22 22:09:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154dde76b0154dde9aed40000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-23 21:59:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154e68dde0154e696e2960000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-25 14:25:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154e877870154e8784c960000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-25 23:11:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154e877870154e878f37b0001', N'Chrome', N'JeecgDemo例子: 2212被更新成功', N'5', N'192.168.111.1', N'2016-05-25 23:12:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb2f030154eb2ff1cc0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 11:51:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb2f030154eb32306b0001', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-26 11:53:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb2f030154eb382f200002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 12:00:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb2f030154eb3840410003', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-26 12:00:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb2f030154eb38b6750004', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 12:00:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb2f030154eb38c6430005', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-26 12:00:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb2f030154eb399b4c0006', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 12:01:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb2f030154eb39aa410007', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-26 12:01:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb2f030154eb3c40000008', N'Chrome', N'User: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 12:04:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb2f030154eb3f309a0009', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-26 12:07:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb2f030154eb3f5e8e000a', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 12:07:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb2f030154eb419dc8000b', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-26 12:10:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb2f030154eb46059b000c', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 12:15:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb2f030154eb48e50f000d', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 12:18:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb2f030154eb4f970a000e', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-26 12:25:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb2f030154eb523cf9000f', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 12:28:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb2f030154eb52511b0010', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-26 12:28:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb2f030154eb52de530011', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 12:29:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb2f030154eb52f3f80012', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-26 12:29:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb2f030154eb5358cc0013', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 12:29:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb2f030154eb535d460014', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 12:29:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb2f030154eb53f31d0018', N'Chrome', N'用户: lisi更新成功', N'5', N'192.168.111.1', N'2016-05-26 12:30:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb58dd0154eb5a05530000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 12:37:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb58dd0154eb5a0a990001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 12:37:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb58dd0154eb5ad0a00002', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-05-26 12:37:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb60e30154eb657c400000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 12:49:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb60e30154eb65816f0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 12:49:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb60e30154eb6a8d820002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 12:55:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb60e30154eb6a91f70003', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 12:55:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb60e30154eb6abb7e0004', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-05-26 12:55:21.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb60e30154eb6dc29d0005', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 12:58:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb60e30154eb6dc7130006', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 12:58:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb60e30154eb6de0780007', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-05-26 12:58:47.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb60e30154eb6ed9350008', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 12:59:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb60e30154eb6eddaf0009', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 12:59:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb60e30154eb6ef8cc000a', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-05-26 12:59:59.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb60e30154eb9501c9000b', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 13:41:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb60e30154eb950642000c', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 13:41:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb60e30154eb953744000d', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-26 13:41:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb60e30154eb954679000e', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 13:41:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb60e30154eb954ae8000f', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 13:41:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb60e30154eba333f70010', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 13:57:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb60e30154eba338540011', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 13:57:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb60e30154eba975510012', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-05-26 14:03:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec1fd40154ec210c2f0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 16:14:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec1fd40154ec2110010001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 16:14:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec1fd40154ec2111b50002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 16:14:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec5ddb0154ec5e81580000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 17:21:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec5ddb0154ec5e86d30001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 17:21:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec72f90154ec73a1230000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 17:44:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec72f90154ec73a7f40001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 17:44:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec780e0154ec7b16e90000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 17:52:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec780e0154ec7b1dd30001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 17:52:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec7e3e0154ec7f04b20000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 17:57:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec7e3e0154ec7f0a690001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 17:57:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec81670154ec81d5430000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:00:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec81670154ec81da770001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:00:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec833a0154ec83f70f0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:02:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec833a0154ec83fd9e0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:02:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec86590154ec86b7ca0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:05:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec86590154ec86bd2d0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:05:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec877b0154ec882c420000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:07:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec877b0154ec8832560001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:07:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec898f0154ec89f8ae0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:09:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec898f0154ec89fdfa0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:09:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec8baa0154ec8c070c0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:11:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec8baa0154ec8c0bbd0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:11:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec8baa0154ec8c0d3a0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:11:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec8e490154ec8ead3f0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:14:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec8e490154ec8eb2f60001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:14:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec90300154ec9094c30000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:16:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec90300154ec909afc0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:16:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec938d0154ec9480f10000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:20:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec938d0154ec9486e00001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:20:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec9a190154ec9a93020000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:27:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec9a190154ec9a98a40001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:27:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec9d170154ec9dc1ee0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:30:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec9d170154ec9dc76b0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:30:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec9ffd0154eca07e640000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:33:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec9ffd0154eca083d20001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:33:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eca89b0154eca993a90000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:43:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eca89b0154eca998500001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:43:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ecae310154ecaf00a60000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:49:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ecae310154ecaf06ee0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:49:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ecb4ca0154ecb527ab0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:56:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ecb4ca0154ecb52d360001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:56:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ecb6390154ecb732390000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:58:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ecb6390154ecb737910001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:58:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ecc2a20154ecc333f90000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 19:11:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ecc2a20154ecc3397d0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 19:11:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ecc2a20154ecc465da0005', N'Chrome', N'用户: lisi更新成功', N'5', N'192.168.111.1', N'2016-05-26 19:12:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ecc9050154ecc961840000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 19:18:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ecc9050154ecc966f30001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 19:18:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eccc750154ecccf5e80000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 19:22:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eccc750154ecccfc330001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 19:22:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ecceff0154eccf6e270000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 19:24:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ecceff0154eccf72ed0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 19:24:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ecd5000154ecd5a3eb0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 19:31:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ecd5000154ecd5a9fc0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 19:31:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ecd5000154ecd68c250002', N'Chrome', N'消息发送记录表更新成功', N'5', N'192.168.111.1', N'2016-05-26 19:32:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ece6a70154ece7384c0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 19:50:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ece6a70154ece73dca0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 19:50:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ecf2c20154ecf384720000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 20:04:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ecf2c20154ecf389460001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 20:04:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ecf2c20154ecf493b00005', N'Chrome', N'用户: lisi更新成功', N'5', N'192.168.111.1', N'2016-05-26 20:05:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ecf2c20154ecf4d3e20006', N'Chrome', N'用户:lisi锁定成功!', N'5', N'192.168.111.1', N'2016-05-26 20:05:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ecf2c20154ecf4eabd0007', N'Chrome', N'用户:lisi激活成功!', N'5', N'192.168.111.1', N'2016-05-26 20:05:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154edab270154edaba3be0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 23:25:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154edab270154edaba91f0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 23:25:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154edadfe0154edae68dd0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 23:28:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154edadfe0154edae6e820001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 23:28:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154edafa60154edb06f280000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 23:30:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154edafa60154edb0745d0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 23:30:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154edb8d10154edb93e6a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 23:40:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154edb8d10154edb943d00001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 23:40:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154edba400154edba9c3a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 23:41:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154edba400154edbaa19f0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 23:41:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154edca640154edcae28b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 23:59:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154edca640154edcae8670001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 23:59:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154edca640154edcb9f870002', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-05-27 00:00:25.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154edd2a20154edd403800000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-27 00:09:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154edd2a20154edd4095a0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-27 00:09:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154edd2a20154edd8474d0002', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-05-27 00:14:14.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154edd9d20154eddb58190000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-27 00:17:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154edd9d20154eddb5e1b0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-27 00:17:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f07a0d0154f07c45640000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-27 12:32:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f07a0d0154f07c4c2f0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-27 12:32:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f0804e0154f081373b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-27 12:38:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f0804e0154f0813d6e0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-27 12:38:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f082e70154f083ffd30000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-27 12:41:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f082e70154f08405370001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-27 12:41:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f087700154f087e7630000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-27 12:45:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f087700154f087ed1b0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-27 12:45:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f08a810154f08ae9a90000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-27 12:48:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f08a810154f08aef420001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-27 12:48:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f08e0b0154f08e71390000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-27 12:52:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f08e0b0154f08e76b10001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-27 12:52:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f65d980154f660cbb80000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-28 16:00:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f65d980154f660d1eb0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-28 16:00:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f65d980154f661543a0004', N'Chrome', N'用户: demo更新成功', N'5', N'192.168.111.1', N'2016-05-28 16:00:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f65d980154f66161ac0007', N'Chrome', N'用户: demo更新成功', N'5', N'192.168.111.1', N'2016-05-28 16:00:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f679fa0154f67a81a90000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-28 16:28:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f679fa0154f67a87040001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-28 16:28:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f68e9d0154f693d7eb0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-28 16:56:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f68e9d0154f693dda30001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-28 16:56:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f68e9d0154f6942be30004', N'Chrome', N'用户: demo更新成功', N'5', N'192.168.111.1', N'2016-05-28 16:56:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f697870154f69808610000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-28 17:00:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f697870154f6980dda0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-28 17:00:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f69f540154f6a04dd20000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-28 17:09:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f69f540154f6a0540b0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-28 17:09:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f6a15a0154f6a60db30000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-28 17:15:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f6a15a0154f6a613300001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-28 17:15:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f796580154f798e9cf0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-28 21:41:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f796580154f798ef250001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-28 21:41:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f796580154f79b6a6f0002', N'Chrome', N'站点信息更新成功', N'5', N'192.168.111.1', N'2016-05-28 21:43:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f79e3f0154f7bb186e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-28 22:18:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f79e3f0154f7bb1dcf0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-28 22:18:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f7bde40154f7bed0d00000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-28 22:22:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f7bde40154f7bed7770001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-28 22:22:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f817f70154f8184f9e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 00:00:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f817f70154f81854e70001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 00:00:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f817f70154f818ab500004', N'Chrome', N'用户: demo更新成功', N'5', N'192.168.111.1', N'2016-05-29 00:00:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f820010154f82221ea0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 00:11:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f820010154f82228700001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 00:11:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f820010154f822ebd80002', N'Chrome', N'DDD更新成功', N'5', N'192.168.111.1', N'2016-05-29 00:11:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f820010154f8230c170004', N'Chrome', N'DDD添加成功', N'3', N'192.168.111.1', N'2016-05-29 00:12:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f82b7e0154f82c14450000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 00:21:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f82b7e0154f82c1c1a0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 00:22:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f82ecc0154f82f847c0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 00:25:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f82ecc0154f82f8ae50001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 00:25:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb6ba20154fb6c1ac50000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:30:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb6ba20154fb6c20ea0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:30:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb6ba20154fb7006dd0002', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 15:35:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb6ba20154fb7016aa0003', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:35:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb6ba20154fb701b250004', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:35:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb6ba20154fb702ee30005', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 15:35:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb6ba20154fb7041460006', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:35:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb6ba20154fb7045bd0007', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:35:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb6ba20154fb719ee50008', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 15:36:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb6ba20154fb71b20a0009', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:36:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb6ba20154fb71b6b3000a', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:36:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb6ba20154fb753b40000b', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 15:40:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb6ba20154fb754b2c000c', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:40:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb6ba20154fb754f8b000d', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:40:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb6ba20154fb759fea000e', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 15:41:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb6ba20154fb75b189000f', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:41:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb6ba20154fb75b6010010', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:41:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb77590154fb77e70e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:43:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb77590154fb77ec1c0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:43:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb77590154fb7826ce0002', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 15:43:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb77590154fb7854800003', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:44:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb77590154fb7858e80004', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:44:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb77590154fb7a05510005', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:45:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb77590154fb7a09ab0006', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:45:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb77590154fb7a279f0007', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 15:46:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb77590154fb7a3f9c0008', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:46:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb77590154fb7a44090009', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:46:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb77590154fb7a8b1f000a', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 15:46:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb77590154fb7c0b5d000b', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:48:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb77590154fb7c0fd3000c', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:48:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb77590154fb8074f2000d', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 15:53:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb77590154fb808ca5000e', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:53:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb77590154fb80911a000f', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:53:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb77590154fb80f7700010', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 15:53:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb83a90154fb8d5ec20000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:07:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb83a90154fb8d73d50001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:07:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb83a90154fb8dda0a0002', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 16:07:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb83a90154fb8df7ca0003', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:07:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb83a90154fb8e158e0004', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:07:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb83a90154fb8fab510005', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 16:09:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb83a90154fb905ea70006', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:10:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb83a90154fb90dae40007', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:10:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb83a90154fb96c25e0008', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 16:17:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb83a90154fb9833e10009', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:18:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb83a90154fb983cab000a', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:18:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb83a90154fb98747e000b', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 16:19:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb83a90154fb9b7d7f000c', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:22:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb83a90154fb9b8b95000d', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 16:22:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fba3640154fba425350000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:31:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fba3640154fba432950001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:32:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fba3640154fba44c0d0002', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 16:32:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fba3640154fbae8ad70003', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:43:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fba3640154fbb04b0f0004', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 16:45:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fba3640154fbb295bf0005', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:47:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fba3640154fbb490420006', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 16:49:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fba3640154fbb4a4600007', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:50:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fba3640154fbb4df650008', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 16:50:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fba3640154fbb4f0a60009', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:50:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fba3640154fbb4fddb000a', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 16:50:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fba3640154fbb50cb7000b', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:50:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fba3640154fbb5417b000f', N'Chrome', N'用户: admin更新成功', N'5', N'192.168.111.1', N'2016-05-29 16:50:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fba3640154fbb549d60010', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 16:50:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fba3640154fbb57c0f0011', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:50:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fba3640154fbb58e1f0012', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 16:51:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fba3640154fbb5a4cd0013', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:51:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fba3640154fbb5dc0c0016', N'Chrome', N'用户: admin更新成功', N'5', N'192.168.111.1', N'2016-05-29 16:51:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fba3640154fbb5e2210017', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 16:51:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fba3640154fbb5f8bc0018', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:51:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbb85e0154fbb8c7450000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:54:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbb85e0154fbb9385d0001', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 16:55:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbb85e0154fbb972ab0002', N'Chrome', N'用户: scott[软件开发部]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:55:15.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbb85e0154fbb9ebf40003', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-05-29 16:55:46.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbb85e0154fbb9fd090004', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:55:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbb85e0154fbba16ac0005', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:55:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbb85e0154fbbac5a70006', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 16:56:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbb85e0154fbbada4c0007', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:56:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbb85e0154fbbaf4f10008', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:56:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbb85e0154fbbb2ab90009', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:57:08.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbb85e0154fbbb2af8000a', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:57:08.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbbbeb0154fbbc30c70000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:58:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbbbeb0154fbbc4fc20001', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 16:58:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbbbeb0154fbbc76870002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:58:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbbe240154fbbe7fa00000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:00:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbbe240154fbbf48750001', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 17:01:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbbe240154fbbf8f650002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:01:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbbe240154fbbf9c440003', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 17:01:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbbe240154fbc0a9c60004', N'Chrome', N'用户: scott[软件开发部]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:03:08.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbbe240154fbc0b8160005', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-05-29 17:03:11.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbbe240154fbc0fa810006', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:03:28.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbbe240154fbc11c270007', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:03:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbbe240154fbc11c660008', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:03:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbbe240154fbc157990009', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:03:52.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbbe240154fbc157e1000a', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:03:52.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc34c0154fbc3af290000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:06:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc34c0154fbc42b0d0001', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:06:57.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc34c0154fbc42b520002', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:06:58.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc34c0154fbc63b9c0003', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:09:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc34c0154fbc63d070004', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:09:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc34c0154fbc7e2ef0005', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:11:01.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc34c0154fbc7e3400006', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:11:01.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc89c0154fbc9206c0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:12:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc89c0154fbc97d230001', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:12:46.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc89c0154fbc97d690002', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:12:46.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc89c0154fbca3b4b0003', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-05-29 17:13:35.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc89c0154fbca76190004', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:13:50.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc89c0154fbca98ac0005', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-05-29 17:13:59.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc89c0154fbcab0ed0006', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:14:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc89c0154fbcb8e040007', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 17:15:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc89c0154fbcbc2e90008', N'Chrome', N'用户: scott[软件开发部]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:15:15.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc89c0154fbcc02b90009', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-05-29 17:15:31.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc89c0154fbcc211b000a', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:15:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc89c0154fbcc2a56000b', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 17:15:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc89c0154fbcc5567000c', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:15:53.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc89c0154fbcd0909000d', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-05-29 17:16:39.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc89c0154fbcd2783000e', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:16:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc89c0154fbcd4942000f', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 17:16:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc89c0154fbcd8f6d0010', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:17:13.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc89c0154fbcea1e30011', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-05-29 17:18:23.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc89c0154fbcec3e40012', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:18:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc89c0154fbcf05400013', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 17:18:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc89c0154fbcf4d920014', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:19:07.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc89c0154fbd1d7710015', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-05-29 17:21:54.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc89c0154fbd247a40016', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:22:22.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc89c0154fbd32abf0017', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-05-29 17:23:20.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc89c0154fbd36c420018', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:23:37.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc89c0154fbd4ec590019', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:25:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc89c0154fbd71f6f001a', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 17:27:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc89c0154fbd77670001b', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:28:02.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc89c0154fbd88ec9001c', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-05-29 17:29:14.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc89c0154fbd8b4ed001d', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:29:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc89c0154fbd90be8001e', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 17:29:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc89c0154fbd94089001f', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:29:59.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbdb5f0154fbdbdeb60000', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:32:51.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbe0280154fbe42bc20000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:41:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbe0280154fbe430e30001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:41:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbe0280154fbe48b5c0002', N'Chrome', N'角色: 普通用户被更新成功', N'5', N'192.168.111.1', N'2016-05-29 17:42:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbe0280154fbe5220b0003', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 17:42:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbe0280154fbe5e2f50004', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:43:47.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbe0280154fbe94e3b0005', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-05-29 17:47:31.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbe0280154fbe95bc90006', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:47:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbe0280154fbe9601f0007', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:47:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbe0280154fbebf2ef0008', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 17:50:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbe0280154fbec006f0009', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:50:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbe0280154fbec04df000a', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:50:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbe0280154fbec4e680013', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 17:50:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbe0280154fbec7ed40014', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:51:00.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbe0280154fbedb6af0015', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-05-29 17:52:20.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbe0280154fbedf4560016', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:52:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbee950154fbf0cfcb0000', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:55:43.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbee950154fbf15d9a0001', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-05-29 17:56:19.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbee950154fbf1720a0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:56:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbee950154fbf184b30003', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 17:56:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbee950154fbf1958d0004', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:56:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fbf65b880000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:01:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fbf678dd0001', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 18:01:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fbf6f3970002', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:02:26.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fbf7055d0003', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-05-29 18:02:30.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fbfc25a40004', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:08:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fbfc938b0005', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 18:08:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fbfd7e8e0006', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:09:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fbfd976d0007', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 18:09:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fbfdbb8f0008', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:09:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fbfe4f400009', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 18:10:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fbfe90ed000a', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:10:45.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fbff046c000b', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-05-29 18:11:14.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fbff489e000c', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:11:32.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fbffe05b000d', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-05-29 18:12:10.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fc013b97000e', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:13:39.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fc03411a000f', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-05-29 18:15:52.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fc04267a0010', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:16:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fc0435dd0011', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 18:16:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fc046db50012', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:17:09.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fc04a7ee0013', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-05-29 18:17:24.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fc04d64c0014', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:17:36.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fc04e1ce0015', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-05-29 18:17:39.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fc0504a30016', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:17:47.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fc0524200017', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-05-29 18:17:55.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fc0567c00018', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:18:13.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fc0655360019', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-05-29 18:19:14.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fc06a82e001a', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:19:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fc06b46c001b', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 18:19:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fc06de96001c', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:19:49.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fc06fa74001d', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-05-29 18:19:56.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fc07255a001e', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:20:07.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fc08c02c001f', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-05-29 18:21:52.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fc08e8310020', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:22:02.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fc098a0d0021', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-05-29 18:22:44.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fc0a00dd0022', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:23:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fc0a148b0023', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 18:23:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fc0ac5f30024', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:24:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fc0ada570025', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 18:24:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fc0b304a0026', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:24:32.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fc138b0154fc158b600000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:35:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fc138b0154fc15a0db0001', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 18:35:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fc138b0154fc17eeaf0002', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:38:27.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fc138b0154fc185bdf0003', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-05-29 18:38:55.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fc138b0154fc1873920004', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:39:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fc138b0154fc1882620005', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 18:39:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fc138b0154fc198ee40006', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:40:14.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fc138b0154fc19bf2a0007', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-05-29 18:40:26.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fc138b0154fc19e9990008', N'Chrome', N'用户: scott[软件开发部]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:40:37.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fc138b0154fc19fd550009', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-05-29 18:40:42.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fc138b0154fc1a2eea000a', N'Chrome', N'用户: scott[软件开发部]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:40:55.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fc138b0154fc1a618f000b', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-05-29 18:41:07.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fc138b0154fc9f682f000c', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 21:06:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fc138b0154fc9f779f000d', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 21:06:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fc138b0154fca0aa82000e', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 21:07:48.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fc138b0154fca0dc3b000f', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-05-29 21:08:01.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fca1dd0154fca2830c0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 21:09:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fca1dd0154fca292240001', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 21:09:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fca1dd0154fca2d6910002', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 21:10:10.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fcb3120154fcca7ada0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 21:53:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fcb3120154fccbd8d70001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 21:54:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fcb3120154fccd3ec60002', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 21:56:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fcb3120154fccd4dae0003', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 21:56:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fcd6dc0154fcd82f240000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 22:08:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fce9620154fce9f2550000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 22:27:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fcef560154fcf028400000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 22:34:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fcf4f90154fcf560530000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 22:40:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fd017b0154fd0255220000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 22:54:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fd06970154fd0733150000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 22:59:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fd14b70154fd19faaf0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 23:20:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fd29d20154fd2a5f7e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 23:38:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fd2b830154fd2ce73f0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 23:40:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fd2e1d0154fd2e6a0e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 23:42:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fd309d0154fd30f7b80000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 23:45:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fd31e00154fd3236090000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 23:46:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fd35ad0154fd3704660000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 23:52:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fd38ce0154fd3962910000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 23:54:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fd415a0154fd41d4410000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 00:03:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fd43150154fd436bcc0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 00:05:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fd44600154fd44abbf0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 00:06:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fd46710154fd47262c0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 00:09:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ff5e7d0154ff5f2aa80000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 09:55:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ff60490154ff60dbd90000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 09:56:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ff61a30154ff6234590000', N'Chrome', N'common.user: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 09:58:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ff67220154ff680f1d0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 10:04:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ff68e90154ff69440d0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 10:06:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ff68e90154ff69df140001', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-05-30 10:06:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ff68e90154ff6a154e0002', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-05-30 10:07:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ff68e90154ff6a48110004', N'Chrome', N'添加成功', N'3', N'192.168.111.1', N'2016-05-30 10:07:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ff68e90154ff71cd8b0005', N'Chrome', N'JeecgDemo例子: 2212被删除 成功', N'4', N'192.168.111.1', N'2016-05-30 10:15:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ff68e90154ff71f1c40006', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-05-30 10:15:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ff68e90154ff72483c0007', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-05-30 10:16:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ff68e90154ff7368a3000b', N'Chrome', N'添加成功', N'3', N'192.168.111.1', N'2016-05-30 10:17:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ff68e90154ff73a14f000d', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-05-30 10:17:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ff68e90154ff73b738000f', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-05-30 10:17:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ff79a50154ff7aa4c80000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 10:25:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ff79a50154ff7ae8cc0004', N'Chrome', N'用户: scott更新成功', N'5', N'192.168.111.1', N'2016-05-30 10:25:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ff7da90154ff7e138a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 10:28:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ff7f7e0154ff7fe0160000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 10:30:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ff811d0154ff81774d0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 10:32:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ff842c0154ff8491ce0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 10:35:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ff8a410154ff8aa50f0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 10:42:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ff8c5b0154ff8d47d80000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 10:45:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ff9c730154ff9cf15f0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 11:02:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ff9e7a0154ff9f04e70000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 11:04:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ffa9ae0154ffaa04790000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 11:16:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fface40154ffad74740000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 11:20:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ffafde0154ffb060970000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 11:23:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ffb49a0154ffb56e1a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 11:29:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ffcdaf0154ffce0acc0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 11:56:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ffd4530154ffd572e40000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 12:04:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ffd76c0154ffd804eb0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 12:07:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ffd9880154ffd9e3bd0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 12:09:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ffdbe20154ffdc814e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 12:12:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ffdf140154ffdfddd90000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 12:15:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155000a2a0155000adb0c0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 13:02:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155000bda0155000c32d30000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 13:04:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155000f120155000fa1390000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 13:07:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815500116501550011bd3e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 13:10:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815500153e01550015b04f0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 13:14:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550017ea0155001847320000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 13:17:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155001dbe0155001e25e70000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 13:23:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550057880155005802b00000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 14:26:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155005c910155005cece30000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 14:32:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155005e130155005e7abe0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 14:33:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550060b40155006138440000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 14:36:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550064b60155006560ca0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 14:41:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155006b730155006c0d160000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 14:48:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155006d810155006e11070000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 14:51:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155006f1c0155006f89a10000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 14:52:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550071c001550072a7920000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 14:56:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815500745101550075121b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 14:58:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815500770d0155007773f30000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 15:01:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815500791e015500797dfc0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 15:03:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155007ac90155007b84e40000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 15:05:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155007c460155007cb9d60000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 15:07:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155007ea90155007f03cd0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 15:09:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815500802101550080c8ee0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 15:11:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815500825e01550082fed50000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 15:13:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550083fc015500845bbe0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 15:15:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550091860155009207470000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 15:30:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815500a032015500a08aa40000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 15:46:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815500a63c015500a6b14d0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 15:52:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815500a9ae015500aa2e990000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 15:56:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815500aae0015500ab4e900000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 15:57:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815500acc2015500ad26810000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 15:59:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815500ae2c015500aee6450000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 16:01:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815500c1fc015500c252d80000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 16:23:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815500c50b015500c566c40000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 16:26:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815500c760015500c848a10000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 16:29:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815500cd2a015500cdb2930000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 16:35:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815500d000015500d06b9f0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 16:38:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815500d3b4015500d4c6c50000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 16:43:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815500d715015500d773290000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 16:46:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815500d9f1015500da862a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 16:49:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815500eb92015500ec0f9c0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 17:08:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815500ef39015500efb8e60000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 17:12:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815500f637015500f6d0920000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 17:20:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815500fa15015500fa78090000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 17:24:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815500fa15015500fbc3f40003', N'Chrome', N'用户: cgy更新成功', N'5', N'192.168.111.1', N'2016-05-30 17:25:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155010720015501077d500000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 17:38:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550109cb0155010a32580000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 17:41:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155010e4f0155010eb45f0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 17:46:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550112c4015501131cbf0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 17:51:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550112c40155011505f40003', N'Chrome', N'用户: admin更新成功', N'5', N'192.168.111.1', N'2016-05-30 17:53:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815501186d01550119e5b60000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 17:58:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155011be90155011c4c7a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 18:01:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155011d920155011df7900000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 18:03:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155011fca01550120264e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 18:05:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155016828015501689abc0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 19:24:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155016de60155016e3f5c0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 19:30:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550176d00155017783dd0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 19:40:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155017cf70155017d5d7b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 19:47:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550182a30155018396560000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 19:54:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550185250155018583e50000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 19:56:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815501864501550186c1450000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 19:57:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550187b901550188273e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 19:59:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155019aa80155019bb0180000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 20:20:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155019dd70155019e4ab80000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 20:23:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815501a038015501a0a4090000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 20:25:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815501a243015501a2b5d70000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 20:28:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815501a549015501a6833e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 20:32:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815501a7d1015501a855bd0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 20:34:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815501ab13015501aba2180000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 20:37:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815501ac94015501ad03cc0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 20:39:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155021e400155021f5fde0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 22:44:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815502201a0155022083790000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 22:45:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815502401c015502408fb80000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 23:20:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815502401c015502415a750004', N'Chrome', N'用户: demo更新成功', N'5', N'192.168.111.1', N'2016-05-30 23:21:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155046e080155046ed8220000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-31 09:30:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155046e080155046f8ad8000b', N'Chrome', N'用户: demo密码重置成功', N'5', N'192.168.111.1', N'2016-05-31 09:31:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155046e080155046f9974000c', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-31 09:31:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155046e080155046fc07a000d', N'Chrome', N'用户: demo[销售人员]common.login.success', N'1', N'192.168.111.1', N'2016-05-31 09:31:20.000', N'1', N'402880e74d75c4dd014d75d44af30005') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155046e080155047055ac000e', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-05-31 09:31:58.000', N'1', N'402880e74d75c4dd014d75d44af30005') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155046e080155047060af000f', N'Chrome', N'用户demo已退出', N'2', N'192.168.111.1', N'2016-05-31 09:32:01.000', N'1', N'402880e74d75c4dd014d75d44af30005') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155046e080155047071930010', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-31 09:32:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550633c10155063444ba0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-31 17:45:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815506436001550643c1300000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-31 18:02:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155074bd30155074dc18f0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-31 22:53:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155074bd30155074fc7d00002', N'Chrome', N'添加成功', N'3', N'192.168.111.1', N'2016-05-31 22:55:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815509a57b015509a637ea0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-01 09:48:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815509d842015509d928740000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-01 10:44:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815509d842015509d96af90001', N'Chrome', N'', N'5', N'192.168.111.1', N'2016-06-01 10:44:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815509d842015509e115030003', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-06-01 10:53:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815509d84201550a002e720005', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-01 11:27:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815509d84201550a005df90006', N'Chrome', N'', N'5', N'192.168.111.1', N'2016-06-01 11:27:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815509d84201550a008dd10007', N'Chrome', N'', N'5', N'192.168.111.1', N'2016-06-01 11:27:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550a337f01550a33fefc0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-01 12:23:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550ab3d601550ab43fe90000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-01 14:43:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550ab3d601550ab6083f0001', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-06-01 14:45:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550ab3d601550ab9751a0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-01 14:49:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550ab3d601550ae267a60003', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-06-01 15:34:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550ab3d601550ae2764a0004', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-06-01 15:34:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550ab3d601550ae285c50005', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-01 15:34:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550ab3d601550aefe29b0006', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-06-01 15:49:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550ab3d601550af941050007', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-01 15:59:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550c189701550c196be50000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-01 21:14:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550c1a7901550c1c33af0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-01 21:17:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550c1a7901550c1cd7ca0003', N'Chrome', N'JeecgDemo例子: 121221被添加成功', N'3', N'192.168.111.1', N'2016-06-01 21:17:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550c8fad01550c945cdd0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-01 23:28:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550c8fad01550c94c56c0002', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-06-01 23:28:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550c8fad01550c94dfd00003', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-01 23:28:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550c8fad01550c95136b0005', N'Chrome', N'商品资料添加成功', N'3', N'192.168.111.1', N'2016-06-01 23:29:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550c8fad01550c98218c0006', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-06-01 23:32:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550c9c5d01550c9d5eb10000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-01 23:38:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550c9c5d01550c9dc09c0001', N'Chrome', N'商品资料更新成功', N'5', N'192.168.111.1', N'2016-06-01 23:38:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550ef63801550ef748510000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-02 10:35:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550f0ac701550f0b255a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-02 10:57:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550f0ac701550f0b6eab0002', N'Chrome', N'图片表添加成功', N'3', N'192.168.111.1', N'2016-06-02 10:57:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550f0ac701550f0cac400003', N'Chrome', N'在线文档删除成功', N'4', N'192.168.111.1', N'2016-06-02 10:58:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550f0ac701550f0cb3c20004', N'Chrome', N'在线文档删除成功', N'4', N'192.168.111.1', N'2016-06-02 10:58:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550f0ac701550f21a9cc0005', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-02 11:21:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550f0ac701550f21fa0f0009', N'Chrome', N'用户: lisi更新成功', N'5', N'192.168.111.1', N'2016-06-02 11:22:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550fdd1601550fdd9c910000', N'rv:11.0', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-02 14:47:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155103d070155103da7210000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-02 16:32:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155103d070155103e4bf60002', N'Chrome', N'添加成功', N'3', N'192.168.111.1', N'2016-06-02 16:32:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155103d070155103e8fcc0004', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-06-02 16:33:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155103d070155103e99810006', N'Chrome', N'添加成功', N'3', N'192.168.111.1', N'2016-06-02 16:33:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155103d070155103ea2df0007', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-06-02 16:33:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155103d070155103ea91f0008', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-06-02 16:33:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155103d070155103ed23d0009', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-06-02 16:33:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155103d070155103ee7c2000b', N'Chrome', N'添加成功', N'3', N'192.168.111.1', N'2016-06-02 16:33:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81551077dd0155108ef6770000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-02 18:00:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81551077dd0155108f4ece0001', N'Chrome', N'表单样式表更新成功', N'5', N'192.168.111.1', N'2016-06-02 18:01:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81551197e001551198b8360000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-02 22:51:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81551197e0015511a300f80001', N'Chrome', N'', N'5', N'192.168.111.1', N'2016-06-02 23:02:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81551197e0015511a435580002', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-06-02 23:03:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815516b554015516b5de530000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-03 22:41:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815516b554015516b8ce2d0001', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-06-03 22:44:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815516b554015516b906a30002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-03 22:44:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815516b554015516ba3da90003', N'Chrome', N'', N'5', N'192.168.111.1', N'2016-06-03 22:45:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815521152c01552116191e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-05 23:02:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815521152c01552116e4930001', N'Chrome', N'', N'5', N'192.168.111.1', N'2016-06-05 23:03:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815521152c0155211730340002', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''ORDER BY create_date desc) sel_tab00 limit 0,500'' at line 1', N'6', N'192.168.111.1', N'2016-06-05 23:03:35.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815521152c0155211735870003', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '') sel_tab00 limit 0,500'' at line 1', N'6', N'192.168.111.1', N'2016-06-05 23:03:37.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815521152c015521174ea90004', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '') sel_tab00 limit 0,500'' at line 1', N'6', N'192.168.111.1', N'2016-06-05 23:03:43.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81552603800155260404f50000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-06 22:00:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155261b34015526322c810000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-06 22:51:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81552e08e501552e09a7250000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-08 11:23:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81552e08e501552e09e43d0001', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''ORDER BY create_date desc) sel_tab00 limit 0,500'' at line 1', N'6', N'192.168.111.1', N'2016-06-08 11:24:08.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81552e08e501552e09ea2e0002', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '') sel_tab00 limit 0,500'' at line 1', N'6', N'192.168.111.1', N'2016-06-08 11:24:09.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81552e08e501552e09ff450003', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''ORDER BY create_date desc) sel_tab00 limit 0,500'' at line 1', N'6', N'192.168.111.1', N'2016-06-08 11:24:15.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81552e08e501552e0bb9b60004', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''ORDER BY create_date desc) sel_tab00 limit 0,500'' at line 1', N'6', N'192.168.111.1', N'2016-06-08 11:26:08.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81552e08e501552e0effdb0005', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''ORDER BY create_date desc) sel_tab00 limit 0,500'' at line 1', N'6', N'192.168.111.1', N'2016-06-08 11:29:42.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81552e08e501552e104b930006', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''ORDER BY create_date desc) sel_tab00 limit 0,500'' at line 1', N'6', N'192.168.111.1', N'2016-06-08 11:31:07.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81552e08e501552e1088a30007', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-06-08 11:31:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81552e08e501552e10980e0008', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-06-08 11:31:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81552e08e501552e10be720009', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-06-08 11:31:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81552e08e501552e140476000a', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''ORDER BY create_date desc) sel_tab00 limit 0,500'' at line 1', N'6', N'192.168.111.1', N'2016-06-08 11:35:11.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81552e08e501552e14ec55000b', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''ORDER BY create_date desc) sel_tab00 limit 0,500'' at line 1', N'6', N'192.168.111.1', N'2016-06-08 11:36:11.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81552e08e501552e1640d1000c', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''ORDER BY create_date desc) sel_tab00 limit 0,500'' at line 1', N'6', N'192.168.111.1', N'2016-06-08 11:37:38.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553ed48601553ed5b5510000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-11 17:40:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553ed48601553ed6d97b0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-11 17:41:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553ed48601553ed6fbfb0002', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:Table ''jeecg.cgform_index'' doesn''t exist', N'6', N'192.168.111.1', N'2016-06-11 17:42:04.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553ed48601553ed732580003', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:Table ''jeecg.cgform_index'' doesn''t exist', N'6', N'192.168.111.1', N'2016-06-11 17:42:18.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553ed48601553ed739e40004', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:Table ''jeecg.cgform_index'' doesn''t exist', N'6', N'192.168.111.1', N'2016-06-11 17:42:20.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553ed48601553ed7465b0005', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:Table ''jeecg.cgform_index'' doesn''t exist', N'6', N'192.168.111.1', N'2016-06-11 17:42:23.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553ed48601553ed7dc990006', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:Table ''jeecg.cgform_index'' doesn''t exist', N'6', N'192.168.111.1', N'2016-06-11 17:43:02.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553ed48601553ed7e74a0007', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:Table ''jeecg.cgform_index'' doesn''t exist', N'6', N'192.168.111.1', N'2016-06-11 17:43:04.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553ed48601553ed8ea330008', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:Table ''jeecg.cgform_index'' doesn''t exist', N'6', N'192.168.111.1', N'2016-06-11 17:44:11.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553ed48601553ed91d8c0009', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:Table ''jeecg.cgform_index'' doesn''t exist', N'6', N'192.168.111.1', N'2016-06-11 17:44:24.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553ed48601553ed9cbb9000b', N'Chrome', N'', N'5', N'192.168.111.1', N'2016-06-11 17:45:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553ed48601553eda08c6000d', N'Chrome', N'', N'5', N'192.168.111.1', N'2016-06-11 17:45:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553ed48601553edc116d000f', N'Chrome', N'', N'5', N'192.168.111.1', N'2016-06-11 17:47:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553ed48601553ee8adf80011', N'Chrome', N'', N'5', N'192.168.111.1', N'2016-06-11 18:01:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553ed48601553eee5f590012', N'Chrome', N'', N'5', N'192.168.111.1', N'2016-06-11 18:07:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553ef6a201553ef710e90000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-11 18:17:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553ef6a201553ef7488a0001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-06-11 18:17:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553ef9bf01553efa1c690000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-11 18:20:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553effb301553f00eb3f0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-11 18:27:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553effb301553f012d040001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-06-11 18:28:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553effb301553f017c980002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-11 18:28:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553effb301553f01ae980003', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-06-11 18:28:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553f689601553f6976dc0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-11 20:22:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553f689601553f69f73b0002', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-06-11 20:22:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553f689601553f6ad07c0004', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-06-11 20:23:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553f689601553f6b213c0006', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-06-11 20:23:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553f689601553f6b2d0a0007', N'Chrome', N'错误异常: UnexpectedRollbackException,错误描述:Transaction rolled back because it has been marked as rollback-only', N'6', N'192.168.111.1', N'2016-06-11 20:23:56.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553f689601553f6beaee0009', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-06-11 20:24:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553f689601553f6cee21000a', N'Chrome', N'错误异常: UnexpectedRollbackException,错误描述:Transaction rolled back because it has been marked as rollback-only', N'6', N'192.168.111.1', N'2016-06-11 20:25:51.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553f689601553f6d673c000c', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-06-11 20:26:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553f689601553f6dccf0000d', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-06-11 20:26:48.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553f689601553f6dcdee000e', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-06-11 20:26:48.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553f689601553f6f8eb5000f', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-06-11 20:28:43.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553f689601553f6f8f680010', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-06-11 20:28:43.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553ffc1701553ffcf2a70000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-11 23:03:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553ffc1701553ffd4c870001', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-06-11 23:03:32.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553ffc1701553ffd50f10002', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-06-11 23:03:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815540001d0155400085b10000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-11 23:07:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815540001d01554000bce90001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-06-11 23:07:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815540001d0155400108f20003', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-06-11 23:07:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815540001d01554001b0400004', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-06-11 23:08:20.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815540001d01554001b3ca0005', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-06-11 23:08:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815540151701554015fd640000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-11 23:30:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155401517015540165ca30002', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-06-11 23:30:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815540151701554016887d0003', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-06-11 23:31:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155478ee00155478f6ea10000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-13 10:20:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81554de70501554deb72240000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-14 15:58:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81554dee6e01554deed5610000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-14 16:02:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81554dee6e01554e167e210001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-14 16:45:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81554f9c4501554f9de20f0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-14 23:53:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815553a2d1015553a3944b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-15 18:37:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815553a2d1015553a610210001', N'Chrome', N'多数据源管理 更新成功', N'5', N'192.168.111.1', N'2016-06-15 18:40:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815553a2d1015553b8dc070002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-15 19:01:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815553a2d1015553ba0ee20003', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-15 19:02:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155544df70155544e72200000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-15 21:44:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155544df70155544fee320001', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-06-15 21:46:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155544df70155545422d20002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-15 21:50:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81555744c9015557455a2e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-16 11:33:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815557fc3e015557fcbe030000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-16 14:53:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815557fc3e015557fd255c0002', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-06-16 14:54:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815557fc3e015557ffa15a0003', N'Chrome', N'1212删除成功', N'4', N'192.168.111.1', N'2016-06-16 14:56:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815557fc3e015557ffa2510004', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-06-16 14:56:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815558a4f3015558a5537b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-16 17:57:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815558b4a5015558b510eb0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-16 18:15:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815558d267015558d2f07f0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-16 18:47:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81555c954001555c95affc0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-17 12:19:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81555d73de01555d749e570000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-17 16:22:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81556cc96601556cca23ab0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-20 15:50:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81556cc96601556d0d9d7b0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-20 17:04:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81557c668801557c67393e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-23 16:36:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81557c668801557c682a6f0001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-06-23 16:37:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590024f01559005f1860000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-27 12:02:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590b0bb015590b1627b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-27 15:09:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590bd16015590bd9cb30000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-27 15:23:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590c5b1015590c611e90000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-27 15:32:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590d44e015590d4b8cf0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-27 15:48:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590d44e015590deb9b00001', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-06-27 15:59:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590d44e015590def4b80002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-27 15:59:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590d44e015590df50b80003', N'Chrome', N'用户: demo密码重置成功', N'5', N'192.168.111.1', N'2016-06-27 16:00:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590d44e015590df594c0004', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-06-27 16:00:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590d44e015590dfa8440005', N'Chrome', N'用户: demo[销售人员]common.login.success', N'1', N'192.168.111.1', N'2016-06-27 16:00:24.000', N'1', N'402880e74d75c4dd014d75d44af30005') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590e1c1015590e238040000', N'Chrome', N'用户: demo[销售人员]common.login.success', N'1', N'192.168.111.1', N'2016-06-27 16:03:12.000', N'1', N'402880e74d75c4dd014d75d44af30005') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590e1c1015590e2d9000001', N'Chrome', N'用户demo已退出', N'2', N'192.168.111.1', N'2016-06-27 16:03:53.000', N'1', N'402880e74d75c4dd014d75d44af30005') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590e1c1015590e2eae20002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-27 16:03:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590e1c1015590e3dfc90003', N'Chrome', N'操作 更新成功', N'5', N'192.168.111.1', N'2016-06-27 16:05:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590e1c1015590e414610004', N'Chrome', N'操作 更新成功', N'5', N'192.168.111.1', N'2016-06-27 16:05:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590e1c1015590e4e0b20005', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-06-27 16:06:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590e1c1015590e508cb0006', N'Chrome', N'用户: demo[销售人员]common.login.success', N'1', N'192.168.111.1', N'2016-06-27 16:06:17.000', N'1', N'402880e74d75c4dd014d75d44af30005') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590e1c1015590e707e20007', N'Chrome', N'用户demo已退出', N'2', N'192.168.111.1', N'2016-06-27 16:08:27.000', N'1', N'402880e74d75c4dd014d75d44af30005') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590e1c1015590e729d10008', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-27 16:08:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590e1c1015590e95d0d0009', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-06-27 16:11:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590e1c1015590e99de8000a', N'Chrome', N'用户: demo[销售人员]common.login.success', N'1', N'192.168.111.1', N'2016-06-27 16:11:17.000', N'1', N'402880e74d75c4dd014d75d44af30005') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590e1c1015590eb3b1d000b', N'Chrome', N'测试-用户申请成功', N'5', N'192.168.111.1', N'2016-06-27 16:13:03.000', N'1', N'402880e74d75c4dd014d75d44af30005') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590e1c1015590f3b8ec000c', N'Chrome', N'用户demo已退出', N'2', N'192.168.111.1', N'2016-06-27 16:22:19.000', N'1', N'402880e74d75c4dd014d75d44af30005') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590e1c1015590f40324000d', N'Chrome', N'用户: demo[销售人员]common.login.success', N'1', N'192.168.111.1', N'2016-06-27 16:22:38.000', N'1', N'402880e74d75c4dd014d75d44af30005') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590e1c1015590fa4fe8000e', N'Chrome', N'用户demo已退出', N'2', N'192.168.111.1', N'2016-06-27 16:29:31.000', N'1', N'402880e74d75c4dd014d75d44af30005') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590e1c1015590fa63bb000f', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-27 16:29:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590e1c1015590fb8e810010', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-06-27 16:30:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590e1c1015590fba1bb0011', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-27 16:30:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590e1c1015590fbb8e60012', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-06-27 16:31:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590e1c1015590fbde2b0013', N'Chrome', N'用户: demo[销售人员]common.login.success', N'1', N'192.168.111.1', N'2016-06-27 16:31:13.000', N'1', N'402880e74d75c4dd014d75d44af30005') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590e1c1015590ff0c510014', N'Chrome', N'用户demo已退出', N'2', N'192.168.111.1', N'2016-06-27 16:34:41.000', N'1', N'402880e74d75c4dd014d75d44af30005') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590e1c1015590ff21a70015', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-27 16:34:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590e1c1015590ff79db0016', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-06-27 16:35:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590e1c1015590ffa48f0017', N'Chrome', N'用户: demo[销售人员]common.login.success', N'1', N'192.168.111.1', N'2016-06-27 16:35:20.000', N'1', N'402880e74d75c4dd014d75d44af30005') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559142b301559148230d0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-27 17:54:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815591564701559157be4c0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-27 18:11:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559156470155915b94cc0001', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-06-27 18:15:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559156470155915bd13d0002', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-06-27 18:16:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559156470155915bf1340003', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-06-27 18:16:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559156470155915c21c10004', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-06-27 18:16:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559156470155915c50450005', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-06-27 18:16:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559156470155915c6f820006', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-06-27 18:16:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559156470155915c81ea0007', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-27 18:16:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559156470155915cea570008', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-06-27 18:17:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559156470155915d1c910009', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-06-27 18:17:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559156470155915d3b7c000a', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-27 18:17:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559156470155915e1db6000b', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-06-27 18:18:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559156470155915e2870000c', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-06-27 18:18:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559156470155915e4221000d', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-27 18:18:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815591564701559166463b000e', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-06-27 18:27:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559156470155916ee254000f', N'Chrome', N'菜单删除成功', N'4', N'192.168.111.1', N'2016-06-27 18:36:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559156470155916f74df0010', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-06-27 18:37:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559156470155917184220011', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-06-27 18:39:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815591564701559171c3cc0012', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-06-27 18:39:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815591564701559172447a0013', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-06-27 18:40:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559156470155917548ca0014', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-06-27 18:43:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559156470155917556c70015', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-06-27 18:43:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559156470155917568950016', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-27 18:43:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815595a881015595ae950a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-28 14:24:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815595a881015595b0cd7f0002', N'Chrome', N'操作 录入成功', N'3', N'192.168.111.1', N'2016-06-28 14:27:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815595a881015595b169000005', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-06-28 14:27:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815595a881015595b19d220006', N'Chrome', N'用户: demo[销售人员]common.login.success', N'1', N'192.168.111.1', N'2016-06-28 14:28:13.000', N'1', N'402880e74d75c4dd014d75d44af30005') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155961e8d0155961f640a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-28 16:28:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155961e8d01559620704d0002', N'Chrome', N'商品资料添加成功', N'3', N'192.168.111.1', N'2016-06-28 16:29:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155961e8d0155962085440003', N'Chrome', N'商品资料更新成功', N'5', N'192.168.111.1', N'2016-06-28 16:29:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155961e8d01559620a0a70004', N'Chrome', N'商品资料删除成功', N'4', N'192.168.111.1', N'2016-06-28 16:29:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815599ff7401559a0039ca0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-29 10:32:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815599ff7401559a0d21370001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-29 10:46:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815599ff7401559a1fac7a0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-29 11:06:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559a359701559a360e5a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-29 11:31:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559a359701559a36a9440001', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-06-29 11:32:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559a459601559a465d0c0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-29 11:49:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559a459601559a474fa80001', N'Chrome', N'语言 更新成功', N'5', N'192.168.111.1', N'2016-06-29 11:50:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559a459601559a47655c0002', N'Chrome', N'语言 更新成功', N'5', N'192.168.111.1', N'2016-06-29 11:50:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559a495801559a49b5210000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-29 11:52:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559abda301559abe13e50000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-29 13:59:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559ae73101559ae7d9230000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-29 14:45:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559b593d01559b59a2a40000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-29 16:49:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559b894b01559b8a57c90000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-29 17:43:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559f46a601559f4718450000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-30 11:08:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559f46a601559f47616c0001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-06-30 11:08:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559f8cda01559f8d8d220000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-30 12:25:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559fb5d401559fb66a790000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-30 13:09:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155a094320155a09503e20000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-30 17:12:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155b8e2010155b8e35c250000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-05 10:29:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155b8e83f0155b8e8cd630000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-05 10:35:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155b8e83f0155b8ece0160002', N'Chrome', N'菜单 录入成功', N'3', N'192.168.111.1', N'2016-07-05 10:39:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155b8e83f0155b8ed4c910004', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-07-05 10:40:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155b8e83f0155b8ed5aaf0005', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-05 10:40:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155b8e83f0155b8ee2ce90006', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-05 10:41:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155b9b5a40155b9b645660000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-05 14:19:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155b9b5a40155b9b740400001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-05 14:20:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155b9b5a40155b9bc52e50002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-05 14:26:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155b9b5a40155b9c3b7240003', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-07-05 14:34:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155b9b5a40155b9c3c7c20004', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-05 14:34:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155b9b5a40155b9dbe7be0005', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:Table ''jeecg.jp_demo_auth'' doesn''t exist', N'6', N'192.168.111.1', N'2016-07-05 15:00:44.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155b9b5a40155b9dc89190006', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:Table ''jeecg.jp_demo_auth'' doesn''t exist', N'6', N'192.168.111.1', N'2016-07-05 15:01:25.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155bf14900155bf151e990000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-06 15:21:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155bf14900155bf176caa0001', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-07-06 15:23:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155bf24890155bf257f360000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-06 15:39:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155bf24890155bf26134c0001', N'Chrome', N'错误异常: CgReportNotFoundException,错误描述:动态报表配置不存在!', N'6', N'192.168.111.1', N'2016-07-06 15:39:51.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155bf24890155bf2845830002', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-07-06 15:42:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155bf24890155bf2919a50003', N'Chrome', N'错误异常: MysqlDataTruncation,错误描述:Data truncation: Data too long for column ''cardid'' at row 1', N'6', N'192.168.111.1', N'2016-07-06 15:43:09.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155bf24890155bf2941e60004', N'Chrome', N'错误异常: MysqlDataTruncation,错误描述:Data truncation: Data too long for column ''cardid'' at row 1', N'6', N'192.168.111.1', N'2016-07-06 15:43:20.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155bf24890155bf2964a50005', N'Chrome', N'错误异常: MysqlDataTruncation,错误描述:Data truncation: Data too long for column ''cardid'' at row 1', N'6', N'192.168.111.1', N'2016-07-06 15:43:28.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155bf24890155bf29a3280006', N'Chrome', N'错误异常: MysqlDataTruncation,错误描述:Data truncation: Data too long for column ''cardid'' at row 1', N'6', N'192.168.111.1', N'2016-07-06 15:43:44.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155bf24890155bf29ff970007', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-07-06 15:44:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155c480300155c480a5f60000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-07 16:36:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155c480300155c48126cd0001', N'Chrome', N'菜单删除成功', N'4', N'192.168.111.1', N'2016-07-07 16:37:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155c480300155c48140930002', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-07-07 16:37:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155c480300155c48150cb0003', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-07 16:37:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155c4a15c0155c4a1d7130000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-07 17:13:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155c4a15c0155c4a36ee40001', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-07-07 17:14:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155c4a15c0155c4a49b690002', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-07-07 17:16:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155c4a15c0155c4a626060003', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-07-07 17:17:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155c4a15c0155c4a6f62c0004', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-07-07 17:18:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155c9dbe40155c9dcc0a20000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-08 17:35:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155ca22390155ca26b1470000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-08 18:56:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d80a640155d80b496d0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-11 11:41:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d80a640155d80df7660001', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-07-11 11:44:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d80a640155d80e3b0f0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-11 11:44:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d80a640155d80e736f0003', N'Chrome', N'用户: lisi密码重置成功', N'5', N'192.168.111.1', N'2016-07-11 11:44:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d80a640155d80e7abd0004', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-07-11 11:44:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d80a640155d80eb6150005', N'Chrome', N'用户: lisi[财务]common.login.success', N'1', N'192.168.111.1', N'2016-07-11 11:44:50.000', N'1', N'4028ef81538330cd01538333b7bc0001') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d80a640155d80ed23b0006', N'Chrome', N'用户lisi已退出', N'2', N'192.168.111.1', N'2016-07-11 11:44:57.000', N'1', N'4028ef81538330cd01538333b7bc0001') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d80a640155d80ede720007', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-11 11:45:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d80a640155d80f4e00000a', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-07-11 11:45:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d80a640155d80f88f6000b', N'Chrome', N'用户: lisi[财务]common.login.success', N'1', N'192.168.111.1', N'2016-07-11 11:45:44.000', N'1', N'4028ef81538330cd01538333b7bc0001') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d80a640155d80fb56e000c', N'Chrome', N'用户lisi已退出', N'2', N'192.168.111.1', N'2016-07-11 11:45:56.000', N'1', N'4028ef81538330cd01538333b7bc0001') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d80a640155d80fc495000d', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-11 11:45:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d80a640155d8104833000e', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-07-11 11:46:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d80a640155d8106c1a000f', N'Chrome', N'用户: lisi[软件开发部]common.login.success', N'1', N'192.168.111.1', N'2016-07-11 11:46:42.000', N'1', N'4028ef81538330cd01538333b7bc0001') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d80a640155d811868c0010', N'Chrome', N'用户lisi已退出', N'2', N'192.168.111.1', N'2016-07-11 11:47:55.000', N'1', N'4028ef81538330cd01538333b7bc0001') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d80a640155d811e21b0011', N'Chrome', N'用户: lisi[财务]common.login.success', N'1', N'192.168.111.1', N'2016-07-11 11:48:18.000', N'1', N'4028ef81538330cd01538333b7bc0001') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d80a640155d813fc320012', N'Chrome', N'用户lisi已退出', N'2', N'192.168.111.1', N'2016-07-11 11:50:36.000', N'1', N'4028ef81538330cd01538333b7bc0001') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d80a640155d8141e7e0013', N'Chrome', N'用户: lisi[财务]common.login.success', N'1', N'192.168.111.1', N'2016-07-11 11:50:45.000', N'1', N'4028ef81538330cd01538333b7bc0001') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d8158f0155d81616770000', N'Chrome', N'用户: lisi[财务]common.login.success', N'1', N'192.168.111.1', N'2016-07-11 11:52:54.000', N'1', N'4028ef81538330cd01538333b7bc0001') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d8158f0155d81659ce0001', N'Chrome', N'用户lisi已退出', N'2', N'192.168.111.1', N'2016-07-11 11:53:11.000', N'1', N'4028ef81538330cd01538333b7bc0001') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d8158f0155d81669270002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-11 11:53:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d8158f0155d816a2a20003', N'Chrome', N'错误异常: ObjectNotFoundException,错误描述:No row with the given identifier exists: [org.jeecgframework.web.system.pojo.base.TSFunction#402880e953922623015392336f050001]', N'6', N'192.168.111.1', N'2016-07-11 11:53:30.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d8158f0155d816fde30004', N'Chrome', N'错误异常: ObjectNotFoundException,错误描述:No row with the given identifier exists: [org.jeecgframework.web.system.pojo.base.TSFunction#402880e953922623015392336f050001]', N'6', N'192.168.111.1', N'2016-07-11 11:53:53.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d8158f0155d81728d10005', N'Chrome', N'错误异常: ObjectNotFoundException,错误描述:No row with the given identifier exists: [org.jeecgframework.web.system.pojo.base.TSFunction#402880e953922623015392336f050001]', N'6', N'192.168.111.1', N'2016-07-11 11:54:04.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d8158f0155d81c64740009', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-07-11 11:59:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d8158f0155d81c8887000a', N'Chrome', N'用户: lisi[财务]common.login.success', N'1', N'192.168.111.1', N'2016-07-11 11:59:56.000', N'1', N'4028ef81538330cd01538333b7bc0001') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d8158f0155d81ed0ae000b', N'Chrome', N'用户lisi已退出', N'2', N'192.168.111.1', N'2016-07-11 12:02:26.000', N'1', N'4028ef81538330cd01538333b7bc0001') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d8158f0155d81ee65d000c', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-11 12:02:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d8158f0155d81f366c000d', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-07-11 12:02:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d8158f0155d81f5754000e', N'Chrome', N'用户: lisi[财务]common.login.success', N'1', N'192.168.111.1', N'2016-07-11 12:03:00.000', N'1', N'4028ef81538330cd01538333b7bc0001') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d8158f0155d81f9c40000f', N'Chrome', N'用户lisi已退出', N'2', N'192.168.111.1', N'2016-07-11 12:03:18.000', N'1', N'4028ef81538330cd01538333b7bc0001') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d8158f0155d81fab530010', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-11 12:03:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d8158f0155d821eadc0011', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-07-11 12:05:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d8158f0155d82207390012', N'Chrome', N'用户: lisi[财务]common.login.success', N'1', N'192.168.111.1', N'2016-07-11 12:05:56.000', N'1', N'4028ef81538330cd01538333b7bc0001') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d8158f0155d82322ec0013', N'Chrome', N'用户lisi已退出', N'2', N'192.168.111.1', N'2016-07-11 12:07:09.000', N'1', N'4028ef81538330cd01538333b7bc0001') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d8158f0155d82335cd0014', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-11 12:07:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d8158f0155d82368a20015', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-07-11 12:07:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d8158f0155d8239baa0016', N'Chrome', N'用户: lisi[财务]common.login.success', N'1', N'192.168.111.1', N'2016-07-11 12:07:40.000', N'1', N'4028ef81538330cd01538333b7bc0001') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d8158f0155d82501320017', N'Chrome', N'用户lisi已退出', N'2', N'192.168.111.1', N'2016-07-11 12:09:11.000', N'1', N'4028ef81538330cd01538333b7bc0001') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d8158f0155d82510b50018', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-11 12:09:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d8158f0155d82531b50019', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-07-11 12:09:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d8158f0155d825db5b001a', N'Chrome', N'用户: lisi[财务]common.login.success', N'1', N'192.168.111.1', N'2016-07-11 12:10:07.000', N'1', N'4028ef81538330cd01538333b7bc0001') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155de10950155de11163b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-12 15:45:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155de129e0155de1307ad0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-12 15:47:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155de129e0155de1401350001', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-07-12 15:48:20.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155de129e0155de1401460002', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-07-12 15:48:20.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155de129e0155de1408e10003', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-07-12 15:48:22.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155de129e0155de1409230004', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-07-12 15:48:22.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155de162d0155de1688ec0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-12 15:51:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155e8142a0155e814abb60000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-14 14:25:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155e8142a0155e81e41010001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-07-14 14:35:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155e8142a0155e82092cb0002', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-07-14 14:38:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155e8142a0155e8219bb10003', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-07-14 14:39:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155e8142a0155e8296de00004', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-07-14 14:47:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155e8142a0155e829b1840005', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-07-14 14:48:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155e8142a0155e829fd890006', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-07-14 14:48:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155e84fad0155e850548a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-14 15:30:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155e99a530155e99ae2920000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-14 21:31:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155e9a2890155e9a37e670000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-14 21:40:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155e9bf5e0155e9c066be0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-14 22:12:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155ede72e0155ede8a68d0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-15 17:34:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155ede9ac0155edea1d8c0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-15 17:36:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155ede9ac0155edeb0e340001', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-07-15 17:37:32.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155ede9ac0155edeb15f10002', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-07-15 17:37:34.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155ede9ac0155edeb1c780003', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-07-15 17:37:36.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155ede9ac0155edeb43070004', N'Chrome', N'错误异常: BusinessException,错误描述:Unknown entity: org.jeecgframework.web.system.sms.entity.TSSmsSqlEntity', N'6', N'192.168.111.1', N'2016-07-15 17:37:46.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155ede9ac0155edeb43a70005', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-07-15 17:37:46.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155edf4250155edf47ea00000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-15 17:47:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155edf4250155edf9bf7e0001', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-07-15 17:53:35.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155edf4250155edf9c8510002', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-07-15 17:53:37.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155edf4250155edf9d8e40003', N'Chrome', N'错误异常: BusinessException,错误描述:Unknown entity: org.jeecgframework.web.system.sms.entity.TSSmsSqlEntity', N'6', N'192.168.111.1', N'2016-07-15 17:53:42.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155edf4250155edf9d9640004', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-07-15 17:53:42.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155edfa6e0155edfad7f70000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-15 17:54:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155edfa6e0155edfb15520001', N'Chrome', N'业务SQL表更新成功', N'5', N'192.168.111.1', N'2016-07-15 17:55:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155edfa6e0155edfb2b9b0003', N'Chrome', N'业务SQL表添加成功', N'3', N'192.168.111.1', N'2016-07-15 17:55:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155edfa6e0155edfb334a0004', N'Chrome', N'业务SQL表删除成功', N'4', N'192.168.111.1', N'2016-07-15 17:55:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155edfa6e0155edfb3f170005', N'Chrome', N'业务SQL表更新成功', N'5', N'192.168.111.1', N'2016-07-15 17:55:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155edfa6e0155edfc9c060006', N'Chrome', N'多数据源管理 更新成功', N'5', N'192.168.111.1', N'2016-07-15 17:56:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155edfa6e0155edfcc7c30007', N'Chrome', N'多数据源管理 更新成功', N'5', N'192.168.111.1', N'2016-07-15 17:56:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155edfa6e0155edfcdf300008', N'Chrome', N'多数据源管理 更新成功', N'5', N'192.168.111.1', N'2016-07-15 17:57:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155edfa6e0155edff41890009', N'Chrome', N'错误异常: SQLException,错误描述:Access denied for user ''root''@''localhost'' (using password: YES)', N'6', N'192.168.111.1', N'2016-07-15 17:59:36.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155f949860155f94a03ae0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-17 22:37:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155f94b6c0155f94bead50000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-17 22:39:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155f94b6c0155f94c260f0001', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:Unknown column ''r.isdelete'' in ''where clause''', N'6', N'192.168.111.1', N'2016-07-17 22:39:25.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155f94b6c0155f94e6f520002', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-07-17 22:41:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155f94b6c0155f94ef7a70003', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-07-17 22:42:29.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155fbcb650155fbe4fc150000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-18 10:45:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155fbcb650155fbf6380f0001', N'Chrome', N'菜单删除成功', N'4', N'192.168.111.1', N'2016-07-18 11:04:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155fbcb650155fbf666b10002', N'Chrome', N'菜单删除成功', N'4', N'192.168.111.1', N'2016-07-18 11:04:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155fbcb650155fbf689c80003', N'Chrome', N'菜单删除成功', N'4', N'192.168.111.1', N'2016-07-18 11:04:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155fbcb650155fbf719ba0004', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-07-18 11:05:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155fbcb650155fbf729b00005', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-18 11:05:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155fbcb650155fbfc43e60006', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-07-18 11:11:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155fbcb650155fbfc55110007', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-18 11:11:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155fd32e40155fd33468c0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-18 16:50:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155fd32e40155fd33c6cb0002', N'Chrome', N'菜单 录入成功', N'3', N'192.168.111.1', N'2016-07-18 16:51:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155fd32e40155fd344d250004', N'Chrome', N'菜单 录入成功', N'3', N'192.168.111.1', N'2016-07-18 16:51:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155fd32e40155fd348e2f0006', N'Chrome', N'菜单 录入成功', N'3', N'192.168.111.1', N'2016-07-18 16:52:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155fd32e40155fd34ba5b0007', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-07-18 16:52:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155fd32e40155fd3564a90009', N'Chrome', N'菜单 录入成功', N'3', N'192.168.111.1', N'2016-07-18 16:53:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155fd32e40155fd36138e000e', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-07-18 16:53:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155fd32e40155fd36138e000f', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-07-18 16:53:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155fd32e40155fd3614600010', N'Chrome', N'错误异常: IllegalStateException,错误描述:invalidate: Session already invalidated', N'6', N'192.168.111.1', N'2016-07-18 16:53:47.000', N'3', null) -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155fd32e40155fd3629590011', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-18 16:53:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155fd3a500155fd3ab3260000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-18 16:58:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155fd62710155fd63397a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-18 17:43:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155fd62710155fd64e1030001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-07-18 17:44:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155fd62710155fd65b9ee0002', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:Table ''jeecg.jg_person'' doesn''t exist', N'6', N'192.168.111.1', N'2016-07-18 17:45:50.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155fd62710155fd65be330003', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:Table ''jeecg.jg_person'' doesn''t exist', N'6', N'192.168.111.1', N'2016-07-18 17:45:51.000', N'3', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155fd85190155fd8588280000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-18 18:20:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155fda3440155fda3d72d0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-18 18:53:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155fe1e3b0155fe2112560000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-18 21:10:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') -GO -GO - --- ---------------------------- --- Table structure for t_s_muti_lang --- ---------------------------- -DROP TABLE [dbo].[t_s_muti_lang] -GO -CREATE TABLE [dbo].[t_s_muti_lang] ( -[id] nvarchar(32) NOT NULL , -[lang_key] nvarchar(50) NULL , -[lang_context] nvarchar(500) NULL , -[lang_code] nvarchar(50) NULL , -[create_date] datetime NULL , -[create_by] nvarchar(50) NULL , -[create_name] nvarchar(50) NULL , -[update_date] datetime NULL , -[update_by] nvarchar(50) NULL , -[update_name] nvarchar(50) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_muti_lang', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'主键' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_muti_lang' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'主键' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_muti_lang' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_muti_lang', -'COLUMN', N'lang_key')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'语言主键' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_muti_lang' -, @level2type = 'COLUMN', @level2name = N'lang_key' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'语言主键' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_muti_lang' -, @level2type = 'COLUMN', @level2name = N'lang_key' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_muti_lang', -'COLUMN', N'lang_context')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'内容' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_muti_lang' -, @level2type = 'COLUMN', @level2name = N'lang_context' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'内容' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_muti_lang' -, @level2type = 'COLUMN', @level2name = N'lang_context' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_muti_lang', -'COLUMN', N'lang_code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'语言' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_muti_lang' -, @level2type = 'COLUMN', @level2name = N'lang_code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'语言' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_muti_lang' -, @level2type = 'COLUMN', @level2name = N'lang_code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_muti_lang', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建时间' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_muti_lang' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建时间' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_muti_lang' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_muti_lang', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人编号' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_muti_lang' -, @level2type = 'COLUMN', @level2name = N'create_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人编号' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_muti_lang' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_muti_lang', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人姓名' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_muti_lang' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人姓名' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_muti_lang' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_muti_lang', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_muti_lang' -, @level2type = 'COLUMN', @level2name = N'update_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_muti_lang' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_muti_lang', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人编号' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_muti_lang' -, @level2type = 'COLUMN', @level2name = N'update_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人编号' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_muti_lang' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_muti_lang', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人姓名' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_muti_lang' -, @level2type = 'COLUMN', @level2name = N'update_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人姓名' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_muti_lang' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO - --- ---------------------------- --- Records of t_s_muti_lang --- ---------------------------- -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'01ca201223b14e3e86c13904a9ae5ca2', N'common.password', N'密码', N'zh-cn', N'2014-07-03 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'02916620f68b4845ba09773de6799706', N'please.select.department', N'Please select a department', N'en', N'2014-07-04 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'0ab1a1fddf14420fa0dbcbfb5d2e9e85', N'common.strong', N'Strong', N'en', N'2014-07-04 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'0bacd0fab1c84f03854435c1adab88c2', N'common.lock.user', N'锁定用户', N'zh-cn', N'2014-07-03 18:39:42.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'11d18a9927e34873a813eade025b5c18', N'fill.realname', N'Fill in the real name', N'en', N'2014-07-04 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'121a68d32c6a419b800eb92431b20dd4', N'common.department', N'Org', N'en', N'2014-07-03 18:39:42.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'1e5963a78dcd4b1fa5f9d6d845f151be', N'common.department', N'组织机构', N'zh-cn', N'2014-07-03 18:39:42.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'2075b6c641bc44b392638fed9a62cce9', N'password.rang6to18', N'密码至少6个字符,最多18个字符', N'zh-cn', N'2014-07-04 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'27a06a8ed99f45438be00b7f1ca097f7', N'common.username', N'用户名', N'zh-cn', N'2014-07-03 18:39:42.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ff41480146ffbb62a30012', N'menu.manage', N'Menu Manage', N'en', N'2014-07-04 12:56:50.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:06:15.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ff41480146ffbc59ac0014', N'menu.manage', N'菜单管理', N'zh-cn', N'2014-07-04 12:57:54.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:06:26.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffc8cd320001', N'common.id', N'ID', N'en', N'2014-07-04 13:11:28.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-21 14:04:37.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffc933dc0003', N'common.id', N'编号', N'zh-cn', N'2014-07-04 13:11:54.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:11:54.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffc9b4bb0005', N'menu.name', N'Menu Name', N'en', N'2014-07-04 13:12:27.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:14:52.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffcd8f60000b', N'menu.name', N'菜单名称', N'zh-cn', N'2014-07-04 13:16:40.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:16:40.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffcdc44b000d', N'common.icon', N'Icon', N'en', N'2014-07-04 13:16:53.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:16:53.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffcdf4a6000f', N'common.icon', N'图标', N'zh-cn', N'2014-07-04 13:17:06.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:17:06.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffce76c70011', N'menu.url', N'Menu Url', N'en', N'2014-07-04 13:17:39.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:17:39.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffcea7d80013', N'menu.url', N'菜单地址', N'zh-cn', N'2014-07-04 13:17:51.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:17:51.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffcf13090015', N'menu.order', N'Menu Order', N'en', N'2014-07-04 13:18:19.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:18:19.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffcf4b0a0017', N'menu.order', N'菜单顺序', N'zh-cn', N'2014-07-04 13:18:33.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:18:33.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffd059670019', N'menu.add', N'Function Add', N'en', N'2014-07-04 13:19:42.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:22:11.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffd1cfeb001d', N'menu.edit', N'Menu Edit', N'en', N'2014-07-04 13:21:18.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:21:18.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffd20205001f', N'menu.edit', N'菜单编辑', N'zh-cn', N'2014-07-04 13:21:31.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:21:31.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffe1a54f0023', N'menu.level', N'Menu Level', N'en', N'2014-07-04 13:38:36.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:38:36.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffe1e8530025', N'menu.level', N'菜单等级', N'zh-cn', N'2014-07-04 13:38:53.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:38:53.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffe5e2860027', N'parent.function', N'Parent Function', N'en', N'2014-07-04 13:43:14.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:54:25.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffe6108b0029', N'parent.function', N'父菜单', N'zh-cn', N'2014-07-04 13:43:26.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:54:37.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffe9ec39002b', N'main.function', N'Main Function', N'en', N'2014-07-04 13:47:38.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:54:52.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffea3970002d', N'main.function', N'一级菜单', N'zh-cn', N'2014-07-04 13:47:58.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:55:06.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffea9f27002f', N'sub.function', N'Sub Function', N'en', N'2014-07-04 13:48:24.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:55:23.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffead7b80031', N'sub.function', N'下级菜单', N'zh-cn', N'2014-07-04 13:48:39.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:55:34.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffebb2660033', N'desktop.icon', N'Desk Icon', N'en', N'2014-07-04 13:49:35.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:49:35.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffebdf940035', N'desktop.icon', N'桌面图标', N'zh-cn', N'2014-07-04 13:49:46.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:49:46.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff2380146fffca39a0003', N'icon.list', N'Icon List', N'en', N'2014-07-04 14:08:05.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 15:20:31.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff2380146fffd42c40005', N'icon.list', N'图标列表', N'zh-cn', N'2014-07-04 14:08:46.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 15:20:45.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff23801470001e905000b', N'common.icon.name', N'Icon Name', N'en', N'2014-07-04 14:13:50.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:13:50.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff23801470002280b000d', N'common.icon.name', N'图标名称', N'zh-cn', N'2014-07-04 14:14:07.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:14:07.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff238014700030848000f', N'common.icon.style', N'Icon Style', N'en', N'2014-07-04 14:15:04.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:21:40.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff2380147000332810011', N'common.icon.style', N'图标样式', N'zh-cn', N'2014-07-04 14:15:15.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:15:15.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff2380147000387440013', N'common.icon.type', N'Icon Type', N'en', N'2014-07-04 14:15:37.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:15:37.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff23801470003af940015', N'common.icon.type', N'图标类型', N'zh-cn', N'2014-07-04 14:15:47.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:15:47.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff238014700054be10020', N'icon.add', N'Icon Add', N'en', N'2014-07-04 14:17:32.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:17:32.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff23801470005af9a0024', N'icon.edit', N'Icon Edit', N'en', N'2014-07-04 14:17:58.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:17:58.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff23801470005d3550026', N'icon.edit', N'图标修改', N'zh-cn', N'2014-07-04 14:18:07.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:18:07.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff238014700063c220028', N'batch.generate.style', N'Batch Generate Style', N'en', N'2014-07-04 14:18:34.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-21 11:32:32.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff238014700068560002a', N'batch.generate.style', N'批量生成样式', N'zh-cn', N'2014-07-04 14:18:53.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:18:53.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff23801470015a389002e', N'common.department.list', N'Org List', N'en', N'2014-07-04 14:35:23.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 15:17:33.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff23801470015ff8f0030', N'common.department.list', N'组织机构列表', N'zh-cn', N'2014-07-04 14:35:47.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 15:17:09.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff23801470016d58e0036', N'common.department.name', N'Org Name', N'en', N'2014-07-04 14:36:42.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:36:42.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff238014700172e590038', N'common.department.name', N'组织机构名称', N'zh-cn', N'2014-07-04 14:37:04.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:37:04.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff23801470017a515003a', N'position.desc', N'Org Desc', N'en', N'2014-07-04 14:37:35.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-08-18 23:41:49.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff23801470017d2fb003c', N'position.desc', N'组织机构描述', N'zh-cn', N'2014-07-04 14:37:47.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-08-18 23:41:59.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff238014700193e67003e', N'view.member', N'View Member', N'en', N'2014-07-04 14:39:20.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:39:20.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff2380147001963ef0040', N'view.member', N'查看成员', N'zh-cn', N'2014-07-04 14:39:29.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:39:29.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff2380147001ab010004a', N'parent.depart', N'Parent Org', N'en', N'2014-07-04 14:40:54.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:40:54.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff2380147001ad6a7004c', N'parent.depart', N'上级组织机构', N'zh-cn', N'2014-07-04 14:41:04.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:41:04.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff238014700256132004e', N'area.manage', N'Area Manage', N'en', N'2014-07-04 14:52:35.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:52:35.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff23801470025a7e70050', N'area.manage', N'地域管理', N'zh-cn', N'2014-07-04 14:52:53.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:52:53.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff2380147002800990056', N'area.name', N'Area Name', N'en', N'2014-07-04 14:55:27.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:55:27.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff23801470028c0330058', N'area.name', N'地域名称', N'zh-cn', N'2014-07-04 14:56:16.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:56:16.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff238014700295bd8005a', N'area.code', N'Area Code', N'en', N'2014-07-04 14:56:56.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:56:56.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff2380147002981ee005c', N'area.code', N'地域编码', N'zh-cn', N'2014-07-04 14:57:06.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:57:06.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff23801470029c84d005e', N'display.order', N'Area Sort', N'en', N'2014-07-04 14:57:24.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:57:37.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff2380147002a3fa50061', N'display.order', N'显示顺序', N'zh-cn', N'2014-07-04 14:57:54.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:58:02.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff2380147002a93ba0064', N'area.add.param', N'Area Add', N'en', N'2014-07-04 14:58:16.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 15:12:56.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff2380147002c144c006c', N'area.level', N'Area Level', N'en', N'2014-07-04 14:59:54.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:59:54.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff2380147002c3711006e', N'area.level', N'地域等级', N'zh-cn', N'2014-07-04 15:00:03.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 15:00:03.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff2380147002ce8a70070', N'parent.area', N'Parent Area', N'en', N'2014-07-04 15:00:48.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 15:00:48.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff2380147002d42990072', N'parent.area', N'父地域', N'zh-cn', N'2014-07-04 15:01:11.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 15:01:11.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e20104701c151014701d4ac920001', N'system.icon', N'System Icon', N'en', N'2014-07-04 22:43:40.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 22:43:40.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e20104701c151014701d4e2990003', N'system.icon', N'系统图标', N'zh-cn', N'2014-07-04 22:43:54.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 22:43:54.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e20104701c151014701d53b200005', N'menu.icon', N'Menu Icon', N'en', N'2014-07-04 22:44:17.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 22:44:17.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e20104701c151014701d5c6cc0007', N'menu.icon', N'菜单图标', N'zh-cn', N'2014-07-04 22:44:53.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 22:44:53.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e20104701c151014701dda832000d', N'main.area', N'Main Level', N'en', N'2014-07-04 22:53:29.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 22:53:29.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e20104701c151014701ddf718000f', N'main.area', N'一级地域', N'zh-cn', N'2014-07-04 22:53:49.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 22:58:41.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e20104701c151014701de50dd0011', N'sub.area', N'Sub Level', N'en', N'2014-07-04 22:54:12.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 22:55:00.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e20104701c151014701dece660013', N'sub.area', N'下级地域', N'zh-cn', N'2014-07-04 22:54:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 22:54:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e20104701ecd4014701f3a69c0001', N'member.list', N'Member List', N'en', N'2014-07-04 23:17:30.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 23:17:30.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e20104701ecd4014701f3dcfb0003', N'member.list', N'成员列表', N'zh-cn', N'2014-07-04 23:17:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 23:17:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e2010477674e7014776e5ffae0005', N'iconname.rang2to10', N'名称范围2~10位字符,且不为空', N'zh-cn', N'2014-07-27 16:18:12.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e2010477674e7014776e6eecd0007', N'iconname.rang2to10', N'Icon name should be 2-10 characters and should not empty', N'en', N'2014-07-27 16:19:11.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e20104777447a01477784810a000f', N'operate.name', N'页面控件名称', N'zh-cn', N'2014-07-27 19:11:18.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-04-02 22:28:39.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e20104777447a0147778a170d0011', N'operate.name', N'Page Element Name', N'en', N'2014-07-27 19:17:24.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-04-02 22:30:10.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e20104777447a01477791affe0014', N'operate.manage', N'Page access control', N'en', N'2014-07-27 19:25:42.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-04-02 22:21:45.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e20104777447a01477791eea00016', N'operate.manage', N'页面控件权限配置', N'zh-cn', N'2014-07-27 19:25:58.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-04-02 22:22:00.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e20104777447a01477796ccde0018', N'operatename.rang2to20', N'操作名称范围2~20位字符', N'zh-cn', N'2014-07-27 19:31:17.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e20104777447a014777979ab6001a', N'operatename.rang2to20', N'Operate name should be 2-20 characters', N'en', N'2014-07-27 19:32:10.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e20104777447a014777991ef9001c', N'operatestatus.number', N'必须为数字', N'zh-cn', N'2014-07-27 19:33:49.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e20104777447a0147779a0f71001e', N'operatestatus.number', N'Must be numeric', N'en', N'2014-07-27 19:34:50.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047779c5b014777a9190b0007', N'common.default.icon', N'default', N'en', N'2014-07-27 19:51:16.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047779c5b014777a974ca0009', N'common.default.icon', N'默认', N'zh-cn', N'2014-07-27 19:51:39.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047779c5b014777a9cbc3000b', N'common.back', N'back', N'en', N'2014-07-27 19:52:02.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047779c5b014777a9f433000d', N'common.back', N'返回', N'zh-cn', N'2014-07-27 19:52:12.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047779c5b014777ae465e000f', N'common.smallpie.icon', N'smallpie', N'en', N'2014-07-27 19:56:55.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047779c5b014777aeb70c0011', N'common.smallpie.icon', N'小饼状图', N'zh-cn', N'2014-07-27 19:57:24.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047779c5b014777af2a970013', N'common.picture', N'图片', N'zh-cn', N'2014-07-27 19:57:54.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-27 19:58:19.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047779c5b014777af611a0015', N'common.picture', N'pictures', N'en', N'2014-07-27 19:58:08.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047779c5b014777afea2c0018', N'common.pencil.icon', N'笔', N'zh-cn', N'2014-07-27 19:58:43.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047779c5b014777b01f4a001a', N'common.pencil.icon', N'pencil', N'en', N'2014-07-27 19:58:56.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047779c5b014777b210ae001c', N'common.smallmap', N'小地图', N'zh-cn', N'2014-07-27 20:01:04.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047779c5b014777b2638d001e', N'common.smallmap', N'smallmap', N'en', N'2014-07-27 20:01:25.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047779c5b014777b2d38b0020', N'common.group', N'组', N'zh-cn', N'2014-07-27 20:01:54.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047779c5b014777b3010a0022', N'common.group', N'group', N'en', N'2014-07-27 20:02:05.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047779c5b014777b361fa0024', N'common.calculator', N'计算器', N'zh-cn', N'2014-07-27 20:02:30.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047779c5b014777b39c390026', N'common.calculator', N'calculator', N'en', N'2014-07-27 20:02:45.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047779c5b014777b3ed9e0028', N'common.folder', N'文件夹', N'zh-cn', N'2014-07-27 20:03:06.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047779c5b014777b440fd002a', N'common.folder', N'folder', N'en', N'2014-07-27 20:03:27.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e20104777c827014777f13d7f0002', N'common.delete.fail.param', N'{0}删除失败{1}', N'zh-cn', N'2014-07-27 21:10:04.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e20104777c827014777f282f60004', N'common.delete.fail.param', N'{0} delete fail{1}', N'en', N'2014-07-27 21:11:27.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e20104777c827014777f52cd10006', N'common.icon.isusing', N'!图标正在使用,不允许删除。', N'zh-cn', N'2014-07-27 21:14:22.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e20104777c827014777f8c27e0008', N'common.icon.isusing', N', Icon is using, can not be deleted.', N'en', N'2014-07-27 21:18:17.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-27 21:27:54.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047781c8e014778273b160007', N'departmentname.rang3to10', N'机构名称在3~10位字符', N'zh-cn', N'2014-07-27 22:09:02.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047781c8e0147782885e90009', N'departmentname.rang3to10', N'Department name should be 3-10 characters', N'en', N'2014-07-27 22:10:27.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047781c8e0147782a1443000b', N'areaname.rang2to15', N'地域名称范围2~15位字符,且不为空', N'zh-cn', N'2014-07-27 22:12:09.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047781c8e0147782a6615000d', N'areaname.rang2to15', N'Area name should be 2-15 characters and should not empty', N'en', N'2014-07-27 22:12:30.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047e73d0f0147e7ffd4540028', N'common.org.code', N'机构编码', N'zh-cn', N'2014-08-18 15:23:28.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047e73d0f0147e8004113002a', N'common.org.code', N'Org Code', N'en', N'2014-08-18 15:23:56.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047e73d0f0147e800add5002c', N'common.org.type', N'机构类型', N'zh-cn', N'2014-08-18 15:24:24.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047e73d0f0147e800edf8002e', N'common.org.type', N'Org Type', N'en', N'2014-08-18 15:24:40.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047e73d0f0147e80a71980030', N'common.company', N'公司', N'zh-cn', N'2014-08-18 15:35:04.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047e73d0f0147e80abac10032', N'common.company', N'Company', N'en', N'2014-08-18 15:35:23.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047e73d0f0147e815144e0034', N'common.position', N'岗位', N'zh-cn', N'2014-08-18 15:46:41.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047e73d0f0147e81561a80036', N'common.position', N'Position', N'en', N'2014-08-18 15:47:01.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047f766400147f7b9d4d20009', N'role.set', N'角色设置', N'zh-cn', N'2014-08-21 16:40:56.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047f766400147f7be2c6a000c', N'current.org', N'机构', N'zh-cn', N'2014-08-21 16:45:41.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-12-23 19:05:22.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047f766400147f7be6144000e', N'current.org', N'Org', N'en', N'2014-08-21 16:45:54.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-12-23 19:05:17.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047f8c5050147f923e5e8000c', N'role.set', N'Role Set', N'en', N'2014-08-21 23:16:25.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201048154920014815c3e9a7000c', N'common.add.exist.user', N'添加已有客户', N'zh-cn', N'2014-08-27 12:40:33.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201048154920014815c47ac1000e', N'common.add.exist.user', N'Add Exist User', N'en', N'2014-08-27 12:41:11.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201048b7e5c60148b7ffe64e0001', N'common.type.list', N'类型列表', N'zh-cn', N'2014-09-28 00:44:34.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201048b7e5c60148b8002b620003', N'common.type.list', N'Type List', N'en', N'2014-09-28 00:44:51.000', N'admin', N'管理员', N'2014-09-28 00:46:01.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201048b7e5c60148b801c7520006', N'common.type.code', N'类型编码', N'zh-cn', N'2014-09-28 00:46:37.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201048b7e5c60148b801f8dc0008', N'common.type.code', N'Type Code', N'en', N'2014-09-28 00:46:50.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201048b7e5c60148b8024884000a', N'common.type.name', N'类型名称', N'zh-cn', N'2014-09-28 00:47:10.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201048b7e5c60148b802773e000c', N'common.type.name', N'Type Name', N'en', N'2014-09-28 00:47:22.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201048b803ec0148b80d34360001', N'common.type.view', N'查看类型', N'zh-cn', N'2014-09-28 00:59:06.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201048b803ec0148b80d6da10003', N'common.type.view', N'Type View', N'en', N'2014-09-28 00:59:20.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'2a609258aef344bbbcf0c766d922e449', N'common.phone', N'Phone', N'en', N'2014-07-03 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'2bad4a20100e456aac2f6be3d1cc85ac', N'common.real.name', N'Real Name', N'en', N'2014-07-03 18:39:42.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'2d70c1a8158b415b9aff12e1957c1819', N'common.repeat.password', N'Repeat Password', N'en', N'2014-07-03 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'2fe5274af5d94fb49240d82b7b8d2a95', N'common.tel', N'Telephone', N'en', N'2014-07-03 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'3db54b3731434dc38bc5ea3b20de7db8', N'common.middle', N'Middle', N'en', N'2014-07-04 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402831814d8a1ae0014d8a239f520001', N'common.unlock.user', N'激活用户', N'zh-cn', N'2015-05-25 16:14:59.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402831814d8a1ae0014d8a2402d40003', N'common.unlock.user', N'unlock user', N'en', N'2015-05-25 16:15:25.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028808847f3e70d0147f3eb326b0005', N'funcType', N'菜单类型', N'zh-cn', N'2014-08-20 22:56:23.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028808847f3e70d0147f3eb9f400007', N'funcType', N'funcType', N'en', N'2014-08-20 22:56:51.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028808847f3e70d0147f3ef30570009', N'funcType.page', N'菜单类型', N'zh-cn', N'2014-08-20 23:00:44.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-08-23 01:48:20.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028808847f3e70d0147f3ef5482000b', N'funcType.page', N'menu type', N'en', N'2014-08-20 23:00:54.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-08-23 01:48:29.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028808847f3e70d0147f3ef8590000d', N'funcType.from', N'access type', N'en', N'2014-08-20 23:01:06.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-08-23 01:49:57.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028808847f3e70d0147f3efcd02000f', N'funcType.from', N'访问类型', N'zh-cn', N'2014-08-20 23:01:24.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-08-23 01:50:07.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028808847f972bb0147f9749a7b0003', N'operationType.disabled', N'disabled', N'en', N'2014-08-22 00:44:34.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028808847f972bb0147f974dc860005', N'operationType.disabled', N'禁用', N'zh-cn', N'2014-08-22 00:44:51.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028808847f972bb0147f9754c030007', N'common.enable', N'有效', N'zh-cn', N'2014-08-22 00:45:19.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028808847f972bb0147f97581920009', N'common.enable', N'enable', N'en', N'2014-08-22 00:45:33.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028808847f972bb0147f975c3c8000b', N'common.disable', N'无效', N'zh-cn', N'2014-08-22 00:45:50.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028808847f972bb0147f97612a1000d', N'common.disable', N'disable', N'en', N'2014-08-22 00:46:10.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e447e9ba550147e9be3a3a0003', N'common.rang', N'{0}Operate name should be {1}-{2} characters', N'en', N'2014-08-18 23:31:03.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-08-18 23:32:00.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e447e9ba550147e9bf9eaa0006', N'common.rang', N'{0}范围{1}~{2}位字符', N'zh-cn', N'2014-08-18 23:32:35.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e447e9ba550147e9c1ab590008', N'departmentname.rang1to20', N'Depart name should be 1-20 characters', N'en', N'2014-08-18 23:34:49.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e447e9ba550147e9c25bbe000a', N'departmentname.rang1to20', N'组织机构范围1~20位字符', N'zh-cn', N'2014-08-18 23:35:34.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e4489db6e601489dbc2cdc0001', N'common.add.to', N'AddTo', N'en', N'2014-09-22 22:20:28.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e4489db6e601489dbc61380003', N'common.add.to', N'添加', N'zh-cn', N'2014-09-22 22:20:41.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca9014705eee9120001', N'user.analysis.line', N'User analysis Line', N'en', N'2014-07-05 17:50:49.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca9014705f1741c0003', N'user.analysis.line', N'用户分析 Line', N'zh-cn', N'2014-07-05 17:53:35.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca9014705f535a50005', N'user.analysis.pie', N'User analysis Pie', N'en', N'2014-07-05 17:57:41.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca9014705f597d10007', N'user.analysis.pie', N'用户分析 Pie', N'zh-cn', N'2014-07-05 17:58:07.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca9014705f82a580009', N'user.analysis.histogram', N'User Analysis Histogram', N'en', N'2014-07-05 18:00:55.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-21 10:08:08.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca9014705fc8656000b', N'user.browser.analysis', N' Analysis of the user''s browser proportion', N'en', N'2014-07-05 18:05:41.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca9014705fce72d000d', N'user.browser.analysis', N'用户浏览器比例分析', N'zh-cn', N'2014-07-05 18:06:06.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca901470608088c000f', N'class.student.count.analysis', N'Class student ratio analysis', N'en', N'2014-07-05 18:18:15.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca9014706088d7c0011', N'class.student.count.analysis', N'班级学生人数比例分析', N'zh-cn', N'2014-07-05 18:18:49.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147060a873a0013', N'common.line.chart', N'Line chart', N'en', N'2014-07-05 18:20:59.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147060aef730015', N'common.line.chart', N'折线图', N'zh-cn', N'2014-07-05 18:21:25.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147060bfcae0017', N'common.pie.chart', N'pie', N'en', N'2014-07-05 18:22:34.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147060c5e310019', N'common.pie.chart', N'饼状图', N'zh-cn', N'2014-07-05 18:22:59.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147060dc6b6001b', N'common.histogram', N'Histogram', N'en', N'2014-07-05 18:24:31.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147060e11f3001d', N'common.histogram', N'柱状图', N'zh-cn', N'2014-07-05 18:24:51.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147060fa1ba001f', N'class.count.statistics', N'Class size statistics', N'en', N'2014-07-05 18:26:33.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147060fdf3a0021', N'class.count.statistics', N'班级人数统计', N'zh-cn', N'2014-07-05 18:26:49.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147061123451230', N'common.query.statistics', N'统计报表', N'zh-cn', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin', N'2015-10-15 10:28:26.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147061123451231', N'common.query.statistics', N'Statistics Report', N'en', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin', N'2015-10-15 10:28:57.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147061123451232', N'common.schedule.task', N'定时任务', N'zh-cn', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147061123451233', N'common.schedule.task', N'Timed Task', N'en', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147061123451234', N'system.log', N'系统日志', N'zh-cn', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147061123451235', N'system.log', N'Sys Log', N'en', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147061123451236', N'data.monitor', N'数据监控', N'zh-cn', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147061123451237', N'data.monitor', N'Data Monitor', N'en', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147061123451238', N'form.config', N'Online表单开发', N'zh-cn', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147061123451239', N'form.config', N'Form Config', N'en', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147061123451240', N'dynamic.form.config', N'Online报表配置', N'zh-cn', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147061123451241', N'dynamic.form.config', N'Dynamic Report Config', N'en', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147061123451242', N'user.analysis', N'用户分析', N'zh-cn', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147061123451243', N'user.analysis', N'User Analysis', N'en', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147061365350027', N'lang.class', N'Class', N'en', N'2014-07-05 18:30:40.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-20 11:56:18.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca901470614932d0029', N'lang.class', N'班级', N'zh-cn', N'2014-07-05 18:31:57.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-20 11:56:24.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca9014706152c0a002b', N'number.ofpeople', N' Number of people', N'en', N'2014-07-05 18:32:36.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca901470615588b002d', N'number.ofpeople', N'人数', N'zh-cn', N'2014-07-05 18:32:48.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca901470615f986002f', N'common.proportion', N'Proportion', N'en', N'2014-07-05 18:33:29.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147061627450031', N'common.proportion', N'比例', N'zh-cn', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e74c5e73f5014c5e80548f0001', N'user.report', N'综合报表', N'zh-cn', N'2015-03-28 11:50:10.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e74c5e73f5014c5e809f9d0003', N'user.report', N'newReport', N'en', N'2015-03-28 11:50:30.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e74c6084c9014c609276500002', N'common.start', N'启动', N'zh-cn', N'2015-03-28 21:29:13.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e74c6084c9014c60929d5b0004', N'start', N'common.start', N'en', N'2015-03-28 21:29:23.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e74c7a776c014c7a8121980004', N'operate.manage.data', N'数据权限控制', N'zh-cn', N'2015-04-02 22:20:25.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e74c7a776c014c7a817cd30006', N'operate.manage.data', N'Data access control', N'en', N'2015-04-02 22:20:48.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e74c7a776c014c7a8c8c860010', N'operation.type', N'rule type', N'en', N'2015-04-02 22:32:53.000', N'admin', N'管理员', N'2015-04-02 22:34:48.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e74c7a776c014c7a8cb6290012', N'operation.type', N'规则类型', N'zh-cn', N'2015-04-02 22:33:04.000', N'admin', N'管理员', N'2015-04-02 22:34:06.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e74d762a40014d76332b370003', N'rolescope.rang2to8.notnull', N'Role need 2~8 bits', N'en', N'2015-05-21 19:19:34.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e74d762a40014d7633a30c0005', N'rolescope.rang2to8.notnull', N'角色范围在2~8位字符', N'zh-cn', N'2015-05-21 19:20:05.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e74d762a40014d76342eb00007', N'rolecode.rang2to15.notnull', N'角色编码范围在2~15位字符', N'zh-cn', N'2015-05-21 19:20:40.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e74d762a40014d76348d970009', N'rolecode.rang2to15.notnull', N'Rolecode need 2~15 bits', N'en', N'2015-05-21 19:21:05.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e750693d44015069621039002e', N'menu.online.template', N'Online Form Style', N'en', N'2015-10-15 10:44:05.000', N'admin', N'管理员', N'2015-10-15 10:44:45.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e750a90ffc0150a9d47e580027', N'auto.form.formTempldateName', N'formTemplateName', N'en', N'2015-10-27 23:04:46.000', N'admin', N'管理员', N'2015-10-27 23:05:35.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e750a90ffc0150a9d586f8002c', N'auto.form.formTempldateName', N'自定义表单模板名', N'zh-cn', N'2015-10-27 23:05:54.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e750b134780150b16db5ce0003', N'auto.form.formCode', N'表单编码', N'zh-cn', N'2015-10-29 10:29:28.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e750b134780150b16de6ed0005', N'auto.form.formCode', N'formCode', N'en', N'2015-10-29 10:29:41.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880ea53365da801533671c4860001', N'notice.tip', N'公告', N'zh-cn', N'2016-03-02 16:28:58.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880ea53365da80153367223df0003', N'notice.tip', N'Notifications', N'en', N'2016-03-02 16:29:23.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880ea53365da80153367419dd0005', N'notice.seeAll', N'查看全部', N'zh-cn', N'2016-03-02 16:31:31.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880ea53365da801533674bd1e0007', N'notice.seeAll', N'See all notifications', N'en', N'2016-03-02 16:32:13.000', N'admin', N'管理员', N'2016-03-02 16:32:35.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880ea53365da801533675e268000a', N'message.tip', N'消息', N'zh-cn', N'2016-03-02 16:33:28.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880ea53365da80153367664c5000c', N'message.tip', N'Messages', N'en', N'2016-03-02 16:34:02.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880ea53365da801533676f54f000e', N'message.seeAll', N'查看全部', N'zh-cn', N'2016-03-02 16:34:39.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880ea53365da80153367768ea0010', N'message.seeAll', N'See all messages', N'en', N'2016-03-02 16:35:08.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880eb533fb18001533fb6bcc50002', N'please.select.role', N'Please select a role', N'en', N'2016-03-04 11:40:53.000', N'admin', N'管理员', N'2016-03-04 11:41:19.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880eb533fb18001533fb776cb0005', N'please.select.role', N'请选择角色', N'zh-cn', N'2016-03-04 11:41:41.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880eb533fb18001533fb7ef010007', N'please.select.user', N'please select a user', N'en', N'2016-03-04 11:42:12.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880eb533fb18001533fb841280009', N'please.select.user', N'请选择用户', N'zh-cn', N'2016-03-04 11:42:33.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880eb533fb18001533fbe3093000b', N'common.user.select', N'用户选择', N'zh-cn', N'2016-03-04 11:49:02.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880eb533fb18001533fbe79ad000d', N'common.user.select', N'User Select', N'en', N'2016-03-04 11:49:20.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880eb533fb18001533fc29581000f', N'common.notice', N'公告', N'zh-cn', N'2016-03-04 11:53:50.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880eb533fb18001533fc3ead70011', N'common.notice', N'Notifications', N'en', N'2016-03-04 11:55:17.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880eb533fb18001533fc84f540013', N'notice.manage', N'公告管理', N'zh-cn', N'2016-03-04 12:00:05.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880eb533fb18001533fc9a6e60015', N'notice.manage', N'Notifications Management', N'en', N'2016-03-04 12:01:33.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880eb533fb18001533fce327a0018', N'common.authority', N'授权', N'zh-cn', N'2016-03-04 12:06:31.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880eb533fb18001533fcfbe4a001a', N'common.authority', N'Authorization', N'en', N'2016-03-04 12:08:12.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880eb533fb18001533fd57083001c', N'common.authority.role', N'角色授权', N'zh-cn', N'2016-03-04 12:14:25.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880eb533fb18001533fd61fc6001e', N'common.authority.role', N'Role Authorization', N'en', N'2016-03-04 12:15:10.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880eb533fb18001533fd6baf40020', N'common.authority.user', N'User Authorization', N'en', N'2016-03-04 12:15:50.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880eb533fb18001533fd6e88d0022', N'common.authority.user', N'用户授权', N'zh-cn', N'2016-03-04 12:16:02.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880eb533fb18001533fd8cfe10024', N'common.read', N'阅读', N'zh-cn', N'2016-03-04 12:18:06.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880eb533fb18001533fd921060026', N'common.read', N'Read', N'en', N'2016-03-04 12:18:27.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728d95a014728dc0fdf0005', N'has.sync', N'已同步', N'zh-cn', N'2014-07-12 12:36:56.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 12:36:56.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728d95a014728dcc32c0007', N'has.sync', N'Synchronized', N'en', N'2014-07-12 12:37:42.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:10:45.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728d95a014728dd29140009', N'have.nosync', N'未同步', N'zh-cn', N'2014-07-12 12:38:08.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 12:38:08.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728d95a014728dd8161000b', N'have.nosync', N'No Synchronize', N'en', N'2014-07-12 12:38:31.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 12:38:31.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728d95a014728dfe5610013', N'single.table', N'单表', N'zh-cn', N'2014-07-12 12:41:07.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 12:41:07.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728d95a014728e0077e0015', N'single.table', N'Single Table', N'en', N'2014-07-12 12:41:16.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 12:41:16.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728d95a014728e0f6500017', N'slave.table', N'附表', N'zh-cn', N'2014-07-12 12:42:17.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 12:42:17.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728d95a014728e1183d0019', N'slave.table', N'Slave Table', N'en', N'2014-07-12 12:42:26.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 12:42:26.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728fa28014728fd5f160003', N'smart.form.setting', N'智能表单配置', N'zh-cn', N'2014-07-12 13:13:19.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:13:19.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728fa28014728fd89ff0005', N'smart.form.setting', N'Smart Form Setting', N'en', N'2014-07-12 13:13:30.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:13:30.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728fa28014728feca7b0007', N'generate.form', N'生成表单', N'zh-cn', N'2014-07-12 13:14:52.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:14:52.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728fa28014728feedfa0009', N'generate.form', N'Generate Form', N'en', N'2014-07-12 13:15:01.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:15:01.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728fa28014728ff5a4e000b', N'generate.success', N'生成成功', N'zh-cn', N'2014-07-12 13:15:29.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:15:29.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728fa28014728ff7e81000d', N'generate.success', N'Generate Success', N'en', N'2014-07-12 13:15:38.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:15:38.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728fa2801472900fe10000f', N'please.select.generate.item', N'请选择要生成表单的项!', N'zh-cn', N'2014-07-12 13:17:16.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:17:16.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728fa2801472901dab10011', N'please.select.generate.item', N'Please select should be generated item.', N'en', N'2014-07-12 13:18:13.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:18:13.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728fa280147290fad990013', N'button.code', N'按钮编码', N'zh-cn', N'2014-07-12 13:33:19.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:33:19.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728fa280147290fcac30015', N'button.code', N'Button Code', N'en', N'2014-07-12 13:33:26.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:33:26.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728fa2801472910045f0017', N'button.name', N'按钮名称', N'zh-cn', N'2014-07-12 13:33:41.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:33:41.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728fa28014729101a4a0019', N'button.name', N'Button Name', N'en', N'2014-07-12 13:33:46.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:33:46.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728fa280147291059ca001b', N'button.style', N'按钮样式', N'zh-cn', N'2014-07-12 13:34:03.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:34:03.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728fa2801472910776c001d', N'button.style', N'Button Style', N'en', N'2014-07-12 13:34:10.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:34:10.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728fa2801472910a634001f', N'action.type', N'动作类型', N'zh-cn', N'2014-07-12 13:34:22.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:34:22.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728fa2801472910bdd70021', N'action.type', N'Action Type', N'en', N'2014-07-12 13:34:28.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:34:28.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810347292c730147293008280009', N'super.admin', N'超级管理员', N'zh-cn', N'2014-07-12 14:08:39.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:08:39.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810347292c730147293021c7000b', N'super.admin', N'Super Admin', N'en', N'2014-07-12 14:08:46.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:08:46.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810347292c73014729308a0e000d', N'please.select.lock.item', N'请选择锁定项目', N'zh-cn', N'2014-07-12 14:09:12.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:09:12.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810347292c7301472930ae9e000f', N'please.select.lock.item', N'Please select locked item', N'en', N'2014-07-12 14:09:22.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:09:22.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810347292c7301472931c5900011', N'is.confirm', N'确定吗', N'zh-cn', N'2014-07-12 14:10:33.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:10:33.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810347292c73014729320e310013', N'is.confirm', N'Confirm?', N'en', N'2014-07-12 14:10:52.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:10:52.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810347292c73014729369dde0015', N'current.permission', N'当前权限', N'zh-cn', N'2014-07-12 14:15:51.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:15:51.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810347292c7301472936c80f0017', N'current.permission', N'Current Permission', N'en', N'2014-07-12 14:16:01.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:16:01.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810347292c73014729386dce0019', N'confirm.delete.this.record', N'确定删除该记录吗', N'zh-cn', N'2014-07-12 14:17:49.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:17:49.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810347292c7301472938c6f9001b', N'confirm.delete.this.record', N'Delete this record, Confirm?', N'en', N'2014-07-12 14:18:12.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:18:12.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810347292c7301472939f98b001d', N'menu.list', N'菜单列表', N'zh-cn', N'2014-07-12 14:19:31.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:19:31.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810347292c730147293a157d001f', N'menu.list', N'Menu List', N'en', N'2014-07-12 14:19:38.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:19:38.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810347292c730147293ab7a10021', N'operate.button.list', N'精细化权限控制', N'zh-cn', N'2014-07-12 14:20:19.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-04-02 22:25:39.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810347292c730147293aefc40023', N'operate.button.list', N'Fine access control', N'en', N'2014-07-12 14:20:34.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-04-02 22:25:56.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810347292c730147293b76f80025', N'select.all', N'全选', N'zh-cn', N'2014-07-12 14:21:08.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:21:08.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810347292c730147293b8dc60027', N'select.all', N'Select All', N'en', N'2014-07-12 14:21:14.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:21:14.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'40288103472948880147294b26420002', N'button.setting', N'页面控件权限', N'zh-cn', N'2014-07-12 14:38:16.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-04-02 22:12:27.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'40288103472948880147294b432a0004', N'button.setting', N'Page control config', N'en', N'2014-07-12 14:38:24.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-04-02 20:06:10.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474cecc301474cf3de950001', N'common.button.code', N'按钮编码', N'zh-cn', N'2014-07-19 12:49:16.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 12:49:16.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474cecc301474cf407a90003', N'common.button.code', N'Button Code', N'en', N'2014-07-19 12:49:26.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 12:49:26.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474cecc301474cf46f7f0005', N'common.button.name', N'按钮名称', N'zh-cn', N'2014-07-19 12:49:53.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 12:49:53.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474cecc301474cf4994d0007', N'common.button.name', N'Button Name', N'en', N'2014-07-19 12:50:04.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 12:50:04.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474cecc301474cf4f6430009', N'common.button.style', N'按钮样式', N'zh-cn', N'2014-07-19 12:50:28.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 12:50:28.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474cecc301474cf517aa000b', N'common.button.style', N'Button Style', N'en', N'2014-07-19 12:50:36.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 12:50:36.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474cecc301474cf5930c000d', N'common.action.type', N'动作类型', N'zh-cn', N'2014-07-19 12:51:08.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 12:51:08.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474cecc301474cf5af11000f', N'common.action.type', N'Action Type', N'en', N'2014-07-19 12:51:15.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 12:51:15.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474cecc301474cf652c20011', N'common.show.sequence', N'Show Sequence', N'en', N'2014-07-19 12:51:57.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:04:07.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474cecc301474cf694a20013', N'common.show.sequence', N'显示顺序', N'zh-cn', N'2014-07-19 12:52:14.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 12:52:14.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474cecc301474cf6fa160015', N'common.show.icon.style', N'显示图标样式', N'zh-cn', N'2014-07-19 12:52:40.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 12:52:40.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474cecc301474cf71da40017', N'common.show.icon.style', N'Show Icon Style', N'en', N'2014-07-19 12:52:49.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 12:52:49.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474cecc301474cf776390019', N'common.show.expression', N'显示表达式', N'zh-cn', N'2014-07-19 12:53:11.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 12:53:11.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474cecc301474cf7972c001b', N'common.show.expression', N'Show Expression', N'en', N'2014-07-19 12:53:20.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 12:53:20.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474cecc301474d025ae20024', N'lang.code.cannot.add.update.delete', N'编码不能是add/update/delete', N'zh-cn', N'2014-07-19 13:05:05.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:05:05.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474cecc301474d0294e30026', N'lang.code.cannot.add.update.delete', N'Code cannot be add/update/delete', N'en', N'2014-07-19 13:05:20.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:05:20.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474d25ab01474d28a1fe0002', N'lang.user.online', N'人在线', N'zh-cn', N'2014-07-19 13:46:54.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:46:54.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474d25ab01474d28cef50004', N'lang.user.online', N'user online', N'en', N'2014-07-19 13:47:05.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:47:05.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474d25ab01474d2cc7d80006', N'common.login.name', N'登录名', N'zh-cn', N'2014-07-19 13:51:26.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:51:26.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474d25ab01474d2cf5650008', N'common.login.name', N'Login Name', N'en', N'2014-07-19 13:51:37.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:51:37.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474d25ab01474d2ed970000a', N'common.login.time', N'登录时间', N'zh-cn', N'2014-07-19 13:53:41.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:53:41.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474d25ab01474d2f0340000c', N'common.login.time', N'Login Time', N'en', N'2014-07-19 13:53:52.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:53:52.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474d25ab01474d2f0340001c', N'common.enter.verifycode', N'请输入验证码', N'zh-cn', N'2014-07-19 13:53:52.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:53:52.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474d25ab01474d2f0340002c', N'common.verifycode.error', N'验证码错误', N'zh-cn', N'2014-07-19 13:53:52.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:53:52.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474d25ab01474d2f0340003c', N'common.username.or.password.error', N'用户名或密码错误', N'zh-cn', N'2014-07-19 13:53:52.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:53:52.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474d25ab01474d2f0340004c', N'common.enter.verifycode', N'Please enter the verification code', N'en', N'2014-07-19 13:53:52.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:53:52.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474d25ab01474d2f0340005c', N'common.verifycode.error', N'Verification code error', N'en', N'2014-07-19 13:53:52.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:53:52.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474d25ab01474d2f0340006c', N'common.username.or.password.error', N'User name or password error', N'en', N'2014-07-19 13:53:52.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:53:52.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474d25ab01474d3ad8c9000f', N'common.select', N'选择', N'zh-cn', N'2014-07-19 14:06:48.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 14:06:48.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474d25ab01474d3b14bb0011', N'common.select', N'Select', N'en', N'2014-07-19 14:07:03.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 14:07:03.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474d25ab01474d3b61020013', N'common.clear', N'清空', N'zh-cn', N'2014-07-19 14:07:22.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 14:07:22.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474d25ab01474d3b78f30015', N'common.clear', N'Clear', N'en', N'2014-07-19 14:07:29.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 14:07:29.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028813f4752b0d7014752b35e4f0001', N'username.rang2to10', N'Username need 2~10 bits', N'en', N'2014-07-20 15:36:32.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-20 15:36:32.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028813f4752c793014752cd3369000a', N'common.delete.success.param', N'{0}删除成功', N'zh-cn', N'2014-07-20 16:04:45.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-20 16:04:45.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028813f4752dc11014752e731930003', N'lang.dictionary.type', N'字典分类', N'zh-cn', N'2014-07-20 16:33:09.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-20 16:33:09.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028813f4752dc11014752e765dd0005', N'lang.dictionary.type', N'Dictionary Type', N'en', N'2014-07-20 16:33:22.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-20 16:33:22.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028813f4752dc11014752e98bf90007', N'lang.dictionary.value', N'字典值', N'zh-cn', N'2014-07-20 16:35:43.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-20 16:35:43.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028813f4752dc11014752e9eba60009', N'lang.dictionary.value', N'Dictionary Value', N'en', N'2014-07-20 16:36:07.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-21 14:06:50.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f793fd690016', N'common.taskid', N'Task Id', N'en', N'2014-07-02 22:56:50.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:41:28.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f794259e0018', N'common.taskid', N'任务ID', N'zh-cn', N'2014-07-02 22:57:00.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:19:13.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7949e2d001a', N'common.task.desc', N'任务描述', N'zh-cn', N'2014-07-02 22:57:31.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-03 12:37:08.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f794d224001c', N'common.task.desc', N'Task Describe', N'en', N'2014-07-02 22:57:44.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:41:38.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f79550c4001e', N'cron.expression', N'cron表达式', N'zh-cn', N'2014-07-02 22:58:16.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:22:37.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7956b7b0020', N'cron.expression', N'Cron Expression', N'en', N'2014-07-02 22:58:23.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:41:44.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f795c74b0022', N'common.iseffect', N'是否生效', N'zh-cn', N'2014-07-02 22:58:47.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:22:58.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f79643cc0024', N'common.iseffect', N'isEffect', N'en', N'2014-07-02 22:59:19.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:23:03.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f796fbd60026', N'running.state', N'运行状态', N'zh-cn', N'2014-07-02 23:00:06.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:23:19.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f79729ce0028', N'running.state', N'Running State', N'en', N'2014-07-02 23:00:17.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:41:52.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f798b8850034', N'common.createby', N'Create By', N'en', N'2014-07-02 23:02:00.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:41:58.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f798f9cf0036', N'common.createby', N'创建人', N'zh-cn', N'2014-07-02 23:02:16.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:23:44.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7999ffd003c', N'common.updateby', N'Update By', N'en', N'2014-07-02 23:02:59.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:42:12.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f799e7e9003e', N'common.updateby', N'修改人', N'zh-cn', N'2014-07-02 23:03:17.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:24:30.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f79a3aed0040', N'common.updatetime', N'修改时间', N'zh-cn', N'2014-07-02 23:03:38.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:24:47.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f79a6c310042', N'common.updatetime', N'Update Time', N'en', N'2014-07-02 23:03:51.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:42:21.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f79b70e90044', N'common.operation', N'Operation', N'en', N'2014-07-02 23:04:58.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:42:27.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f79b9eef0046', N'common.operation', N'操作', N'zh-cn', N'2014-07-02 23:05:10.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:25:17.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f79d8ea10048', N'common.start', N'Start', N'en', N'2014-07-02 23:07:17.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:42:32.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f79e5f54004c', N'common.stop', N'Stop', N'en', N'2014-07-02 23:08:10.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:42:38.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f79e7be9004e', N'common.stop', N'停止', N'zh-cn', N'2014-07-02 23:08:17.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:26:27.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f79faa1d0050', N'effective.immediately', N'Effective Immediately', N'en', N'2014-07-02 23:09:35.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:26:35.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f79fcc7f0052', N'effective.immediately', N'立即生效', N'zh-cn', N'2014-07-02 23:09:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:26:39.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7a011b60054', N'common.delete', N'Delete', N'en', N'2014-07-02 23:10:01.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:42:44.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7a02ccc0056', N'common.delete', N'删除', N'zh-cn', N'2014-07-02 23:10:08.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:26:55.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7a0da820059', N'common.add', N'Add', N'en', N'2014-07-02 23:10:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:42:57.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7a106cf005b', N'common.add', N'录入', N'zh-cn', N'2014-07-02 23:11:04.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:13.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7a1500f005d', N'common.edit', N'Edit', N'en', N'2014-07-02 23:11:23.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:43:04.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7a16f90005f', N'common.edit', N'编辑', N'zh-cn', N'2014-07-02 23:11:31.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:24.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7a186c20061', N'common.view', N'View', N'en', N'2014-07-02 23:11:37.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:43:09.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7a1aa900063', N'common.view', N'查看', N'zh-cn', N'2014-07-02 23:11:46.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:36.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7a44eb60065', N'schedule.task.manage', N'Timed Task Manage', N'en', N'2014-07-02 23:14:39.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:28:08.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7a471110067', N'schedule.task.manage', N'定时任务管理', N'zh-cn', N'2014-07-02 23:14:48.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7b7f88700a0', N'log.content', N'Log Content', N'en', N'2014-07-02 23:36:08.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:41:04.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7b828ee00a2', N'log.content', N'日志内容', N'zh-cn', N'2014-07-02 23:36:20.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7b932f600a4', N'operate.ip', N'Operate IP', N'en', N'2014-07-02 23:37:28.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:43:30.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7b9677100a6', N'operate.ip', N'操作IP', N'zh-cn', N'2014-07-02 23:37:41.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7b9bd7d00a8', N'common.browser', N'Broswer', N'en', N'2014-07-02 23:38:04.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:43:36.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7b9f40a00aa', N'common.browser', N'浏览器', N'zh-cn', N'2014-07-02 23:38:17.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7ba2e7e00ac', N'operate.time', N'Operate Time', N'en', N'2014-07-02 23:38:32.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:43:44.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7ba610e00ae', N'operate.time', N'操作时间', N'zh-cn', N'2014-07-02 23:38:45.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7bb601a00b0', N'log.manage', N'Log Manage', N'en', N'2014-07-02 23:39:51.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7bb7ef200b2', N'log.manage', N'日志管理', N'zh-cn', N'2014-07-02 23:39:59.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7bbef3600b4', N'log.level', N'Log Level', N'en', N'2014-07-02 23:40:27.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7c012cd00cc', N'select.loglevel', N'Please select log level', N'en', N'2014-07-02 23:44:59.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7c086ff00ce', N'select.loglevel', N'选择日志类型', N'zh-cn', N'2014-07-02 23:45:28.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7c0c98a00d0', N'common.login', N'Login', N'en', N'2014-07-02 23:45:45.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7c0ecb900d2', N'common.login', N'登录', N'zh-cn', N'2014-07-02 23:45:54.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7c287de00d9', N'common.insert', N'Insert', N'en', N'2014-07-02 23:47:40.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7c2a1f200db', N'common.insert', N'插入', N'zh-cn', N'2014-07-02 23:47:46.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7c4ad4600e1', N'common.update', N'Update', N'en', N'2014-07-02 23:50:00.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7c4dc8700e3', N'common.update', N'更新', N'zh-cn', N'2014-07-02 23:50:12.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7c5815c00e5', N'common.upload', N'Upload', N'en', N'2014-07-02 23:50:55.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7c5a60600e7', N'common.upload', N'上传', N'zh-cn', N'2014-07-02 23:51:04.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7c5fd5700e9', N'common.other', N'Other', N'en', N'2014-07-02 23:51:26.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7c62c2400eb', N'common.other', N'其他', N'zh-cn', N'2014-07-02 23:51:38.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46fa75be0146fa855c60000e', N'log.level', N'日志类型', N'zh-cn', N'2014-07-03 12:39:42.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881b74e234fb0014e239611a10034', N'auto.form.formName', N'表单名称', N'zh-cn', N'2015-06-24 11:21:54.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881b74e234fb0014e239641ff0036', N'auto.form.formName', N'formName', N'en', N'2015-06-24 11:22:06.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881b74e234fb0014e23968fe00038', N'auto.form.formDesc', N'表单描述', N'zh-cn', N'2015-06-24 11:22:26.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881b74e234fb0014e2396b425003a', N'auto.form.formDesc', N'formDesc', N'en', N'2015-06-24 11:22:35.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881b74e234fb0014e23980122003c', N'auto.form.formContent', N'formContent', N'en', N'2015-06-24 11:24:01.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881b74e234fb0014e23984307003e', N'auto.form.formContent', N'表单内容', N'zh-cn', N'2015-06-24 11:24:18.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881b74e4833b6014e48397c250003', N'auto.form.addorupdate', N'表单设计器', N'zh-cn', N'2015-07-01 14:06:43.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881b74e4833b6014e483b9ed60008', N'auto.form.addorupdate', N'formdesign', N'en', N'2015-07-01 14:09:03.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881b74e4833b6014e483fbd30000a', N'formstyle.title', N'自定义表单模板', N'zh-cn', N'2015-07-01 14:13:33.000', N'admin', N'管理员', N'2015-10-27 22:41:20.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881b74e4833b6014e48409456000c', N'formstyle.title', N'formTemplate', N'en', N'2015-07-01 14:14:28.000', N'admin', N'管理员', N'2015-10-27 22:41:37.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c046efce8d0146effd3b0a0001', N'common.language', N'语言', N'zh-cn', N'2014-07-01 11:34:48.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-21 11:41:20.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c046efce8d0146effd5d980003', N'language', N'Languge', N'en', N'2014-07-01 11:34:57.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-01 12:01:46.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c046efce8d0146f001f7cd0007', N'common.delete.success.param', N'{0} delete success', N'en', N'2014-07-01 11:39:59.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-01 11:40:26.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c046efce8d0146f00e2152000b', N'common.edit.success.param', N'{0} 更新成功', N'zh-cn', N'2014-07-01 11:53:16.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-01 12:17:01.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c046efce8d0146f00f05aa000d', N'common.edit.success.param', N'{0} update success', N'en', N'2014-07-01 11:54:14.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-20 16:03:05.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c046efce8d0146f01110bc000f', N'common.add.success.param', N'{0} 录入成功', N'zh-cn', N'2014-07-01 11:56:28.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-01 11:56:28.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c046efce8d0146f01153070011', N'common.add.success.param', N'{0} add success', N'en', N'2014-07-01 11:56:45.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-01 11:56:45.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c046f02a3f0146f02d9e910002', N'common.refresh.success', N'刷新成功', N'zh-cn', N'2014-07-01 12:27:40.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-01 12:27:40.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c046f02a3f0146f02df49c0004', N'common.refresh.success', N'Refresh success', N'en', N'2014-07-01 12:28:02.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-01 12:28:02.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c046f02a3f0146f0301b150006', N'common.edit.fail.param', N'{0} 更新失败', N'zh-cn', N'2014-07-01 12:30:22.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-01 12:30:22.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c046f02a3f0146f030cde00008', N'common.edit.fail.param', N'{0} update fail', N'en', N'2014-07-01 12:31:08.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-01 12:31:08.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c046f02a3f0146f0346009000a', N'common.refresh.fail', N'刷新失败', N'zh-cn', N'2014-07-01 12:35:02.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-01 12:35:02.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c046f02a3f0146f0348bc9000c', N'common.refresh.fail', N'Refresh Fail', N'en', N'2014-07-01 12:35:13.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-01 12:35:13.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c1470636fe0147063dc2080001', N'database.property', N'数据库属性', N'zh-cn', N'2014-07-05 19:16:56.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:16:56.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c1470636fe0147063e03aa0003', N'database.property', N'Database Property', N'en', N'2014-07-05 19:17:13.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:17:13.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c1470636fe0147063e73640005', N'page.property', N'页面属性', N'zh-cn', N'2014-07-05 19:17:41.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:17:41.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c1470636fe0147063e910c0007', N'page.property', N'Page Property', N'en', N'2014-07-05 19:17:49.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:17:49.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c1470636fe0147063f9a4a0009', N'validate.dict', N'Validate Dictionary', N'en', N'2014-07-05 19:18:57.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:18:57.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c1470636fe0147063fe101000b', N'validate.dict', N'校验字典', N'zh-cn', N'2014-07-05 19:19:15.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:19:15.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c1470636fe014706408c51000d', N'common.fk', N'外键', N'zh-cn', N'2014-07-05 19:19:59.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:19:59.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c1470636fe0147064102b0000f', N'common.fk', N'Foreign Key', N'en', N'2014-07-05 19:20:29.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:20:29.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c1470636fe0147065887a70011', N'smark.form.form.maintain', N'智能表单-表单维护', N'zh-cn', N'2014-07-05 19:46:10.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:46:10.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c1470636fe01470658c29d0013', N'smark.form.form.maintain', N'Smart Form', N'en', N'2014-07-05 19:46:26.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:46:26.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c1470636fe0147065a870d0015', N'common.one.to.many', N'一对多', N'zh-cn', N'2014-07-05 19:48:21.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:48:21.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c1470636fe0147065acd6d0017', N'common.one.to.many', N'One To Many', N'en', N'2014-07-05 19:48:39.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:48:39.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c1470636fe0147065c1d980019', N'comon.one.to.one', N'一对一', N'zh-cn', N'2014-07-05 19:50:05.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:50:05.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c1470636fe0147065c3551001b', N'comon.one.to.one', N'One To One', N'en', N'2014-07-05 19:50:12.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:50:12.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c1470636fe0147066041eb001d', N'common.uuid36bit', N'UUID(36位唯一编码)', N'zh-cn', N'2014-07-05 19:54:37.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:54:37.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c1470636fe01470660a327001f', N'common.uuid36bit', N'UUID(36 Bit Unique Code)', N'en', N'2014-07-05 19:55:02.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:55:02.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c1470636fe0147066267e70021', N'common.native.auto.increment', N'NATIVE(自增长方式)', N'zh-cn', N'2014-07-05 19:56:58.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:56:58.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c1470636fe01470662f1dd0023', N'common.native.auto.increment', N'NATIVE(Auto Increment)', N'en', N'2014-07-05 19:57:33.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:57:33.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c1470636fe01470663fbd00025', N'common.sequence', N'SEQUENCE(序列方式)', N'zh-cn', N'2014-07-05 19:58:41.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:58:41.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c1470636fe014706646c6b0027', N'common.sequence', N'SEQUENCE(Sequence)', N'en', N'2014-07-05 19:59:10.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:59:19.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c1470636fe014706669f32002a', N'please.input.table.name', N'请输入表名!', N'zh-cn', N'2014-07-05 20:01:34.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 20:01:34.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c1470636fe01470666c8e8002c', N'please.input.table.name', N'Please Input Table Name', N'en', N'2014-07-05 20:01:45.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 20:01:45.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c347203fcc0147204d69020009', N'input.error', N'输入错误', N'zh-cn', N'2014-07-10 20:44:09.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 20:44:09.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c347203fcc0147204d9ef9000b', N'input.error', N'Input error', N'en', N'2014-07-10 20:44:23.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 20:44:23.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c347205fc0014720704aa50001', N'menuname.rang4to15', N'菜单名称范围4~15位字符,且不为空', N'zh-cn', N'2014-07-10 21:22:15.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 21:22:15.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c347205fc0014720718d360003', N'menuname.rang4to15', N'Menu name should be 4-15 characters and should not empty', N'en', N'2014-07-10 21:23:38.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 21:23:38.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c347205fc001472082f5130005', N'jeect.platform', N'Jeecg 快速开发平台', N'zh-cn', N'2014-07-10 21:42:39.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 21:42:39.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c347205fc00147208321e10007', N'jeect.platform', N'Jeecg Quckly Platform', N'en', N'2014-07-10 21:42:50.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 21:42:50.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f486df0146f49af73f0001', N'pk.strategies', N'Primary key strategies', N'en', N'2014-07-02 09:05:35.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 09:05:35.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f486df0146f49c57320003', N'pk.strategies', N'主键策略', N'zh-cn', N'2014-07-02 09:07:05.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 09:07:05.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f5f492d60001', N'table.name', N'表名', N'zh-cn', N'2014-07-02 15:23:04.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 15:23:04.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f5f4b8fe0003', N'table.name', N'Table Name', N'en', N'2014-07-02 15:23:14.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 15:23:14.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f5f536b50005', N'table.description', N'Table Desc', N'en', N'2014-07-02 15:23:46.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-21 10:16:11.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f5f56e0d0007', N'table.description', N'表描述', N'zh-cn', N'2014-07-02 15:24:00.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-21 10:16:15.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f5f648c00009', N'table.type', N'Table Type', N'en', N'2014-07-02 15:24:56.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 15:24:56.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f5f672b6000b', N'table.type', N'表类型', N'zh-cn', N'2014-07-02 15:25:07.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 15:25:07.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f61534a0000d', N'sequence.name', N'Sequence', N'en', N'2014-07-02 15:58:43.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2016-03-01 21:26:48.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f621503b0019', N'master.table', N'主表', N'zh-cn', N'2014-07-02 16:11:56.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:11:56.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f621dddd001b', N'master.table', N'Master Table', N'en', N'2014-07-02 16:12:33.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:12:33.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f6279e0f001d', N'common.yes', N'Yes', N'en', N'2014-07-02 16:18:50.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:18:49.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f627cd1f001f', N'common.yes', N'是', N'zh-cn', N'2014-07-02 16:19:02.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:19:02.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f627f2040021', N'common.no', N'No', N'en', N'2014-07-02 16:19:11.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:19:11.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f6281f900023', N'common.no', N'否', N'zh-cn', N'2014-07-02 16:19:23.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:19:23.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f62fe8800025', N'single.query', N'Single Choice Query', N'en', N'2014-07-02 16:27:53.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:27:53.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f6302a9f0027', N'single.query', N'单表查询', N'zh-cn', N'2014-07-02 16:28:10.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:28:10.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f630e67d0029', N'combine.query', N'组合查询', N'zh-cn', N'2014-07-02 16:28:58.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:28:58.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f6312721002b', N'combine.query', N'Combined Query', N'en', N'2014-07-02 16:29:14.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:29:14.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f6422c510036', N'common.isnull', N'Is Null', N'en', N'2014-07-02 16:47:50.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:47:50.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f6428fd00038', N'common.isnull', N'是否为空', N'zh-cn', N'2014-07-02 16:48:15.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:48:15.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f642e30f003a', N'common.pk', N'Primary Key', N'en', N'2014-07-02 16:48:37.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:48:37.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f64311fb003c', N'common.pk', N'主键', N'zh-cn', N'2014-07-02 16:48:49.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:48:49.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f6457894003e', N'field.type', N'Filed Type', N'en', N'2014-07-02 16:51:26.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:51:26.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f6459cd30040', N'field.type', N'字段类型', N'zh-cn', N'2014-07-02 16:51:35.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:51:35.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44df713f5014df72de2170028', N'form.db.type', N'数据源类型', N'zh-cn', N'2015-06-15 20:24:48.000', N'admin', N'管理员', N'2015-06-15 20:34:07.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44df713f5014df72f5a47002b', N'form.db.type', N'formDbType', N'en', N'2015-06-15 20:26:25.000', N'admin', N'管理员', N'2015-06-16 16:23:46.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44df713f5014df73a703d0031', N'form.db.type.table', N'数据库表', N'zh-cn', N'2015-06-15 20:38:31.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44df713f5014df73ac0d20033', N'form.db.type.table', N'TABLE', N'en', N'2015-06-15 20:38:52.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44df713f5014df73b30750035', N'form.db.type.sql', N'动态SQL', N'zh-cn', N'2015-06-15 20:39:20.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44df713f5014df73bdc330037', N'form.db.type.sql', N'DYN_SQL', N'en', N'2015-06-15 20:40:04.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44df713f5014df73c6e6f0039', N'form.db.type.clazz', N'java类', N'zh-cn', N'2015-06-15 20:40:42.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44df713f5014df73c91d0003b', N'form.db.type.clazz', N'CLAZZ', N'en', N'2015-06-15 20:40:51.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44dfc7bea014dfc7e0a170005', N'common.company.code', N'sysCompanyCode', N'en', N'2015-06-16 21:10:28.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44dfc7bea014dfc7e3b740007', N'common.company.code', N'所属公司', N'zh-cn', N'2015-06-16 21:10:40.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44e06f820014e06fa58e90001', N'form.param.name', N'参数', N'zh-cn', N'2015-06-18 22:02:26.000', N'admin', N'管理员', N'2015-10-27 19:49:03.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44e06f820014e06fa81ab0003', N'form.param.name', N'param', N'en', N'2015-06-18 22:02:37.000', N'admin', N'管理员', N'2015-10-27 19:49:18.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44e06f820014e06fab7c70005', N'form.param.desc', N'参数文本', N'zh-cn', N'2015-06-18 22:02:51.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44e06f820014e06fad8e80007', N'form.param.desc', N'paramTxt', N'en', N'2015-06-18 22:02:59.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44e06f820014e06fb161f0009', N'form.param.value', N'默认值', N'zh-cn', N'2015-06-18 22:03:15.000', N'admin', N'管理员', N'2015-10-27 19:44:45.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44e06f820014e06fb489c000b', N'form.param.value', N'defaultValue', N'en', N'2015-06-18 22:03:28.000', N'admin', N'管理员', N'2015-10-27 19:45:07.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44e06f820014e06fc10b0000d', N'form.field.name', N'字段', N'zh-cn', N'2015-06-18 22:04:19.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44e06f820014e06fc6141000f', N'form.field.name', N'field', N'en', N'2015-06-18 22:04:40.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44e5d67e1014e5d7245f20002', N'autoform.preview', N'预览', N'zh-cn', N'2015-07-05 17:00:47.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44e5d67e1014e5d726b1d0004', N'autoform.preview', N'preview', N'en', N'2015-07-05 17:00:56.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e453a3a2550153a3b80b0f0001', N'please.muti.department', N'please.muti.department', N'en', N'2016-03-23 21:44:21.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e453a3a2550153a3b868250003', N'please.muti.department', N'部门可多选', N'zh-cn', N'2016-03-23 21:44:45.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e54dcddf80014dcde2db0a000b', N'form.category', N'表单分类', N'zh-cn', N'2015-06-07 19:58:26.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e54dce2349014dce3e00e80005', N'form.category', N'formCategory', N'en', N'2015-06-07 21:37:59.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e54dce2349014dce3e43b50007', N'bdfl', N'bdfl', N'zh-cn', N'2015-06-07 21:38:16.000', N'admin', N'管理员', N'2015-06-07 21:44:17.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e54de251ee014de2713e550001', N'common.ssms.getSysInfos', N'系统消息', N'zh-cn', N'2015-06-11 19:46:22.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e54de251ee014de27235560003', N'common.ssms.getSysInfos', N'System message', N'en', N'2015-06-11 19:47:25.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e74e44c238014e44c40deb0001', N'form.db.query.param', N'查询参数', N'zh-cn', N'2015-06-30 21:59:36.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e74e44c238014e44c44e7d0003', N'form.db.query.param', N'queryParam', N'en', N'2015-06-30 21:59:52.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e74e44c238014e44d0a7400005', N'form.db.query.data.column', N'查询数据列', N'zh-cn', N'2015-06-30 22:13:21.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e74e44c238014e44d0e08a0007', N'form.db.query.data.column', N'queryDataColumn', N'en', N'2015-06-30 22:13:36.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146eca464640011', N'common.version', N'Version', N'en', N'2014-06-30 19:58:55.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 19:58:55.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146eca47e280013', N'common.version', N'版本', N'zh-cn', N'2014-06-30 19:59:01.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 19:59:01.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146eca4b6bf0015', N'is.tree', N'Is Tree', N'en', N'2014-06-30 19:59:16.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 19:59:16.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146eca4d8ba0017', N'is.tree', N'是否树', N'zh-cn', N'2014-06-30 19:59:24.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 19:59:24.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146eca510d60019', N'is.page', N'Is Page', N'en', N'2014-06-30 19:59:39.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 19:59:39.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146eca537b7001b', N'is.page', N'是否分页', N'zh-cn', N'2014-06-30 19:59:49.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 19:59:49.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146eca6c3b8001d', N'sync.db', N'Sync DB', N'en', N'2014-06-30 20:01:30.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:01:30.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146eca7193f001f', N'sync.db', N'同步数据库', N'zh-cn', N'2014-06-30 20:01:52.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:01:52.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146eca922890025', N'common.createtime', N'Create Time', N'en', N'2014-06-30 20:04:05.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:04:05.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146ecab61a50033', N'common.createtime', N'创建时间', N'zh-cn', N'2014-06-30 20:06:33.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:53:48.000', N'402881e946e70d550146e70fa0680086', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146ecac51520039', N'show.checkbox', N'Show Checkbox', N'en', N'2014-06-30 20:07:34.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:07:34.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146ecac8bed003b', N'show.checkbox', N'显示复选框', N'zh-cn', N'2014-06-30 20:07:49.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:07:49.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146ecaea5630041', N'edit.form', N'Edit Table', N'en', N'2014-06-30 20:10:07.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:10:07.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146ecaed7730043', N'edit.form', N'编辑表单', N'zh-cn', N'2014-06-30 20:10:19.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:10:19.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146ecaf39000045', N'create.form', N'Create From', N'en', N'2014-06-30 20:10:44.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:10:44.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146ecaf63e00047', N'create.form', N'创建表单', N'zh-cn', N'2014-06-30 20:10:55.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:10:55.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146ecb108de0049', N'custom.button', N'Custom Button', N'en', N'2014-06-30 20:12:43.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:12:43.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146ecb18fa6004b', N'custom.button', N'自定义按钮', N'zh-cn', N'2014-06-30 20:13:18.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:13:31.000', N'402881e946e70d550146e70fa0680086', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146ecb3bd13004e', N'form.generate', N'Generated From From DB', N'en', N'2014-06-30 20:15:40.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-09-15 11:28:33.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146ecb3f9df0050', N'form.generate', N'数据库导入表单', N'zh-cn', N'2014-06-30 20:15:56.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-09-15 11:28:19.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146ecb58ed40052', N'form.import', N'表单导入', N'zh-cn', N'2014-06-30 20:17:40.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-09-15 11:28:01.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146ecb5a76b0054', N'form.import', N'From Import', N'en', N'2014-06-30 20:17:46.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:17:46.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146ecb72e600056', N'form.export', N'From Export', N'en', N'2014-06-30 20:19:26.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:19:26.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146ecb762b50058', N'form.export', N'表单导出', N'zh-cn', N'2014-06-30 20:19:39.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:40:55.000', N'402881e946e70d550146e70fa0680086', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146ecc71340005a', N'js.enhance', N'JsEnhance', N'en', N'2014-06-30 20:36:48.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:36:48.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146ecc74476005c', N'js.enhance', N'js增强', N'zh-cn', N'2014-06-30 20:37:00.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:37:00.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146ecca27d20062', N'sql.enhance', N'SqlEnhance', N'en', N'2014-06-30 20:40:09.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:40:09.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146ecca51c60064', N'sql.enhance', N'sql增强', N'zh-cn', N'2014-06-30 20:40:20.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:40:20.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146ecd312230068', N'smart.form.config', N'Smart Form Config', N'en', N'2014-06-30 20:49:54.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:49:54.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146ecd3732a006a', N'smart.form.config', N'智能表单配置', N'zh-cn', N'2014-06-30 20:50:19.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:50:19.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946f723300146f728bca20001', N'common.code', N'Code', N'en', N'2014-07-02 20:59:40.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 20:59:40.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946f723300146f728e6220003', N'common.code', N'编码', N'zh-cn', N'2014-07-02 20:59:51.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 20:59:51.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946f723300146f72b42b40015', N'common.batch.delete', N'Batch Delete', N'en', N'2014-07-02 21:02:25.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 21:02:25.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946f723300146f72b9a000017', N'common.batch.delete', N'批量删除', N'zh-cn', N'2014-07-02 21:02:48.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 21:02:48.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946f723300146f72ce5260021', N'query.sql', N'Query Sql', N'en', N'2014-07-02 21:04:13.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 21:04:13.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946f723300146f72d1b480023', N'query.sql', N'查询sql', N'zh-cn', N'2014-07-02 21:04:26.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 21:04:26.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946f723300146f72d54c60025', N'common.name', N'Name', N'en', N'2014-07-02 21:04:41.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 21:04:41.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946f723300146f72d72840027', N'common.name', N'名称', N'zh-cn', N'2014-07-02 21:04:49.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 21:04:49.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946f723300146f72e486c0029', N'dynamic.table.head', N'Dynamic Table', N'en', N'2014-07-02 21:05:44.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 21:05:44.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946f723300146f72e7bda002b', N'dynamic.table.head', N'动态表头', N'zh-cn', N'2014-07-02 21:05:57.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 21:05:57.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706da32a10009', N'common.order', N'Order', N'en', N'2014-07-05 22:07:48.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:07:48.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706da55fa000b', N'common.order', N'排序', N'zh-cn', N'2014-07-05 22:07:57.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:07:57.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706daa606000d', N'common.text', N'Text', N'en', N'2014-07-05 22:08:18.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:08:18.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706dadb74000f', N'common.text', N'文本框', N'zh-cn', N'2014-07-05 22:08:32.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:08:32.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706db1a6f0011', N'common.type', N'Type', N'en', N'2014-07-05 22:08:48.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:08:48.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706db389d0013', N'common.type', N'类型', N'zh-cn', N'2014-07-05 22:08:55.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:08:55.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706db76390015', N'common.isshow', N'Is Show', N'en', N'2014-07-05 22:09:11.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:09:11.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706db99420017', N'common.isshow', N'是否显示', N'zh-cn', N'2014-07-05 22:09:20.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:09:20.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706dbdb330019', N'common.href', N'Href', N'en', N'2014-07-05 22:09:37.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:09:37.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706dc0bfe001b', N'common.href', N'字段href', N'zh-cn', N'2014-07-05 22:09:50.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:09:50.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706dc5fc0001d', N'common.query.module', N'Query Module', N'en', N'2014-07-05 22:10:11.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:10:11.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706dc87df001f', N'common.query.module', N'查询模式', N'zh-cn', N'2014-07-05 22:10:21.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:10:21.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706dd524d0021', N'dict.code', N'字典Code', N'zh-cn', N'2014-07-05 22:11:13.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:11:13.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706dd8a300023', N'dict.code', N'Dict Code', N'en', N'2014-07-05 22:11:27.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:11:27.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706ddc7570025', N'common.isquery', N'Is Query', N'en', N'2014-07-05 22:11:43.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:11:43.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706ddec9e0027', N'common.isquery', N'是否查询', N'zh-cn', N'2014-07-05 22:11:53.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:11:53.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706e230b80029', N'common.text.type', N'Column Type', N'en', N'2014-07-05 22:16:32.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:16:32.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706e25a9f002b', N'common.text.type', N'文本类型', N'zh-cn', N'2014-07-05 22:16:43.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:16:43.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706e368c9002d', N'common.hide', N'Hideen', N'en', N'2014-07-05 22:17:52.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:17:52.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706e3b1e2002f', N'common.hide', N'隐藏', N'zh-cn', N'2014-07-05 22:18:11.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:18:11.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706e3fe800031', N'common.show', N'Show', N'en', N'2014-07-05 22:18:30.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:18:30.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706e423e40033', N'common.show', N'显示', N'zh-cn', N'2014-07-05 22:18:40.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:18:40.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706eba47c003e', N'dynamic.report.config.detail', N'Dyna Report Detail', N'en', N'2014-07-05 22:26:52.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:29:53.000', N'402881e946e70d550146e70fa0680086', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706ebe1cd0040', N'dynamic.report.config.detail', N'动态报表配置明细', N'zh-cn', N'2014-07-05 22:27:07.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:30:02.000', N'402881e946e70d550146e70fa0680086', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe92601470fefea200003', N'dict.manage', N'数据字典管理', N'zh-cn', N'2014-07-07 16:28:07.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe92601470ff21ddd0009', N'dict.name', N'Dict Name', N'en', N'2014-07-07 16:30:31.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe92601470ff24cb8000b', N'dict.name', N'字典名称', N'zh-cn', N'2014-07-07 16:30:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe92601470ff4e2830019', N'common.add.param', N'{0} Add', N'en', N'2014-07-07 16:33:33.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-20 16:02:09.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe92601470ff51cc9001b', N'common.add.param', N'{0}录入', N'zh-cn', N'2014-07-07 16:33:48.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-20 16:02:23.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe92601470ff925da0025', N'dict.information.type', N'Data Dictionary Group Info', N'en', N'2014-07-07 16:38:12.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe92601470ff950100027', N'dict.information.type', N'字典类型信息', N'zh-cn', N'2014-07-07 16:38:23.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:43:03.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe92601471005919a0037', N'common.role.list', N'Role List', N'en', N'2014-07-07 16:51:46.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe92601471005f5ac0039', N'common.role.list', N'角色列表', N'zh-cn', N'2014-07-07 16:52:12.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe92601471006c0bf003f', N'common.role.code', N'Role Code', N'en', N'2014-07-07 16:53:04.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe92601471006e44a0041', N'common.role.code', N'角色编码', N'zh-cn', N'2014-07-07 16:53:13.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe9260147100713840043', N'common.role.name', N'Role Name', N'en', N'2014-07-07 16:53:25.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe926014710073e820045', N'common.role.name', N'角色名称', N'zh-cn', N'2014-07-07 16:53:36.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe926014710095eb50053', N'common.edit.param', N'{0} Edit', N'en', N'2014-07-07 16:55:55.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-20 15:07:04.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe9260147100980ee0055', N'common.edit.param', N'{0}编辑', N'zh-cn', N'2014-07-07 16:56:04.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-20 15:07:13.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe9260147100affff0057', N'common.role.info', N'Role Info', N'en', N'2014-07-07 16:57:42.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe9260147100b20eb0059', N'common.role.info', N'角色信息', N'zh-cn', N'2014-07-07 16:57:51.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe9260147100bf680005b', N'permission.set', N'Permission', N'en', N'2014-07-07 16:58:45.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe9260147100c2c96005d', N'permission.set', N'权限设置', N'zh-cn', N'2014-07-07 16:58:59.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe9260147100e5051005f', N'permission.manage', N'Permission Manage', N'en', N'2014-07-07 17:01:19.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe9260147100e8a360061', N'permission.manage', N'权限管理', N'zh-cn', N'2014-07-07 17:01:34.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe9260147100f73140067', N'permission.name', N'Permission Name', N'en', N'2014-07-07 17:02:34.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe9260147100fa9270069', N'permission.name', N'权限名称', N'zh-cn', N'2014-07-07 17:02:48.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe9260147101199f1006f', N'permission.collection', N'Permission Collection', N'en', N'2014-07-07 17:04:55.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe92601471011bb380071', N'permission.collection', N'权限集合', N'zh-cn', N'2014-07-07 17:05:03.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402882b54e3eaa5b014e3ebde5d1000b', N'menu.online.template', N'Online表单样式', N'zh-cn', N'2015-06-29 17:55:09.000', N'admin', N'管理员', N'2015-10-15 10:43:08.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402882b54e943804014e944151e30001', N'form.template.style', N'自定义表单风格', N'zh-cn', N'2015-07-16 08:26:26.000', N'admin', N'管理员', N'2015-07-16 15:06:03.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402882b54e943804014e944196d10003', N'form.template.style', N'Custom Template Style', N'en', N'2015-07-16 08:26:43.000', N'admin', N'管理员', N'2015-07-16 15:05:52.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402882e54ebb5629014ebb5c56540003', N'form.tb.db.key', N'填报数据源', N'zh-cn', N'2015-07-23 22:41:08.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402882e54ebb5629014ebb5ca0650005', N'form.tb.db.table.name', N'填报数据库表', N'zh-cn', N'2015-07-23 22:41:27.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402883884dc3b87d014dc3ba4cbd0001', N'common.menu.del.fail', N'删除失败,有关联数据不能删除!', N'zh-cn', N'2015-06-05 20:37:56.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402883884dd31b11014dd31cedf20001', N'common.dynamic.dbsource', N'数据源', N'zh-cn', N'2015-06-08 20:19:58.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028838850ac5c1d0150ac6389e80001', N'form.db.chname', N'数据源名称', N'zh-cn', N'2015-10-28 11:00:16.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028838850ac5c1d0150ac63cd910003', N'form.db.chname', N'dbName', N'en', N'2015-10-28 11:00:33.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028838850ae6f7b0150ae720a9c0003', N'form.field.content', N'字段文本', N'zh-cn', N'2015-10-28 20:35:21.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028838850ae6f7b0150ae72f8960005', N'form.field.content', N'fieldContent', N'en', N'2015-10-28 20:36:22.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402884f146cc37ab0146cc3fc7350002', N'common.change.refresh', N'样式修改成功,请刷新页面', N'zh-cn', N'2014-06-24 13:01:10.000', N'admin', N'管理员', N'2014-06-24 13:01:10.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402884f146cc37ab0146cc4029a60004', N'common.change.refresh', N'Style change success, please refresh', N'en', N'2014-06-24 13:01:35.000', N'admin', N'管理员', N'2014-06-24 13:01:35.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402884f146cc37ab0146cc4541cb0006', N'common.login.again', N'请登录后再操作', N'zh-cn', N'2014-06-24 13:07:09.000', N'admin', N'管理员', N'2014-06-24 13:07:09.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402884f146cc37ab0146cc45c1270008', N'common.login.again', N'Please login again', N'en', N'2014-06-24 13:07:41.000', N'admin', N'管理员', N'2014-06-24 13:07:41.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402884f146cc37ab0146cc4de4da000a', N'common.userinfo', N'用户信息', N'zh-cn', N'2014-06-24 13:16:35.000', N'admin', N'管理员', N'2014-06-24 13:16:35.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402884f146cc37ab0146cc4e7b25000c', N'common.userinfo', N'My Profile', N'en', N'2014-06-24 13:17:13.000', N'admin', N'管理员', N'2014-06-24 13:17:13.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402884f146cc37ab0146cc55cac30012', N'common.surname', N'姓名', N'zh-cn', N'2014-06-24 13:25:13.000', N'admin', N'管理员', N'2014-06-24 13:25:13.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402884f146cc37ab0146cc55f21b0014', N'common.surname', N'Name', N'en', N'2014-06-24 13:25:23.000', N'admin', N'管理员', N'2014-06-24 13:25:23.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402885814e2ef20c014e2ef347d50003', N'common.dbname', N'数据库名称', N'zh-cn', N'2015-06-26 16:19:32.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402885814e2ef20c014e2ef3767e0005', N'common.dbname', N'Database Name', N'en', N'2015-06-26 16:19:44.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028948151536dc10151536f1a4e0001', N'common.returnvalfield', N'返回值字段', N'zh-cn', N'2015-11-29 21:29:28.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028948151536dc10151536f4a190003', N'common.returnvalfield', N'returnvalfield', N'en', N'2015-11-29 21:29:41.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028948151536dc10151536f87c10005', N'common.returntxtfield', N'返回文本字段', N'zh-cn', N'2015-11-29 21:29:56.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028948151536dc10151536fa6ca0007', N'common.returntxtfield', N'returntxtfield', N'en', N'2015-11-29 21:30:04.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028b8815325c044015325c515890001', N'common.mobile', N'电话', N'zh-cn', N'2016-02-28 10:46:26.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028b8815325c044015325c545850003', N'common.mobile', N'mobile', N'en', N'2016-02-28 10:46:39.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028b8815325c044015325c93bb10005', N'common.fax', N'传真', N'zh-cn', N'2016-02-28 10:50:58.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028b8815325c044015325c960bb0007', N'common.fax', N'fax', N'en', N'2016-02-28 10:51:08.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028b8815325c044015325c9ab690009', N'common.address', N'地址', N'zh-cn', N'2016-02-28 10:51:27.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028b8815325c044015325c9cf32000b', N'common.address', N'address', N'en', N'2016-02-28 10:51:36.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028b8815325ce7a015325d636ec0002', N'departmentaddress.rang1to50', N'组织机构地址范围1~50位字符', N'zh-cn', N'2016-02-28 11:05:09.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028b8815325ce7a015325d6ed890004', N'departmentaddress.rang1to50', N'Depart address should be 1-50 characters', N'en', N'2016-02-28 11:05:56.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028b8815364df430153651ae7dd0002', N'excelImport', N'导入', N'zh-cn', N'2016-03-11 17:56:15.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028b8815364df430153651b22b60004', N'excelImport', N'excelImport', N'en', N'2016-03-11 17:56:31.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028b8815364df430153651b5a730006', N'excelOutput', N'导出', N'zh-cn', N'2016-03-11 17:56:45.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028b8815364df430153651b89410008', N'excelOutput', N'excelOutput', N'en', N'2016-03-11 17:56:57.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028b8815364df430153651c4d28000a', N'templateDownload', N'模板下载', N'zh-cn', N'2016-03-11 17:57:47.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028b8815364df430153651c5c5b000c', N'templateDownload', N'templateDownload', N'en', N'2016-03-11 17:57:51.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028b881552e643e01552e6bd9300001', N'common.index', N'索引', N'zh-cn', N'2016-06-08 13:11:08.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028b881552e643e01552e6c03b50003', N'common.index', N'index', N'en', N'2016-06-08 13:11:19.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028ef81532b894f01532b93ced70003', N'common.office.tel', N'手机号', N'zh-cn', N'2016-02-29 13:50:20.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028ef81532b894f01532b93f9e00005', N'common.office.tel', N'telphone', N'en', N'2016-02-29 13:50:31.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028ef81532b894f01532b943c070007', N'common.mail', N'邮箱', N'zh-cn', N'2016-02-29 13:50:48.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028ef81533051360153305bbcf60002', N'form.template.style_pc', N'PC表单风格', N'zh-cn', N'2016-03-01 12:07:11.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028ef81533051360153305bfda90004', N'form.template.style_pc', N'pc form style', N'en', N'2016-03-01 12:07:28.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028ef81533051360153305c33ff0006', N'form.template.style_mobile', N'移动表单风格', N'zh-cn', N'2016-03-01 12:07:42.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028ef81533051360153305c60c90008', N'form.template.style_mobile', N'mobile form style', N'en', N'2016-03-01 12:07:53.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028ef815335c1da015335c8647d0003', N'self.defined.form', N'use defined form', N'en', N'2016-03-02 13:23:58.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028ef81533a788e01533a7a53180005', N'form.tb.db.table.name', N'table', N'en', N'2016-03-03 11:16:48.000', N'admin', N'管理员', N'2016-03-03 11:17:56.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028ef81533a788e01533a7ba98c0008', N'form.tb.db.key', N'db source', N'en', N'2016-03-03 11:18:16.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028ef81533c078201533c08b1ca0001', N'system.version.number', N'3.6.5', N'zh-cn', N'2016-03-03 18:31:56.000', N'admin', N'管理员', N'2016-06-29 11:50:18.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028ef81533c078201533c08e2370003', N'system.version.number', N'3.6.5', N'en', N'2016-03-03 18:32:08.000', N'admin', N'管理员', N'2016-06-29 11:50:12.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028ef8154753f26015475436db30001', N'common.returntxttype', N'return type', N'en', N'2016-05-03 14:17:13.000', N'admin', N'管理员', N'2016-05-03 14:41:57.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028ef8154753f26015475438dd00003', N'common.returntxttype', N'返回类型', N'zh-cn', N'2016-05-03 14:17:22.000', N'admin', N'管理员', N'2016-05-03 14:42:06.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028efa2523a030601523a55381d0004', N'self.defined.form', N'自定义表单', N'zh-cn', N'2016-01-13 17:33:29.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028efa2523dfc4c01523e2adb110009', N'business.application', N'业务申请', N'zh-cn', N'2016-01-14 11:25:42.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028efa2523dfc4c01523e2c5f9b000c', N'individual.office', N'个人办公', N'zh-cn', N'2016-01-14 11:27:21.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028efa2523dfc4c01523e2d7ba5000e', N'process.design', N'流程管理', N'zh-cn', N'2016-01-14 11:28:34.000', N'admin', N'管理员', N'2016-01-14 18:58:21.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc4d46c481da0146c4a15aa60003', N'common.calendar', N'日历', N'zh-cn', N'2014-06-23 01:30:47.000', N'admin', N'管理员', N'2014-06-23 01:30:47.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc4d46c481da0146c4a190580005', N'common.calendar', N'Calendar', N'en', N'2014-06-23 01:31:01.000', N'admin', N'管理员', N'2014-06-23 01:31:01.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc4d46c481da0146c4a2dc220007', N'common.map', N'地图', N'zh-cn', N'2014-06-23 01:32:26.000', N'admin', N'管理员', N'2014-06-23 01:32:26.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc4d46c481da0146c4a2f24e0009', N'common.map', N'Map', N'en', N'2014-06-23 01:32:31.000', N'admin', N'管理员', N'2014-06-23 01:32:31.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc4d46c481da0146c4aff7ea000b', N'common.please.select', N'---请选择---', N'zh-cn', N'2014-06-23 01:46:45.000', N'admin', N'管理员', N'2014-06-23 01:46:45.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc4d46c481da0146c4b03310000d', N'common.please.select', N'Please Select', N'en', N'2014-06-23 01:47:00.000', N'admin', N'管理员', N'2014-06-23 02:01:20.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc4d46c481da0146c4b8af79000f', N'common.please.input.keyword', N'请输入关键字', N'zh-cn', N'2014-06-23 01:56:16.000', N'admin', N'管理员', N'2014-06-23 01:56:16.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc4d46c481da0146c4b8f7aa0011', N'common.please.input.keyword', N'Keyword', N'en', N'2014-06-23 01:56:34.000', N'admin', N'管理员', N'2014-06-23 01:56:34.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc4d46c481da0146c4ba979a0013', N'common.please.input.query.keyword', N'请输入查询关键字', N'zh-cn', N'2014-06-23 01:58:21.000', N'admin', N'管理员', N'2014-06-23 01:58:21.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc4d46c481da0146c4bade820015', N'common.please.input.query.keyword', N'Query keyword', N'en', N'2014-06-23 01:58:39.000', N'admin', N'管理员', N'2014-06-23 01:58:39.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc4d46c481da0146c4bee05c0018', N'common.query', N'查询', N'zh-cn', N'2014-06-23 02:03:02.000', N'admin', N'管理员', N'2015-11-30 12:37:53.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc4d46c481da0146c4bf0575001a', N'common.query', N'See', N'en', N'2014-06-23 02:03:11.000', N'admin', N'管理员', N'2015-10-27 22:47:21.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc4d46c481da0146c4bf4239001c', N'common.reset', N'重置', N'zh-cn', N'2014-06-23 02:03:27.000', N'admin', N'管理员', N'2014-06-23 02:03:27.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc4d46c481da0146c4bf638a001e', N'common.reset', N'Reset', N'en', N'2014-06-23 02:03:35.000', N'admin', N'管理员', N'2014-06-23 02:03:35.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c18cdc0146c19fa9370004', N'common.navegation', N'导航菜单', N'zh-cn', N'2014-06-22 11:30:04.000', N'admin', N'管理员', N'2014-06-22 11:30:04.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c18cdc0146c1a0a4d50006', N'common.navegation', N'Navegation', N'en', N'2014-06-22 11:31:09.000', N'admin', N'管理员', N'2014-06-22 11:31:09.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c18cdc0146c1a1b46e0008', N'common.control.panel', N'Control Panel', N'en', N'2014-06-22 11:32:18.000', N'admin', N'管理员', N'2014-06-22 11:32:18.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c18cdc0146c1a1e59b000a', N'common.control.panel', N'控制面板', N'zh-cn', N'2014-06-22 11:32:31.000', N'admin', N'管理员', N'2014-06-22 11:32:31.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c18cdc0146c1a2d668000c', N'common.profile', N'个人信息', N'zh-cn', N'2014-06-22 11:33:32.000', N'admin', N'管理员', N'2014-06-22 11:33:32.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c18cdc0146c1a31e02000e', N'common.profile', N'Profile', N'en', N'2014-06-22 11:33:51.000', N'admin', N'管理员', N'2014-06-22 11:33:51.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c18cdc0146c1a386000010', N'common.my.style', N'首页风格', N'zh-cn', N'2014-06-22 11:34:17.000', N'admin', N'管理员', N'2014-06-22 11:34:17.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c18cdc0146c1a3bccd0012', N'common.my.style', N'Style', N'en', N'2014-06-22 11:34:31.000', N'admin', N'管理员', N'2014-06-22 11:34:31.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c18cdc0146c1a412670014', N'common.logout', N'注销', N'zh-cn', N'2014-06-22 11:34:53.000', N'admin', N'管理员', N'2014-06-22 11:36:06.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c18cdc0146c1a4f99a0016', N'common.logout', N'Logout', N'en', N'2014-06-22 11:35:52.000', N'admin', N'管理员', N'2014-06-22 11:35:52.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c18cdc0146c1a5edff0019', N'common.exit', N'退出', N'zh-cn', N'2014-06-22 11:36:55.000', N'admin', N'管理员', N'2014-06-22 11:36:55.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c18cdc0146c1a60dff001b', N'common.exit', N'Exit', N'en', N'2014-06-22 11:37:03.000', N'admin', N'管理员', N'2014-06-22 11:37:03.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c18cdc0146c1a85f8e001d', N'common.user', N'User', N'en', N'2014-06-22 11:39:35.000', N'admin', N'管理员', N'2014-06-22 11:39:35.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c18cdc0146c1a88d9b001f', N'common.user', N'用户', N'zh-cn', N'2014-06-22 11:39:47.000', N'admin', N'管理员', N'2014-06-22 11:39:47.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c18cdc0146c1aae98c0025', N'common.platform', N'JEECG 演示系统', N'zh-cn', N'2014-06-22 11:42:22.000', N'admin', N'管理员', N'2014-06-22 11:42:22.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c18cdc0146c1ab90ac0027', N'common.platform', N'JEECG Platform', N'en', N'2014-06-22 11:43:04.000', N'admin', N'管理员', N'2014-06-22 11:43:04.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c1e09ce00017', N'lang.maintain', N'语言信息维护', N'zh-cn', N'2014-06-22 12:41:01.000', N'admin', N'管理员', N'2014-06-22 12:41:01.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c1e0f0780019', N'lang.maintain', N'Language Maintain', N'en', N'2014-06-22 12:41:22.000', N'admin', N'管理员', N'2014-06-23 13:37:39.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c1ea9872002b', N'online.develop', N'Online Develop', N'en', N'2014-06-22 12:51:55.000', N'admin', N'管理员', N'2014-06-22 12:51:55.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c1eaf4d6002d', N'online.develop', N'在线开发', N'zh-cn', N'2014-06-22 12:52:19.000', N'admin', N'管理员', N'2016-04-14 12:36:39.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c1eb749c002f', N'system.manage', N'系统管理', N'zh-cn', N'2014-06-22 12:52:51.000', N'admin', N'管理员', N'2014-06-22 12:52:51.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c1ebac710031', N'system.manage', N'System Manage', N'en', N'2014-06-22 12:53:06.000', N'admin', N'管理员', N'2014-06-22 12:53:06.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c1ec37a10033', N'project.manage', N'项目管理', N'zh-cn', N'2014-06-22 12:53:41.000', N'admin', N'管理员', N'2014-06-22 12:53:41.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c1ec67a40035', N'project.manage', N'Project Manage', N'en', N'2014-06-22 12:53:54.000', N'admin', N'管理员', N'2014-06-22 12:53:54.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c1ed9e6e0037', N'general.demo', N'常用示例', N'zh-cn', N'2014-06-22 12:55:13.000', N'admin', N'管理员', N'2014-06-22 12:55:13.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c1edcc6d0039', N'general.demo', N'Demo', N'en', N'2014-06-22 12:55:25.000', N'admin', N'管理员', N'2014-06-22 12:55:25.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c1ee629d003b', N'system.monitor', N'系统监控', N'zh-cn', N'2014-06-22 12:56:03.000', N'admin', N'管理员', N'2014-06-22 12:56:03.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c1eebe6c003d', N'system.monitor', N'System Monitor', N'en', N'2014-06-22 12:56:27.000', N'admin', N'管理员', N'2014-06-22 12:56:27.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c1ef4206003f', N'workflow.manage', N'工作流管理', N'zh-cn', N'2014-06-22 12:57:01.000', N'admin', N'管理员', N'2014-06-22 12:57:01.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c1ef78d20041', N'workflow.manage', N'Workflow Manage', N'en', N'2014-06-22 12:57:15.000', N'admin', N'管理员', N'2014-06-22 12:57:15.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c1fe512f0045', N'common.change.password', N'修改密码', N'zh-cn', N'2014-06-22 13:13:28.000', N'admin', N'管理员', N'2014-06-22 13:13:28.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c1fe90260047', N'common.change.password', N'Change Password', N'en', N'2014-06-22 13:13:44.000', N'admin', N'管理员', N'2014-06-22 13:13:44.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c202c92c0049', N'common.copyright', N'JEECG 版权所有', N'zh-cn', N'2014-06-22 13:18:20.000', N'admin', N'管理员', N'2014-06-23 11:01:46.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c203cd8d004b', N'common.copyright', N'JEEECT Copyright Reserved', N'en', N'2014-06-22 13:19:27.000', N'admin', N'管理员', N'2014-06-22 13:19:27.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c20508bf004d', N'common.refresh', N'刷新缓存', N'zh-cn', N'2014-06-22 13:20:48.000', N'admin', N'管理员', N'2014-06-22 13:20:48.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c2053659004f', N'common.refresh', N'Refresh', N'en', N'2014-06-22 13:20:59.000', N'admin', N'管理员', N'2014-06-22 13:20:59.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c2057c580051', N'common.close', N'Close', N'en', N'2014-06-22 13:21:17.000', N'admin', N'管理员', N'2014-06-22 13:21:17.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c205aff20053', N'common.close', N'关闭', N'zh-cn', N'2014-06-22 13:21:31.000', N'admin', N'管理员', N'2014-06-22 13:21:31.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c205f4be0055', N'common.close.all', N'全部关闭', N'zh-cn', N'2014-06-22 13:21:48.000', N'admin', N'管理员', N'2014-06-22 13:21:48.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c20631f70057', N'common.close.all', N'Close All', N'en', N'2014-06-22 13:22:04.000', N'admin', N'管理员', N'2014-06-22 13:22:04.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c2070b8a0059', N'common.close.all.but.this', N'Close all but this', N'en', N'2014-06-22 13:23:00.000', N'admin', N'管理员', N'2014-06-22 13:23:00.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c2074657005b', N'common.close.all.but.this', N'除此之外全部关闭', N'zh-cn', N'2014-06-22 13:23:15.000', N'admin', N'管理员', N'2014-06-22 13:23:15.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c207f0bc005d', N'common.close.all.right', N'当前页右侧全部关闭', N'zh-cn', N'2014-06-22 13:23:58.000', N'admin', N'管理员', N'2014-06-22 13:23:58.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c2085b89005f', N'common.close.all.right', N'Close all on right', N'en', N'2014-06-22 13:24:26.000', N'admin', N'管理员', N'2014-06-22 13:24:26.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c208cabc0061', N'common.close.all.left', N'当前页左侧全部关闭', N'zh-cn', N'2014-06-22 13:24:54.000', N'admin', N'管理员', N'2014-06-22 13:24:54.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c2094dee0063', N'common.close.all.left', N'Close all on left', N'en', N'2014-06-22 13:25:28.000', N'admin', N'管理员', N'2014-06-22 13:25:28.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c2325e890069', N'common.assist.tools', N'辅助工具', N'zh-cn', N'2014-06-22 14:10:19.000', N'admin', N'管理员', N'2014-06-22 14:10:19.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c2330cf3006b', N'common.assist.tools', N'Tool', N'en', N'2014-06-22 14:11:04.000', N'admin', N'管理员', N'2014-06-22 14:11:04.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c238a6eb006d', N'common.online.user', N'用户在线列表', N'zh-cn', N'2014-06-22 14:17:11.000', N'admin', N'管理员', N'2014-06-22 14:17:11.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c238d41e006f', N'common.online.user', N'Online User', N'en', N'2014-06-22 14:17:22.000', N'admin', N'管理员', N'2014-06-22 14:17:22.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471f9575f10001', N'language.manage', N'国际化语言', N'zh-cn', N'2014-07-10 17:23:14.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-10-15 11:31:11.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471f95fdd20003', N'language.manage', N'Lang Manage', N'en', N'2014-07-10 17:23:49.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 17:23:49.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fc8bd5d0010', N'form.template', N'模板配置', N'zh-cn', N'2014-07-10 18:19:15.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:19:15.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fc8dc9b0012', N'form.template', N'Form Template', N'en', N'2014-07-10 18:19:23.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:19:23.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fc961b70014', N'function.test', N'功能测试', N'zh-cn', N'2014-07-10 18:19:57.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:19:57.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fc97f300016', N'function.test', N'Function Test', N'en', N'2014-07-10 18:20:04.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:20:04.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fc9e6310018', N'config.place', N'配置地址', N'zh-cn', N'2014-07-10 18:20:31.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:20:31.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fca0508001a', N'config.place', N'Setting Address', N'en', N'2014-07-10 18:20:39.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:20:39.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fcd6c920020', N'table.exit.in.db.confirm', N'表在数据库中已存在\n确认删除', N'zh-cn', N'2014-07-10 18:24:22.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:24:22.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fcdd7140022', N'table.exit.in.db.confirm', N'Table exit already\n Confirm Delete', N'en', N'2014-07-10 18:24:49.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:24:49.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fce9e7a0024', N'confirm.delete.record', N'确认移除该记录', N'zh-cn', N'2014-07-10 18:25:40.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:25:40.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fcec9d60026', N'confirm.delete.record', N'Confirm delete record', N'en', N'2014-07-10 18:25:51.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:25:51.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fcf68be0028', N'form.datalist', N'表单数据列表', N'zh-cn', N'2014-07-10 18:26:32.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:26:32.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fcf948f002a', N'form.datalist', N'Form data list', N'en', N'2014-07-10 18:26:43.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:26:43.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fd33eb1002e', N'common.please.select.edit.item', N'请选择编辑项目', N'zh-cn', N'2014-07-10 18:30:43.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:30:43.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fd36c4d0030', N'common.please.select.edit.item', N'Please select edit item', N'en', N'2014-07-10 18:30:55.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:30:55.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fd429130032', N'common.please.select.one.record.to.edit', N'请选择一条记录再编辑', N'zh-cn', N'2014-07-10 18:31:43.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:31:43.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fd487c40034', N'common.please.select.one.record.to.edit', N'Please select one record to edit', N'en', N'2014-07-10 18:32:07.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:32:07.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fd8bd8f003c', N'common.menu.link', N'菜单链接', N'zh-cn', N'2014-07-10 18:36:43.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:36:43.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fd8d355003e', N'common.menu.link', N'Menu Link', N'en', N'2014-07-10 18:36:49.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:36:49.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fdae99f0040', N'form.sqlimport', N'表单SQL导入', N'zh-cn', N'2014-07-10 18:39:06.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:39:06.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fdb06f60042', N'form.sqlimport', N'Form SQL Import', N'en', N'2014-07-10 18:39:13.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:39:13.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fdbd2b60044', N'slave.table.can.not.generate.code', N'附表不能代码生成', N'zh-cn', N'2014-07-10 18:40:05.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:40:05.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fdc1ba70046', N'slave.table.can.not.generate.code', N'Slave table can not generate code', N'en', N'2014-07-10 18:40:24.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:47:00.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fdd7b230048', N'please.syncdb', N'请先同步数据库', N'zh-cn', N'2014-07-10 18:41:54.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:41:54.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fde0d02004a', N'please.syncdb', N'Please synchronize database first', N'en', N'2014-07-10 18:42:31.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:42:31.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fde8727004c', N'code.generate', N'代码生成', N'zh-cn', N'2014-07-10 18:43:03.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:43:03.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fdebba6004e', N'code.generate', N'Code Generate', N'en', N'2014-07-10 18:43:16.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:43:16.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fdfb0040050', N'please.select.sync.method', N'请选择同步方式', N'zh-cn', N'2014-07-10 18:44:19.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:44:19.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fdff96f0052', N'please.select.sync.method', N'Please select synchronize method', N'en', N'2014-07-10 18:44:37.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:44:37.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fe393f60059', N'normal.sync', N'普通同步(保留表数据)', N'zh-cn', N'2014-07-10 18:48:34.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:48:34.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fe4c6cb005b', N'normal.sync', N'Normal Sync(Retain Data)', N'en', N'2014-07-10 18:49:52.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:49:52.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fe58641005d', N'force.sync', N'强制同步(删除表,重新生成)', N'zh-cn', N'2014-07-10 18:50:41.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:50:41.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fe611cd005f', N'force.sync', N'Force Sync(Delete Table, ReGenerate)', N'en', N'2014-07-10 18:51:17.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:51:17.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471ff8d3000061', N'enhance.type', N'增强类型', N'zh-cn', N'2014-07-10 19:11:46.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 19:11:46.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471ff8fcca0063', N'enhance.type', N'Enhance Type', N'en', N'2014-07-10 19:11:57.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 19:11:57.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471ff9ec220065', N'enhance.js', N'增强js', N'zh-cn', N'2014-07-10 19:12:58.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 19:12:58.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471ffa2ef10067', N'enhance.js', N'Enhance JS', N'en', N'2014-07-10 19:13:15.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 19:13:15.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471ffb99300069', N'get.error', N'出错了', N'zh-cn', N'2014-07-10 19:14:48.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 19:14:48.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471ffbb3d7006b', N'get.error', N'Get Error', N'en', N'2014-07-10 19:14:55.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 19:14:55.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471ffcc59f006d', N'operate.code', N'页面控件编码', N'zh-cn', N'2014-07-10 19:16:05.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-04-02 22:30:34.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471ffce066006f', N'operate.code', N'Page Element Code', N'en', N'2014-07-10 19:16:12.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-04-02 22:30:50.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471ffed3280075', N'enhance.sql', N'增强sql', N'zh-cn', N'2014-07-10 19:18:19.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 19:18:19.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471ffeef0d0077', N'enhance.sql', N'Enhance SQL', N'en', N'2014-07-10 19:18:26.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 19:18:26.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'41e9ba5d4f2546fd871d0a4a401732a8', N'common.phone', N'手机号码', N'zh-cn', N'2014-07-03 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'42a24520ac85497d9da92af210113da2', N'common.status', N'状态', N'zh-cn', N'2014-07-03 18:39:42.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'52ce422654ab40329fe3a0518b5c8f67', N'password.rang6to18', N'The password is at least 6 characters long, up to 18 characters', N'en', N'2014-07-04 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'5910b83799b242318f456a4f42303cb0', N'select.byrole', N'按角色选择', N'zh-cn', N'2014-07-03 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'5e5106b716d6476cae700ab27f2da555', N'common.middle', N'中', N'zh-cn', N'2014-07-04 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'767053e885704be2b203fbe5c0389b73', N'common.password.reset', N'密码重置', N'zh-cn', N'2014-07-03 18:39:42.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'7aae85094220429a84158e4db5c05d45', N'common.status', N'Status', N'en', N'2014-07-03 18:39:42.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'7f980a800b114020b085530096b95d86', N'role.muti.select', N'角色可多选', N'zh-cn', N'2014-07-04 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54dfb73d7014dfb7688c40001', N'form.db.name', N'dbCode', N'en', N'2015-06-16 16:22:39.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54dfb73d7014dfb76ed1b0003', N'form.db.name', N'数据源编码', N'zh-cn', N'2015-06-16 16:23:04.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54dfb73d7014dfb7a1f830007', N'form.db.tablename', N'dbTableName', N'en', N'2015-06-16 16:26:34.000', N'admin', N'管理员', N'2015-06-16 16:27:13.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54dfb73d7014dfb7a56130009', N'form.db.tablename', N'数据库表名', N'zh-cn', N'2015-06-16 16:26:48.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54dfb73d7014dfb7ae850000c', N'form.db.synsql', N'dbSynSql', N'en', N'2015-06-16 16:27:25.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54dfb73d7014dfb7b1b28000e', N'form.db.synsql', N'动态查询SQ', N'zh-cn', N'2015-06-16 16:27:38.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54dfb73d7014dfb7b84800010', N'form.auto.formid', N'autoFormId', N'en', N'2015-06-16 16:28:05.000', N'admin', N'管理员', N'2015-06-16 16:55:30.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54dfb73d7014dfb7bb98a0012', N'form.auto.formid', N'主键字段', N'zh-cn', N'2015-06-16 16:28:19.000', N'admin', N'管理员', N'2015-06-16 16:55:24.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54e2e5e3b014e2e68f43d001a', N'form.db.preview', N'预览', N'zh-cn', N'2015-06-26 13:48:27.000', N'admin', N'管理员', N'2015-06-26 13:49:44.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54e2e5e3b014e2e6a52a2001d', N'form.db.preview', N'preview', N'en', N'2015-06-26 13:49:56.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54e2e8df2014e2e91fed00001', N'form.db.param.input', N'参数录入区', N'zh-cn', N'2015-06-26 14:33:16.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54e2e8df2014e2e92522f0003', N'form.db.param.input', N'paramInput', N'en', N'2015-06-26 14:33:38.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54e2e8df2014e2e93f8f70005', N'form.db.data.view', N'结果展示区', N'zh-cn', N'2015-06-26 14:35:26.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54e2e8df2014e2e9433120007', N'form.db.data.view', N'dataView', N'en', N'2015-06-26 14:35:41.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54e2e8df2014e2e9696630009', N'form.db.data.query', N'dataQuery', N'en', N'2015-06-26 14:38:17.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54e2e8df2014e2e96c7f2000b', N'form.db.data.query', N'数据查询', N'zh-cn', N'2015-06-26 14:38:30.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54e3ce62e014e3d07eb820001', N'java.enhance', N'java增强', N'zh-cn', N'2015-06-29 09:56:46.000', N'admin', N'管理员', N'2015-06-29 10:00:07.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54e3ce62e014e3d0835860003', N'java.enhance', N'javaEnhance', N'en', N'2015-06-29 09:57:05.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54e3e2ca9014e3e46f3c40001', N'common.value', N'数值', N'zh-cn', N'2015-06-29 15:45:14.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54e3e2ca9014e3e472c390003', N'common.value', N'value', N'en', N'2015-06-29 15:45:28.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54e3e2ca9014e3e491d0a0005', N'java.enhance.type', N'扩展类型', N'zh-cn', N'2015-06-29 15:47:35.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54e3e2ca9014e3e49822c0007', N'java.enhance.type', N'enhanceType', N'en', N'2015-06-29 15:48:01.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54e3e2ca9014e3e50bc7b000b', N'java.enhance.type.class', N'java-class', N'zh-cn', N'2015-06-29 15:55:55.000', N'admin', N'管理员', N'2015-06-29 15:56:26.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54e3e2ca9014e3e519584000e', N'java.enhance.type.spring', N'spring-key', N'zh-cn', N'2015-06-29 15:56:50.000', N'admin', N'管理员', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab00846c664b70146c741b9ed0045', N'lang.langkey', N'语言主键', N'zh-cn', N'2014-06-23 13:45:11.000', N'admin', N'管理员', N'2014-06-23 13:45:11.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab00846c664b70146c74226100047', N'lang.langkey', N'Lang Key', N'en', N'2014-06-23 13:45:39.000', N'admin', N'管理员', N'2014-06-23 13:45:39.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab00846c664b70146c743a8a40049', N'common.content', N'内容', N'zh-cn', N'2014-06-23 13:47:18.000', N'admin', N'管理员', N'2014-06-23 13:47:18.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab00846c664b70146c74416f5004b', N'common.content', N'Content', N'en', N'2014-06-23 13:47:46.000', N'admin', N'管理员', N'2014-06-23 13:47:46.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab00846c664b70146c74526330050', N'common.language', N'Language', N'en', N'2014-06-23 13:48:56.000', N'admin', N'管理员', N'2014-06-23 13:48:56.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab00846c664b70146c77efdb60076', N'common.import', N'数据导入', N'zh-cn', N'2014-06-23 14:52:06.000', N'admin', N'管理员', N'2014-06-23 14:52:06.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab00846c664b70146c77f95070078', N'common.import', N'Data Import', N'en', N'2014-06-23 14:52:45.000', N'admin', N'管理员', N'2014-06-23 14:52:45.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab00846c664b70146c7802f4f007a', N'common.export', N'数据导出', N'zh-cn', N'2014-06-23 14:53:25.000', N'admin', N'管理员', N'2014-06-23 14:58:50.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab00846c664b70146c7809eb6007c', N'common.export', N'Data Export', N'en', N'2014-06-23 14:53:53.000', N'admin', N'管理员', N'2014-06-23 14:59:00.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab00846d1bb660146d1ef63000003', N'user.manage', N'用户管理', N'zh-cn', N'2014-06-25 15:31:05.000', N'admin', N'管理员', N'2014-06-25 15:31:05.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab00846d1bb660146d1eff19e0005', N'user.manage', N'User Manage', N'en', N'2014-06-25 15:31:41.000', N'admin', N'管理员', N'2014-06-25 15:31:41.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab00846d1bb660146d1f12ae00007', N'common.data.dictionary', N'Data Dictionary ', N'en', N'2014-06-25 15:33:01.000', N'admin', N'管理员', N'2014-06-25 16:10:45.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab00846d1bb660146d1f1635a0009', N'common.data.dictionary', N'数据字典', N'zh-cn', N'2014-06-25 15:33:16.000', N'admin', N'管理员', N'2014-06-25 15:33:16.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab00846d1bb660146d1f24c0b000b', N'role.manage', N'角色管理', N'zh-cn', N'2014-06-25 15:34:15.000', N'admin', N'管理员', N'2014-06-25 15:34:15.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab00846d1bb660146d1f35861000f', N'role.manage', N'Role Manage', N'en', N'2014-06-25 15:35:24.000', N'admin', N'管理员', N'2014-06-25 15:35:24.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab00846d1bb660146d1f8e1610015', N'icon.manage', N'系统图标', N'zh-cn', N'2014-06-25 15:41:27.000', N'admin', N'管理员', N'2015-10-15 11:37:26.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab00846d1bb660146d1fbc5bf0017', N'icon.manage', N'System Icon', N'en', N'2014-06-25 15:44:36.000', N'admin', N'管理员', N'2015-10-15 11:37:41.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab00846d1bb660146d1fffdb40019', N'department.manage', N'组织机构', N'zh-cn', N'2014-06-25 15:49:13.000', N'admin', N'管理员', N'2015-10-15 10:57:18.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab00846d1bb660146d20cbafe001b', N'department.manage', N'Org Manage', N'en', N'2014-06-25 16:03:08.000', N'admin', N'管理员', N'2014-06-25 16:03:08.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab01b46b7bff40146b7c2eb6f0001', N'common.dash_board', N'首页', N'zh-cn', N'2014-06-20 13:32:23.000', N'admin', N'管理员', N'2014-06-20 14:58:43.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab01b46b7bff40146b7c38f560003', N'common.dash_board', N'Dashboard', N'en', N'2014-06-20 13:33:05.000', N'admin', N'管理员', N'2014-06-20 14:58:51.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab01b46b802300146b8038a070001', N'common.add.success', N'添加成功', N'zh-cn', N'2014-06-20 14:42:58.000', N'admin', N'管理员', N'2014-06-20 14:42:58.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab01b46b802300146b8048a5e0004', N'common.add.success', N'Add success', N'en', N'2014-06-20 14:44:03.000', N'admin', N'管理员', N'2014-06-20 14:44:03.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab01b46b802300146b806d7bd0006', N'common.edit.success', N'更新成功', N'zh-cn', N'2014-06-20 14:46:34.000', N'admin', N'管理员', N'2014-06-20 14:46:34.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab01b46b802300146b807c4e60008', N'common.edit.success', N'Update success', N'en', N'2014-06-20 14:47:35.000', N'admin', N'管理员', N'2014-06-20 14:47:35.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab01b46b80a850146b80cf84d0002', N'common.delete.success', N'删除成功', N'zh-cn', N'2014-06-20 14:53:16.000', N'admin', N'管理员', N'2014-06-20 14:53:16.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab01b46b80a850146b80d35b70004', N'common.delete.success', N'Delete success', N'en', N'2014-06-20 14:53:31.000', N'admin', N'管理员', N'2014-06-20 14:53:31.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab01b46b80a850146b80e7d420006', N'common.edit.fail', N'更新失败', N'zh-cn', N'2014-06-20 14:54:55.000', N'admin', N'管理员', N'2014-06-20 14:54:55.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab01b46b80a850146b80eddca0008', N'common.edit.fail', N'Update Fail', N'en', N'2014-06-20 14:55:20.000', N'admin', N'管理员', N'2014-06-20 14:55:20.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab01b46b83b0b0146b83ec7070008', N'common.notfind.langkey', N'', N'zh-cn', N'2014-06-20 15:55:50.000', N'admin', N'管理员', N'2014-06-21 01:18:10.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab01b46b83b0b0146b83ec7070009', N'common.notfind.langkey', N'', N'en', N'2014-06-20 15:57:14.000', N'admin', N'管理员', N'2014-06-21 01:18:16.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab02147423c5101474264c8980002', N'common.confirm', N'确定', N'zh-cn', N'2014-07-17 11:36:47.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:36:47.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab02147423c5101474264e0510004', N'common.confirm', N'Confirm', N'en', N'2014-07-17 11:36:53.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:36:53.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab02147423c51014742654bd20006', N'common.remove', N'Remove', N'en', N'2014-07-17 11:37:20.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:37:20.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab02147423c510147426569f90008', N'common.remove', N'移除', N'zh-cn', N'2014-07-17 11:37:28.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:37:28.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab02147423c5101474265ac98000a', N'common.item', N'条', N'zh-cn', N'2014-07-17 11:37:45.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:37:45.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab02147423c5101474265cdc1000c', N'common.item', N'Item', N'en', N'2014-07-17 11:37:53.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:37:53.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab02147423c51014742662411000e', N'common.total', N'共', N'zh-cn', N'2014-07-17 11:38:15.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:38:15.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab02147423c51014742664c5c0010', N'common.total', N'Total', N'en', N'2014-07-17 11:38:26.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:38:26.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab02147423c51014742669c660012', N'common.inactive', N'未激活', N'zh-cn', N'2014-07-17 11:38:46.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:38:46.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab02147423c5101474266cf100014', N'common.inactive', N'Inactive', N'en', N'2014-07-17 11:38:59.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:38:59.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab02147423c5101474267077d0016', N'common.active', N'激活', N'zh-cn', N'2014-07-17 11:39:14.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:39:14.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab02147423c510147426722730018', N'common.active', N'Active', N'en', N'2014-07-17 11:39:21.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:39:21.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab02147423c5101474267fdef001e', N'common.languagekey', N'Lang Key', N'en', N'2014-07-17 11:40:17.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:40:17.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab02147423c51014742687da20020', N'common.languagekey', N'语言Key', N'zh-cn', N'2014-07-17 11:40:49.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:40:49.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b05f8860005', N'common.remember.user', N'是否记住用户名', N'zh-cn', N'2014-07-25 08:57:39.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 08:57:39.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b0642280007', N'common.remember.user', N'Remember User', N'en', N'2014-07-25 08:57:58.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 08:57:58.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b0b61120009', N'common.login.success.wait', N'登陆成功!请稍后....', N'zh-cn', N'2014-07-25 09:03:33.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:03:33.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b0bc257000b', N'common.login.success.wait', N'Login success, waiting....', N'en', N'2014-07-25 09:03:58.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:03:58.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b0d4233000d', N'common.init.data', N'是否初始化数据', N'zh-cn', N'2014-07-25 09:05:36.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:05:36.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b0db938000f', N'common.init.data', N'Initialize data?', N'en', N'2014-07-25 09:06:07.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:06:07.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b162e630012', N'lang.order.type', N'订单类型', N'zh-cn', N'2014-07-25 09:15:21.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:15:21.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b164ceb0014', N'lang.order.type', N'Order Type', N'en', N'2014-07-25 09:15:29.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:15:29.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b16a56e0016', N'lang.customer.type', N'客户类型', N'zh-cn', N'2014-07-25 09:15:52.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:15:52.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b16c0d50018', N'lang.customer.type', N'Customer Type', N'en', N'2014-07-25 09:15:59.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:15:59.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b170b9a001a', N'lang.service.item.type', N'服务项目类型', N'zh-cn', N'2014-07-25 09:16:18.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:16:18.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b1749cc001c', N'lang.service.item.type', N'Service Item Type', N'en', N'2014-07-25 09:16:34.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:16:34.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b1936c60020', N'common.logic.condition', N'逻辑条件', N'zh-cn', N'2014-07-25 09:18:40.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:18:40.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b1956dd0022', N'common.logic.condition', N'Logic Condition', N'en', N'2014-07-25 09:18:48.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:18:48.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b1a1cc30024', N'common.data.table', N'数据表', N'zh-cn', N'2014-07-25 09:19:39.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:19:39.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b1a3c0a0026', N'common.data.table', N'Data Table', N'en', N'2014-07-25 09:19:47.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:19:47.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b1ac59e0028', N'common.document.category', N'文档分类', N'zh-cn', N'2014-07-25 09:20:22.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:20:22.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b1aeaa3002a', N'common.document.category', N'Document Category', N'en', N'2014-07-25 09:20:31.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:20:31.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b1b3e55002c', N'common.sex.type', N'性别类', N'zh-cn', N'2014-07-25 09:20:53.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:20:53.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b1b59af002e', N'common.sex.type', N'Sex Type', N'en', N'2014-07-25 09:21:00.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:21:00.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b1c08ba0030', N'common.attachment', N'附件', N'zh-cn', N'2014-07-25 09:21:45.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:21:45.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b1c22dd0032', N'common.attachment', N'Attachment', N'en', N'2014-07-25 09:21:51.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:21:51.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b1d4e400034', N'lang.excellent.order', N'优质订单', N'zh-cn', N'2014-07-25 09:23:08.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:23:08.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b1d7ece0036', N'lang.excellent.order', N'Excellent Order', N'en', N'2014-07-25 09:23:20.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:23:20.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b1de2050038', N'lang.normal.order', N'普通订单', N'zh-cn', N'2014-07-25 09:23:46.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:23:46.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b1dfde4003a', N'lang.normal.order', N'Normal Order', N'en', N'2014-07-25 09:23:53.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:23:53.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b1ef393003c', N'lang.contract.customer', N'签约客户', N'zh-cn', N'2014-07-25 09:24:56.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:24:56.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b1f0b32003e', N'lang.contract.customer', N'Contract Customer', N'en', N'2014-07-25 09:25:02.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:25:02.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b1f4fea0040', N'lang.normal.customer', N'普通客户', N'zh-cn', N'2014-07-25 09:25:19.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:25:19.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b1f67050042', N'lang.normal.customer', N'Normal Customer', N'en', N'2014-07-25 09:25:25.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:25:25.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b1fa93d0044', N'lang.special.servcie', N'特殊服务', N'zh-cn', N'2014-07-25 09:25:42.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:25:42.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b1fceec0046', N'lang.special.servcie', N'Special Service', N'en', N'2014-07-25 09:25:52.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:25:52.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b2014720048', N'lang.normal.service', N'普通服务', N'zh-cn', N'2014-07-25 09:26:10.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:26:10.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b203ca4004a', N'lang.normal.service', N'Normal Service', N'en', N'2014-07-25 09:26:20.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:26:20.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b20bf5a004c', N'common.single.condition.query', N'单条件查询', N'zh-cn', N'2014-07-25 09:26:54.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:26:54.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b20e447004e', N'common.single.condition.query', N'Single Condition Query', N'en', N'2014-07-25 09:27:03.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:27:03.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b214fe20050', N'common.scope.query', N'范围查询', N'zh-cn', N'2014-07-25 09:27:31.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:27:31.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b2171de0052', N'common.scope.query', N'Scope Queyr', N'en', N'2014-07-25 09:27:39.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:27:39.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b21ffbf0054', N'common.db.integer', N'Integer', N'en', N'2014-07-25 09:28:16.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:29:19.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b2227930056', N'common.db.integer', N'数值类型', N'zh-cn', N'2014-07-25 09:28:26.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:29:23.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b234ba5005a', N'common.db.date', N'Date', N'en', N'2014-07-25 09:29:41.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:29:41.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b238657005c', N'common.db.date', N'日期类型', N'zh-cn', N'2014-07-25 09:29:56.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:29:56.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b23efed005e', N'common.db.string', N'字符类型', N'zh-cn', N'2014-07-25 09:30:23.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:30:23.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b2404d30060', N'common.db.string', N'String', N'en', N'2014-07-25 09:30:28.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:30:28.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b245e800062', N'common.db.long', N'Long', N'en', N'2014-07-25 09:30:51.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:30:51.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b248ee60064', N'common.db.long', N'长整型', N'zh-cn', N'2014-07-25 09:31:03.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:31:03.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b253d760066', N'common.workflow.engine.table', N'工作流引擎表', N'zh-cn', N'2014-07-25 09:31:48.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:31:48.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b256e3a0068', N'common.workflow.engine.table', N'Workflow Engine Table', N'en', N'2014-07-25 09:32:00.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:32:00.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b25c1d4006a', N'common.system.table', N'系统基础表', N'zh-cn', N'2014-07-25 09:32:22.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:32:22.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b25d9b3006c', N'common.system.table', N'System Table', N'en', N'2014-07-25 09:32:28.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:32:28.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b267773006e', N'common.business.table', N'业务表', N'zh-cn', N'2014-07-25 09:33:08.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:33:08.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b26a71c0070', N'common.business.table', N'Business Table', N'en', N'2014-07-25 09:33:21.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:33:21.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b2761320072', N'common.customer.engine.table', N'自定义引擎表', N'zh-cn', N'2014-07-25 09:34:08.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:34:08.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b2791440074', N'common.customer.engine.table', N'Customer Engine Table', N'en', N'2014-07-25 09:34:20.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:34:20.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b27d3790076', N'common.news', N'新闻', N'zh-cn', N'2014-07-25 09:34:37.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:34:37.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b27f9b30078', N'新闻', N'News', N'en', N'2014-07-25 09:34:47.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:34:47.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b28e56e007a', N'common.male', N'男性', N'zh-cn', N'2014-07-25 09:35:48.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:35:48.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b28fa30007c', N'common.male', N'Male', N'en', N'2014-07-25 09:35:53.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:35:53.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b291a73007e', N'common.female', N'女性', N'zh-cn', N'2014-07-25 09:36:01.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:36:01.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b29466c0080', N'common.female', N'Female', N'en', N'2014-07-25 09:36:12.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:36:12.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0ba487c37d001487c488a4d0006', N'common.datasource.manage', N'多数据源管理', N'zh-cn', N'2014-09-16 10:26:41.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-09-16 10:30:20.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0ba487c37d001487c491f480008', N'common.datasource.manage', N'Multiple DataSource Manage', N'en', N'2014-09-16 10:27:20.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-09-16 10:30:56.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0ba487c527201487c5f6d400001', N'common.datasrouce.key', N'多数据源主键', N'zh-cn', N'2014-09-16 10:51:41.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0ba487c527201487c5fba980003', N'common.datasrouce.key', N'Mutipule DataSource Key', N'en', N'2014-09-16 10:52:01.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0ba487c527201487c6193ec0005', N'common.driverclass', N'驱动类', N'zh-cn', N'2014-09-16 10:54:02.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0ba487c527201487c61b73d0007', N'common.driverclass', N'Driver Class', N'en', N'2014-09-16 10:54:11.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0ba487c527201487c62b0b00009', N'common.datasrouce.url', N'数据源地址', N'zh-cn', N'2014-09-16 10:55:15.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0ba487c527201487c62f4d8000b', N'common.datasrouce.url', N'DataSource URL', N'en', N'2014-09-16 10:55:33.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0ba487c527201487c63c17c000d', N'common.dbuser', N'数据库用户名', N'zh-cn', N'2014-09-16 10:56:25.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0ba487c527201487c63f0bf000f', N'common.dbuser', N'DB User', N'en', N'2014-09-16 10:56:37.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0ba487c527201487c6430510011', N'common.dbpassword', N'数据库密码', N'zh-cn', N'2014-09-16 10:56:53.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0ba487c527201487c6456940013', N'common.dbpassword', N'DB Password', N'en', N'2014-09-16 10:57:03.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0ba487c527201487c66d45d0015', N'common.dbtype', N'数据库类型', N'zh-cn', N'2014-09-16 10:59:46.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0ba487c527201487c66ffe00017', N'common.dbtype', N'DB Type', N'en', N'2014-09-16 10:59:58.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0ba487c527201487c79d0660021', N'common.oracle', N'甲骨文Oracle数据库', N'zh-cn', N'2014-09-16 11:20:31.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-09-16 11:21:58.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0ba487c527201487c7aee7b0024', N'common.oracle', N'Oracle', N'en', N'2014-09-16 11:21:44.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0ba487c527201487c8f0bfc0027', N'common.sqlserver2008', N'微软SQL Server2008', N'zh-cn', N'2014-09-16 11:43:42.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-09-16 11:48:44.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0ba487c527201487c8f57910029', N'common.sqlserver2008', N'SQL Server2008', N'en', N'2014-09-16 11:44:01.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0ba487c527201487c94614b002d', N'common.mysql', N'甲骨文MySQL', N'zh-cn', N'2014-09-16 11:49:32.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0ba487c527201487c948fc0002f', N'common.mysql', N'MySQL', N'en', N'2014-09-16 11:49:44.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0c34761c347014761dfb98c0001', N'common.english', N'English', N'en', N'2014-07-23 14:19:17.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-23 14:19:17.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0c34761c347014761dfde030003', N'common.english', N'English', N'zh-cn', N'2014-07-23 14:19:27.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 08:51:07.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0c34761c347014761e00f350005', N'common.chinese', N'中文', N'en', N'2014-07-23 14:19:39.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 08:51:20.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0c34761c347014761e0305c0007', N'common.chinese', N'中文', N'zh-cn', N'2014-07-23 14:19:48.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-23 14:19:48.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0d44756a3bd014756ad82990002', N'user.analysis.histogram', N'用户分析直方图', N'zh-cn', N'2014-07-21 10:08:37.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-21 10:08:37.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0d44756a3bd014756ae22ce0004', N'usename.range2to10', N'用户名长度范围在2~10', N'zh-cn', N'2014-07-21 10:09:18.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-21 10:09:18.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0d44756a3bd014756ae9c2a0006', N'sequence.name', N'序号', N'zh-cn', N'2014-07-21 10:09:49.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2016-03-01 21:26:41.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0d44756ec17014756eff8410001', N'common.menu', N'菜单', N'zh-cn', N'2014-07-21 11:21:13.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-21 11:21:13.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0d44756ec17014756f0122e0003', N'common.menu', N'Menu', N'en', N'2014-07-21 11:21:19.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-21 11:21:19.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0d44756ec17014756f5940d0007', N'common.area', N'地域', N'zh-cn', N'2014-07-21 11:27:20.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-21 11:27:20.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0d44756ec17014756f5b12e0009', N'common.area', N'Area', N'en', N'2014-07-21 11:27:28.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-21 11:27:28.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0d447576a86014757a4266d0004', N'common.role.select', N'角色选择', N'zh-cn', N'2014-07-21 14:38:01.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-21 14:38:01.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0d447576a86014757a44a7b0006', N'common.role.select', N'Role Select', N'en', N'2014-07-21 14:38:10.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-21 14:38:10.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0d44757b3f2014757b802010004', N'common.cancel', N'Cancel', N'en', N'2014-07-21 14:59:42.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-21 14:59:42.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0d44757b3f2014757b821e00006', N'common.cancel', N'取消', N'zh-cn', N'2014-07-21 14:59:50.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-21 14:59:50.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0de46c66d490146c674f6ee0002', N'common.data.loading', N'数据加载中...', N'zh-cn', N'2014-06-23 10:01:32.000', N'admin', N'管理员', N'2014-06-23 10:01:32.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0de46c66d490146c675351b0004', N'common.data.loading', N'Data Loading......', N'en', N'2014-06-23 10:01:48.000', N'admin', N'管理员', N'2014-06-23 10:01:48.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0de46c66d490146c6788e550006', N'common.exit.confirm', N'确定退出该系统吗 ?', N'zh-cn', N'2014-06-23 10:05:28.000', N'admin', N'管理员', N'2014-06-23 10:05:28.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0de46c66d490146c678d8600008', N'common.exit.confirm', N'Confirm Exit?', N'en', N'2014-06-23 10:05:46.000', N'admin', N'管理员', N'2014-06-23 10:05:46.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0de46c66d490146c67af864000a', N'common.change.style', N'切换页面风格', N'zh-cn', N'2014-06-23 10:08:06.000', N'admin', N'管理员', N'2015-05-29 14:09:17.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0de46c66d490146c67b3590000c', N'common.change.style', N'Change Style', N'en', N'2014-06-23 10:08:21.000', N'admin', N'管理员', N'2014-06-23 10:08:21.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0de46c66d490146c683c4ea0012', N'common.browser.recommend', N'(推荐使用IE8+,谷歌浏览器可以获得更快,更安全的页面响应速度) 技术支持:', N'zh-cn', N'2014-06-23 10:17:42.000', N'admin', N'管理员', N'2014-06-23 11:05:48.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0de46c66d490146c68486160014', N'common.browser.recommend', N'(Recommend IE+, Google browser) Support: ', N'en', N'2014-06-23 10:18:32.000', N'admin', N'管理员', N'2014-06-23 10:18:32.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0e8476756d8014767594f500001', N'common.mutilang', N'多语言', N'zh-cn', N'2014-07-24 15:50:12.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-24 15:50:12.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0e8476756d801476759b8930003', N'common.mutilang', N'Muti Language', N'en', N'2014-07-24 15:50:38.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-24 15:50:38.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8c8d1c475192970147519e89800004', N'common.description', N'Description', N'en', N'2014-07-20 10:34:10.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-20 10:35:01.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8c8d1c475192970147519eae6d0006', N'common.description', N'描述', N'zh-cn', N'2014-07-20 10:34:19.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-20 10:34:19.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8c8d1c4751c965014751cb1ff50001', N'common.langcontext.exist', N'该内容已经存在,请不要重复添加', N'zh-cn', N'2014-07-20 11:22:52.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-20 11:22:52.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8c8d1c4751c965014751cd221a0003', N'common.langcontext.exist', N'Lang context exist already, don''t add it again', N'en', N'2014-07-20 11:25:03.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-20 11:25:03.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8b4f561992c84eaa958b10c7912896b8', N'common.weak', N'弱', N'zh-cn', N'2014-07-04 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8ca84db9bbcb44bfb39746822a976907', N'common.role', N'Role', N'en', N'2014-07-03 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'95903aa116c74bdb95b5be510a89c79d', N'common.tel', N'办公电话', N'zh-cn', N'2014-07-03 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'9c3a8db4891a4d4390f6093ae2fd81af', N'common.strong', N'强', N'zh-cn', N'2014-07-04 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'9f750fb969ed4bdcbbdb212c43746112', N'common.lock.user', N'lock user', N'en', N'2014-07-03 18:39:42.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'a8e5a8e8c5e44576a1500c3b5f57937b', N'select.byrole', N'According to the role select', N'en', N'2014-07-03 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'ac43aecc3356487c8eb5fa869149412f', N'common.repeat.password', N'重复密码', N'zh-cn', N'2014-07-03 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'aec73ffa01b5499db0253b3b34194560', N'username.rang2to10', N'用户名范围在2~10位字符', N'zh-cn', N'2014-07-04 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'b8865c9032054772b39d43efda9ba0c8', N'role.muti.select', N'The role of multiple choices', N'en', N'2014-07-04 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'b8dae445b3ef468db87167ddd8cd1b64', N'please.select.department', N'请选择组织机构', N'zh-cn', N'2014-07-04 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'c150726fac0d43fd9bf28f4590018950', N'common.username', N'User Name', N'en', N'2014-07-03 18:39:42.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'caaf209a7acb413ea59bbdf30e944f20', N'common.common.mail', N'Mail', N'en', N'2014-07-03 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'ce8b2968f1fc49bba1a636ca18e7f08f', N'usename.range2to10', N'The user name in the range of 2~10 characters', N'en', N'2014-07-03 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'd136cd1f25cc42fe8a0fae2dddc5de23', N'common.weak', N'Weak', N'en', N'2014-07-04 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'dc787a2087ea4f248a394f8a88a5792c', N'common.real.name', N'真实姓名', N'zh-cn', N'2014-07-03 18:39:42.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'df075bc6373b4658afcfaff33b088952', N'common.role', N'角色', N'zh-cn', N'2014-07-03 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'e1fb12b3993b4d1ea35bd536801ada1f', N'common.common.mail', N'常用邮箱', N'zh-cn', N'2014-07-03 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2015-04-02 23:10:33.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'e547fec1826c4811b6d759f2d81153f8', N'common.password.reset', N'Password Reset', N'en', N'2014-07-03 18:39:42.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'f9f74528bde04a0f9e25e29cbc87d9fb', N'fill.realname', N'填写个人真实姓名', N'zh-cn', N'2014-07-04 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'fa07850cb8ed4c268cc91ffd31e7ace1', N'common.password', N'Password', N'en', N'2014-07-03 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d000', N'common.querybuilder', N'高级查询', N'zh-cn', N'2015-04-28 10:26:41.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-04-28 10:30:20.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d001', N'common.code.range', N'编码范围在2~8位字符', N'zh-cn', N'2015-06-01 10:21:46.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-01 10:22:49.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d002', N'common.code.range', N'The coding in the range of 2~8 characters', N'en', N'2015-06-01 10:29:43.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-01 10:30:54.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d003', N'common.name.range', N'名称范围在2~10位字符', N'zh-cn', N'2015-06-01 10:49:33.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-01 10:49:57.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d004', N'common.name.range', N'The name in the range of 2~10 characters', N'en', N'2015-06-01 10:51:35.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-01 10:51:48.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d005', N'menu.graph.configuration', N'Online图表配置', N'zh-cn', N'2015-06-02 11:29:43.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 11:30:02.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d006', N'menu.graph.configuration', N'The graph configuration', N'en', N'2015-06-02 11:31:12.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 11:31:26.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d007', N'menu.input.demo', N'事例录入', N'zh-cn', N'2015-06-02 11:40:30.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 11:40:43.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d008', N'menu.input.demo', N'input demo', N'en', N'2015-06-02 11:41:39.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 11:41:29.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d009', N'menu.push.message', N'消息推送', N'zh-cn', N'2015-06-02 11:45:36.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 11:45:48.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d010', N'menu.push.message', N'push message', N'en', N'2015-06-02 11:46:40.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 11:46:55.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d011', N'menu.business.management', N'业务SQL', N'zh-cn', N'2015-06-02 11:49:31.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-10-15 10:37:04.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d012', N'menu.business.management', N'Business Sql', N'en', N'2015-06-02 11:50:48.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-10-15 10:37:16.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d013', N'menu.message.template', N'消息模板', N'zh-cn', N'2015-06-02 11:54:02.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-10-15 10:31:53.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d014', N'menu.message.template', N'Message template', N'en', N'2015-06-02 11:54:52.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-10-15 10:32:24.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d015', N'menu.Business.configuration', N'业务配置', N'zh-cn', N'2015-06-02 11:58:40.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 11:58:58.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d016', N'menu.Business.configuration', N'Business configuration', N'en', N'2015-06-02 11:58:20.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 11:59:01.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d017', N'menu.send.message', N'消息中心', N'zh-cn', N'2015-06-02 12:02:31.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-10-15 10:34:49.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d018', N'menu.send.message', N'Message Center', N'en', N'2015-06-02 12:02:54.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-10-15 10:35:01.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d019', N'menu.sort.management', N'分类管理', N'zh-cn', N'2015-06-02 12:07:04.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 12:07:23.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d020', N'menu.sort.management', N'sort management', N'en', N'2015-06-02 12:07:08.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 12:07:27.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d021', N'menu.nice.list', N'漂亮列表', N'zh-cn', N'2015-06-02 12:11:09.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 12:11:29.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d022', N'menu.nice.list', N'Nice list', N'en', N'2015-06-02 12:11:12.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 12:11:26.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d023', N'menu.data.permission', N'数据权限', N'zh-cn', N'2015-06-02 12:14:25.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 12:14:39.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d024', N'menu.data.permission', N'data permission', N'en', N'2015-06-02 12:14:22.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 12:14:58.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d025', N'menu.user.management', N'用户管理', N'zh-cn', N'2015-06-02 13:14:19.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 13:14:32.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d026', N'menu.user.management', N'user management', N'en', N'2015-06-02 13:14:16.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 13:14:44.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d027', N'menu.Leave.data.access', N'OL请假数据权限', N'zh-cn', N'2015-06-02 13:19:51.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 13:20:10.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d028', N'menu.Leave.data.access', N'Leave the data access', N'en', N'2015-06-02 13:19:55.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 13:20:13.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d029', N'menu.form.validation', N'表单验证', N'zh-cn', N'2015-06-02 14:49:50.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 14:55:01.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d030', N'menu.form.validation', N'Form validation', N'en', N'2015-06-02 14:49:54.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 14:55:13.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d031', N'menu.demo.example', N'综合Demo', N'zh-cn', N'2015-06-02 14:58:43.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2016-03-15 12:32:22.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d032', N'menu.demo.example', N'Main Demo', N'en', N'2015-06-02 14:58:46.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2016-03-15 12:32:33.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d033', N'menu.minidao.example', N'minidao例子', N'zh-cn', N'2015-06-02 15:03:49.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:04:04.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d034', N'menu.minidao.example', N'minidao example', N'en', N'2015-06-02 15:03:52.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:04:10.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d035', N'menu.form.model', N'表单模型', N'zh-cn', N'2015-06-02 15:13:44.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:13:59.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d036', N'menu.form.model', N'The form model', N'en', N'2015-06-02 15:13:47.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:14:02.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d037', N'menu.one_to_many.model', N'一对多模型', N'zh-cn', N'2015-06-02 15:17:51.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:18:18.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d038', N'menu.one_to_many.model', N'one-to-many model', N'en', N'2015-06-02 15:17:54.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:18:21.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d039', N'menu.import_export.excel', N'Excel导入导出', N'zh-cn', N'2015-06-02 15:23:03.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:23:39.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d040', N'menu.import_export.excel', N'import and export of the excel ', N'en', N'2015-06-02 15:23:06.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:23:43.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d041', N'menu.uploads_downloads', N'上传下载', N'zh-cn', N'2015-06-02 15:31:48.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2016-03-21 16:49:07.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d042', N'menu.uploads_downloads', N'Upload', N'en', N'2015-06-02 15:31:51.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2016-03-21 16:49:19.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d043', N'menu.JqueryFileUpload.example', N'JqueryFileUpload示例', N'zh-cn', N'2015-06-02 15:35:07.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:35:30.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d044', N'menu.JqueryFileUpload.example', N'JqueryFileUpload example', N'en', N'2015-06-02 15:35:09.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:35:32.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d045', N'menu.no.paging', N'无分页列表', N'zh-cn', N'2015-06-02 15:39:15.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:39:34.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d046', N'menu.no.paging', N'No paging list', N'en', N'2015-06-02 15:39:17.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:39:37.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d047', N'menu.jdbc.example', N'jdbc示例', N'zh-cn', N'2015-06-02 15:42:32.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:42:49.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d048', N'menu.jdbc.example', N'jdbc example', N'en', N'2015-06-02 15:42:34.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:42:52.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d049', N'menu.sql.separation', N'SQL分离', N'zh-cn', N'2015-06-02 15:47:02.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:47:17.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d050', N'menu.sql.separation', N'SQL separation', N'en', N'2015-06-02 15:47:04.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:47:23.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d051', N'menu.dictionary.labels', N'字典标签', N'zh-cn', N'2015-06-02 15:49:48.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:50:34.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d052', N'menu.dictionary.labels', N'The dictionary labels', N'en', N'2015-06-02 15:50:21.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:50:40.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d053', N'menu.form.thePop_UpStyle', N'表单弹出风格', N'zh-cn', N'2015-06-02 15:54:56.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:55:13.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d054', N'menu.form.thePop_UpStyle', N'Form the pop-up style', N'en', N'2015-06-02 15:54:57.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:55:15.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d055', N'menu.special.layout', N'特殊布局', N'zh-cn', N'2015-06-02 15:58:36.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:58:57.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d056', N'menu.special.layout', N'The special layout', N'en', N'2015-06-02 15:58:38.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:58:59.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d057', N'menu.single.table', N'单表例子(无tag)', N'zh-cn', N'2015-06-02 16:02:33.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:02:52.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d058', N'menu.single.table', N'Single table example(no tag)', N'en', N'2015-06-02 16:02:36.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:02:54.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d059', N'menu.one_to_many.example', N'一对多例子(无tag)', N'zh-cn', N'2015-06-02 16:06:06.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:08:01.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d060', N'menu.one_to_many.example', N'one to many example(no tag)', N'en', N'2015-06-02 16:07:43.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:08:04.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d061', N'menu.html.editor', N'HTML编辑器', N'zh-cn', N'2015-06-02 16:11:39.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:12:00.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d062', N'menu.html.editor', N'HTML editor', N'en', N'2015-06-02 16:11:42.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:12:03.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d063', N'menu.word.online', N'在线word(IE)', N'zh-cn', N'2015-06-02 16:14:36.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:14:55.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d064', N'menu.word.online', N'word online(IE)', N'en', N'2015-06-02 16:14:38.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:14:58.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d065', N'menu.webOfficeo.fficialExample', N'WebOffice官方例子', N'zh-cn', N'2015-06-02 16:19:45.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:20:05.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d066', N'menu.webOfficeo.fficialExample', N'The official example of WebOffice', N'en', N'2015-06-02 16:19:48.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:20:07.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d067', N'menu.moreAccessoriesManagement', N'多附件管理', N'zh-cn', N'2015-06-02 16:24:18.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:24:36.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d068', N'menu.moreAccessoriesManagement', N'More accessories management', N'en', N'2015-06-02 16:24:21.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:24:39.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d069', N'menu.datagridHandHtml', N'Datagrid自定义查询条件', N'zh-cn', N'2015-06-02 16:28:48.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-12-22 16:58:46.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d070', N'menu.datagridHandHtml', N'Datagrid Custom Condition', N'en', N'2015-06-02 16:28:50.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-12-22 16:59:27.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d071', N'menu.materialPom', N'物料POM', N'zh-cn', N'2015-06-02 16:37:09.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:37:27.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d072', N'menu.materialPom', N'material pom', N'en', N'2015-06-02 16:37:11.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:37:29.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d073', N'menu.ckfinderDemo', N'ckfinder例子', N'zh-cn', N'2015-06-02 16:40:05.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:40:26.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d074', N'menu.ckfinderDemo', N'ckfinder demo', N'en', N'2015-06-02 16:40:07.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:40:28.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d075', N'menu.queryEditor', N'查询编辑器', N'zh-cn', N'2015-06-02 16:44:01.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:44:34.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d076', N'menu.queryEditor', N'The query editor', N'en', N'2015-06-02 16:44:04.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:44:38.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0001', N'common.wage', N'wage', N'en', N'2015-06-03 16:34:36.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:34:52.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0002', N'common.clear.localstorage', N'清除缓存', N'zh-cn', N'2015-04-28 10:26:41.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-05-25 16:30:20.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0003', N'common.clear.localstorage', N'Clear Cache', N'en', N'2015-04-28 10:26:41.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-05-25 16:30:20.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0004', N'common.messageSend.record', N'消息发送记录表', N'zh-cn', N'2015-06-03 10:50:30.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 10:50:48.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0005', N'common.messageSend.record', N'data record to send message', N'en', N'2015-06-03 10:50:33.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 10:50:50.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0006', N'common.messageHeader', N'消息标题', N'zh-cn', N'2015-06-03 11:05:23.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:05:46.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0007', N'common.messageHeader', N'message header', N'en', N'2015-06-03 11:05:25.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:05:49.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0008', N'common.messageType', N'消息类型', N'zh-cn', N'2015-06-03 11:09:09.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:09:35.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0009', N'common.messageType', N'message type', N'en', N'2015-06-03 11:09:13.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:09:38.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0010', N'common.sender', N'发送人', N'zh-cn', N'2015-06-03 11:13:05.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:13:26.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0011', N'common.sender', N'sender', N'en', N'2015-06-03 11:13:09.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:13:29.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0012', N'common.receiver', N'接收人', N'zh-cn', N'2015-06-03 11:15:57.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:16:21.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0013', N'common.receiver', N'receiver', N'en', N'2015-06-03 11:16:00.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:16:24.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0014', N'common.content_2', N'内容', N'zh-cn', N'2015-06-03 11:19:49.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:20:13.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0015', N'common.content_2', N'content', N'en', N'2015-06-03 11:19:53.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:20:16.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0016', N'common.dateCreated', N'创建日期', N'zh-cn', N'2015-06-03 11:22:32.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:22:55.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0017', N'common.dateCreated', N'date created', N'en', N'2015-06-03 11:22:34.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:22:59.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0018', N'common.sendtime', N'发送时间', N'zh-cn', N'2015-06-03 11:25:43.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:26:02.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0019', N'common.sendtime', N'sendtime', N'en', N'2015-06-03 11:25:46.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:26:05.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0020', N'common.sendState', N'发送状态', N'zh-cn', N'2015-06-03 11:30:01.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:30:23.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0021', N'common.sendState', N'send state', N'en', N'2015-06-03 11:30:04.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:30:26.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0022', N'common.remark', N'备注', N'zh-cn', N'2015-06-03 11:32:37.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:32:56.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0023', N'common.remark', N'remark', N'en', N'2015-06-03 11:32:41.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:33:00.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0024', N'common.esId', N'主键', N'zh-cn', N'2015-06-03 11:37:16.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:37:38.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0025', N'common.esId', N'ID', N'en', N'2015-06-03 11:37:19.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:37:41.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0026', N'common.iconEdit', N'消息修正', N'zh-cn', N'2015-06-03 11:40:50.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:41:09.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0027', N'common.iconEdit', N'Message modification', N'en', N'2015-06-03 11:40:52.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:41:11.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0028', N'common.businessSqlTable', N'业务SQL表', N'zh-cn', N'2015-06-03 11:50:24.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:50:48.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0029', N'common.businessSqlTable', N'The SQL table of business', N'en', N'2015-06-03 11:50:27.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:50:52.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0030', N'common.sqlName', N'SQL名称', N'zh-cn', N'2015-06-03 11:53:08.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:53:28.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0031', N'common.sqlName', N'SQL name', N'en', N'2015-06-03 11:53:11.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:53:33.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0032', N'common.sqlContent', N'SQL内容', N'zh-cn', N'2015-06-03 11:55:25.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:55:47.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0033', N'common.sqlContent', N'SQL content', N'en', N'2015-06-03 11:55:28.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:55:49.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0034', N'common.operate', N'操作', N'zh-cn', N'2015-06-03 11:57:51.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:58:13.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0035', N'common.operate', N'operate', N'en', N'2015-06-03 11:57:54.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:58:16.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0036', N'common.delete_2', N'删除', N'zh-cn', N'2015-06-03 12:01:21.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 12:01:48.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0037', N'common.delete_2', N'delete', N'en', N'2015-06-03 12:01:25.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 12:01:51.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0038', N'common.add_2', N'录入', N'zh-cn', N'2015-06-03 12:04:03.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 12:04:28.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0039', N'common.add_2', N'add', N'en', N'2015-06-03 12:04:06.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 12:04:31.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0040', N'common.edit_2', N'编辑', N'zh-cn', N'2015-06-03 12:06:22.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 12:06:46.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0041', N'common.edit_2', N'edit', N'en', N'2015-06-03 12:06:26.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 12:06:50.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0042', N'common.batchDelete', N'批量删除', N'zh-cn', N'2015-06-03 12:09:29.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 12:09:52.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0043', N'common.batchDelete', N'Batch Delete', N'en', N'2015-06-03 12:09:32.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 12:09:57.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0044', N'common.search', N'查询', N'zh-cn', N'2015-06-03 12:12:58.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-11-30 12:37:34.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0045', N'common.search', N'check', N'en', N'2015-06-03 12:13:01.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 12:13:17.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0046', N'common.isId', N'主键', N'zh-cn', N'2015-06-03 14:29:46.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:30:06.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0047', N'common.isId', N'ID', N'en', N'2015-06-03 14:29:49.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:30:13.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0048', N'common.createName', N'创建人名称', N'zh-cn', N'2015-06-03 14:32:21.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:32:41.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0049', N'common.createName', N'createName', N'en', N'2015-06-03 14:32:24.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:32:45.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0050', N'common.create.By', N'创建人登录名', N'zh-cn', N'2015-06-03 14:35:43.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:36:23.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0051', N'common.create.By', N'createBy', N'en', N'2015-06-03 14:35:47.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:36:27.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0052', N'common.createDate', N'创建日期', N'zh-cn', N'2015-06-03 14:38:14.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:38:42.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0053', N'common.createDate', N'createDate', N'en', N'2015-06-03 14:38:17.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:38:45.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0054', N'common.updateName', N'更新人名称', N'zh-cn', N'2015-06-03 14:41:16.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:41:34.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0055', N'common.updateName', N'updateName', N'en', N'2015-06-03 14:41:19.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:41:37.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0056', N'common.updateByName', N'更新人登录名称', N'zh-cn', N'2015-06-03 14:44:11.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:44:30.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0057', N'common.updateByName', N'updateByName', N'en', N'2015-06-03 14:44:14.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:44:34.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0058', N'common.updateDate', N'更新日期', N'zh-cn', N'2015-06-03 14:46:24.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:46:41.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0059', N'common.updateDate', N'updateDate', N'en', N'2015-06-03 14:46:27.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:46:44.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0060', N'common.templateName', N'模板名称', N'zh-cn', N'2015-06-03 14:49:29.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:49:54.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0061', N'common.templateName', N'templateName', N'en', N'2015-06-03 14:49:31.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:49:49.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0062', N'common.templateType', N'模板类型', N'zh-cn', N'2015-06-03 14:51:59.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:52:18.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0063', N'common.templateType', N'templateType', N'en', N'2015-06-03 14:52:02.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:52:21.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0064', N'common.templateContent', N'模板内容', N'zh-cn', N'2015-06-03 14:54:41.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:55:00.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0065', N'common.templateContent', N'templateContent', N'en', N'2015-06-03 14:54:46.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:55:04.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0066', N'common.opt', N'操作', N'zh-cn', N'2015-06-03 14:56:50.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:57:13.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0067', N'common.opt', N'opt', N'en', N'2015-06-03 14:56:55.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:57:15.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0068', N'common.deleteTo', N'删除', N'zh-cn', N'2015-06-03 15:01:04.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:01:22.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0069', N'common.deleteTo', N'delete', N'en', N'2015-06-03 15:01:07.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:01:25.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0070', N'common.icon.add', N'录入', N'zh-cn', N'2015-06-03 15:03:55.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:04:15.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0071', N'common.icon.add', N'add', N'en', N'2015-06-03 15:03:58.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:04:18.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0072', N'common.icon.edit', N'编辑', N'zh-cn', N'2015-06-03 15:06:14.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:06:34.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0073', N'common.icon.edit', N'edit', N'en', N'2015-06-03 15:06:17.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:06:38.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0074', N'common.icon.remove', N'批量删除', N'zh-cn', N'2015-06-03 15:08:37.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:08:55.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0075', N'common.icon.remove', N'Batch Delete', N'en', N'2015-06-03 15:08:40.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:08:58.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0076', N'common.icon.search', N'查询', N'zh-cn', N'2015-06-03 15:10:42.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-11-30 12:36:46.000', N'admin', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0077', N'common.icon.search', N'search', N'en', N'2015-06-03 15:10:46.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:11:10.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0078', N'common.msgTemplateTable', N'消息模板表', N'zh-cn', N'2015-06-03 15:14:16.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:14:35.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0079', N'common.msgTemplateTable', N'message template table', N'en', N'2015-06-03 15:14:19.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:14:39.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0080', N'common.sqlDataTable', N'消息模板_业务SQL配置表', N'zh-cn', N'2015-06-03 15:29:43.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:30:01.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0081', N'common.sqlDataTable', N'message template_sql configuration', N'en', N'2015-06-03 15:29:46.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:30:04.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0082', N'common.createLoginName', N'创建人登录名称', N'zh-cn', N'2015-06-03 15:46:04.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:46:25.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0083', N'common.createLoginName', N'create by name to login', N'en', N'2015-06-03 15:46:07.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:46:30.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0084', N'common.configurationCODE', N'配置CODE', N'zh-cn', N'2015-06-03 15:50:40.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:50:57.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0085', N'common.configurationCODE', N'configurationCODE', N'en', N'2015-06-03 15:50:43.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:51:00.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0086', N'common.configurationName', N'配置名称', N'zh-cn', N'2015-06-03 15:53:03.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:53:19.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0087', N'common.configurationName', N'configurationName', N'en', N'2015-06-03 15:53:06.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:53:22.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0088', N'common.sqlBusinessId', N'业务SQLID', N'zh-cn', N'2015-06-03 15:56:38.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:56:59.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0089', N'common.sqlBusinessId', N'ID of SQL business', N'en', N'2015-06-03 15:56:40.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:57:01.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0090', N'common.msgModeliD', N'消息模本ID', N'zh-cn', N'2015-06-03 16:01:19.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:01:49.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0091', N'common.msgModeliD', N'message model ID ', N'en', N'2015-06-03 16:01:23.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:01:52.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0092', N'common.pushTest', N'推送测试', N'zh-cn', N'2015-06-03 16:04:56.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:05:13.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0093', N'common.pushTest', N'push test', N'en', N'2015-06-03 16:04:58.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:05:16.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0094', N'common.moblePhone', N'手机', N'zh-cn', N'2015-06-03 16:24:12.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:24:29.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0095', N'common.moblePhone', N'moble phone', N'en', N'2015-06-03 16:24:15.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:24:33.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0096', N'common.age', N'年龄', N'zh-cn', N'2015-06-03 16:26:36.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:26:54.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0097', N'common.age', N'age', N'en', N'2015-06-03 16:26:38.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:26:57.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0098', N'common.email', N'电子邮箱', N'zh-cn', N'2015-06-03 16:29:02.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:29:19.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0099', N'common.email', N'email', N'en', N'2015-06-03 16:29:05.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:29:22.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0100', N'common.wage', N'工资', N'zh-cn', N'2015-06-03 16:34:33.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:34:49.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0002', N'common.sex', N'性别', N'zh-cn', N'2015-06-03 16:37:19.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:37:36.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0003', N'common.sex', N'sex', N'en', N'2015-06-03 16:37:23.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:37:39.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0004', N'common.birthday', N'生日', N'zh-cn', N'2015-06-03 16:40:24.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:40:49.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0005', N'common.birthday', N'birthday', N'en', N'2015-06-03 16:40:27.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:40:53.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0022', N'common.sendSuccess', N'发送成功', N'zh-cn', N'2015-06-05 10:38:37.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 10:38:53.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0023', N'common.sendSuccess', N'send success', N'en', N'2015-06-05 10:38:41.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 10:38:55.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0024', N'common.failToSend', N'发送失败', N'zh-cn', N'2015-06-05 10:42:42.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 10:42:58.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0025', N'common.failToSend', N'fail to send', N'en', N'2015-06-05 10:42:44.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 10:43:01.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0026', N'common.didNotSend', N'未发送', N'zh-cn', N'2015-06-05 10:47:58.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 10:48:18.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0027', N'common.didNotSend', N'Did not send', N'en', N'2015-06-05 10:48:00.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 10:48:20.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0028', N'common.smsAlerts', N'短信提醒', N'zh-cn', N'2015-06-05 10:51:28.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 10:51:42.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0029', N'common.smsAlerts', N'SMS alerts', N'en', N'2015-06-05 10:51:30.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 10:51:45.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0030', N'common.emailAlerts', N'邮件提醒', N'zh-cn', N'2015-06-05 10:58:42.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 10:58:55.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0031', N'common.emailAlerts', N' Email Alerts', N'en', N'2015-06-05 10:58:44.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 10:58:57.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0032', N'common.sysAlerts', N'系统提醒', N'zh-cn', N'2015-06-05 11:02:54.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 11:03:08.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0033', N'common.sysAlerts', N'SYS alerts', N'en', N'2015-06-05 11:02:56.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 11:03:10.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0034', N'common.smsAlertsModel', N'短信提醒模板', N'zh-cn', N'2015-06-05 11:07:30.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 11:07:43.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0035', N'common.smsAlertsModel', N'SMS alerts model', N'en', N'2015-06-05 11:07:31.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 11:07:45.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0036', N'common.emailAlertsModel', N'邮件提醒模板', N'zh-cn', N'2015-06-05 11:11:57.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 11:12:12.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0037', N'common.emailAlertsModel', N'Email alerts model', N'en', N'2015-06-05 11:12:00.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 11:12:14.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d1111', N'common.lock.user.tips', N'确定锁定用户吗', N'zh-cn', N'2015-06-05 16:56:09.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 16:56:23.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d1112', N'common.lock.user.tips', N'is confirm lock user', N'en', N'2015-06-05 16:56:11.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 16:56:26.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d1113', N'common.unlock.user.tips', N'确定激活用户吗', N'zh-cn', N'2015-06-05 16:59:20.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 16:59:34.000', N'admin', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d1114', N'common.unlock.user.tips', N'Sure to activate user', N'en', N'2015-06-05 16:59:22.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 16:59:36.000', N'admin', N'admin') -GO -GO - --- ---------------------------- --- Table structure for t_s_notice --- ---------------------------- -DROP TABLE [dbo].[t_s_notice] -GO -CREATE TABLE [dbo].[t_s_notice] ( -[id] nvarchar(36) NOT NULL , -[notice_title] nvarchar(255) NULL , -[notice_content] nvarchar(MAX) NULL , -[notice_type] nvarchar(2) NULL , -[notice_level] nvarchar(2) NULL , -[notice_term] datetime NULL , -[create_user] nvarchar(32) NULL , -[create_time] datetime NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_notice', -NULL, NULL)) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'通知公告表' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'通知公告表' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_notice', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_notice', -'COLUMN', N'notice_title')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'通知标题' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice' -, @level2type = 'COLUMN', @level2name = N'notice_title' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'通知标题' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice' -, @level2type = 'COLUMN', @level2name = N'notice_title' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_notice', -'COLUMN', N'notice_content')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'通知公告内容' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice' -, @level2type = 'COLUMN', @level2name = N'notice_content' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'通知公告内容' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice' -, @level2type = 'COLUMN', @level2name = N'notice_content' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_notice', -'COLUMN', N'notice_type')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'通知公告类型(1:通知,2:公告)' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice' -, @level2type = 'COLUMN', @level2name = N'notice_type' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'通知公告类型(1:通知,2:公告)' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice' -, @level2type = 'COLUMN', @level2name = N'notice_type' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_notice', -'COLUMN', N'notice_level')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'通告授权级别(1:全员,2:角色,3:用户)' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice' -, @level2type = 'COLUMN', @level2name = N'notice_level' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'通告授权级别(1:全员,2:角色,3:用户)' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice' -, @level2type = 'COLUMN', @level2name = N'notice_level' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_notice', -'COLUMN', N'notice_term')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'阅读期限' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice' -, @level2type = 'COLUMN', @level2name = N'notice_term' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'阅读期限' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice' -, @level2type = 'COLUMN', @level2name = N'notice_term' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_notice', -'COLUMN', N'create_user')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建者' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice' -, @level2type = 'COLUMN', @level2name = N'create_user' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建者' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice' -, @level2type = 'COLUMN', @level2name = N'create_user' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_notice', -'COLUMN', N'create_time')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建时间' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice' -, @level2type = 'COLUMN', @level2name = N'create_time' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建时间' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice' -, @level2type = 'COLUMN', @level2name = N'create_time' -GO - --- ---------------------------- --- Records of t_s_notice --- ---------------------------- -INSERT INTO [dbo].[t_s_notice] ([id], [notice_title], [notice_content], [notice_type], [notice_level], [notice_term], [create_user], [create_time]) VALUES (N'402880ea53303a060153304cf8860006', N'jeecg快速平台增加UI选择', N'jeecg快速平台增加UI选择', N'1', N'1', N'2016-03-30 00:00:00.000', null, N'2016-03-01 11:51:04.000') -GO -GO -INSERT INTO [dbo].[t_s_notice] ([id], [notice_title], [notice_content], [notice_type], [notice_level], [notice_term], [create_user], [create_time]) VALUES (N'402880ea53303a060153304cf88600062', N'jeecg快速平台增加UI选择', N'jeecg快速平台增加UI选择', N'1', N'1', N'2016-03-30 00:00:00.000', N'', N'2016-03-01 11:51:04.000') -GO -GO -INSERT INTO [dbo].[t_s_notice] ([id], [notice_title], [notice_content], [notice_type], [notice_level], [notice_term], [create_user], [create_time]) VALUES (N'402880ea5330fe22015331062a040002', N'新公告', N'

捷微H5营销活动平台专题公开课

    还在为如何做好微信营销头疼吗?

    微信时代,层出不穷花样百出的营销活动已毫无质疑地成为商家吸粉营销的首选利器,而其中HTML5作为营销界新宠儿,“多快好省”的杰出代表,其灵活性高、开发成本低且制作周期短的种种特性使其在移动营销领域大放异彩。新年伊始,JEEWX隆重推出H5营销活动平台,汇集各种您想到的想不到的小游戏小活动,各种需求轻松创建,一键营销!

    为帮助大家快速掌握捷微H5营销活动平台的使用及开发流程,JEECG开源社区近期将推出专题公开课,欢迎大家报名参加,共同学习!


    开课时间:2016年1月7日20:30-21:30     1月12日20:30-21:30

    开课地点:http://ke.qq.com/course/111073#term_id=100119113

    内容概要:入门讲解(以捷微H5营销活动平台为基础,讲解微信公众号如何进行活动推广)

                     实例开发讲解(实例讲解捷微H5营销活动开发流程及规范)





', N'2', N'1', N'2016-03-17 00:00:00.000', null, N'2016-03-01 15:13:20.000') -GO -GO -INSERT INTO [dbo].[t_s_notice] ([id], [notice_title], [notice_content], [notice_type], [notice_level], [notice_term], [create_user], [create_time]) VALUES (N'402880ea5330fe22015331062a0400022', N'新公告', N'

捷微H5营销活动平台专题公开课

    还在为如何做好微信营销头疼吗?

    微信时代,层出不穷花样百出的营销活动已毫无质疑地成为商家吸粉营销的首选利器,而其中HTML5作为营销界新宠儿,“多快好省”的杰出代表,其灵活性高、开发成本低且制作周期短的种种特性使其在移动营销领域大放异彩。新年伊始,JEEWX隆重推出H5营销活动平台,汇集各种您想到的想不到的小游戏小活动,各种需求轻松创建,一键营销!

    为帮助大家快速掌握捷微H5营销活动平台的使用及开发流程,JEECG开源社区近期将推出专题公开课,欢迎大家报名参加,共同学习!


    开课时间:2016年1月7日20:30-21:30     1月12日20:30-21:30

    开课地点:http://ke.qq.com/course/111073#term_id=100119113

    内容概要:入门讲解(以捷微H5营销活动平台为基础,讲解微信公众号如何进行活动推广)

                     实例开发讲解(实例讲解捷微H5营销活动开发流程及规范)





', N'2', N'1', N'2016-03-17 00:00:00.000', N'', N'2016-03-01 15:13:20.000') -GO -GO -INSERT INTO [dbo].[t_s_notice] ([id], [notice_title], [notice_content], [notice_type], [notice_level], [notice_term], [create_user], [create_time]) VALUES (N'402880ea5335da5601533612553f0004', N'测试公告~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~', N'
  • 微营销

    各类营销活动推送
    与用户互动

  • 微团购

    拇指微团
    将优惠装入客户口袋

  • 微信墙

    活跃现场气氛
    让粉丝涨起来

  • 微调研

    无需人力 电子调研
    为市场调研加一份有力数据

  • 微相册

    各行各业
    照片展现轻松搞定

  • 微社区

    建立微信社交平台
    社区虽小 见微知著

  • 微留言

    意见?需求?疑问?
    一键留言  一键回复

  • 微预约

    各种预约 一键即可
    短信邮件会立即通知商户

  • 微邀请

    电子请帖 微信来袭
    提供用户特别服务

  • 微生活

    微信公众号建立商圈
    吃喝玩乐应有尽有

  • 微餐饮

    扫一扫
    微信也能够实时点餐

  • 微酒店

    在线订房融入微信
    酒店营销多一条有力途径

  • 微房产

    全景看房 楼盘印象 预约看房
    有效助力微信营销

  • 微汽车

    预约试驾或保养 车主关怀
    360度看车应有尽有

  • 微医疗

    在线挂号或咨询
    了解病情 微信都可以


', N'2', N'1', N'2016-03-10 00:00:00.000', null, N'2016-03-02 14:44:44.000') -GO -GO -INSERT INTO [dbo].[t_s_notice] ([id], [notice_title], [notice_content], [notice_type], [notice_level], [notice_term], [create_user], [create_time]) VALUES (N'402880ea5335da5601533612553f00042', N'测试公告~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~', N'
  • 微营销

    各类营销活动推送
    与用户互动

  • 微团购

    拇指微团
    将优惠装入客户口袋

  • 微信墙

    活跃现场气氛
    让粉丝涨起来

  • 微调研

    无需人力 电子调研
    为市场调研加一份有力数据

  • 微相册

    各行各业
    照片展现轻松搞定

  • 微社区

    建立微信社交平台
    社区虽小 见微知著

  • 微留言

    意见?需求?疑问?
    一键留言  一键回复

  • 微预约

    各种预约 一键即可
    短信邮件会立即通知商户

  • 微邀请

    电子请帖 微信来袭
    提供用户特别服务

  • 微生活

    微信公众号建立商圈
    吃喝玩乐应有尽有

  • 微餐饮

    扫一扫
    微信也能够实时点餐

  • 微酒店

    在线订房融入微信
    酒店营销多一条有力途径

  • 微房产

    全景看房 楼盘印象 预约看房
    有效助力微信营销

  • 微汽车

    预约试驾或保养 车主关怀
    360度看车应有尽有

  • 微医疗

    在线挂号或咨询
    了解病情 微信都可以


', N'2', N'1', N'2016-03-10 00:00:00.000', N'', N'2016-03-02 14:44:44.000') -GO -GO -INSERT INTO [dbo].[t_s_notice] ([id], [notice_title], [notice_content], [notice_type], [notice_level], [notice_term], [create_user], [create_time]) VALUES (N'402880ea5335da5601533613046e0006', N'测试公告3dfdd--------------------------------------------------------------------', N'
  • 爱女神3D婚纱

  •  

  • iweddingstudio

  •  

  • 韩国艺匠

  •  

  • 美十摄影

  •  

  • 星梦奇缘

  •  

  • 拍吧视觉

  •  

  • 罗门婚纱


', N'2', N'1', N'2016-03-17 00:00:00.000', null, N'2016-03-02 14:45:29.000') -GO -GO -INSERT INTO [dbo].[t_s_notice] ([id], [notice_title], [notice_content], [notice_type], [notice_level], [notice_term], [create_user], [create_time]) VALUES (N'402880ea5335da5601533613046e00062', N'测试公告3dfdd--------------------------------------------------------------------', N'
  • 爱女神3D婚纱

  •  

  • iweddingstudio

  •  

  • 韩国艺匠

  •  

  • 美十摄影

  •  

  • 星梦奇缘

  •  

  • 拍吧视觉

  •  

  • 罗门婚纱


', N'2', N'1', N'2016-03-17 00:00:00.000', N'', N'2016-03-02 14:45:29.000') -GO -GO -INSERT INTO [dbo].[t_s_notice] ([id], [notice_title], [notice_content], [notice_type], [notice_level], [notice_term], [create_user], [create_time]) VALUES (N'4028ef815331b759015331b90ac70004', N'今天早下班', N'

今天早下班

', N'2', N'1', N'2016-03-25 00:00:00.000', null, N'2016-03-01 18:28:43.000') -GO -GO -INSERT INTO [dbo].[t_s_notice] ([id], [notice_title], [notice_content], [notice_type], [notice_level], [notice_term], [create_user], [create_time]) VALUES (N'4028ef815331b759015331c37ff50007', N'123', N'

123

', N'2', N'2', N'2016-04-09 00:00:00.000', null, N'2016-03-01 18:40:09.000') -GO -GO -INSERT INTO [dbo].[t_s_notice] ([id], [notice_title], [notice_content], [notice_type], [notice_level], [notice_term], [create_user], [create_time]) VALUES (N'4028ef8153eab2e60153eaba09fe0002', N'234234', N'

234234

', N'1', N'1', N'2016-04-30 00:00:00.000', null, N'2016-04-06 16:39:34.000') -GO -GO - --- ---------------------------- --- Table structure for t_s_notice_authority_role --- ---------------------------- -DROP TABLE [dbo].[t_s_notice_authority_role] -GO -CREATE TABLE [dbo].[t_s_notice_authority_role] ( -[id] nvarchar(36) NOT NULL , -[notice_id] nvarchar(36) NULL , -[role_id] nvarchar(32) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_notice_authority_role', -NULL, NULL)) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'通告授权角色表' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice_authority_role' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'通告授权角色表' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice_authority_role' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_notice_authority_role', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice_authority_role' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice_authority_role' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_notice_authority_role', -'COLUMN', N'notice_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'通告ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice_authority_role' -, @level2type = 'COLUMN', @level2name = N'notice_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'通告ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice_authority_role' -, @level2type = 'COLUMN', @level2name = N'notice_id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_notice_authority_role', -'COLUMN', N'role_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'授权角色ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice_authority_role' -, @level2type = 'COLUMN', @level2name = N'role_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'授权角色ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice_authority_role' -, @level2type = 'COLUMN', @level2name = N'role_id' -GO - --- ---------------------------- --- Records of t_s_notice_authority_role --- ---------------------------- -INSERT INTO [dbo].[t_s_notice_authority_role] ([id], [notice_id], [role_id]) VALUES (N'4028ef815331b759015331c3d43f0009', N'4028ef815331b759015331c37ff50007', N'8a8ab0b246dc81120146dc81818b0051') -GO -GO - --- ---------------------------- --- Table structure for t_s_notice_authority_user --- ---------------------------- -DROP TABLE [dbo].[t_s_notice_authority_user] -GO -CREATE TABLE [dbo].[t_s_notice_authority_user] ( -[id] nvarchar(36) NOT NULL , -[notice_id] nvarchar(36) NULL , -[user_id] nvarchar(32) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_notice_authority_user', -NULL, NULL)) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'通告授权用户表' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice_authority_user' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'通告授权用户表' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice_authority_user' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_notice_authority_user', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice_authority_user' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice_authority_user' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_notice_authority_user', -'COLUMN', N'notice_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'通告ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice_authority_user' -, @level2type = 'COLUMN', @level2name = N'notice_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'通告ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice_authority_user' -, @level2type = 'COLUMN', @level2name = N'notice_id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_notice_authority_user', -'COLUMN', N'user_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'授权用户ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice_authority_user' -, @level2type = 'COLUMN', @level2name = N'user_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'授权用户ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice_authority_user' -, @level2type = 'COLUMN', @level2name = N'user_id' -GO - --- ---------------------------- --- Records of t_s_notice_authority_user --- ---------------------------- - --- ---------------------------- --- Table structure for t_s_notice_read_user --- ---------------------------- -DROP TABLE [dbo].[t_s_notice_read_user] -GO -CREATE TABLE [dbo].[t_s_notice_read_user] ( -[id] nvarchar(36) NOT NULL , -[notice_id] nvarchar(36) NULL , -[user_id] nvarchar(32) NULL , -[create_time] datetime NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_notice_read_user', -NULL, NULL)) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'通告已读用户表' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice_read_user' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'通告已读用户表' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice_read_user' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_notice_read_user', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice_read_user' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice_read_user' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_notice_read_user', -'COLUMN', N'notice_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'通告ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice_read_user' -, @level2type = 'COLUMN', @level2name = N'notice_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'通告ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice_read_user' -, @level2type = 'COLUMN', @level2name = N'notice_id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_notice_read_user', -'COLUMN', N'user_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'用户ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice_read_user' -, @level2type = 'COLUMN', @level2name = N'user_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'用户ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice_read_user' -, @level2type = 'COLUMN', @level2name = N'user_id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_notice_read_user', -'COLUMN', N'create_time')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建时间' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice_read_user' -, @level2type = 'COLUMN', @level2name = N'create_time' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建时间' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_notice_read_user' -, @level2type = 'COLUMN', @level2name = N'create_time' -GO - --- ---------------------------- --- Records of t_s_notice_read_user --- ---------------------------- -INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [create_time]) VALUES (N'4028ef815331b759015331b940580006', N'4028ef815331b759015331b90ac70004', N'8a8ab0b246dc81120146dc8181950052', N'2016-03-01 18:28:57.000') -GO -GO -INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [create_time]) VALUES (N'4028ef815336e8df015336ecc2890005', N'402880ea5335da5601533613046e0006', N'8a8ab0b246dc81120146dc8181950052', N'2016-03-02 18:43:19.000') -GO -GO -INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [create_time]) VALUES (N'4028ef815336e8df015336eccd840006', N'402880ea5335da5601533612553f0004', N'8a8ab0b246dc81120146dc8181950052', N'2016-03-02 18:43:22.000') -GO -GO -INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [create_time]) VALUES (N'4028ef815336f25a015336f2f3d60001', N'402880ea5330fe22015331062a040002', N'8a8ab0b246dc81120146dc8181950052', N'2016-03-02 18:50:05.000') -GO -GO -INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [create_time]) VALUES (N'4028ef815336f6b4015336f77a250001', N'402880ea5335da5601533613046e00062', N'8a8ab0b246dc81120146dc8181950052', N'2016-03-02 18:55:01.000') -GO -GO -INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [create_time]) VALUES (N'4028ef81533a674c01533a6a4f570001', N'402880ea5335da5601533612553f00042', N'8a8ab0b246dc81120146dc8181950052', N'2016-03-03 10:59:18.000') -GO -GO -INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [create_time]) VALUES (N'4028ef81533c02db01533c0391fd0001', N'402880ea5330fe22015331062a0400022', N'8a8ab0b246dc81120146dc8181950052', N'2016-03-03 18:26:20.000') -GO -GO -INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [create_time]) VALUES (N'4028ef81533c02db01533c03a2fd0002', N'402880ea53303a060153304cf88600062', N'8a8ab0b246dc81120146dc8181950052', N'2016-03-03 18:26:24.000') -GO -GO -INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [create_time]) VALUES (N'4028ef81533c02db01533c03d9030003', N'402880ea53303a060153304cf8860006', N'8a8ab0b246dc81120146dc8181950052', N'2016-03-03 18:26:38.000') -GO -GO -INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [create_time]) VALUES (N'4028ef81540325190154033fc3b60021', N'4028ef8153eab2e60153eaba09fe0002', N'8a8ab0b246dc81120146dc8181950052', N'2016-04-11 10:56:31.000') -GO -GO - --- ---------------------------- --- Table structure for t_s_operation --- ---------------------------- -DROP TABLE [dbo].[t_s_operation] -GO -CREATE TABLE [dbo].[t_s_operation] ( -[ID] nvarchar(32) NOT NULL , -[operationcode] nvarchar(50) NULL , -[operationicon] nvarchar(100) NULL , -[operationname] nvarchar(50) NULL , -[status] smallint NULL , -[functionid] nvarchar(32) NULL , -[iconid] nvarchar(32) NULL , -[operationtype] smallint NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_operation', -NULL, NULL)) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`iconid`) REFER `jeecg/t_s_icon`(`ID`); (`functionid`) ' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_operation' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`iconid`) REFER `jeecg/t_s_icon`(`ID`); (`functionid`) ' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_operation' -GO - --- ---------------------------- --- Records of t_s_operation --- ---------------------------- -INSERT INTO [dbo].[t_s_operation] ([ID], [operationcode], [operationicon], [operationname], [status], [functionid], [iconid], [operationtype]) VALUES (N'40288088481d019401481d30a0d1000f', N'add_phnoe', null, N'手机号码录入', N'0', N'40288088481d019401481d2fcebf000d', N'8a8ab0b246dc81120146dc8180460000', N'1') -GO -GO -INSERT INTO [dbo].[t_s_operation] ([ID], [operationcode], [operationicon], [operationname], [status], [functionid], [iconid], [operationtype]) VALUES (N'402880e6481d48cb01481d539df6000c', N'userName', null, N'用户名字段', N'0', N'8a8ab0b246dc81120146dc8181300037', N'8a8ab0b246dc81120146dc8180460000', N'0') -GO -GO -INSERT INTO [dbo].[t_s_operation] ([ID], [operationcode], [operationicon], [operationname], [status], [functionid], [iconid], [operationtype]) VALUES (N'8a8ab0b246dc81120146dc81824f0078', N'add', null, N'录入', N'0', N'8a8ab0b246dc81120146dc8181300037', N'8a8ab0b246dc81120146dc8180800001', N'0') -GO -GO -INSERT INTO [dbo].[t_s_operation] ([ID], [operationcode], [operationicon], [operationname], [status], [functionid], [iconid], [operationtype]) VALUES (N'8a8ab0b246dc81120146dc8182540079', N'edit', null, N'编辑', N'0', N'8a8ab0b246dc81120146dc8181300037', N'8a8ab0b246dc81120146dc8180800001', N'0') -GO -GO -INSERT INTO [dbo].[t_s_operation] ([ID], [operationcode], [operationicon], [operationname], [status], [functionid], [iconid], [operationtype]) VALUES (N'8a8ab0b246dc81120146dc818258007a', N'del', null, N'删除', N'0', N'8a8ab0b246dc81120146dc8181300037', N'8a8ab0b246dc81120146dc8180800001', N'0') -GO -GO -INSERT INTO [dbo].[t_s_operation] ([ID], [operationcode], [operationicon], [operationname], [status], [functionid], [iconid], [operationtype]) VALUES (N'8a8ab0b246dc81120146dc81825b007b', N'szqm', null, N'审核', N'0', N'8a8ab0b246dc81120146dc8181300037', N'8a8ab0b246dc81120146dc8180800001', N'0') -GO -GO - --- ---------------------------- --- Table structure for t_s_opintemplate --- ---------------------------- -DROP TABLE [dbo].[t_s_opintemplate] -GO -CREATE TABLE [dbo].[t_s_opintemplate] ( -[ID] nvarchar(32) NOT NULL , -[descript] nvarchar(100) NULL -) - - -GO - --- ---------------------------- --- Records of t_s_opintemplate --- ---------------------------- - --- ---------------------------- --- Table structure for t_s_role --- ---------------------------- -DROP TABLE [dbo].[t_s_role] -GO -CREATE TABLE [dbo].[t_s_role] ( -[ID] nvarchar(32) NOT NULL , -[rolecode] nvarchar(10) NULL , -[rolename] nvarchar(100) NOT NULL , -[update_name] nvarchar(32) NULL , -[update_date] datetime NULL , -[update_by] nvarchar(32) NULL , -[create_name] nvarchar(32) NULL , -[create_date] datetime NULL , -[create_by] nvarchar(32) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_role', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'修改人' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_role' -, @level2type = 'COLUMN', @level2name = N'update_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'修改人' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_role' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_role', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'修改时间' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_role' -, @level2type = 'COLUMN', @level2name = N'update_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'修改时间' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_role' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_role', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'修改人id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_role' -, @level2type = 'COLUMN', @level2name = N'update_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'修改人id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_role' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_role', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_role' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_role' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_role', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建时间' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_role' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建时间' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_role' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_role', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_role' -, @level2type = 'COLUMN', @level2name = N'create_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_role' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO - --- ---------------------------- --- Records of t_s_role --- ---------------------------- -INSERT INTO [dbo].[t_s_role] ([ID], [rolecode], [rolename], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by]) VALUES (N'402880e74d75c4dd014d75d3c5f40001', N'demo', N'demo', N'管理员', N'2016-04-01 20:26:25.000', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_role] ([ID], [rolecode], [rolename], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by]) VALUES (N'8a8ab0b246dc81120146dc8181870050', N'admin', N'管理员', null, null, null, null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_role] ([ID], [rolecode], [rolename], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by]) VALUES (N'8a8ab0b246dc81120146dc81818b0051', N'manager', N'普通用户', N'管理员', N'2016-05-29 17:42:19.000', N'admin', null, null, null) -GO -GO - --- ---------------------------- --- Table structure for t_s_role_function --- ---------------------------- -DROP TABLE [dbo].[t_s_role_function] -GO -CREATE TABLE [dbo].[t_s_role_function] ( -[ID] nvarchar(32) NOT NULL , -[operation] nvarchar(MAX) NULL , -[functionid] nvarchar(32) NULL , -[roleid] nvarchar(32) NULL , -[datarule] nvarchar(1000) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_role_function', -NULL, NULL)) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`roleid`) REFER `jeecg/t_s_role`(`ID`); (`functionid`) ' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_role_function' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`roleid`) REFER `jeecg/t_s_role`(`ID`); (`functionid`) ' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_role_function' -GO - --- ---------------------------- --- Records of t_s_role_function --- ---------------------------- -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'2c90ac564c9d1734014c9d6f85d10026', null, N'2c90ac564c9d1734014c9d6f4e370024', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'40287d81522a428401522a4546d50004', null, N'40287d81522a428401522a44aafb0002', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028808848845c0f01488464dbe2000e', null, N'4028808848845c0f014884649488000c', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028808848845c0f01488464dc1a000f', null, N'4028808848845c0f01488461226e0001', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028808848845c0f01488464dc1a0010', null, N'4028808848845c0f01488462658f0006', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028808848845c0f01488464dc1a0011', null, N'4028808848845c0f01488463aa210009', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028808848845c0f01488464dc1a0012', null, N'4028808848845c0f01488461b3ac0004', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880e74d76e784014d76f64d070016', null, N'402880e74d76e784014d76f5cc2e0014', N'402880e74d75c4dd014d75d3c5f40001', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880e74d76e784014d76f64d0b0017', null, N'402880e74d76e784014d76f5505a0012', N'402880e74d75c4dd014d75d3c5f40001', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880e74d76e784014d76fa34ff0022', null, N'402880e74d76e784014d76f5505a0012', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880e74d76e784014d76fa35000023', null, N'402880e74d76e784014d76f5cc2e0014', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880e74d76e784014d76fa9bdb0026', null, N'402880e74d76e784014d76fa7e970024', N'402880e74d75c4dd014d75d3c5f40001', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880e74d76e784014d76fbf5a6002d', null, N'402880e74d76e784014d76fa7e970024', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880e74d76e784014d76fd30f60032', null, N'402880e74d76e784014d76fd1bd60030', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880e74d76e784014d76fd3db10033', null, N'402880e74d76e784014d76fd1bd60030', N'402880e74d75c4dd014d75d3c5f40001', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880e750693d4401506945ceed0014', null, N'402881e54df73c73014df75ab670000f', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880e750693d4401506945ceed0015', null, N'402881e54df73c73014df75b69680011', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880e750697e3001506991c0de0011', null, N'4028bc934869765001486977f0980001', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402881c746de1ea60146de20b9d60003', N'', N'402881c746de1ea60146de207d770001', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402881e74e68621b014e6864403c0003', null, N'402881e74e68621b014e686407c20001', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402882b54df53718014df539413f0003', null, N'402882b54df53718014df538fc100001', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402882b54e2ef618014e2f0101380003', null, N'402882b54e2ef618014e2f0086d70001', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402882b54e439ce7014e43c39cb60008', null, N'402882b54e439ce7014e43c1d63c0003', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402882b54f027310014f0275130b0003', null, N'402882b54f027310014f0274db7a0001', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028948150f5ba6a0150f5d3d4cf000e', null, N'4028948150f5ba6a0150f5d0b0200004', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028948150f5ba6a0150f5d3d4d3000f', null, N'4028948150f5ba6a0150f5d34aca000a', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'40289481511d91f101511dd7cce80036', null, N'402831814d8a2853014d8a55a7c90005', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'40289481511d91f101511dd7cceb0037', null, N'402885814e3d2d09014e3d2e77800001', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028b88155061bbe015506cdc5da0011', null, N'4028b88155061bbe015506cbe157000f', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef815331b759015331b838150001', null, N'402880ea53303a060153304a9ad50001', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef81535fff510153600ae653000b', null, N'4028ef81535fff5101536001bb8d0005', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef815373fb530153740051bd0007', null, N'4028ef815373fb53015373fef1c50003', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef815373fb530153740051c00008', null, N'4028ef815373fb53015373ff521d0005', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef815378741f0153787637620003', null, N'4028ef8153781af3015378643c1e000b', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef815378741f01537877906f0006', null, N'4028ef815378741f0153787764cc0004', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef815378741f01537879506e000b', null, N'4028ef815378741f01537879315e0009', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef815378be7c015378e4182f0015', null, N'4028ef815378be7c015378e1395d0008', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef815378be7c015378e418320016', null, N'4028ef815378be7c015378e30f760010', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef815378be7c015378e418320017', null, N'4028ef815378be7c015378e27ae5000e', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef815378be7c015378e418320018', null, N'4028ef815378be7c015378e3e6530013', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef815378be7c015378e418320019', null, N'4028ef815378be7c015378e207cf000c', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef815378be7c015378e41832001a', null, N'4028ef815378be7c015378e19969000a', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef815378be7c015378e41832001b', null, N'4028ef815378be7c015378ddc2380001', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef815378be7c015378e41832001c', null, N'4028ef815378be7c015378e0d39d0006', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef815378be7c015378e41833001d', null, N'4028ef815378be7c015378e019750003', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef81539813330153981a81c60007', null, N'402881e74e6d6066014e6d62d4ce0002', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8153c0f9550153c103b4cc0007', N'8a8ab0b246dc81120146dc81824f0078,', N'8a8ab0b246dc81120146dc8181300037', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8153c0f9550153c103b4d00008', null, N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8153fe51210153fe5f8aeb0007', null, N'4028ef815373fb53015373fef1c50003', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8153fe51210153fe5f8af1000a', null, N'4028ef81535fff5101536001bb8d0005', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8153fe51210153fe5f8af1000b', null, N'4028ef815378be7c015378e1395d0008', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8153fe51210153fe5f8af2000c', null, N'4028ef815378be7c015378e3e6530013', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8153fe51210153fe5f8af2000e', null, N'4028ef815378be7c015378e30f760010', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8153fe51210153fe5f8af20010', null, N'4028ef815378be7c015378e207cf000c', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8153fe51210153fe5f8af20011', null, N'402880e74d76e784014d76fd1bd60030', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8153fe51210153fe5f8af30012', null, N'402880ea53303a060153304a9ad50001', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8153fe51210153fe5f8af90015', null, N'402880e74d76e784014d76fa7e970024', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8153fe51210153fe5f8af90017', null, N'4028ef815378be7c015378e27ae5000e', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8153fe51210153fe5f8af90018', null, N'4028ef815378be7c015378e19969000a', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8153fe51210153fe5f8af90019', null, N'4028ef815378be7c015378ddc2380001', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8153fe51210153fe5f8af9001a', null, N'4028ef815378be7c015378e0d39d0006', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8153fe51210153fe5f8b0a001e', null, N'4028ef815378be7c015378e019750003', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8153fe51210153fe5f8b0b0020', null, N'4028ef815373fb53015373ff521d0005', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8154fbe0280154fbec45f8000b', null, N'8a8ab0b246dc81120146dc8180ce0019', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8154fbe0280154fbec45fa000c', null, N'8a8ab0b246dc81120146dc818109002e', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8154fbe0280154fbec45fa000d', null, N'40287d81522a428401522a44aafb0002', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8154fbe0280154fbec45fa000e', null, N'402881e54df73c73014df75ab670000f', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8154fbe0280154fbec45fa000f', null, N'402882b54df53718014df538fc100001', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8154fbe0280154fbec45fa0010', null, N'8a8ab0b246dc81120146dc818106002d', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8154fbe0280154fbec45fb0011', null, N'402881e54df73c73014df75b69680011', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8154fbe0280154fbec45fb0012', null, N'2c90ac564c9d1734014c9d6f4e370024', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8155046e080155046f4c6b0001', null, N'4028ef815378be7c015378e27ae5000e', N'402880e74d75c4dd014d75d3c5f40001', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8155046e080155046f4c6e0002', null, N'4028ef815378be7c015378e19969000a', N'402880e74d75c4dd014d75d3c5f40001', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8155046e080155046f4c6e0003', null, N'4028ef815378be7c015378ddc2380001', N'402880e74d75c4dd014d75d3c5f40001', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8155046e080155046f4c6e0004', null, N'4028ef815378be7c015378e0d39d0006', N'402880e74d75c4dd014d75d3c5f40001', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8155046e080155046f4c6f0005', null, N'4028ef815378be7c015378e1395d0008', N'402880e74d75c4dd014d75d3c5f40001', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8155046e080155046f4c6f0006', null, N'4028ef815378be7c015378e3e6530013', N'402880e74d75c4dd014d75d3c5f40001', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8155046e080155046f4c6f0007', null, N'4028ef815378be7c015378e30f760010', N'402880e74d75c4dd014d75d3c5f40001', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8155046e080155046f4c6f0008', null, N'8a8ab0b246dc81120146dc8180d4001b', N'402880e74d75c4dd014d75d3c5f40001', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8155046e080155046f4c6f0009', null, N'4028ef815378be7c015378e207cf000c', N'402880e74d75c4dd014d75d3c5f40001', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8155046e080155046f4c6f000a', null, N'4028ef815378be7c015378e019750003', N'402880e74d75c4dd014d75d3c5f40001', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef81550c8fad01550c94b53f0001', null, N'4028819e5505ee23015505f646190001', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef815595a881015595b1235e0003', N'40288088481d019401481d30a0d1000f,', N'40288088481d019401481d2fcebf000d', N'402880e74d75c4dd014d75d3c5f40001', N'4028ef815595a881015595b0ccb60001,') -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef815595a881015595b123610004', null, N'402889fb486e848101486e8de3d60005', N'402880e74d75c4dd014d75d3c5f40001', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8155d8158f0155d81c27350006', null, N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8155d8158f0155d81c27380008', null, N'402880e74d76e784014d76f5505a0012', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8155fd32e40155fd35ddcc000a', null, N'4028ef8155fd32e40155fd344cdd0003', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8155fd32e40155fd35ddd1000b', null, N'4028ef8155fd32e40155fd33c6670001', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8155fd32e40155fd35ddd2000c', null, N'4028ef8155fd32e40155fd348df80005', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8155fd32e40155fd35ddd2000d', null, N'4028ef8155fd32e40155fd3564520008', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028f0c9528200c70152820c006b0005', null, N'4028f0c9528200c701528207d42c0001', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc81826d007c', N'', N'8a8ab0b246dc81120146dc8180ce0019', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc818275007e', N'', N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc81827d0080', N'', N'8a8ab0b246dc81120146dc8180d4001b', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182820081', N'', N'8a8ab0b246dc81120146dc8180d4001b', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc81828a0082', N'', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182920084', N'', N'8a8ab0b246dc81120146dc8180d9001d', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182980086', N'', N'8a8ab0b246dc81120146dc8180df001f', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc81829e0088', N'', N'8a8ab0b246dc81120146dc8180e30021', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182a5008a', N'', N'8a8ab0b246dc81120146dc8180e70023', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182aa008c', N'', N'8a8ab0b246dc81120146dc8180ee0025', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182b40090', N'', N'8a8ab0b246dc81120146dc8180f60028', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182bb0094', N'', N'8a8ab0b246dc81120146dc8180fe002b', N'8a8ab0b246dc81120146dc8181870050', N'402889fe47fcb29c0147fcb6b6220001,') -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182bd0095', N'', N'8a8ab0b246dc81120146dc8180fe002b', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182be0096', N'', N'8a8ab0b246dc81120146dc818106002d', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182c20098', N'', N'8a8ab0b246dc81120146dc818109002e', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182c6009a', N'', N'8a8ab0b246dc81120146dc8181100030', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182c9009c', N'', N'8a8ab0b246dc81120146dc81811d0032', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182cd009e', N'', N'8a8ab0b246dc81120146dc8181250034', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182d000a0', N'', N'8a8ab0b246dc81120146dc81812b0036', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182d400a2', N'', N'8a8ab0b246dc81120146dc8181300037', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182d700a4', N'', N'8a8ab0b246dc81120146dc8181330038', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182da00a6', N'', N'8a8ab0b246dc81120146dc8181370039', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182de00a8', N'', N'8a8ab0b246dc81120146dc81813a003a', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182e200aa', N'', N'8a8ab0b246dc81120146dc81813e003b', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182e600ac', N'', N'8a8ab0b246dc81120146dc818141003c', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182ea00ae', N'', N'8a8ab0b246dc81120146dc818145003d', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182ef00b0', N'', N'8a8ab0b246dc81120146dc818148003e', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182f300b2', N'', N'8a8ab0b246dc81120146dc81814b003f', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182f800b4', N'', N'8a8ab0b246dc81120146dc81814e0040', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182fd00b6', N'', N'8a8ab0b246dc81120146dc8181510041', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc81830100b8', N'', N'8a8ab0b246dc81120146dc8181530042', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc81830500ba', N'', N'8a8ab0b246dc81120146dc8181590044', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc81830a00bc', N'', N'8a8ab0b246dc81120146dc81815c0045', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc81830e00be', N'', N'8a8ab0b246dc81120146dc8181610046', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc81831100c0', N'', N'8a8ab0b246dc81120146dc8181640047', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc81831600c2', N'', N'8a8ab0b246dc81120146dc8181680048', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc81831a00c4', N'', N'8a8ab0b246dc81120146dc81816b0049', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc81831e00c6', N'', N'8a8ab0b246dc81120146dc818173004b', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc81832300c8', N'', N'8a8ab0b246dc81120146dc818176004c', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc81832700ca', N'', N'8a8ab0b246dc81120146dc81817b004d', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc81832b00cc', N'', N'8a8ab0b246dc81120146dc81817f004e', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc81832d00cd', N'', N'8a8ab0b246dc81120146dc81817f004e', N'8a8ab0b246dc81120146dc81818b0051', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc81832f00ce', N'', N'8a8ab0b246dc81120146dc818183004f', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO -INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc81833100d1', null, N'8a8ab0b246dc81120146dc818183004h', N'8a8ab0b246dc81120146dc8181870050', null) -GO -GO - --- ---------------------------- --- Table structure for t_s_role_org --- ---------------------------- -DROP TABLE [dbo].[t_s_role_org] -GO -CREATE TABLE [dbo].[t_s_role_org] ( -[ID] nvarchar(32) NOT NULL , -[org_id] nvarchar(32) NULL , -[role_id] nvarchar(32) NULL -) - - -GO - --- ---------------------------- --- Records of t_s_role_org --- ---------------------------- - --- ---------------------------- --- Table structure for t_s_role_user --- ---------------------------- -DROP TABLE [dbo].[t_s_role_user] -GO -CREATE TABLE [dbo].[t_s_role_user] ( -[ID] nvarchar(32) NOT NULL , -[roleid] nvarchar(32) NULL , -[userid] nvarchar(32) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_role_user', -NULL, NULL)) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`userid`) REFER `jeecg/t_s_user`(`id`); (`roleid`) REFE' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_role_user' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`userid`) REFER `jeecg/t_s_user`(`id`); (`roleid`) REFE' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_role_user' -GO - --- ---------------------------- --- Records of t_s_role_user --- ---------------------------- -INSERT INTO [dbo].[t_s_role_user] ([ID], [roleid], [userid]) VALUES (N'4028ef8154ff79a50154ff7ae8a40003', N'8a8ab0b246dc81120146dc81818b0051', N'8a8ab0b246dc81120146dc81819d0053') -GO -GO -INSERT INTO [dbo].[t_s_role_user] ([ID], [roleid], [userid]) VALUES (N'4028ef815500fa15015500fbc3c50002', N'8a8ab0b246dc81120146dc8181870050', N'8a8ab0b246dc81120146dc8181a10054') -GO -GO -INSERT INTO [dbo].[t_s_role_user] ([ID], [roleid], [userid]) VALUES (N'4028ef81550112c40155011505c50002', N'8a8ab0b246dc81120146dc8181870050', N'8a8ab0b246dc81120146dc8181950052') -GO -GO -INSERT INTO [dbo].[t_s_role_user] ([ID], [roleid], [userid]) VALUES (N'4028ef815502401c015502415a4d0003', N'402880e74d75c4dd014d75d3c5f40001', N'402880e74d75c4dd014d75d44af30005') -GO -GO -INSERT INTO [dbo].[t_s_role_user] ([ID], [roleid], [userid]) VALUES (N'4028ef81550f0ac701550f21f9e70008', N'8a8ab0b246dc81120146dc81818b0051', N'4028ef81538330cd01538333b7bc0001') -GO -GO -INSERT INTO [dbo].[t_s_role_user] ([ID], [roleid], [userid]) VALUES (N'8a8ab0b246dc81120146dc81834300d4', N'8a8ab0b246dc81120146dc8181870050', N'8a8ab0b246dc81120146dc8181a60055') -GO -GO - --- ---------------------------- --- Table structure for t_s_sms --- ---------------------------- -DROP TABLE [dbo].[t_s_sms] -GO -CREATE TABLE [dbo].[t_s_sms] ( -[id] nvarchar(36) NOT NULL , -[create_name] nvarchar(50) NULL , -[create_by] nvarchar(50) NULL , -[create_date] datetime NULL , -[update_name] nvarchar(50) NULL , -[update_by] nvarchar(50) NULL , -[update_date] datetime NULL , -[es_title] nvarchar(32) NULL , -[es_type] nvarchar(1) NULL , -[es_sender] nvarchar(50) NULL , -[es_receiver] nvarchar(50) NULL , -[es_content] nvarchar(MAX) NULL , -[es_sendtime] datetime NULL , -[remark] nvarchar(500) NULL , -[es_status] nvarchar(1) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms' -, @level2type = 'COLUMN', @level2name = N'create_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms' -, @level2type = 'COLUMN', @level2name = N'update_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms' -, @level2type = 'COLUMN', @level2name = N'update_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms' -, @level2type = 'COLUMN', @level2name = N'update_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms', -'COLUMN', N'es_title')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'消息标题' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms' -, @level2type = 'COLUMN', @level2name = N'es_title' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'消息标题' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms' -, @level2type = 'COLUMN', @level2name = N'es_title' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms', -'COLUMN', N'es_type')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'消息类型' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms' -, @level2type = 'COLUMN', @level2name = N'es_type' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'消息类型' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms' -, @level2type = 'COLUMN', @level2name = N'es_type' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms', -'COLUMN', N'es_sender')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'发送人' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms' -, @level2type = 'COLUMN', @level2name = N'es_sender' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'发送人' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms' -, @level2type = 'COLUMN', @level2name = N'es_sender' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms', -'COLUMN', N'es_receiver')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'接收人' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms' -, @level2type = 'COLUMN', @level2name = N'es_receiver' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'接收人' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms' -, @level2type = 'COLUMN', @level2name = N'es_receiver' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms', -'COLUMN', N'es_content')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'内容' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms' -, @level2type = 'COLUMN', @level2name = N'es_content' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'内容' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms' -, @level2type = 'COLUMN', @level2name = N'es_content' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms', -'COLUMN', N'es_sendtime')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'发送时间' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms' -, @level2type = 'COLUMN', @level2name = N'es_sendtime' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'发送时间' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms' -, @level2type = 'COLUMN', @level2name = N'es_sendtime' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms', -'COLUMN', N'es_status')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'发送状态' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms' -, @level2type = 'COLUMN', @level2name = N'es_status' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'发送状态' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms' -, @level2type = 'COLUMN', @level2name = N'es_status' -GO - --- ---------------------------- --- Records of t_s_sms --- ---------------------------- -INSERT INTO [dbo].[t_s_sms] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [es_title], [es_type], [es_sender], [es_receiver], [es_content], [es_sendtime], [remark], [es_status]) VALUES (N'402880e74dc2f361014dc2f8411e0001', N'管理员', N'admin', N'2015-06-05 17:05:59.000', N'管理员', N'admin', N'2015-11-19 22:30:39.000', N'消息推送测试333', N'2', null, N'411944058@qq.com', N'张三你好,你的订单4028d881436d514601436d521ae80165已付款!', N'2015-06-05 17:06:01.000', N'认证失败错误的用户名或者密码', N'3') -GO -GO -INSERT INTO [dbo].[t_s_sms] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [es_title], [es_type], [es_sender], [es_receiver], [es_content], [es_sendtime], [remark], [es_status]) VALUES (N'402880ea533647b00153364e74770001', N'管理员', N'admin', N'2016-03-02 15:50:24.000', N'管理员', N'admin', N'2016-04-06 16:32:52.000', N'发个问候', N'3', N'admin', N'admin', N'你好', N'2016-03-02 00:00:00.000', null, N'2') -GO -GO - --- ---------------------------- --- Table structure for t_s_sms_sql --- ---------------------------- -DROP TABLE [dbo].[t_s_sms_sql] -GO -CREATE TABLE [dbo].[t_s_sms_sql] ( -[id] nvarchar(36) NOT NULL , -[sql_name] nvarchar(32) NULL , -[sql_content] nvarchar(1000) NULL , -[create_date] datetime NULL , -[create_by] nvarchar(50) NULL , -[create_name] nvarchar(50) NULL , -[update_date] datetime NULL , -[update_by] nvarchar(50) NULL , -[update_name] nvarchar(50) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms_sql', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'主键' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_sql' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'主键' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_sql' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms_sql', -'COLUMN', N'sql_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'SQL名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_sql' -, @level2type = 'COLUMN', @level2name = N'sql_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'SQL名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_sql' -, @level2type = 'COLUMN', @level2name = N'sql_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms_sql', -'COLUMN', N'sql_content')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'SQL内容' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_sql' -, @level2type = 'COLUMN', @level2name = N'sql_content' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'SQL内容' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_sql' -, @level2type = 'COLUMN', @level2name = N'sql_content' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms_sql', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_sql' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_sql' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms_sql', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_sql' -, @level2type = 'COLUMN', @level2name = N'create_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_sql' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms_sql', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_sql' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_sql' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms_sql', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_sql' -, @level2type = 'COLUMN', @level2name = N'update_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_sql' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms_sql', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_sql' -, @level2type = 'COLUMN', @level2name = N'update_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_sql' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms_sql', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_sql' -, @level2type = 'COLUMN', @level2name = N'update_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_sql' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO - --- ---------------------------- --- Records of t_s_sms_sql --- ---------------------------- -INSERT INTO [dbo].[t_s_sms_sql] ([id], [sql_name], [sql_content], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a71b40e4a386269014a3865f9a90001', N'SQL-查询用户姓名', N'SELECT NAME as name,ID as order_code from t_s_student where id = :id', N'2014-12-11 16:10:14.000', N'4028d881436d514601436d5215ac0043', N'admin', N'2014-12-14 20:51:27.000', N'4028d881436d514601436d5215ac0043', N'admin') -GO -GO - --- ---------------------------- --- Table structure for t_s_sms_template --- ---------------------------- -DROP TABLE [dbo].[t_s_sms_template] -GO -CREATE TABLE [dbo].[t_s_sms_template] ( -[id] nvarchar(36) NOT NULL , -[template_type] nvarchar(1) NULL , -[template_name] nvarchar(50) NULL , -[template_content] nvarchar(1000) NULL , -[create_date] datetime NULL , -[create_by] nvarchar(50) NULL , -[create_name] nvarchar(50) NULL , -[update_date] datetime NULL , -[update_by] nvarchar(50) NULL , -[update_name] nvarchar(50) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms_template', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'主键' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'主键' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms_template', -'COLUMN', N'template_type')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'模板类型' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template' -, @level2type = 'COLUMN', @level2name = N'template_type' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'模板类型' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template' -, @level2type = 'COLUMN', @level2name = N'template_type' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms_template', -'COLUMN', N'template_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'模板名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template' -, @level2type = 'COLUMN', @level2name = N'template_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'模板名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template' -, @level2type = 'COLUMN', @level2name = N'template_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms_template', -'COLUMN', N'template_content')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'模板内容' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template' -, @level2type = 'COLUMN', @level2name = N'template_content' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'模板内容' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template' -, @level2type = 'COLUMN', @level2name = N'template_content' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms_template', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms_template', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template' -, @level2type = 'COLUMN', @level2name = N'create_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms_template', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms_template', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template' -, @level2type = 'COLUMN', @level2name = N'update_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms_template', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template' -, @level2type = 'COLUMN', @level2name = N'update_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms_template', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template' -, @level2type = 'COLUMN', @level2name = N'update_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO - --- ---------------------------- --- Records of t_s_sms_template --- ---------------------------- -INSERT INTO [dbo].[t_s_sms_template] ([id], [template_type], [template_name], [template_content], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a71b40e4a386269014a38701cff0005', N'1', N'充值短信提醒模板', N'${name}你好,你的订单${order_code}已付款!', N'2014-12-11 16:21:19.000', N'4028d881436d514601436d5215ac0043', N'admin', N'2014-12-14 21:11:00.000', N'4028d881436d514601436d5215ac0043', N'admin') -GO -GO - --- ---------------------------- --- Table structure for t_s_sms_template_sql --- ---------------------------- -DROP TABLE [dbo].[t_s_sms_template_sql] -GO -CREATE TABLE [dbo].[t_s_sms_template_sql] ( -[id] nvarchar(36) NOT NULL , -[code] nvarchar(32) NULL , -[name] nvarchar(32) NULL , -[sql_id] nvarchar(32) NULL , -[template_id] nvarchar(32) NULL , -[create_date] datetime NULL , -[create_by] nvarchar(50) NULL , -[create_name] nvarchar(50) NULL , -[update_date] datetime NULL , -[update_by] nvarchar(50) NULL , -[update_name] nvarchar(50) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms_template_sql', -'COLUMN', N'id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'主键' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template_sql' -, @level2type = 'COLUMN', @level2name = N'id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'主键' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template_sql' -, @level2type = 'COLUMN', @level2name = N'id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms_template_sql', -'COLUMN', N'code')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'配置CODE' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template_sql' -, @level2type = 'COLUMN', @level2name = N'code' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'配置CODE' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template_sql' -, @level2type = 'COLUMN', @level2name = N'code' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms_template_sql', -'COLUMN', N'name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'配置名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template_sql' -, @level2type = 'COLUMN', @level2name = N'name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'配置名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template_sql' -, @level2type = 'COLUMN', @level2name = N'name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms_template_sql', -'COLUMN', N'sql_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'业务SQLID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template_sql' -, @level2type = 'COLUMN', @level2name = N'sql_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'业务SQLID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template_sql' -, @level2type = 'COLUMN', @level2name = N'sql_id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms_template_sql', -'COLUMN', N'template_id')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'消息模本ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template_sql' -, @level2type = 'COLUMN', @level2name = N'template_id' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'消息模本ID' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template_sql' -, @level2type = 'COLUMN', @level2name = N'template_id' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms_template_sql', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template_sql' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template_sql' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms_template_sql', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template_sql' -, @level2type = 'COLUMN', @level2name = N'create_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template_sql' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms_template_sql', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template_sql' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template_sql' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms_template_sql', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template_sql' -, @level2type = 'COLUMN', @level2name = N'update_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新日期' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template_sql' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms_template_sql', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template_sql' -, @level2type = 'COLUMN', @level2name = N'update_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template_sql' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_sms_template_sql', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template_sql' -, @level2type = 'COLUMN', @level2name = N'update_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人名称' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_sms_template_sql' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO - --- ---------------------------- --- Records of t_s_sms_template_sql --- ---------------------------- -INSERT INTO [dbo].[t_s_sms_template_sql] ([id], [code], [name], [sql_id], [template_id], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a71b40e4a386269014a3871f5ee0008', N'CZTX', N'充值提醒配置', N'8a71b40e4a386269014a3865f9a90001', N'8a71b40e4a386269014a38701cff0005', N'2014-12-11 16:23:20.000', N'4028d881436d514601436d5215ac0043', N'admin', null, N'', N'') -GO -GO - --- ---------------------------- --- Table structure for t_s_student --- ---------------------------- -DROP TABLE [dbo].[t_s_student] -GO -CREATE TABLE [dbo].[t_s_student] ( -[ID] nvarchar(32) NOT NULL , -[classname] nvarchar(255) NULL , -[name] nvarchar(255) NULL , -[sex] nvarchar(255) NULL -) - - -GO - --- ---------------------------- --- Records of t_s_student --- ---------------------------- -INSERT INTO [dbo].[t_s_student] ([ID], [classname], [name], [sex]) VALUES (N'1', N'1班', N'李四', N'f') -GO -GO -INSERT INTO [dbo].[t_s_student] ([ID], [classname], [name], [sex]) VALUES (N'2', N'2班', N'王五', N'f') -GO -GO -INSERT INTO [dbo].[t_s_student] ([ID], [classname], [name], [sex]) VALUES (N'3', N'1班', N'小明', N'f') -GO -GO -INSERT INTO [dbo].[t_s_student] ([ID], [classname], [name], [sex]) VALUES (N'4', N'3班', N'xiaozhang', N'f') -GO -GO -INSERT INTO [dbo].[t_s_student] ([ID], [classname], [name], [sex]) VALUES (N'4028d881436d514601436d521ae80165', N'1班', N'张三', N'f') -GO -GO - --- ---------------------------- --- Table structure for t_s_territory --- ---------------------------- -DROP TABLE [dbo].[t_s_territory] -GO -CREATE TABLE [dbo].[t_s_territory] ( -[ID] nvarchar(32) NOT NULL , -[territorycode] nvarchar(10) NOT NULL , -[territorylevel] smallint NOT NULL , -[territoryname] nvarchar(50) NOT NULL , -[territory_pinyin] nvarchar(40) NULL , -[territorysort] nvarchar(3) NOT NULL , -[x_wgs84] float(53) NOT NULL , -[y_wgs84] float(53) NOT NULL , -[territoryparentid] nvarchar(32) NULL -) - - -GO - --- ---------------------------- --- Records of t_s_territory --- ---------------------------- -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1', N'100', N'1', N'全国', N'qg', N'0', N'106.258754', N'38.471318', N'0') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'10', N'00000016', N'2', N'河南省', N'HNS', N'0', N'113.687228', N'34.76819', N'1') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'100', N'371300', N'3', N'临沂市', N'LYS', N'0', N'118.356448', N'35.104672', N'18') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1000', N'370903', N'4', N'岱岳区', N'DYQ', N'0', N'117.041582', N'36.18799', N'96') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1001', N'370921', N'4', N'宁阳县', N'NYX', N'0', N'116.805797', N'35.758787', N'96') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1002', N'370923', N'4', N'东平县', N'DPX', N'0', N'116.470304', N'35.937102', N'96') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1003', N'370982', N'4', N'新泰市', N'XTS', N'0', N'117.767953', N'35.909032', N'96') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1004', N'370983', N'4', N'肥城市', N'FCS', N'0', N'116.768358', N'36.182571', N'96') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1005', N'371002', N'4', N'环翠区', N'HCQ', N'0', N'122.123444', N'37.501991', N'97') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1006', N'371081', N'4', N'文登市', N'WDS', N'0', N'122.058128', N'37.1939129', N'97') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1007', N'371082', N'4', N'荣成市', N'RCS', N'0', N'122.486676', N'37.165249', N'97') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1008', N'371083', N'4', N'乳山市', N'RSS', N'0', N'121.539764', N'36.919816', N'97') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1009', N'371102', N'4', N'东港区', N'DGQ', N'0', N'119.462228', N'35.425475', N'98') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'101', N'371400', N'3', N'德州市', N'DZS', N'0', N'116.357465', N'37.434093', N'18') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1010', N'371103', N'4', N'岚山区', N'LSQ', N'0', N'119.318813', N'35.121816', N'98') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1011', N'371121', N'4', N'五莲县', N'WLX', N'0', N'119.208744', N'35.750095', N'98') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1012', N'371122', N'4', N'莒县', N'JX', N'0', N'118.837131', N'35.579868', N'98') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1013', N'371202', N'4', N'莱城区', N'LCQ', N'0', N'117.659864', N'36.203208', N'99') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1014', N'371203', N'4', N'钢城区', N'GCQ', N'0', N'117.811355', N'36.058572', N'99') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1015', N'371302', N'4', N'兰山区', N'LSQ', N'0', N'118.347707', N'35.051729', N'100') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1016', N'371311', N'4', N'罗庄区', N'LZQ', N'0', N'118.284786', N'34.996741', N'100') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1017', N'371312', N'4', N'河东区', N'HDQ', N'0', N'118.402893', N'35.089917', N'100') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1018', N'371321', N'4', N'沂南县', N'YNX', N'0', N'118.465213', N'35.549976', N'100') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1019', N'371322', N'4', N'郯城县', N'TCX', N'0', N'118.367263', N'34.613557', N'100') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'102', N'371500', N'3', N'聊城市', N'LCS', N'0', N'115.985371', N'36.4567039', N'18') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1020', N'371323', N'4', N'沂水县', N'YSX', N'0', N'118.627918', N'35.79045', N'100') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1021', N'371324', N'4', N'苍山县', N'CSX', N'0', N'118.07065', N'34.857149', N'100') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1022', N'371325', N'4', N'费县', N'FX', N'0', N'117.977868', N'35.26634', N'100') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1023', N'371326', N'4', N'平邑县', N'PYX', N'0', N'117.640352', N'35.5059429', N'100') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1024', N'371327', N'4', N'莒南县', N'JNX', N'0', N'118.835163', N'35.174846', N'100') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1025', N'371328', N'4', N'蒙阴县', N'MYX', N'0', N'117.945085', N'35.710032', N'100') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1026', N'371329', N'4', N'临沭县', N'LSX', N'0', N'118.650782', N'34.919852', N'100') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1027', N'371402', N'4', N'德城区', N'DCQ', N'0', N'116.299434', N'37.451272', N'101') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1028', N'371421', N'4', N'陵县', N'LX', N'0', N'116.576176', N'37.33579', N'101') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1029', N'371422', N'4', N'宁津县', N'NJX', N'0', N'116.800324', N'37.652329', N'101') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'103', N'371600', N'3', N'滨州市', N'BZS', N'0', N'117.970703', N'37.38199', N'18') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1030', N'371423', N'4', N'庆云县', N'QYX', N'0', N'117.385123', N'37.77539', N'101') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1031', N'371424', N'4', N'临邑县', N'LYX', N'0', N'116.86665', N'37.189864', N'101') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1032', N'371425', N'4', N'齐河县', N'QHX', N'0', N'116.758917', N'36.795011', N'101') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1033', N'371426', N'4', N'平原县', N'PYX', N'0', N'116.434187', N'37.165419', N'101') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1034', N'371427', N'4', N'夏津县', N'XJX', N'0', N'116.001726', N'36.948371', N'101') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1035', N'371428', N'4', N'武城县', N'WCX', N'0', N'116.069302', N'37.213311', N'101') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1036', N'371481', N'4', N'乐陵市', N'LLS', N'0', N'117.231935', N'37.729907', N'101') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1037', N'371482', N'4', N'禹城市', N'YCS', N'0', N'116.638387', N'36.934259', N'101') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1038', N'371502', N'4', N'东昌府区', N'DCFQ', N'0', N'115.988484', N'36.434697', N'102') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1039', N'371521', N'4', N'阳谷县', N'YGX', N'0', N'115.79182', N'36.114392', N'102') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'104', N'371700', N'3', N'菏泽市', N'HZS', N'0', N'115.480656', N'35.23375', N'18') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1040', N'371522', N'4', N'莘县', N'SX', N'0', N'115.671191', N'36.233599', N'102') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1041', N'371523', N'4', N'茌平县', N'CPX', N'0', N'116.255282', N'36.5807639', N'102') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1042', N'371524', N'4', N'东阿县', N'DAX', N'0', N'116.24758', N'36.334917', N'102') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1043', N'371525', N'4', N'冠县', N'GX', N'0', N'115.44274', N'36.484009', N'102') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1044', N'371526', N'4', N'高唐县', N'GTX', N'0', N'116.231478', N'36.866062', N'102') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1045', N'371581', N'4', N'临清市', N'LQS', N'0', N'115.704881', N'36.838277', N'102') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1046', N'371602', N'4', N'滨城区', N'BCQ', N'0', N'118.019146', N'37.43206', N'103') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1047', N'371621', N'4', N'惠民县', N'HMX', N'0', N'117.510451', N'37.489769', N'103') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1048', N'371622', N'4', N'阳信县', N'YXX', N'0', N'117.578262', N'37.641106', N'103') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1049', N'371623', N'4', N'无棣县', N'WDX', N'0', N'117.625696', N'37.770261', N'103') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1050', N'371624', N'4', N'沾化县', N'ZHX', N'0', N'118.132199', N'37.698281', N'103') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1051', N'371625', N'4', N'博兴县', N'BXX', N'0', N'118.131815', N'37.150226', N'103') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1052', N'371626', N'4', N'邹平县', N'ZPX', N'0', N'117.743109', N'36.862989', N'103') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1053', N'371702', N'4', N'牡丹区', N'MDQ', N'0', N'115.417827', N'35.252512', N'104') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1054', N'371721', N'4', N'曹县', N'CX', N'0', N'115.542328', N'34.825508', N'104') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1055', N'371722', N'4', N'单县', N'DX', N'0', N'116.107428', N'34.778808', N'104') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1056', N'371723', N'4', N'成武县', N'CWX', N'0', N'115.889765', N'34.952459', N'104') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1057', N'371724', N'4', N'巨野县', N'JYX', N'0', N'116.094674', N'35.396261', N'104') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1058', N'371725', N'4', N'郓城县', N'YCX', N'0', N'115.943613', N'35.599758', N'104') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1059', N'371726', N'4', N'鄄城县', N'JCX', N'0', N'115.510193', N'35.563408', N'104') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1060', N'371727', N'4', N'定陶县', N'DTX', N'0', N'115.573094', N'35.071', N'104') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1061', N'371728', N'4', N'东明县', N'DMX', N'0', N'115.089905', N'35.289368', N'104') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'11', N'00000008', N'2', N'黑龙江省', N'HLJS', N'0', N'126.662507', N'45.7421699', N'1') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'12', N'20000000', N'2', N'上海市', N'SHS', N'0', N'121.473704', N'31.230393', N'1') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'13', N'00000010', N'2', N'江苏省', N'JSS', N'0', N'118.763232', N'32.061707', N'1') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'14', N'00000011', N'2', N'浙江省', N'ZJS', N'0', N'120.153676', N'30.26586', N'1') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'15', N'00000012', N'2', N'安徽省', N'AHS', N'0', N'117.284923', N'31.861184', N'1') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'16', N'00000013', N'2', N'福建省', N'FJS', N'0', N'119.296506', N'26.099933', N'1') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'17', N'00000014', N'2', N'江西省', N'JXS', N'0', N'115.909175', N'28.674424', N'1') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1739', N'360102', N'4', N'东湖区', N'DHQ', N'0', N'115.89901', N'28.6849159', N'184') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1740', N'360103', N'4', N'西湖区', N'XHQ', N'0', N'115.877287', N'28.656887', N'184') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1741', N'360104', N'4', N'青云谱区', N'QYPQ', N'0', N'115.925749', N'28.621169', N'184') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1742', N'360105', N'4', N'湾里区', N'WLQ', N'0', N'115.730994', N'28.714869', N'184') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1743', N'360111', N'4', N'青山湖区', N'QSHQ', N'0', N'115.962144', N'28.682985', N'184') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1744', N'360121', N'4', N'南昌县', N'NCX', N'0', N'115.944162', N'28.545459', N'184') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1745', N'360122', N'4', N'新建县', N'XJX', N'0', N'115.815233', N'28.692437', N'184') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1746', N'360123', N'4', N'安义县', N'AYX', N'0', N'115.549199', N'28.844429', N'184') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1747', N'360124', N'4', N'进贤县', N'JXX', N'0', N'116.240924', N'28.376918', N'184') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1748', N'360202', N'4', N'昌江区', N'CJQ', N'0', N'117.183688', N'29.27342', N'185') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1749', N'360203', N'4', N'珠山区', N'ZSQ', N'0', N'117.202336', N'29.301272', N'185') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1750', N'360222', N'4', N'浮梁县', N'FLX', N'0', N'117.215061', N'29.351739', N'185') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1751', N'360281', N'4', N'乐平市', N'LPS', N'0', N'117.129169', N'28.961902', N'185') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1752', N'360302', N'4', N'安源区', N'AYQ', N'0', N'113.87073', N'27.615202', N'186') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1753', N'360313', N'4', N'湘东区', N'XDQ', N'0', N'113.733059', N'27.640075', N'186') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1754', N'360321', N'4', N'莲花县', N'LHX', N'0', N'113.961465', N'27.127669', N'186') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1755', N'360322', N'4', N'上栗县', N'SLX', N'0', N'113.795219', N'27.880567', N'186') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1756', N'360323', N'4', N'芦溪县', N'LXX', N'0', N'114.029595', N'27.631145', N'186') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1757', N'360402', N'4', N'庐山区', N'LSQ', N'0', N'115.989212', N'29.671775', N'187') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1758', N'360403', N'4', N'浔阳区', N'XYQ', N'0', N'115.990399', N'29.72746', N'187') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1759', N'360421', N'4', N'九江县', N'JJX', N'0', N'115.911314', N'29.608456', N'187') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1760', N'360423', N'4', N'武宁县', N'WNX', N'0', N'115.100579', N'29.256323', N'187') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1761', N'360424', N'4', N'修水县', N'XSX', N'0', N'114.547356', N'29.025707', N'187') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1762', N'360425', N'4', N'永修县', N'YXX', N'0', N'115.809111', N'29.021824', N'187') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1763', N'360426', N'4', N'德安县', N'DAX', N'0', N'115.756883', N'29.314348', N'187') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1764', N'360427', N'4', N'星子县', N'XZX', N'0', N'116.044893', N'29.448037', N'187') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1765', N'360428', N'4', N'都昌县', N'DCX', N'0', N'116.204099', N'29.273194', N'187') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1766', N'360429', N'4', N'湖口县', N'HKX', N'0', N'116.220266', N'29.73944', N'187') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1767', N'360430', N'4', N'彭泽县', N'PZX', N'0', N'116.549359', N'29.896061', N'187') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1768', N'360481', N'4', N'瑞昌市', N'RCS', N'0', N'115.681504', N'29.673795', N'187') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1769', N'360499', N'4', N'共青城', N'GQC', N'0', N'115.774', N'29.2417', N'187') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1770', N'360502', N'4', N'渝水区', N'YSQ', N'0', N'114.944574', N'27.80038', N'188') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1771', N'360521', N'4', N'分宜县', N'FYX', N'0', N'114.692039', N'27.814628', N'188') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1772', N'360602', N'4', N'月湖区', N'YHQ', N'0', N'117.036676', N'28.238797', N'189') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1773', N'360622', N'4', N'余江县', N'YJX', N'0', N'116.818871', N'28.204174', N'189') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1774', N'360681', N'4', N'贵溪市', N'GXS', N'0', N'117.245497', N'28.292519', N'189') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1775', N'360702', N'4', N'章贡区', N'ZGQ', N'0', N'114.941826', N'25.862827', N'190') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1776', N'360721', N'4', N'赣县', N'GX', N'0', N'115.011561', N'25.860691', N'190') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1777', N'360722', N'4', N'信丰县', N'XFX', N'0', N'114.922963', N'25.386278', N'190') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1778', N'360723', N'4', N'大余县', N'DYX', N'0', N'114.362094', N'25.401283', N'190') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1779', N'360724', N'4', N'上犹县', N'SYX', N'0', N'114.551371', N'25.784978', N'190') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1780', N'360725', N'4', N'崇义县', N'CYX', N'0', N'114.308273', N'25.681879', N'190') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1781', N'360726', N'4', N'安远县', N'AYX', N'0', N'115.393922', N'25.136925', N'190') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1782', N'360727', N'4', N'龙南县', N'LNX', N'0', N'114.789811', N'24.911107', N'190') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1783', N'360728', N'4', N'定南县', N'DNX', N'0', N'115.027845', N'24.78441', N'190') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1784', N'360729', N'4', N'全南县', N'QNX', N'0', N'114.530125', N'24.742401', N'190') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1785', N'360730', N'4', N'宁都县', N'NDX', N'0', N'116.009472', N'26.470116', N'190') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1786', N'360731', N'4', N'于都县', N'YDX', N'0', N'115.41551', N'25.952066', N'190') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1787', N'360732', N'4', N'兴国县', N'XGX', N'0', N'115.36319', N'26.337937', N'190') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1788', N'360733', N'4', N'会昌县', N'HCX', N'0', N'115.786057', N'25.600272', N'190') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1789', N'360734', N'4', N'寻乌县', N'YWX', N'0', N'115.646525', N'24.963322', N'190') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1790', N'360735', N'4', N'石城县', N'SCX', N'0', N'116.354201', N'26.32686', N'190') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1791', N'360781', N'4', N'瑞金市', N'RJS', N'0', N'116.02713', N'25.885561', N'190') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1792', N'360782', N'4', N'南康市', N'NKS', N'0', N'114.765238', N'25.661356', N'190') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1793', N'360802', N'4', N'吉州区', N'JZQ', N'0', N'114.994307', N'27.129975', N'191') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1794', N'360803', N'4', N'青原区', N'QYQ', N'0', N'115.01424', N'27.081719', N'191') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1795', N'360821', N'4', N'吉安县', N'JAX', N'0', N'114.907659', N'27.040142', N'191') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1796', N'360822', N'4', N'吉水县', N'JSX', N'0', N'115.135507', N'27.229632', N'191') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1797', N'360823', N'4', N'峡江县', N'XJX', N'0', N'115.316566', N'27.582901', N'191') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1798', N'360824', N'4', N'新干县', N'XGX', N'0', N'115.393043', N'27.740809', N'191') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1799', N'360825', N'4', N'永丰县', N'YFX', N'0', N'115.441477', N'27.317869', N'191') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'18', N'00000015', N'2', N'山东省', N'SDS', N'0', N'117.020411', N'36.668627', N'1') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1800', N'360826', N'4', N'泰和县', N'THX', N'0', N'114.908861', N'26.790231', N'191') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1801', N'360827', N'4', N'遂川县', N'SCX', N'0', N'114.52098', N'26.311894', N'191') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1802', N'360828', N'4', N'万安县', N'WAX', N'0', N'114.786256', N'26.458257', N'191') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1803', N'360829', N'4', N'安福县', N'AFX', N'0', N'114.619893', N'27.392874', N'191') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1804', N'360830', N'4', N'永新县', N'YXX', N'0', N'114.242675', N'26.945233', N'191') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1805', N'360881', N'4', N'井冈山市', N'JGSS', N'0', N'114.289182', N'26.748186', N'191') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1806', N'360902', N'4', N'袁州区', N'YZQ', N'0', N'114.424657', N'27.798846', N'192') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1807', N'360921', N'4', N'奉新县', N'FXX', N'0', N'115.384904', N'28.700806', N'192') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1808', N'360922', N'4', N'万载县', N'WZX', N'0', N'114.447551', N'28.10455', N'192') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1809', N'360923', N'4', N'上高县', N'SGX', N'0', N'114.924494', N'28.232827', N'192') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1810', N'360924', N'4', N'宜丰县', N'YFX', N'0', N'114.803542', N'28.393613', N'192') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1811', N'360925', N'4', N'靖安县', N'JAX', N'0', N'115.362629', N'28.861475', N'192') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1812', N'360926', N'4', N'铜鼓县', N'TGX', N'0', N'114.37098', N'28.520747', N'192') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1813', N'360981', N'4', N'丰城市', N'FCS', N'0', N'115.771195', N'28.159325', N'192') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1814', N'360982', N'4', N'樟树市', N'ZSS', N'0', N'115.546063', N'28.055796', N'192') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1815', N'360983', N'4', N'高安市', N'GAS', N'0', N'115.375618', N'28.417261', N'192') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1816', N'361002', N'4', N'临川区', N'LCQ', N'0', N'116.31136', N'27.934529', N'193') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1817', N'361021', N'4', N'南城县', N'NCX', N'0', N'116.644658', N'27.552748', N'193') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1818', N'361022', N'4', N'黎川县', N'LCX', N'0', N'116.907508', N'27.282382', N'193') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1819', N'361023', N'4', N'南丰县', N'NFX', N'0', N'116.525725', N'27.218445', N'193') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1820', N'361024', N'4', N'崇仁县', N'CRX', N'0', N'116.061164', N'27.764681', N'193') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1821', N'361025', N'4', N'乐安县', N'LAX', N'0', N'115.837895', N'27.420441', N'193') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1822', N'361026', N'4', N'宜黄县', N'YHX', N'0', N'116.222128', N'27.546146', N'193') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1823', N'361027', N'4', N'金溪县', N'JXX', N'0', N'116.775435', N'27.908337', N'193') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1824', N'361028', N'4', N'资溪县', N'ZXX', N'0', N'117.060264', N'27.706102', N'193') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1825', N'361029', N'4', N'东乡县', N'DXX', N'0', N'116.590465', N'28.236118', N'193') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1826', N'361030', N'4', N'广昌县', N'GCX', N'0', N'116.325757', N'26.837267', N'193') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1827', N'361102', N'4', N'信州区', N'XZQ', N'0', N'117.966823', N'28.43121', N'194') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1828', N'361121', N'4', N'上饶县', N'SRX', N'0', N'117.90785', N'28.448983', N'194') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1829', N'361122', N'4', N'广丰县', N'GFX', N'0', N'118.19124', N'28.436286', N'194') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1830', N'361123', N'4', N'玉山县', N'YSX', N'0', N'118.245124', N'28.682055', N'194') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1831', N'361124', N'4', N'铅山县', N'QSX', N'0', N'117.709451', N'28.315217', N'194') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1832', N'361125', N'4', N'横峰县', N'HFX', N'0', N'117.596452', N'28.407118', N'194') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1833', N'361126', N'4', N'弋阳县', N'YYX', N'0', N'117.449588', N'28.378044', N'194') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1834', N'361127', N'4', N'余干县', N'YGX', N'0', N'116.695647', N'28.702302', N'194') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1835', N'361128', N'4', N'鄱阳县', N'PYX', N'0', N'116.699746', N'29.011699', N'194') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1836', N'361129', N'4', N'万年县', N'WNX', N'0', N'117.058445', N'28.694582', N'194') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1837', N'361130', N'4', N'婺源县', N'WYX', N'0', N'117.861911', N'29.2480249', N'194') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1838', N'361181', N'4', N'德兴市', N'DXS', N'0', N'117.578713', N'28.946464', N'194') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1839', N'370102', N'4', N'历下区', N'LXQ', N'0', N'117.07653', N'36.666344', N'195') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'184', N'360100', N'3', N'南昌市', N'NCS', N'0', N'115.858089', N'28.68316', N'17') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1840', N'370103', N'4', N'市中区', N'SZQ', N'0', N'116.997475', N'36.6511749', N'195') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1841', N'370104', N'4', N'槐荫区', N'HYQ', N'0', N'116.90113', N'36.651301', N'195') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1842', N'370105', N'4', N'天桥区', N'TQQ', N'0', N'116.987492', N'36.678016', N'195') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1843', N'370112', N'4', N'历城区', N'LCQ', N'0', N'117.065222', N'36.680171', N'195') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'185', N'360200', N'3', N'景德镇市', N'JDZS', N'0', N'117.17842', N'29.268836', N'17') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'186', N'360300', N'3', N'萍乡市', N'PXS', N'0', N'113.854676', N'27.622865', N'17') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'187', N'360400', N'3', N'九江市', N'JJS', N'0', N'116.001951', N'29.705103', N'17') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'188', N'360500', N'3', N'新余市', N'XYS', N'0', N'114.91741', N'27.817819', N'17') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'189', N'360600', N'3', N'鹰潭市', N'YTS', N'0', N'117.069202', N'28.260189', N'17') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'19', N'00000017', N'2', N'湖北省', N'HBS', N'0', N'114.341921', N'30.545861', N'1') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'190', N'360700', N'3', N'赣州市', N'GZS', N'0', N'114.935025', N'25.831925', N'17') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'191', N'360800', N'3', N'吉安市', N'JAS', N'0', N'114.992912', N'27.113039', N'17') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'192', N'360900', N'3', N'宜春市', N'YCS', N'0', N'114.416778', N'27.815619', N'17') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'193', N'361000', N'3', N'抚州市', N'FZS', N'0', N'116.358176', N'27.9492', N'17') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'194', N'361100', N'3', N'上饶市', N'SRS', N'0', N'117.943433', N'28.454863', N'17') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'195', N'370100', N'3', N'济南市', N'JNS', N'0', N'116.994917', N'36.665282', N'18') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'20', N'00000018', N'2', N'湖南省', N'HNS', N'0', N'112.98381', N'28.112444', N'1') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'21', N'40000000', N'2', N'重庆市', N'ZQS', N'0', N'106.551557', N'29.56301', N'1') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'22', N'00000022', N'2', N'四川省', N'SCS', N'0', N'104.075931', N'30.651652', N'1') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'23', N'00000019', N'2', N'广东省', N'GDS', N'0', N'113.266531', N'23.132191', N'1') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'24', N'00000020', N'2', N'广西壮族自治区', N'GXZZZZQ', N'0', N'108.327546', N'22.815478', N'1') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'25', N'00000021', N'2', N'海南省', N'HNS', N'0', N'110.349229', N'20.017378', N'1') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'26', N'810000', N'2', N'香港特别行政区', N'XGTBXZQ', N'0', N'114.109497', N'22.396428', N'1') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'27', N'820000', N'2', N'澳门特别行政区', N'AMTBXZQ', N'0', N'113.543873', N'22.198745', N'1') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'28', N'00000023', N'2', N'贵州省', N'GZS', N'0', N'106.707116', N'26.598026', N'1') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'29', N'00000024', N'2', N'云南省', N'YNS', N'0', N'102.709812', N'25.045359', N'1') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'3', N'00000006', N'2', N'辽宁省', N'LNS', N'0', N'123.42944', N'41.835441', N'1') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'30', N'00000025', N'2', N'西藏自治区', N'XCZZQ', N'0', N'91.1170059', N'29.647951', N'1') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'31', N'00000026', N'2', N'陕西省', N'SXS', N'0', N'108.954239', N'34.265472', N'1') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'32', N'00000027', N'2', N'甘肃省', N'GSS', N'0', N'103.826308', N'36.059421', N'1') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'33', N'00000028', N'2', N'青海省', N'QHS', N'0', N'101.780199', N'36.620901', N'1') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'34', N'00000029', N'2', N'宁夏回族自治区', N'NXHZZZQ', N'0', N'106.258754', N'38.471318', N'1') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'35', N'00000030', N'2', N'新疆维吾尔自治区', N'XJWWEZZQ', N'0', N'87.6278119', N'43.793028', N'1') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'4', N'00000007', N'2', N'吉林省', N'JLS', N'0', N'125.326065', N'43.896082', N'1') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'5', N'10000000', N'2', N'北京市', N'BJS', N'0', N'116.407413', N'39.904214', N'1') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'6', N'30000000', N'2', N'天津市', N'TJS', N'0', N'117.200983', N'39.084158', N'1') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'7', N'00000003', N'2', N'河北省', N'HBS', N'0', N'114.468665', N'38.037057', N'1') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'8', N'00000004', N'2', N'山西省', N'SXS', N'0', N'112.562569', N'37.873376', N'1') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'89', N'370200', N'3', N'青岛市', N'QDS', N'0', N'120.382504', N'36.06722', N'18') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'9', N'00000005', N'2', N'内蒙古自治区', N'NMGZZQ', N'0', N'111.765618', N'40.817498', N'1') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'90', N'370300', N'3', N'淄博市', N'ZBS', N'0', N'118.055007', N'36.813497', N'18') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'91', N'370400', N'3', N'枣庄市', N'ZZS', N'0', N'117.323725', N'34.810488', N'18') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'92', N'370500', N'3', N'东营市', N'DYS', N'0', N'118.674767', N'37.434751', N'18') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'926', N'370113', N'4', N'长清区', N'CQQ', N'0', N'116.751959', N'36.553691', N'195') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'927', N'370124', N'4', N'平阴县', N'PYX', N'0', N'116.456187', N'36.289265', N'195') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'928', N'370125', N'4', N'济阳县', N'JYX', N'0', N'117.173529', N'36.978547', N'195') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'929', N'370126', N'4', N'商河县', N'SHX', N'0', N'117.157183', N'37.309045', N'195') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'93', N'370600', N'3', N'烟台市', N'YTS', N'0', N'121.447926', N'37.463819', N'18') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'930', N'370181', N'4', N'章丘市', N'ZQS', N'0', N'117.534326', N'36.714015', N'195') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'931', N'370202', N'4', N'市南区', N'SNQ', N'0', N'120.412392', N'36.075651', N'89') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'932', N'370203', N'4', N'市北区', N'SBQ', N'0', N'120.374801', N'36.087661', N'89') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'933', N'370205', N'4', N'四方区', N'SFQ', N'0', N'120.366454', N'36.103993', N'89') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'934', N'370211', N'4', N'黄岛区', N'HDQ', N'0', N'120.198054', N'35.960935', N'89') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'935', N'370212', N'4', N'崂山区', N'LSQ', N'0', N'120.468956', N'36.107538', N'89') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'936', N'370213', N'4', N'李沧区', N'LCQ', N'0', N'120.432864', N'36.145476', N'89') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'937', N'370214', N'4', N'城阳区', N'CYQ', N'0', N'120.396529', N'36.307061', N'89') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'938', N'370281', N'4', N'胶州市', N'JZS', N'0', N'120.033345', N'36.264664', N'89') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'939', N'370282', N'4', N'即墨市', N'JMS', N'0', N'120.447162', N'36.389401', N'89') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'94', N'370700', N'3', N'潍坊市', N'WFS', N'0', N'119.16193', N'36.706691', N'18') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'940', N'370283', N'4', N'平度市', N'PDS', N'0', N'119.960014', N'36.7867', N'89') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'941', N'370284', N'4', N'胶南市', N'JNS', N'0', N'120.04643', N'35.8725', N'89') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'942', N'370285', N'4', N'莱西市', N'LXS', N'0', N'120.51769', N'36.889084', N'89') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'943', N'370302', N'4', N'淄川区', N'ZCQ', N'0', N'117.966842', N'36.643449', N'90') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'944', N'370303', N'4', N'张店区', N'ZDQ', N'0', N'118.017656', N'36.806773', N'90') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'945', N'370304', N'4', N'博山区', N'BSQ', N'0', N'117.861698', N'36.494752', N'90') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'946', N'370305', N'4', N'临淄区', N'LZQ', N'0', N'118.308977', N'36.827343', N'90') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'947', N'370306', N'4', N'周村区', N'ZCQ', N'0', N'117.869877', N'36.803109', N'90') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'948', N'370321', N'4', N'桓台县', N'HTX', N'0', N'118.097955', N'36.959623', N'90') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'949', N'370322', N'4', N'高青县', N'GQX', N'0', N'117.826916', N'37.171063', N'90') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'95', N'370800', N'3', N'济宁市', N'JNS', N'0', N'116.587099', N'35.414921', N'18') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'950', N'370323', N'4', N'沂源县', N'YYX', N'0', N'118.170979', N'36.184827', N'90') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'951', N'370402', N'4', N'市中区', N'SZQ', N'0', N'117.556124', N'34.864114', N'91') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'952', N'370403', N'4', N'薛城区', N'YCQ', N'0', N'117.263157', N'34.795206', N'91') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'953', N'370404', N'4', N'峄城区', N'YCQ', N'0', N'117.590819', N'34.772236', N'91') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'954', N'370405', N'4', N'台儿庄区', N'TEZQ', N'0', N'117.733832', N'34.562528', N'91') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'955', N'370406', N'4', N'山亭区', N'STQ', N'0', N'117.461343', N'35.099549', N'91') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'956', N'370481', N'4', N'滕州市', N'TZS', N'0', N'117.164388', N'35.084021', N'91') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'957', N'370502', N'4', N'东营区', N'DYQ', N'0', N'118.582184', N'37.448964', N'92') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'958', N'370503', N'4', N'河口区', N'HKQ', N'0', N'118.525579', N'37.886138', N'92') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'959', N'370521', N'4', N'垦利县', N'KLX', N'0', N'118.547627', N'37.58754', N'92') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'960', N'370522', N'4', N'利津县', N'LJX', N'0', N'118.255273', N'37.49026', N'92') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'961', N'370523', N'4', N'广饶县', N'GRX', N'0', N'118.407045', N'37.0537', N'92') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'962', N'370602', N'4', N'芝罘区', N'ZFQ', N'0', N'121.400031', N'37.540687', N'93') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'963', N'370611', N'4', N'福山区', N'FSQ', N'0', N'121.267697', N'37.498051', N'93') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'964', N'370612', N'4', N'牟平区', N'MPQ', N'0', N'121.600512', N'37.386901', N'93') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'965', N'370613', N'4', N'莱山区', N'LSQ', N'0', N'121.445304', N'37.511305', N'93') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'966', N'370614', N'4', N'开发区', N'KFQ', N'0', N'121.251001', N'37.554683', N'93') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'967', N'370634', N'4', N'长岛县', N'CDX', N'0', N'120.736584', N'37.921417', N'93') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'968', N'370681', N'4', N'龙口市', N'LKS', N'0', N'120.477836', N'37.646064', N'93') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'969', N'370682', N'4', N'莱阳市', N'LYS', N'0', N'120.711607', N'36.97891', N'93') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'970', N'370683', N'4', N'莱州市', N'LZS', N'0', N'119.942327', N'37.177017', N'93') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'971', N'370684', N'4', N'蓬莱市', N'PLS', N'0', N'120.758848', N'37.810661', N'93') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'972', N'370685', N'4', N'招远市', N'ZYS', N'0', N'120.434072', N'37.355469', N'93') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'973', N'370686', N'4', N'栖霞市', N'QXS', N'0', N'120.849675', N'37.335123', N'93') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'974', N'370687', N'4', N'海阳市', N'HYS', N'0', N'121.158477', N'36.776425', N'93') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'975', N'370702', N'4', N'潍城区', N'WCQ', N'0', N'119.024836', N'36.7281', N'94') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'976', N'370703', N'4', N'寒亭区', N'HTQ', N'0', N'119.219734', N'36.775491', N'94') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'977', N'370704', N'4', N'坊子区', N'FZQ', N'0', N'119.166485', N'36.654448', N'94') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'978', N'370705', N'4', N'奎文区', N'KWQ', N'0', N'119.132486', N'36.707676', N'94') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'979', N'370724', N'4', N'临朐县', N'LQX', N'0', N'118.542982', N'36.5125059', N'94') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'980', N'370725', N'4', N'昌乐县', N'CLX', N'0', N'118.829914', N'36.706945', N'94') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'981', N'370781', N'4', N'青州市', N'QZS', N'0', N'118.479622', N'36.684528', N'94') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'982', N'370782', N'4', N'诸城市', N'ZCS', N'0', N'119.410103', N'35.995654', N'94') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'983', N'370783', N'4', N'寿光市', N'SGS', N'0', N'118.790652', N'36.85548', N'94') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'984', N'370784', N'4', N'安丘市', N'AQS', N'0', N'119.218978', N'36.478494', N'94') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'985', N'370785', N'4', N'高密市', N'GMS', N'0', N'119.755597', N'36.3825949', N'94') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'986', N'370786', N'4', N'昌邑市', N'CYS', N'0', N'119.398525', N'36.85882', N'94') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'987', N'370802', N'4', N'市中区', N'SZQ', N'0', N'116.596614', N'35.40819', N'95') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'988', N'370811', N'4', N'任城区', N'RCQ', N'0', N'116.628562', N'35.433727', N'95') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'989', N'370826', N'4', N'微山县', N'WSX', N'0', N'117.128946', N'34.8071', N'95') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'990', N'370827', N'4', N'鱼台县', N'YTX', N'0', N'116.650608', N'35.012749', N'95') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'991', N'370828', N'4', N'金乡县', N'JXX', N'0', N'116.311532', N'35.06662', N'95') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'992', N'370829', N'4', N'嘉祥县', N'JXX', N'0', N'116.342442', N'35.407829', N'95') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'993', N'370830', N'4', N'汶上县', N'WSX', N'0', N'116.489043', N'35.732799', N'95') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'994', N'370831', N'4', N'泗水县', N'SSX', N'0', N'117.251195', N'35.664323', N'95') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'995', N'370832', N'4', N'梁山县', N'LSX', N'0', N'116.096044', N'35.802306', N'95') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'996', N'370881', N'4', N'曲阜市', N'QFS', N'0', N'116.986532', N'35.581137', N'95') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'997', N'370882', N'4', N'兖州市', N'YZS', N'0', N'116.783834', N'35.553144', N'95') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'998', N'370883', N'4', N'邹城市', N'ZCS', N'0', N'117.003743', N'35.405185', N'95') -GO -GO -INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'999', N'370902', N'4', N'泰山区', N'TSQ', N'0', N'117.135354', N'36.192084', N'96') -GO -GO - --- ---------------------------- --- Table structure for t_s_timetask --- ---------------------------- -DROP TABLE [dbo].[t_s_timetask] -GO -CREATE TABLE [dbo].[t_s_timetask] ( -[ID] nvarchar(32) NOT NULL , -[CREATE_BY] nvarchar(32) NULL , -[CREATE_DATE] datetime NULL , -[CREATE_NAME] nvarchar(32) NULL , -[CRON_EXPRESSION] nvarchar(100) NOT NULL , -[IS_EFFECT] nvarchar(1) NOT NULL , -[IS_START] nvarchar(1) NOT NULL , -[TASK_DESCRIBE] nvarchar(50) NOT NULL , -[TASK_ID] nvarchar(100) NOT NULL , -[UPDATE_BY] nvarchar(32) NULL , -[UPDATE_DATE] datetime NULL , -[UPDATE_NAME] nvarchar(32) NULL -) - - -GO - --- ---------------------------- --- Records of t_s_timetask --- ---------------------------- -INSERT INTO [dbo].[t_s_timetask] ([ID], [CREATE_BY], [CREATE_DATE], [CREATE_NAME], [CRON_EXPRESSION], [IS_EFFECT], [IS_START], [TASK_DESCRIBE], [TASK_ID], [UPDATE_BY], [UPDATE_DATE], [UPDATE_NAME]) VALUES (N'402880e74c79dd47014c79de88f70001', N'admin', N'2015-04-02 19:22:49.000', N'管理员', N'0 0/1 * * * ?', N'1', N'0', N'消息中间件定时任务', N'smsSendTaskCronTrigger', N'admin', N'2015-07-16 15:33:43.000', N'管理员') -GO -GO -INSERT INTO [dbo].[t_s_timetask] ([ID], [CREATE_BY], [CREATE_DATE], [CREATE_NAME], [CRON_EXPRESSION], [IS_EFFECT], [IS_START], [TASK_DESCRIBE], [TASK_ID], [UPDATE_BY], [UPDATE_DATE], [UPDATE_NAME]) VALUES (N'8a8ab0b246dc81120146dc81850c016a', null, null, null, N'0 0/1 * * * ?', N'1', N'0', N'测试Demo', N'taskDemoServiceTaskCronTrigger', N'admin', N'2015-07-16 15:33:48.000', N'管理员') -GO -GO - --- ---------------------------- --- Table structure for t_s_type --- ---------------------------- -DROP TABLE [dbo].[t_s_type] -GO -CREATE TABLE [dbo].[t_s_type] ( -[ID] nvarchar(32) NOT NULL , -[typecode] nvarchar(50) NULL , -[typename] nvarchar(50) NULL , -[typepid] nvarchar(32) NULL , -[typegroupid] nvarchar(32) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_type', -NULL, NULL)) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`typegroupid`) REFER `jeecg/t_s_typegroup`(`ID`); (`typ' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_type' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`typegroupid`) REFER `jeecg/t_s_typegroup`(`ID`); (`typ' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_type' -GO - --- ---------------------------- --- Records of t_s_type --- ---------------------------- -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'297e201047e95ee30147e9baab5c000b', N'1', N'common.company', null, N'297e201047e95ee30147e9ba56ce0009') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'297e201047e95ee30147e9baef97000d', N'2', N'common.department', null, N'297e201047e95ee30147e9ba56ce0009') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'297e201047e95ee30147e9bb1210000f', N'3', N'common.position', null, N'297e201047e95ee30147e9ba56ce0009') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'2c90ac564c9d1734014c9db1e025002d', N'Y', N'是', null, N'2c90ac564c9d1734014c9db1a167002b') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'2c90ac564c9d1734014c9db20b0d002f', N'N', N'否', null, N'2c90ac564c9d1734014c9db1a167002b') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'402880884883eff4014884180bf80029', N'1', N'蔷薇七村', null, N'402880884883eff401488415cbb60027') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'402880cd4dbd4baa014dbd9c184f0003', N'WXTP', N'图片', null, N'jglongjbtstypegourp2015060400001') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'402881a151f1af7c0151f1bb1b520004', N'cigong', N'辞工', null, N'402881a151f1af7c0151f1b9d7f50002') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'402881a151f1af7c0151f1bc55b10006', N'jicigong', N'急辞工', null, N'402881a151f1af7c0151f1b9d7f50002') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'402881a151f1af7c0151f1bca0680008', N'citui', N'辞退', null, N'402881a151f1af7c0151f1b9d7f50002') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'402881a151f1af7c0151f1bcbf62000a', N'kaichu', N'开除', null, N'402881a151f1af7c0151f1b9d7f50002') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'402881a151f1af7c0151f1bce839000c', N'zidonglizhi', N'自动离职', null, N'402881a151f1af7c0151f1b9d7f50002') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'402881e44df713f5014df73ef09a003d', N'table', N'form.db.type.table', null, N'402881e44df713f5014df738349c002f') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'402881e44df713f5014df73f1436003f', N'sql', N'form.db.type.sql', null, N'402881e44df713f5014df738349c002f') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'402881e44df713f5014df73f3f830041', N'clazz', N'form.db.type.clazz', null, N'402881e44df713f5014df738349c002f') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'402881e54dcb624a014dcbf65e5a0010', N'bdfl_ptbd', N'普通表单', null, N'402881e54dcb624a014dcbf4912b000e') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'402881e54dcb624a014dcbf6a4620012', N'bdfl_fzbd', N'复杂表单', null, N'402881e54dcb624a014dcbf4912b000e') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'402881e54dce16ba014dce17990c0001', N'bdfl_vipbd', N'VIP表单', null, N'402881e54dcb624a014dcbf4912b000e') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'402881e64ca6fd1b014ca7052d930006', N'spline', N'曲线图', null, N'402881e64ca6fd1b014ca7044c370004') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'402881e64ca6fd1b014ca705b2b40008', N'column', N'柱状图', null, N'402881e64ca6fd1b014ca7044c370004') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'402881e64ca6fd1b014ca7061fb7000a', N'pie', N'饼图', null, N'402881e64ca6fd1b014ca7044c370004') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'402881e946e71f5f0146e736c4e80008', N'en', N'common.english', null, N'402881e946e71f5f0146e73619bb0002') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'402881e946e71f5f0146e740dcad0012', N'zh-cn', N'common.chinese', null, N'402881e946e71f5f0146e73619bb0002') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'4028838850c35b6a0150c372e3b10005', N'*', N'非空', null, N'4028838850c35b6a0150c37251e00002') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'4028838850c35b6a0150c3abef800019', N'n', N'数字', null, N'4028838850c35b6a0150c37251e00002') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'4028838850c35b6a0150c3ac17f9001b', N's', N'字母', null, N'4028838850c35b6a0150c37251e00002') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'4028838850d2666a0150d267a61e0001', N'p', N'邮政编码', null, N'4028838850c35b6a0150c37251e00002') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'4028838850d2666a0150d267d5c10003', N'm', N'手机号码', null, N'4028838850c35b6a0150c37251e00002') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'4028838850d2666a0150d26812d40005', N'e', N'电子邮件', null, N'4028838850c35b6a0150c37251e00002') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'4028838850d2666a0150d26850210007', N'url', N'网址', null, N'4028838850c35b6a0150c37251e00002') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'4028838850d2666a0150d268ae510009', N'*6-16', N'6到16位任意字符', null, N'4028838850c35b6a0150c37251e00002') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'4028838850d2666a0150d268e229000b', N'n6-16', N'6到16位数字', null, N'4028838850c35b6a0150c37251e00002') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'4028838850d2666a0150d26912e2000d', N's6-18', N'6到18位字符串', null, N'4028838850c35b6a0150c37251e00002') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'4028b881533ac16a01533adf65370003', N'Pie2D', N'2D饼图', null, N'4028b881533ac16a01533adb50460001') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'4028b881533ac16a01533ae0363d0005', N'Pie3D', N'3D饼图', null, N'4028b881533ac16a01533adb50460001') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'4028b881533ac16a01533ae2d2a50007', N'Column2D', N'2D柱状图', null, N'4028b881533ac16a01533adb50460001') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'4028b881533ac16a01533ae305340009', N'Column3D', N'3D柱状图', null, N'4028b881533ac16a01533adb50460001') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'4028b881533ac16a01533ae45759000b', N'Bar2D', N'条状图', null, N'4028b881533ac16a01533adb50460001') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'4028b881533ac16a01533ae4c6de000d', N'Area2D', N'面积图', null, N'4028b881533ac16a01533adb50460001') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'4028b881533ac16a01533ae50a67000f', N'LineBasic2D', N'折线图', null, N'4028b881533ac16a01533adb50460001') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'4028ef8154753f2601547546bb620007', N'1', N'单选', null, N'4028ef8154753f2601547546249f0005') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'4028ef8154753f2601547546d3d60009', N'2', N'多选', null, N'4028ef8154753f2601547546249f0005') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a1c7ee54e3e2ca9014e3e520bdc0010', N'spring', N'java.enhance.type.spring', null, N'8a1c7ee54e3e2ca9014e3e4b78f90009') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a1c7ee54e3e2ca9014e3e524b560012', N'class', N'java.enhance.type.class', null, N'8a1c7ee54e3e2ca9014e3e4b78f90009') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a71b40e4a38319b014a3859a2c1001a', N'1', N'common.smsAlertsModel', null, N'8a71b40e4a38319b014a3858fca40018') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a71b40e4a38319b014a385a01d1001c', N'2', N'common.emailAlertsModel', null, N'8a71b40e4a38319b014a3858fca40018') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a71b40e4a38319b014a385d30300020', N'1', N'common.smsAlerts', null, N'8a71b40e4a38319b014a385cb115001e') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a71b40e4a38319b014a385d86c30022', N'2', N'common.emailAlerts', null, N'8a71b40e4a38319b014a385cb115001e') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a71b40e4a38319b014a385dc1370024', N'3', N'common.sysAlerts', null, N'8a71b40e4a38319b014a385cb115001e') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a71b40e4a38319b014a3860603f0028', N'1', N'common.didNotSend', null, N'8a71b40e4a38319b014a386022bd0026') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a71b40e4a38319b014a38608d98002a', N'2', N'common.sendSuccess', null, N'8a71b40e4a38319b014a386022bd0026') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a71b40e4a38319b014a3860b181002c', N'3', N'common.failToSend', null, N'8a71b40e4a38319b014a386022bd0026') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc8181f30060', N'2', N'menu.icon', null, N'8a8ab0b246dc81120146dc8181aa0056') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc8181f70061', N'1', N'system.icon', null, N'8a8ab0b246dc81120146dc8181aa0056') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc8181fa0062', N'files', N'common.attachment', null, N'8a8ab0b246dc81120146dc8181ca005e') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc8181fe0063', N'1', N'lang.excellent.order', null, N'8a8ab0b246dc81120146dc8181b10057') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc8182010064', N'2', N'lang.normal.order', null, N'8a8ab0b246dc81120146dc8181b10057') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc8182050065', N'1', N'lang.contract.customer', null, N'8a8ab0b246dc81120146dc8181b50058') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc8182080066', N'2', N'lang.normal.customer', null, N'8a8ab0b246dc81120146dc8181b50058') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc81820b0067', N'1', N'lang.special.servcie', null, N'8a8ab0b246dc81120146dc8181b90059') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc8182100068', N'2', N'lang.normal.service', null, N'8a8ab0b246dc81120146dc8181b90059') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc8182130069', N'single', N'common.single.condition.query', null, N'8a8ab0b246dc81120146dc8181bc005a') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc818216006a', N'group', N'common.scope.query', null, N'8a8ab0b246dc81120146dc8181bc005a') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc81821a006b', N'Y', N'common.yes', null, N'8a8ab0b246dc81120146dc8181c0005b') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc81821d006c', N'N', N'common.no', null, N'8a8ab0b246dc81120146dc8181c0005b') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc818221006d', N'Integer', N'common.db.integer', null, N'8a8ab0b246dc81120146dc8181c3005c') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc818224006e', N'Date', N'common.db.date', null, N'8a8ab0b246dc81120146dc8181c3005c') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc818227006f', N'String', N'common.db.string', null, N'8a8ab0b246dc81120146dc8181c3005c') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc81822b0070', N'Long', N'common.db.long', null, N'8a8ab0b246dc81120146dc8181c3005c') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc81822f0071', N'act', N'common.workflow.engine.table', null, N'8a8ab0b246dc81120146dc8181c6005d') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc8182320072', N't_s', N'common.system.table', null, N'8a8ab0b246dc81120146dc8181c6005d') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc8182350073', N't_b', N'common.business.table', null, N'8a8ab0b246dc81120146dc8181c6005d') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc8182390074', N't_p', N'common.customer.engine.table', null, N'8a8ab0b246dc81120146dc8181c6005d') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc81823c0075', N'news', N'common.news', null, N'8a8ab0b246dc81120146dc8181ca005e') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc8182400076', N'0', N'common.male', null, N'8a8ab0b246dc81120146dc8181cd005f') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc8182430077', N'1', N'common.female', null, N'8a8ab0b246dc81120146dc8181cd005f') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0ba487c527201487c7863ec001b', N'oracle', N'common.oracle', null, N'8a8ab0ba487c527201487c7732790019') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0ba487c527201487c78aefc001d', N'sqlserver2008', N'common.sqlserver2008', null, N'8a8ab0ba487c527201487c7732790019') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0ba487c527201487c78fbb5001f', N'mysql', N'common.mysql', null, N'8a8ab0ba487c527201487c7732790019') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'f852d85d47ed64a40147ed71f6b40005', N'>', N'大于', null, N'f852d85d47ed64a40147ed70894c0003') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'f852d85d47ed64a40147ed72a9dc0007', N'>=', N'大于等于', null, N'f852d85d47ed64a40147ed70894c0003') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'f852d85d47ed64a40147ed750e1c0009', N'<', N'小于', null, N'f852d85d47ed64a40147ed70894c0003') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'f852d85d47ed64a40147ed753b6f000b', N'<=', N'小于等于', null, N'f852d85d47ed64a40147ed70894c0003') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'f852d85d47ed64a40147ed75afe5000d', N'=', N'等于', null, N'f852d85d47ed64a40147ed70894c0003') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'f852d85d47ed64a40147ed75ed62000f', N'IN', N'包含', null, N'f852d85d47ed64a40147ed70894c0003') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'f852d85d47ed64a40147ed7638b20011', N'LIKE', N'模糊', null, N'f852d85d47ed64a40147ed70894c0003') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'f852d85d47ed64a40147ed767c240013', N'!=', N'不等于', null, N'f852d85d47ed64a40147ed70894c0003') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'ff80808151399d0d015139b0e0b80003', N'hour', N'小时', null, N'4028ab8c5134f1ed0151350f08d90003') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'ff80808151399d0d015139b1609d0006', N'day', N'天', null, N'4028ab8c5134f1ed0151350f08d90003') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'ff80808151399d0d015139b283a10008', N'perday', N'天/人', null, N'4028ab8c5134f1ed0151350f08d90003') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'ff80808151399d0d015139b29550000a', N'permoney', N'元/人', null, N'4028ab8c5134f1ed0151350f08d90003') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'ff80808151399d0d015139b2a6e5000c', N'money', N'元', null, N'4028ab8c5134f1ed0151350f08d90003') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'ff80808151399d0d015139b2bab4000e', N'age', N'岁', null, N'4028ab8c5134f1ed0151350f08d90003') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'ff80808151399d0d015139b2c9ce0010', N'class', N'课时', null, N'4028ab8c5134f1ed0151350f08d90003') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'jglongjbtstype201506041030000001', N'WXGZYD', N'关注引导', null, N'jglongjbtstypegourp2015060400001') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'jglongjbtstype201506041030000002', N'WXNRQ', N'内容区', null, N'jglongjbtstypegourp2015060400001') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'jglongjbtstype201506041030000003', N'WXYWYD', N'原文引导', null, N'jglongjbtstypegourp2015060400001') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'jglongjbtstype201506041030000004', N'WXBT', N'标题', null, N'jglongjbtstypegourp2015060400001') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'jglongjbtstype201506041030000005', N'WXFGX', N'分隔线', null, N'jglongjbtstypegourp2015060400001') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'jglongjbtstype201506041030000006', N'WXHTZH', N'互推账号', null, N'jglongjbtstypegourp2015060400001') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'jglongjbtstype201506041030000007', N'WXQT', N'其他', null, N'jglongjbtstypegourp2015060400001') -GO -GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'jglongjbtstype201506041030000008', N'WXWDYS', N'我的样式', null, N'jglongjbtstypegourp2015060400001') -GO -GO - --- ---------------------------- --- Table structure for t_s_typegroup --- ---------------------------- -DROP TABLE [dbo].[t_s_typegroup] -GO -CREATE TABLE [dbo].[t_s_typegroup] ( -[ID] nvarchar(32) NOT NULL , -[typegroupcode] nvarchar(50) NULL , -[typegroupname] nvarchar(50) NULL -) - - -GO - --- ---------------------------- --- Records of t_s_typegroup --- ---------------------------- -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'297e201047e95ee30147e9ba56ce0009', N'orgtype', N'common.org.type') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'2c90ac564c9d1734014c9db1a167002b', N'sf_yn', N'是否YN') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'402880884883eff401488415cbb60027', N'smsTplType', N'模板类型') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'402881a151f1af7c0151f1b9d7f50002', N'outType', N'离职方式') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'402881e44df713f5014df738349c002f', N'formDbType', N'form.db.type') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'402881e54dcb624a014dcbf4912b000e', N'bdfl', N'表单分类') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'402881e64ca6fd1b014ca7044c370004', N'tblx', N'图表类型') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'402881e946e71f5f0146e73619bb0002', N'lang', N'common.mutilang') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'4028838850c35b6a0150c37251e00002', N'dataType', N'校验规则') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'4028ab8c5134f1ed0151350f08d90003', N'units', N'常用单位') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'4028b881533ac16a01533adb50460001', N'graphType', N'动态图表类型') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'4028ef8154753f2601547546249f0005', N'pop_retype', N'POP返回类型') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'4028efa25219c9f0015219d1d2720004', N'leaveType', N'请假类别') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'8a1c7ee54e3e2ca9014e3e4b78f90009', N'enhanceType', N'java.enhance.type') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'8a71b40e4a38319b014a3858fca40018', N'msgTplType', N'消息模板分类') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'8a71b40e4a38319b014a385cb115001e', N'msgType', N'消息类别') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'8a71b40e4a38319b014a386022bd0026', N'msgStatus', N'消息发送状态') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'8a8ab0b246dc81120146dc8181aa0056', N'icontype', N'common.icon.type') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'8a8ab0b246dc81120146dc8181b10057', N'order', N'lang.order.type') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'8a8ab0b246dc81120146dc8181b50058', N'custom', N'lang.customer.type') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'8a8ab0b246dc81120146dc8181b90059', N'service', N'lang.service.item.type') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'8a8ab0b246dc81120146dc8181bc005a', N'searchmode', N'common.query.module') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'8a8ab0b246dc81120146dc8181c0005b', N'yesorno', N'common.logic.condition') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'8a8ab0b246dc81120146dc8181c3005c', N'fieldtype', N'field.type') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'8a8ab0b246dc81120146dc8181c6005d', N'database', N'common.data.table') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'8a8ab0b246dc81120146dc8181ca005e', N'fieltype', N'common.document.category') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'8a8ab0b246dc81120146dc8181cd005f', N'sex', N'common.sex.type') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'8a8ab0ba487c527201487c7732790019', N'dbtype', N'common.dbtype') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'f852d85d47ed64a40147ed70894c0003', N'rulecon', N'规则条件') -GO -GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'jglongjbtstypegourp2015060400001', N'weixin', N'微信模板类型') -GO -GO - --- ---------------------------- --- Table structure for t_s_user --- ---------------------------- -DROP TABLE [dbo].[t_s_user] -GO -CREATE TABLE [dbo].[t_s_user] ( -[email] nvarchar(50) NULL , -[mobilePhone] nvarchar(30) NULL , -[officePhone] nvarchar(20) NULL , -[signatureFile] nvarchar(100) NULL , -[id] nvarchar(32) NOT NULL , -[update_name] nvarchar(32) NULL , -[update_date] datetime NULL , -[update_by] nvarchar(32) NULL , -[create_name] nvarchar(32) NULL , -[create_date] datetime NULL , -[create_by] nvarchar(32) NULL -) - - -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_user', -NULL, NULL)) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`id`) REFER `jeecg/t_s_base_user`(`ID`)' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_user' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`id`) REFER `jeecg/t_s_base_user`(`ID`)' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_user' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_user', -'COLUMN', N'update_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'修改人' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_user' -, @level2type = 'COLUMN', @level2name = N'update_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'修改人' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_user' -, @level2type = 'COLUMN', @level2name = N'update_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_user', -'COLUMN', N'update_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'修改时间' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_user' -, @level2type = 'COLUMN', @level2name = N'update_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'修改时间' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_user' -, @level2type = 'COLUMN', @level2name = N'update_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_user', -'COLUMN', N'update_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'修改人id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_user' -, @level2type = 'COLUMN', @level2name = N'update_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'修改人id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_user' -, @level2type = 'COLUMN', @level2name = N'update_by' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_user', -'COLUMN', N'create_name')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_user' -, @level2type = 'COLUMN', @level2name = N'create_name' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_user' -, @level2type = 'COLUMN', @level2name = N'create_name' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_user', -'COLUMN', N'create_date')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建时间' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_user' -, @level2type = 'COLUMN', @level2name = N'create_date' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建时间' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_user' -, @level2type = 'COLUMN', @level2name = N'create_date' -GO -IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', -'SCHEMA', N'dbo', -'TABLE', N't_s_user', -'COLUMN', N'create_by')) > 0) -EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_user' -, @level2type = 'COLUMN', @level2name = N'create_by' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人id' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_user' -, @level2type = 'COLUMN', @level2name = N'create_by' -GO - --- ---------------------------- --- Records of t_s_user --- ---------------------------- -INSERT INTO [dbo].[t_s_user] ([email], [mobilePhone], [officePhone], [signatureFile], [id], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by]) VALUES (N'', N'', N'', null, N'402880e74d75c4dd014d75d44af30005', N'管理员', N'2016-06-27 16:00:02.000', N'admin', N'管理员', N'2015-05-21 17:35:56.000', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_user] ([email], [mobilePhone], [officePhone], [signatureFile], [id], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by]) VALUES (N'zhangdaiscott@163.com', N'13426432323', N'991', null, N'4028ef81538330cd01538333b7bc0001', N'管理员', N'2016-07-11 11:44:33.000', N'admin', N'管理员', N'2016-03-17 14:11:58.000', N'admin') -GO -GO -INSERT INTO [dbo].[t_s_user] ([email], [mobilePhone], [officePhone], [signatureFile], [id], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by]) VALUES (N'', N'', N'', N'images/renfang/qm/licf.gif', N'8a8ab0b246dc81120146dc8181950052', N'管理员', N'2016-05-30 17:53:22.000', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_user] ([email], [mobilePhone], [officePhone], [signatureFile], [id], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by]) VALUES (N'zhangdaiscott@163.com', N'13426430000', N'7496661', null, N'8a8ab0b246dc81120146dc81819d0053', N'管理员', N'2016-05-30 10:25:25.000', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_user] ([email], [mobilePhone], [officePhone], [signatureFile], [id], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by]) VALUES (N'', N'', N'', null, N'8a8ab0b246dc81120146dc8181a10054', N'管理员', N'2016-06-01 15:07:57.000', N'admin', null, null, null) -GO -GO -INSERT INTO [dbo].[t_s_user] ([email], [mobilePhone], [officePhone], [signatureFile], [id], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by]) VALUES (null, null, null, null, N'8a8ab0b246dc81120146dc8181a60055', N'管理员', N'2016-04-08 18:34:53.000', N'admin', null, null, null) -GO -GO - --- ---------------------------- --- Table structure for t_s_user_org --- ---------------------------- -DROP TABLE [dbo].[t_s_user_org] -GO -CREATE TABLE [dbo].[t_s_user_org] ( -[ID] nvarchar(32) NOT NULL , -[user_id] nvarchar(32) NULL , -[org_id] nvarchar(32) NULL -) - - -GO - --- ---------------------------- --- Records of t_s_user_org --- ---------------------------- -INSERT INTO [dbo].[t_s_user_org] ([ID], [user_id], [org_id]) VALUES (N'4028ef8154ff79a50154ff7ae7670001', N'8a8ab0b246dc81120146dc81819d0053', N'8a8ab0b246dc81120146dc8180a20016') -GO -GO -INSERT INTO [dbo].[t_s_user_org] ([ID], [user_id], [org_id]) VALUES (N'4028ef8154ff79a50154ff7ae76c0002', N'8a8ab0b246dc81120146dc81819d0053', N'8a8ab0b246dc81120146dc8180bd0018') -GO -GO -INSERT INTO [dbo].[t_s_user_org] ([ID], [user_id], [org_id]) VALUES (N'4028ef815500fa15015500fbc3290001', N'8a8ab0b246dc81120146dc8181a10054', N'8a8ab0b246dc81120146dc8180a20016') -GO -GO -INSERT INTO [dbo].[t_s_user_org] ([ID], [user_id], [org_id]) VALUES (N'4028ef81550112c40155011505270001', N'8a8ab0b246dc81120146dc8181950052', N'8a8ab0b246dc81120146dc8180ba0017') -GO -GO -INSERT INTO [dbo].[t_s_user_org] ([ID], [user_id], [org_id]) VALUES (N'4028ef815502401c01550241595d0001', N'402880e74d75c4dd014d75d44af30005', N'402880e6487e661a01487e6b504e0001') -GO -GO -INSERT INTO [dbo].[t_s_user_org] ([ID], [user_id], [org_id]) VALUES (N'4028ef815502401c0155024159670002', N'402880e74d75c4dd014d75d44af30005', N'8a8ab0b246dc81120146dc8180a20016') -GO -GO -INSERT INTO [dbo].[t_s_user_org] ([ID], [user_id], [org_id]) VALUES (N'4028ef81550f0ac701550f21f93e0006', N'4028ef81538330cd01538333b7bc0001', N'402880e447e9ba550147e9c53b2e0013') -GO -GO -INSERT INTO [dbo].[t_s_user_org] ([ID], [user_id], [org_id]) VALUES (N'4028ef81550f0ac701550f21f9420007', N'4028ef81538330cd01538333b7bc0001', N'8a8ab0b246dc81120146dc8180bd0018') -GO -GO -INSERT INTO [dbo].[t_s_user_org] ([ID], [user_id], [org_id]) VALUES (N'8a8ab0b246dc81120146dc8181a60055', N'8a8ab0b246dc81120146dc8181a60055', N'8a8ab0b246dc81120146dc8180a20016') -GO -GO - --- ---------------------------- --- Table structure for t_s_version --- ---------------------------- -DROP TABLE [dbo].[t_s_version] -GO -CREATE TABLE [dbo].[t_s_version] ( -[ID] nvarchar(32) NOT NULL , -[loginpage] nvarchar(100) NULL , -[versioncode] nvarchar(50) NULL , -[versionname] nvarchar(30) NULL , -[versionnum] nvarchar(20) NULL -) - - -GO - --- ---------------------------- --- Records of t_s_version --- ---------------------------- - --- ---------------------------- --- Indexes structure for table auto_form --- ---------------------------- -CREATE UNIQUE INDEX [form_name] ON [dbo].[auto_form] -([form_name] ASC) -WITH (IGNORE_DUP_KEY = ON, STATISTICS_NORECOMPUTE = ON) -GO - --- ---------------------------- --- Primary Key structure for table auto_form --- ---------------------------- -ALTER TABLE [dbo].[auto_form] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table auto_form_db --- ---------------------------- -CREATE UNIQUE INDEX [db_name] ON [dbo].[auto_form_db] -([db_name] ASC, [auto_form_id] ASC) -WITH (IGNORE_DUP_KEY = ON, STATISTICS_NORECOMPUTE = ON) -GO - --- ---------------------------- --- Primary Key structure for table auto_form_db --- ---------------------------- -ALTER TABLE [dbo].[auto_form_db] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table auto_form_db_field --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table auto_form_db_field --- ---------------------------- -ALTER TABLE [dbo].[auto_form_db_field] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table auto_form_param --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table auto_form_param --- ---------------------------- -ALTER TABLE [dbo].[auto_form_param] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table auto_form_style --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table auto_form_style --- ---------------------------- -ALTER TABLE [dbo].[auto_form_style] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table cgform_button --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table cgform_button --- ---------------------------- -ALTER TABLE [dbo].[cgform_button] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table cgform_button_sql --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table cgform_button_sql --- ---------------------------- -ALTER TABLE [dbo].[cgform_button_sql] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table cgform_enhance_java --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table cgform_enhance_java --- ---------------------------- -ALTER TABLE [dbo].[cgform_enhance_java] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table cgform_enhance_js --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table cgform_enhance_js --- ---------------------------- -ALTER TABLE [dbo].[cgform_enhance_js] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table cgform_field --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table cgform_field --- ---------------------------- -ALTER TABLE [dbo].[cgform_field] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table cgform_ftl --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table cgform_ftl --- ---------------------------- -ALTER TABLE [dbo].[cgform_ftl] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table cgform_head --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table cgform_head --- ---------------------------- -ALTER TABLE [dbo].[cgform_head] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table cgform_index --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table cgform_index --- ---------------------------- -ALTER TABLE [dbo].[cgform_index] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table cgform_template --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table cgform_template --- ---------------------------- -ALTER TABLE [dbo].[cgform_template] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table cgform_uploadfiles --- ---------------------------- -CREATE INDEX [FK_qwig8sn3okhvh4wye8nn8gdeg] ON [dbo].[cgform_uploadfiles] -([id] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO - --- ---------------------------- --- Primary Key structure for table cgform_uploadfiles --- ---------------------------- -ALTER TABLE [dbo].[cgform_uploadfiles] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table ck_editor --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table ck_editor --- ---------------------------- -ALTER TABLE [dbo].[ck_editor] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table ck_finder --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table ck_finder --- ---------------------------- -ALTER TABLE [dbo].[ck_finder] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table doc --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table doc --- ---------------------------- -ALTER TABLE [dbo].[doc] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table jeecg_custom_info --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jeecg_custom_info --- ---------------------------- -ALTER TABLE [dbo].[jeecg_custom_info] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table jeecg_custom_record --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jeecg_custom_record --- ---------------------------- -ALTER TABLE [dbo].[jeecg_custom_record] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table jeecg_demo --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jeecg_demo --- ---------------------------- -ALTER TABLE [dbo].[jeecg_demo] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table jeecg_demo_course --- ---------------------------- -CREATE INDEX [FK_g3jn8mfod69i7jfv5gnrcvgbx] ON [dbo].[jeecg_demo_course] -([teacher_ID] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO - --- ---------------------------- --- Primary Key structure for table jeecg_demo_course --- ---------------------------- -ALTER TABLE [dbo].[jeecg_demo_course] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table jeecg_demo_student --- ---------------------------- -CREATE INDEX [FK_r86q81koyocgod3cx6529hbpw] ON [dbo].[jeecg_demo_student] -([COURSE_ID] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO - --- ---------------------------- --- Primary Key structure for table jeecg_demo_student --- ---------------------------- -ALTER TABLE [dbo].[jeecg_demo_student] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table jeecg_demo_teacher --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jeecg_demo_teacher --- ---------------------------- -ALTER TABLE [dbo].[jeecg_demo_teacher] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table jeecg_matter_bom --- ---------------------------- -CREATE INDEX [FK_fldfyrevj0li4hej5b2gu2q7w] ON [dbo].[jeecg_matter_bom] -([parent_ID] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO - --- ---------------------------- --- Primary Key structure for table jeecg_matter_bom --- ---------------------------- -ALTER TABLE [dbo].[jeecg_matter_bom] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table jeecg_minidao --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jeecg_minidao --- ---------------------------- -ALTER TABLE [dbo].[jeecg_minidao] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table jeecg_order_custom --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jeecg_order_custom --- ---------------------------- -ALTER TABLE [dbo].[jeecg_order_custom] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table jeecg_order_main --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jeecg_order_main --- ---------------------------- -ALTER TABLE [dbo].[jeecg_order_main] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table jeecg_order_product --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jeecg_order_product --- ---------------------------- -ALTER TABLE [dbo].[jeecg_order_product] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table jfom_goods --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jfom_goods --- ---------------------------- -ALTER TABLE [dbo].[jfom_goods] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table jform_cgdynamgraph_head --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jform_cgdynamgraph_head --- ---------------------------- -ALTER TABLE [dbo].[jform_cgdynamgraph_head] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table jform_cgdynamgraph_item --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jform_cgdynamgraph_item --- ---------------------------- -ALTER TABLE [dbo].[jform_cgdynamgraph_item] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table jform_cgdynamgraph_param --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jform_cgdynamgraph_param --- ---------------------------- -ALTER TABLE [dbo].[jform_cgdynamgraph_param] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table jform_cgreport_head --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jform_cgreport_head --- ---------------------------- -ALTER TABLE [dbo].[jform_cgreport_head] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table jform_cgreport_item --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jform_cgreport_item --- ---------------------------- -ALTER TABLE [dbo].[jform_cgreport_item] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table jform_cgreport_param --- ---------------------------- -CREATE INDEX [idx_cgrheadid] ON [dbo].[jform_cgreport_param] -([cgrhead_id] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO - --- ---------------------------- --- Primary Key structure for table jform_cgreport_param --- ---------------------------- -ALTER TABLE [dbo].[jform_cgreport_param] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table jform_contact --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jform_contact --- ---------------------------- -ALTER TABLE [dbo].[jform_contact] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table jform_contact_group --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jform_contact_group --- ---------------------------- -ALTER TABLE [dbo].[jform_contact_group] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table jform_employee_cost_claim --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jform_employee_cost_claim --- ---------------------------- -ALTER TABLE [dbo].[jform_employee_cost_claim] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table jform_employee_entry --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jform_employee_entry --- ---------------------------- -ALTER TABLE [dbo].[jform_employee_entry] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table jform_employee_leave --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jform_employee_leave --- ---------------------------- -ALTER TABLE [dbo].[jform_employee_leave] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table jform_employee_meals_cost --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jform_employee_meals_cost --- ---------------------------- -ALTER TABLE [dbo].[jform_employee_meals_cost] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table jform_employee_other_cost --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jform_employee_other_cost --- ---------------------------- -ALTER TABLE [dbo].[jform_employee_other_cost] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table jform_employee_resignation --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jform_employee_resignation --- ---------------------------- -ALTER TABLE [dbo].[jform_employee_resignation] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table jform_graphreport_head --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jform_graphreport_head --- ---------------------------- -ALTER TABLE [dbo].[jform_graphreport_head] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table jform_graphreport_item --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jform_graphreport_item --- ---------------------------- -ALTER TABLE [dbo].[jform_graphreport_item] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table jform_leave --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jform_leave --- ---------------------------- -ALTER TABLE [dbo].[jform_leave] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table jform_order_customer --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jform_order_customer --- ---------------------------- -ALTER TABLE [dbo].[jform_order_customer] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table jform_order_main --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jform_order_main --- ---------------------------- -ALTER TABLE [dbo].[jform_order_main] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table jform_order_ticket --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jform_order_ticket --- ---------------------------- -ALTER TABLE [dbo].[jform_order_ticket] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table jform_price1 --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jform_price1 --- ---------------------------- -ALTER TABLE [dbo].[jform_price1] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table jform_resume_degree_info --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jform_resume_degree_info --- ---------------------------- -ALTER TABLE [dbo].[jform_resume_degree_info] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table jform_resume_exp_info --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jform_resume_exp_info --- ---------------------------- -ALTER TABLE [dbo].[jform_resume_exp_info] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table jform_resume_info --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jform_resume_info --- ---------------------------- -ALTER TABLE [dbo].[jform_resume_info] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table jform_tree --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jform_tree --- ---------------------------- -ALTER TABLE [dbo].[jform_tree] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table jp_demo_activity --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jp_demo_activity --- ---------------------------- -ALTER TABLE [dbo].[jp_demo_activity] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table jp_demo_auth --- ---------------------------- -CREATE UNIQUE INDEX [uniq_authid] ON [dbo].[jp_demo_auth] -([auth_id] ASC) -WITH (IGNORE_DUP_KEY = ON, STATISTICS_NORECOMPUTE = ON) -GO - --- ---------------------------- --- Primary Key structure for table jp_demo_auth --- ---------------------------- -ALTER TABLE [dbo].[jp_demo_auth] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table jp_inner_mail --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jp_inner_mail --- ---------------------------- -ALTER TABLE [dbo].[jp_inner_mail] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table jp_inner_mail_attach --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jp_inner_mail_attach --- ---------------------------- -ALTER TABLE [dbo].[jp_inner_mail_attach] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table jp_inner_mail_receiver --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table jp_inner_mail_receiver --- ---------------------------- -ALTER TABLE [dbo].[jp_inner_mail_receiver] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table t_finance --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table t_finance --- ---------------------------- -ALTER TABLE [dbo].[t_finance] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table t_finance_files --- ---------------------------- -CREATE INDEX [FK_ij2p74feypwcda4n0n96pyd10] ON [dbo].[t_finance_files] -([financeId] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO -CREATE INDEX [FK_28m7vvi0cy5r5keke68b6f7rt] ON [dbo].[t_finance_files] -([id] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO - --- ---------------------------- --- Primary Key structure for table t_finance_files --- ---------------------------- -ALTER TABLE [dbo].[t_finance_files] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table t_s_attachment --- ---------------------------- -CREATE INDEX [FK_mnq23hlc835n4ufgjl7nkn3bd] ON [dbo].[t_s_attachment] -([USERID] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO - --- ---------------------------- --- Primary Key structure for table t_s_attachment --- ---------------------------- -ALTER TABLE [dbo].[t_s_attachment] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table t_s_base_user --- ---------------------------- -CREATE INDEX [FK_15jh1g4iem1857546ggor42et] ON [dbo].[t_s_base_user] -([departid] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO -CREATE INDEX [index_login] ON [dbo].[t_s_base_user] -([password] ASC, [username] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO -CREATE INDEX [idx_deleteflg] ON [dbo].[t_s_base_user] -([delete_flag] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO - --- ---------------------------- --- Primary Key structure for table t_s_base_user --- ---------------------------- -ALTER TABLE [dbo].[t_s_base_user] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table t_s_category --- ---------------------------- -CREATE UNIQUE INDEX [uniq_code] ON [dbo].[t_s_category] -([code] ASC) -WITH (IGNORE_DUP_KEY = ON, STATISTICS_NORECOMPUTE = ON) -GO - --- ---------------------------- --- Primary Key structure for table t_s_category --- ---------------------------- -ALTER TABLE [dbo].[t_s_category] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table t_s_config --- ---------------------------- -CREATE INDEX [FK_m3q8r50ror4fl7fjkvd82tqgn] ON [dbo].[t_s_config] -([userid] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO - --- ---------------------------- --- Primary Key structure for table t_s_config --- ---------------------------- -ALTER TABLE [dbo].[t_s_config] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table t_s_data_log --- ---------------------------- -CREATE INDEX [sindex] ON [dbo].[t_s_data_log] -([table_name] ASC, [data_id] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO - --- ---------------------------- --- Primary Key structure for table t_s_data_log --- ---------------------------- -ALTER TABLE [dbo].[t_s_data_log] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table t_s_data_source --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table t_s_data_source --- ---------------------------- -ALTER TABLE [dbo].[t_s_data_source] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table t_s_demo --- ---------------------------- -CREATE INDEX [FK_fni8e3v88wcf2sahhlv57u4nm] ON [dbo].[t_s_demo] -([demopid] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO - --- ---------------------------- --- Primary Key structure for table t_s_demo --- ---------------------------- -ALTER TABLE [dbo].[t_s_demo] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table t_s_depart --- ---------------------------- -CREATE INDEX [FK_knnm3wb0bembwvm0il7tf6686] ON [dbo].[t_s_depart] -([parentdepartid] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO - --- ---------------------------- --- Primary Key structure for table t_s_depart --- ---------------------------- -ALTER TABLE [dbo].[t_s_depart] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table t_s_document --- ---------------------------- -CREATE INDEX [FK_qr3qlmgkflj35m5ci1xv0vvg3] ON [dbo].[t_s_document] -([typeid] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO -CREATE INDEX [FK_f2mc12eu0umghp2i70apmtxjl] ON [dbo].[t_s_document] -([id] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO - --- ---------------------------- --- Primary Key structure for table t_s_document --- ---------------------------- -ALTER TABLE [dbo].[t_s_document] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table t_s_fileno --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table t_s_fileno --- ---------------------------- -ALTER TABLE [dbo].[t_s_fileno] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table t_s_function --- ---------------------------- -CREATE INDEX [FK_brd7b3keorj8pmxcv8bpahnxp] ON [dbo].[t_s_function] -([parentfunctionid] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO -CREATE INDEX [FK_q5tqo3v4ltsp1pehdxd59rccx] ON [dbo].[t_s_function] -([iconid] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO -CREATE INDEX [FK_gbdacaoju6d5u53rp4jo4rbs9] ON [dbo].[t_s_function] -([desk_iconid] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO - --- ---------------------------- --- Primary Key structure for table t_s_function --- ---------------------------- -ALTER TABLE [dbo].[t_s_function] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table t_s_icon --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table t_s_icon --- ---------------------------- -ALTER TABLE [dbo].[t_s_icon] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table t_s_log --- ---------------------------- -CREATE INDEX [FK_oe64k4852uylhyc5a00rfwtay] ON [dbo].[t_s_log] -([userid] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO - --- ---------------------------- --- Primary Key structure for table t_s_log --- ---------------------------- -ALTER TABLE [dbo].[t_s_log] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table t_s_muti_lang --- ---------------------------- -CREATE UNIQUE INDEX [uniq_langkey_langcode] ON [dbo].[t_s_muti_lang] -([lang_key] ASC, [lang_code] ASC) -WITH (IGNORE_DUP_KEY = ON, STATISTICS_NORECOMPUTE = ON) -GO - --- ---------------------------- --- Primary Key structure for table t_s_muti_lang --- ---------------------------- -ALTER TABLE [dbo].[t_s_muti_lang] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table t_s_notice --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table t_s_notice --- ---------------------------- -ALTER TABLE [dbo].[t_s_notice] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table t_s_notice_authority_role --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table t_s_notice_authority_role --- ---------------------------- -ALTER TABLE [dbo].[t_s_notice_authority_role] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table t_s_notice_authority_user --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table t_s_notice_authority_user --- ---------------------------- -ALTER TABLE [dbo].[t_s_notice_authority_user] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table t_s_notice_read_user --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table t_s_notice_read_user --- ---------------------------- -ALTER TABLE [dbo].[t_s_notice_read_user] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table t_s_operation --- ---------------------------- -CREATE INDEX [FK_pceuy41wr2fjbcilyc7mk3m1f] ON [dbo].[t_s_operation] -([functionid] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO -CREATE INDEX [FK_ny5de7922l39ta2pkhyspd5f] ON [dbo].[t_s_operation] -([iconid] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO - --- ---------------------------- --- Primary Key structure for table t_s_operation --- ---------------------------- -ALTER TABLE [dbo].[t_s_operation] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table t_s_opintemplate --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table t_s_opintemplate --- ---------------------------- -ALTER TABLE [dbo].[t_s_opintemplate] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table t_s_role --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table t_s_role --- ---------------------------- -ALTER TABLE [dbo].[t_s_role] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table t_s_role_function --- ---------------------------- -CREATE INDEX [FK_fvsillj2cxyk5thnuu625urab] ON [dbo].[t_s_role_function] -([functionid] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO -CREATE INDEX [FK_9dww3p4w8jwvlrgwhpitsbfif] ON [dbo].[t_s_role_function] -([roleid] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO - --- ---------------------------- --- Primary Key structure for table t_s_role_function --- ---------------------------- -ALTER TABLE [dbo].[t_s_role_function] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table t_s_role_org --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table t_s_role_org --- ---------------------------- -ALTER TABLE [dbo].[t_s_role_org] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table t_s_role_user --- ---------------------------- -CREATE INDEX [FK_n2ucxeorvpjy7qhnmuem01kbx] ON [dbo].[t_s_role_user] -([roleid] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO -CREATE INDEX [FK_d4qb5xld2pfb0bkjx9iwtolda] ON [dbo].[t_s_role_user] -([userid] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO - --- ---------------------------- --- Primary Key structure for table t_s_role_user --- ---------------------------- -ALTER TABLE [dbo].[t_s_role_user] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table t_s_sms --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table t_s_sms --- ---------------------------- -ALTER TABLE [dbo].[t_s_sms] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table t_s_sms_sql --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table t_s_sms_sql --- ---------------------------- -ALTER TABLE [dbo].[t_s_sms_sql] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table t_s_sms_template --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table t_s_sms_template --- ---------------------------- -ALTER TABLE [dbo].[t_s_sms_template] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table t_s_sms_template_sql --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table t_s_sms_template_sql --- ---------------------------- -ALTER TABLE [dbo].[t_s_sms_template_sql] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table t_s_student --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table t_s_student --- ---------------------------- -ALTER TABLE [dbo].[t_s_student] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table t_s_territory --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table t_s_territory --- ---------------------------- -ALTER TABLE [dbo].[t_s_territory] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table t_s_timetask --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table t_s_timetask --- ---------------------------- -ALTER TABLE [dbo].[t_s_timetask] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table t_s_type --- ---------------------------- -CREATE INDEX [FK_nw2b22gy7plh7pqows186odmq] ON [dbo].[t_s_type] -([typepid] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO -CREATE INDEX [FK_3q40mr4ebtd0cvx79matl39x1] ON [dbo].[t_s_type] -([typegroupid] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO - --- ---------------------------- --- Primary Key structure for table t_s_type --- ---------------------------- -ALTER TABLE [dbo].[t_s_type] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table t_s_typegroup --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table t_s_typegroup --- ---------------------------- -ALTER TABLE [dbo].[t_s_typegroup] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table t_s_user --- ---------------------------- -CREATE INDEX [FK_2cuji5h6yorrxgsr8ojndlmal] ON [dbo].[t_s_user] -([id] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO - --- ---------------------------- --- Primary Key structure for table t_s_user --- ---------------------------- -ALTER TABLE [dbo].[t_s_user] ADD PRIMARY KEY ([id]) -GO - --- ---------------------------- --- Indexes structure for table t_s_user_org --- ---------------------------- -CREATE INDEX [index_user_id] ON [dbo].[t_s_user_org] -([user_id] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO -CREATE INDEX [index_org_id] ON [dbo].[t_s_user_org] -([org_id] ASC) -WITH (STATISTICS_NORECOMPUTE = ON) -GO - --- ---------------------------- --- Primary Key structure for table t_s_user_org --- ---------------------------- -ALTER TABLE [dbo].[t_s_user_org] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Indexes structure for table t_s_version --- ---------------------------- - --- ---------------------------- --- Primary Key structure for table t_s_version --- ---------------------------- -ALTER TABLE [dbo].[t_s_version] ADD PRIMARY KEY ([ID]) -GO - --- ---------------------------- --- Foreign Key structure for table [dbo].[jeecg_demo_course] --- ---------------------------- -ALTER TABLE [dbo].[jeecg_demo_course] ADD FOREIGN KEY ([teacher_ID]) REFERENCES [dbo].[jeecg_demo_teacher] ([ID]) ON DELETE NO ACTION ON UPDATE NO ACTION -GO - --- ---------------------------- --- Foreign Key structure for table [dbo].[jeecg_demo_student] --- ---------------------------- -ALTER TABLE [dbo].[jeecg_demo_student] ADD FOREIGN KEY ([COURSE_ID]) REFERENCES [dbo].[jeecg_demo_course] ([ID]) ON DELETE NO ACTION ON UPDATE NO ACTION -GO - --- ---------------------------- --- Foreign Key structure for table [dbo].[jeecg_matter_bom] --- ---------------------------- -ALTER TABLE [dbo].[jeecg_matter_bom] ADD FOREIGN KEY ([parent_ID]) REFERENCES [dbo].[jeecg_matter_bom] ([ID]) ON DELETE NO ACTION ON UPDATE NO ACTION -GO - --- ---------------------------- --- Foreign Key structure for table [dbo].[t_finance_files] --- ---------------------------- -ALTER TABLE [dbo].[t_finance_files] ADD FOREIGN KEY ([financeId]) REFERENCES [dbo].[t_finance] ([ID]) ON DELETE NO ACTION ON UPDATE NO ACTION -GO -ALTER TABLE [dbo].[t_finance_files] ADD FOREIGN KEY ([id]) REFERENCES [dbo].[t_s_attachment] ([ID]) ON DELETE NO ACTION ON UPDATE NO ACTION -GO - --- ---------------------------- --- Foreign Key structure for table [dbo].[t_s_base_user] --- ---------------------------- -ALTER TABLE [dbo].[t_s_base_user] ADD FOREIGN KEY ([departid]) REFERENCES [dbo].[t_s_depart] ([ID]) ON DELETE NO ACTION ON UPDATE NO ACTION -GO - --- ---------------------------- --- Foreign Key structure for table [dbo].[t_s_config] --- ---------------------------- -ALTER TABLE [dbo].[t_s_config] ADD FOREIGN KEY ([userid]) REFERENCES [dbo].[t_s_user] ([id]) ON DELETE NO ACTION ON UPDATE NO ACTION -GO - --- ---------------------------- --- Foreign Key structure for table [dbo].[t_s_demo] --- ---------------------------- -ALTER TABLE [dbo].[t_s_demo] ADD FOREIGN KEY ([demopid]) REFERENCES [dbo].[t_s_demo] ([ID]) ON DELETE NO ACTION ON UPDATE NO ACTION -GO - --- ---------------------------- --- Foreign Key structure for table [dbo].[t_s_function] --- ---------------------------- -ALTER TABLE [dbo].[t_s_function] ADD FOREIGN KEY ([desk_iconid]) REFERENCES [dbo].[t_s_icon] ([ID]) ON DELETE NO ACTION ON UPDATE NO ACTION -GO -ALTER TABLE [dbo].[t_s_function] ADD FOREIGN KEY ([iconid]) REFERENCES [dbo].[t_s_icon] ([ID]) ON DELETE NO ACTION ON UPDATE NO ACTION -GO -ALTER TABLE [dbo].[t_s_function] ADD FOREIGN KEY ([parentfunctionid]) REFERENCES [dbo].[t_s_function] ([ID]) ON DELETE NO ACTION ON UPDATE NO ACTION -GO - --- ---------------------------- --- Foreign Key structure for table [dbo].[t_s_operation] --- ---------------------------- -ALTER TABLE [dbo].[t_s_operation] ADD FOREIGN KEY ([functionid]) REFERENCES [dbo].[t_s_function] ([ID]) ON DELETE NO ACTION ON UPDATE NO ACTION -GO -ALTER TABLE [dbo].[t_s_operation] ADD FOREIGN KEY ([iconid]) REFERENCES [dbo].[t_s_icon] ([ID]) ON DELETE NO ACTION ON UPDATE NO ACTION -GO - --- ---------------------------- --- Foreign Key structure for table [dbo].[t_s_role_function] --- ---------------------------- -ALTER TABLE [dbo].[t_s_role_function] ADD FOREIGN KEY ([functionid]) REFERENCES [dbo].[t_s_function] ([ID]) ON DELETE NO ACTION ON UPDATE NO ACTION -GO -ALTER TABLE [dbo].[t_s_role_function] ADD FOREIGN KEY ([roleid]) REFERENCES [dbo].[t_s_role] ([ID]) ON DELETE NO ACTION ON UPDATE NO ACTION -GO - --- ---------------------------- --- Foreign Key structure for table [dbo].[t_s_role_user] --- ---------------------------- -ALTER TABLE [dbo].[t_s_role_user] ADD FOREIGN KEY ([roleid]) REFERENCES [dbo].[t_s_role] ([ID]) ON DELETE NO ACTION ON UPDATE NO ACTION -GO -ALTER TABLE [dbo].[t_s_role_user] ADD FOREIGN KEY ([userid]) REFERENCES [dbo].[t_s_user] ([id]) ON DELETE NO ACTION ON UPDATE NO ACTION -GO - --- ---------------------------- --- Foreign Key structure for table [dbo].[t_s_type] --- ---------------------------- -ALTER TABLE [dbo].[t_s_type] ADD FOREIGN KEY ([typegroupid]) REFERENCES [dbo].[t_s_typegroup] ([ID]) ON DELETE NO ACTION ON UPDATE NO ACTION -GO -ALTER TABLE [dbo].[t_s_type] ADD FOREIGN KEY ([typepid]) REFERENCES [dbo].[t_s_type] ([ID]) ON DELETE NO ACTION ON UPDATE NO ACTION -GO - --- ---------------------------- --- Foreign Key structure for table [dbo].[t_s_user] --- ---------------------------- -ALTER TABLE [dbo].[t_s_user] ADD FOREIGN KEY ([id]) REFERENCES [dbo].[t_s_base_user] ([ID]) ON DELETE NO ACTION ON UPDATE NO ACTION -GO diff --git a/docs/db/jeecg3.6.5-mysql-20160718.sql b/docs/db/jeecg3.6.6-mysql-20170208.sql similarity index 81% rename from docs/db/jeecg3.6.5-mysql-20160718.sql rename to docs/db/jeecg3.6.6-mysql-20170208.sql index 7c72cfcf..e5448e34 100644 --- a/docs/db/jeecg3.6.5-mysql-20160718.sql +++ b/docs/db/jeecg3.6.6-mysql-20170208.sql @@ -4,18 +4,19 @@ Navicat MySQL Data Transfer Source Server : mysql Source Server Version : 50037 Source Host : localhost:3306 -Source Database : jeecg +Source Database : jeecg_3_6_6 Target Server Type : MYSQL Target Server Version : 50037 File Encoding : 65001 -Date: 2016-07-18 18:21:25 +Date: 2017-02-09 10:33:28 */ SET FOREIGN_KEY_CHECKS=0; + -- ---------------------------- --- Table structure for `auto_form` +-- Table structure for auto_form -- ---------------------------- DROP TABLE IF EXISTS `auto_form`; CREATE TABLE `auto_form` ( @@ -35,7 +36,7 @@ CREATE TABLE `auto_form` ( `main_table_source` varchar(50) default NULL COMMENT '主数据源', `update_name` varchar(50) default NULL COMMENT '更新人名称', PRIMARY KEY (`id`), - UNIQUE KEY `form_name` (`form_name`) + UNIQUE KEY `form_name` USING BTREE (`form_name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -48,11 +49,10 @@ INSERT INTO `auto_form` VALUES ('402885d8507f14a601507f15b5200001', 'jeecg_custo INSERT INTO `auto_form` VALUES ('402885d8508410ea01508424b4350006', 'jeecg_custom_info', '客户资料管理卡(案例)', '', '


客户资料管理卡
{|-男 女 -|}
{|-虚拟 数码 美容 服装 配饰 母婴 家居 食品 -|}
{|-铁路 水运 汽运 自提 -|}

{|-销售上量 利润为准 量利兼顾 积极 保守 平常 投机 凌乱 -|}


', '管理员', 'admin', '2015-10-20 15:26:49', 'admin', '2015-11-19 11:21:10', 'A02', 'A0', '{\"fields\":0,\"template\":\"


客户资料管理卡
{|-男 女 -|}
{|-虚拟 数码 美容 服装 配饰 母婴 家居 食品 -|}
{|-铁路 水运 汽运 自提 -|}

{|-销售上量 利润为准 量利兼顾 积极 保守 平常 投机 凌乱 -|}


\",\"parse\":\"


客户资料管理卡
男 女 
虚拟 数码 美容 服装 配饰 母婴 家居 食品 
铁路 水运 汽运 自提 

销售上量 利润为准 量利兼顾 积极 保守 平常 投机 凌乱 


\",\"data\":[{\"name\":\"jeecg_custom_info.CUST_NAME\",\"type\":\"text\",\"title\":\"cust_name\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"100\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.CUST_NAME\",\"style\":\"text-align: left; width: 100px;\",\"orgfontsize\":\"\",\"orgheight\":\"\",\"content\":\"\"},{\"name\":\"jeecg_custom_info.CUST_ADDR\",\"type\":\"text\",\"title\":\"cust_addr\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"100\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.CUST_ADDR\",\"style\":\"text-align: left; width: 100px;\",\"content\":\"\"},{\"name\":\"jeecg_custom_info.CUST_CODE\",\"type\":\"text\",\"title\":\"cust_code\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"60\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.CUST_CODE\",\"style\":\"text-align: left; width: 60px;\",\"content\":\"\"},{\"name\":\"jeecg_custom_info.EMAIL\",\"type\":\"text\",\"title\":\"email\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.EMAIL\",\"style\":\"text-align: left; width: 150px;\",\"content\":\"\"},{\"name\":\"jeecg_custom_info.CUST_CHARGE\",\"type\":\"text\",\"title\":\"cust_charge\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"50\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.CUST_CHARGE\",\"style\":\"text-align: left; width: 50px;\",\"content\":\"\"},{\"plugins\":\"radios\",\"name\":\"leipiNewField\",\"title\":\"sex\",\"value\":\"男,女\",\"content\":\"男 女 \",\"options\":[{\"type\":\"radio\",\"name\":\"leipiNewField\",\"value\":\"男\",\"checked\":\"\"},{\"type\":\"radio\",\"name\":\"leipiNewField\",\"value\":\"女\",\"checked\":\"\"}]},{\"name\":\"jeecg_custom_info.AGE\",\"type\":\"text\",\"title\":\"age\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"100\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.AGE\",\"style\":\"text-align: left; width: 100px;\",\"content\":\"\"},{\"name\":\"jeecg_custom_info.POSITION\",\"type\":\"text\",\"title\":\"position\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"60\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.POSITION\",\"style\":\"text-align: left; width: 60px;\",\"orgfontsize\":\"\",\"orgheight\":\"\",\"content\":\"\"},{\"name\":\"jeecg_custom_info.PHONE\",\"type\":\"text\",\"title\":\"phone\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.PHONE\",\"style\":\"text-align: left; width: 150px;\",\"content\":\"\"},{\"name\":\"jeecg_custom_info.BANK\",\"type\":\"text\",\"title\":\"bank\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"50\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.BANK\",\"style\":\"text-align: left; width: 50px;\",\"content\":\"\"},{\"name\":\"jeecg_custom_info.MONEY\",\"type\":\"text\",\"title\":\"money\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.MONEY\",\"style\":\"text-align: left; width: 150px;\",\"content\":\"\"},{\"name\":\"jeecg_custom_info.PROMOTER\",\"type\":\"text\",\"title\":\"promoter\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.PROMOTER\",\"style\":\"text-align: left; width: 150px;\",\"content\":\"\"},{\"name\":\"jeecg_custom_info.ACCOUNT\",\"type\":\"text\",\"title\":\"account\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"50\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.ACCOUNT\",\"style\":\"text-align: left; width: 50px;\",\"content\":\"\"},{\"name\":\"jeecg_custom_info.TURNOVER\",\"type\":\"text\",\"title\":\"turnover\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.TURNOVER\",\"style\":\"text-align: left; width: 150px;\",\"content\":\"\"},{\"name\":\"jeecg_custom_info.PAYMENT_ATTR\",\"type\":\"text\",\"title\":\"payment_attr\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.PAYMENT_ATTR\",\"style\":\"text-align: left; width: 150px;\",\"content\":\"\"},{\"name\":\"jeecg_custom_info.SAX_NUM\",\"type\":\"text\",\"title\":\"sax_num\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.SAX_NUM\",\"style\":\"text-align: left; width: 150px;\",\"content\":\"\"},{\"name\":\"jeecg_custom_info.PAY_DATE\",\"type\":\"text\",\"title\":\"pay_date\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.PAY_DATE\",\"style\":\"text-align: left; width: 150px;\",\"content\":\"\"},{\"name\":\"jeecg_custom_info.BEGIN_PAY_DATE\",\"type\":\"text\",\"title\":\"begin_pay_date\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.BEGIN_PAY_DATE\",\"style\":\"text-align: left; width: 150px;\",\"content\":\"\"},{\"plugins\":\"checkboxs\",\"title\":\"main_bus\",\"parse_name\":\"checkboxs_0\",\"name\":\"leipiNewField,leipiNewField,leipiNewField,leipiNewField,leipiNewField,leipiNewField,leipiNewField,leipiNewField\",\"value\":\"虚拟,数码,美容,服装,配饰,母婴,家居,食品\",\"content\":\"虚拟 数码 美容 服装 配饰 母婴 家居 食品 \",\"options\":[{\"type\":\"checkbox\",\"name\":\"leipiNewField\",\"value\":\"虚拟\",\"fieldname\":\"undefinedundefinedundefinedundefinedundefinedundefined\",\"fieldflow\":\"undefined\",\"checked\":\"\"},{\"type\":\"checkbox\",\"name\":\"leipiNewField\",\"value\":\"数码\",\"fieldname\":\"undefinedundefinedundefinedundefinedundefinedundefined\",\"fieldflow\":\"undefined\",\"checked\":\"\"},{\"type\":\"checkbox\",\"name\":\"leipiNewField\",\"value\":\"美容\",\"fieldname\":\"undefinedundefinedundefinedundefinedundefinedundefined\",\"fieldflow\":\"undefined\",\"checked\":\"\"},{\"type\":\"checkbox\",\"name\":\"leipiNewField\",\"value\":\"服装\",\"fieldname\":\"undefinedundefinedundefinedundefinedundefinedundefined\",\"fieldflow\":\"undefined\",\"checked\":\"\"},{\"type\":\"checkbox\",\"name\":\"leipiNewField\",\"value\":\"配饰\",\"fieldname\":\"undefinedundefinedundefinedundefinedundefinedundefined\",\"fieldflow\":\"undefined\",\"checked\":\"\"},{\"type\":\"checkbox\",\"name\":\"leipiNewField\",\"value\":\"母婴\",\"fieldname\":\"undefinedundefinedundefinedundefinedundefinedundefined\",\"fieldflow\":\"undefined\",\"checked\":\"\"},{\"type\":\"checkbox\",\"name\":\"leipiNewField\",\"value\":\"家居\",\"fieldname\":\"undefinedundefinedundefinedundefinedundefinedundefined\",\"fieldflow\":\"undefined\",\"checked\":\"\"},{\"type\":\"checkbox\",\"name\":\"leipiNewField\",\"value\":\"食品\",\"fieldname\":\"undefinedundefinedundefinedundefinedundefinedundefined\",\"fieldflow\":\"undefined\",\"checked\":\"\"}]},{\"name\":\"jeecg_custom_info.BUS_PRO\",\"type\":\"text\",\"title\":\"bus_pro\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"50\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.BUS_PRO\",\"style\":\"text-align: left; width: 50px;\",\"content\":\"\"},{\"name\":\"jeecg_custom_info.WAREHOUSE\",\"type\":\"text\",\"title\":\"warehouse\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"50\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.WAREHOUSE\",\"style\":\"text-align: left; width: 50px;\",\"content\":\"\"},{\"name\":\"jeecg_custom_info.PEOPLE\",\"type\":\"text\",\"title\":\"people\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"80\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.PEOPLE\",\"style\":\"text-align: left; width: 80px;\",\"content\":\"\"},{\"plugins\":\"checkboxs\",\"title\":\"transportation\",\"parse_name\":\"checkboxs_1\",\"name\":\"leipiNewField,leipiNewField,leipiNewField,leipiNewField\",\"value\":\"铁路,水运,汽运,自提\",\"content\":\"铁路 水运 汽运 自提 \",\"options\":[{\"type\":\"checkbox\",\"name\":\"leipiNewField\",\"value\":\"铁路\",\"fieldname\":\"undefinedundefinedundefinedundefinedundefinedundefined\",\"fieldflow\":\"undefined\",\"checked\":\"\"},{\"type\":\"checkbox\",\"name\":\"leipiNewField\",\"value\":\"水运\",\"fieldname\":\"undefinedundefinedundefinedundefinedundefinedundefined\",\"fieldflow\":\"undefined\",\"checked\":\"\"},{\"type\":\"checkbox\",\"name\":\"leipiNewField\",\"value\":\"汽运\",\"fieldname\":\"undefinedundefinedundefinedundefinedundefinedundefined\",\"fieldflow\":\"undefined\",\"checked\":\"\"},{\"type\":\"checkbox\",\"name\":\"leipiNewField\",\"value\":\"自提\",\"fieldname\":\"undefinedundefinedundefinedundefinedundefinedundefined\",\"fieldflow\":\"undefined\",\"checked\":\"\"}]},{\"name\":\"jeecg_custom_info.OPERATION\",\"type\":\"text\",\"title\":\"operation\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"50\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.OPERATION\",\"style\":\"text-align: left; width: 50px;\",\"content\":\"\"},{\"name\":\"jeecg_custom_info.CAR\",\"type\":\"text\",\"title\":\"car\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"50\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.CAR\",\"style\":\"text-align: left; width: 50px;\",\"content\":\"\"},{\"name\":\"jeecg_custom_info.SHOPKEEPER\",\"type\":\"text\",\"title\":\"shopkeeper\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.SHOPKEEPER\",\"style\":\"text-align: left; width: 150px;\",\"content\":\"\"},{\"name\":\"jeecg_custom_info.WHOLESALE\",\"type\":\"text\",\"title\":\"wholesale\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"50\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.WHOLESALE\",\"style\":\"text-align: left; width: 50px;\",\"content\":\"\"},{\"name\":\"jeecg_custom_info.AREA\",\"type\":\"text\",\"title\":\"area\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.AREA\",\"style\":\"text-align: left; width: 150px;\",\"content\":\"\"},{\"plugins\":\"checkboxs\",\"title\":\"management\",\"parse_name\":\"checkboxs_2\",\"name\":\"leipiNewField,leipiNewField,leipiNewField,leipiNewField,leipiNewField,leipiNewField,leipiNewField,leipiNewField\",\"value\":\"销售上量,利润为准,量利兼顾,积极,保守,平常,投机,凌乱\",\"content\":\"销售上量 利润为准 量利兼顾 积极 保守 平常 投机 凌乱 \",\"options\":[{\"type\":\"checkbox\",\"name\":\"leipiNewField\",\"value\":\"销售上量\",\"fieldname\":\"undefinedundefinedundefinedundefinedundefinedundefined\",\"fieldflow\":\"undefined\",\"checked\":\"\"},{\"type\":\"checkbox\",\"name\":\"leipiNewField\",\"value\":\"利润为准\",\"fieldname\":\"undefinedundefinedundefinedundefinedundefinedundefined\",\"fieldflow\":\"undefined\",\"checked\":\"\"},{\"type\":\"checkbox\",\"name\":\"leipiNewField\",\"value\":\"量利兼顾\",\"fieldname\":\"undefinedundefinedundefinedundefinedundefinedundefined\",\"fieldflow\":\"undefined\",\"checked\":\"\"},{\"type\":\"checkbox\",\"name\":\"leipiNewField\",\"value\":\"积极\",\"fieldname\":\"undefinedundefinedundefinedundefinedundefinedundefined\",\"fieldflow\":\"undefined\",\"checked\":\"\"},{\"type\":\"checkbox\",\"name\":\"leipiNewField\",\"value\":\"保守\",\"fieldname\":\"undefinedundefinedundefinedundefinedundefinedundefined\",\"fieldflow\":\"undefined\",\"checked\":\"\"},{\"type\":\"checkbox\",\"name\":\"leipiNewField\",\"value\":\"平常\",\"fieldname\":\"undefinedundefinedundefinedundefinedundefinedundefined\",\"fieldflow\":\"undefined\",\"checked\":\"\"},{\"type\":\"checkbox\",\"name\":\"leipiNewField\",\"value\":\"投机\",\"fieldname\":\"undefinedundefinedundefinedundefinedundefinedundefined\",\"fieldflow\":\"undefined\",\"checked\":\"\"},{\"type\":\"checkbox\",\"name\":\"leipiNewField\",\"value\":\"凌乱\",\"fieldname\":\"undefinedundefinedundefinedundefinedundefinedundefined\",\"fieldflow\":\"undefined\",\"checked\":\"\"}]},{\"name\":\"jeecg_custom_info.STOCK1\",\"type\":\"text\",\"title\":\"stock1\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"100\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.STOCK1\",\"style\":\"text-align: left; width: 100px;\",\"content\":\"\"},{\"name\":\"jeecg_custom_info.STOCK2\",\"type\":\"text\",\"title\":\"stock2\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.STOCK2\",\"style\":\"text-align: left; width: 150px;\",\"content\":\"\"},{\"name\":\"jeecg_custom_info.SALE1\",\"type\":\"text\",\"title\":\"sale1\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"100\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.SALE1\",\"style\":\"text-align: left; width: 100px;\",\"content\":\"\"},{\"name\":\"jeecg_custom_info.SALE2\",\"type\":\"text\",\"title\":\"sale2\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.SALE2\",\"style\":\"text-align: left; width: 150px;\",\"content\":\"\"},{\"name\":\"jeecg_custom_info.INVENTORY1\",\"type\":\"text\",\"title\":\"inventory1\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"100\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.INVENTORY1\",\"style\":\"text-align: left; width: 100px;\",\"content\":\"\"},{\"name\":\"jeecg_custom_info.INVENTORY2\",\"type\":\"text\",\"title\":\"inventory2\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.INVENTORY2\",\"style\":\"text-align: left; width: 150px;\",\"content\":\"\"},{\"name\":\"jeecg_custom_info.MAX_MONEY\",\"type\":\"text\",\"title\":\"max_money\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.MAX_MONEY\",\"style\":\"text-align: left; width: 150px;\",\"content\":\"\"},{\"name\":\"jeecg_custom_info.CUST_LEVEL\",\"type\":\"text\",\"title\":\"cust_level\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.CUST_LEVEL\",\"style\":\"text-align: left; width: 150px;\",\"content\":\"\"},{\"name\":\"jeecg_custom_info.ALL_AVG_INVENTORY\",\"type\":\"text\",\"title\":\"all_avg_inventory\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.ALL_AVG_INVENTORY\",\"style\":\"text-align: left; width: 150px;\",\"content\":\"\"},{\"name\":\"jeecg_custom_info.AVG_INVENTORY\",\"type\":\"text\",\"title\":\"avg_inventory\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.AVG_INVENTORY\",\"style\":\"text-align: left; width: 150px;\",\"content\":\"\"},{\"name\":\"jeecg_custom_info.PRICE\",\"type\":\"text\",\"title\":\"price\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.PRICE\",\"style\":\"text-align: left; width: 150px;\",\"content\":\"\"},{\"name\":\"jeecg_custom_info.PROMISE\",\"type\":\"text\",\"title\":\"promise\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.PROMISE\",\"style\":\"text-align: left; width: 150px;\",\"content\":\"\"},{\"name\":\"jeecg_custom_info.COMPETING_GOODS\",\"type\":\"text\",\"title\":\"competing_goods\",\"value\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"jeecg_custom_info.COMPETING_GOODS\",\"style\":\"text-align: left; width: 150px;\",\"content\":\"\"}],\"add_fields\":{}}', 'jeecg_custom_info', '管理员'); INSERT INTO `auto_form` VALUES ('4028948150f601230150f60692050001', 'doc', '文档Doc', '', '

内容
时间
文档编号
标题
文档类型{|-  -|}
', '管理员', 'admin', '2015-11-11 18:10:37', 'admin', '2015-11-19 10:59:24', 'A02', 'A0', '{\"fields\":0,\"template\":\"

内容
时间
文档编号
标题
文档类型{|-  -|}
\",\"parse\":\"

内容
时间
文档编号
标题
文档类型  
\",\"data\":[{\"type\":\"hidden\",\"name\":\"doc.ID\",\"autofield\":\"doc.ID\",\"content\":\"\"},{\"style\":\"text-align: left; width: 300px;\",\"title\":\"DOCCONTENT\",\"value\":\"\",\"name\":\"doc.DOCCONTENT\",\"orgheight\":\"\",\"orgwidth\":\"300\",\"orgalign\":\"left\",\"orgfontsize\":\"\",\"orghide\":\"0\",\"leipiplugins\":\"text\",\"orgtype\":\"text\",\"autofield\":\"doc.DOCCONTENT\",\"content\":\"\"},{\"style\":\"text-align: left; width: 300px;\",\"title\":\"时间\",\"value\":\"\",\"name\":\"doc.DOCDATE\",\"orgheight\":\"\",\"orgwidth\":\"300\",\"orgalign\":\"left\",\"orgfontsize\":\"\",\"orghide\":\"0\",\"leipiplugins\":\"text\",\"orgtype\":\"standardDate\",\"autofield\":\"doc.DOCDATE\",\"datatype\":\"\",\"content\":\"\"},{\"style\":\"text-align: left; width: 300px;\",\"title\":\"DOCID\",\"value\":\"\",\"name\":\"doc.DOCID\",\"orgheight\":\"\",\"orgwidth\":\"300\",\"orgalign\":\"left\",\"orgfontsize\":\"\",\"orghide\":\"0\",\"leipiplugins\":\"text\",\"orgtype\":\"text\",\"autofield\":\"doc.DOCID\",\"content\":\"\"},{\"style\":\"text-align: left; width: 300px;\",\"title\":\"DOCTITLE\",\"value\":\"\",\"name\":\"doc.DOCTITLE\",\"orgheight\":\"\",\"orgwidth\":\"300\",\"orgalign\":\"left\",\"orgfontsize\":\"\",\"orghide\":\"0\",\"leipiplugins\":\"text\",\"orgtype\":\"text\",\"autofield\":\"doc.DOCTITLE\",\"content\":\"\"},{\"leipiplugins\":\"select\",\"name\":\"leipiNewField\",\"title\":\"文档类型\",\"size\":\"1\",\"datatype\":\"\",\"selector\":\"402881e54dcb624a014dcbf4912b000e\",\"orgwidth\":\"150\",\"autofield\":\"doc.DOCTYPE\",\"style\":\"width: 150px;\",\"value\":\"bdfl_ptbd,bdfl_fzbd,bdfl_vipbd\",\"content\":\"  \"}],\"add_fields\":{}}', 'doc', '管理员'); INSERT INTO `auto_form` VALUES ('40289481513a049b01513a0aabf70001', 'docdb', 'docdb', '', '

DOCCONTENT
DOCDATE
DOCID
DOCTITLE{|-  -|}
DOCTYPE{|-spring-key java-class -|}


', '管理员', 'admin', '2015-11-24 23:09:16', 'admin', '2015-11-30 12:14:19', 'A02', 'A0', '{\"fields\":0,\"template\":\"

DOCCONTENT
DOCDATE
DOCID
DOCTITLE{|-  -|}
DOCTYPE{|-spring-key java-class -|}


\",\"parse\":\"

DOCCONTENT
DOCDATE
DOCID
DOCTITLE  
DOCTYPEspring-key java-class 


\",\"data\":[{\"type\":\"hidden\",\"name\":\"docdb.ID\",\"autofield\":\"docdb.ID\",\"content\":\"\"},{\"style\":\"text-align: left; width: 300px;\",\"title\":\"DOCCONTENT\",\"value\":\"\",\"name\":\"docdb.DOCCONTENT\",\"orgheight\":\"\",\"orgwidth\":\"300\",\"orgalign\":\"left\",\"orgfontsize\":\"\",\"orghide\":\"0\",\"leipiplugins\":\"text\",\"orgtype\":\"text\",\"autofield\":\"docdb.DOCCONTENT\",\"content\":\"\"},{\"style\":\"text-align: left; width: 300px;\",\"title\":\"DOCDATE\",\"value\":\"\",\"name\":\"docdb.DOCDATE\",\"orgheight\":\"\",\"orgwidth\":\"300\",\"orgalign\":\"left\",\"orgfontsize\":\"\",\"orghide\":\"0\",\"leipiplugins\":\"text\",\"orgtype\":\"standardDate\",\"autofield\":\"docdb.DOCDATE\",\"datatype\":\"\",\"content\":\"\"},{\"name\":\"docdb.DOCID\",\"title\":\"DOCID\",\"leipiplugins\":\"popup\",\"size\":\"1\",\"datatype\":\"\",\"style\":\"background-image: url(http://localhost:8080/jeecg/plug-in/easyui/themes/default/images/searchbox_button.png); background-color: rgb(255, 255, 255); width: 150px; background-position: 100% 50%; background-repeat: no-repeat no-repeat;\",\"dictionary\":\"user_msg,account,realname\",\"orgwidth\":\"150\",\"autofield\":\"docdb.DOCID\",\"content\":\"\"},{\"leipiplugins\":\"select\",\"name\":\"leipiNewField\",\"title\":\"DOCTITLE\",\"size\":\"1\",\"datatype\":\"\",\"selector\":\"402881e64ca6fd1b014ca7044c370004\",\"orgwidth\":\"150\",\"autofield\":\"docdb.DOCTITLE\",\"style\":\"width: 150px;\",\"value\":\"spline,column,pie\",\"content\":\"  \"},{\"leipiplugins\":\"radios\",\"name\":\"leipiNewField\",\"selector\":\"8a1c7ee54e3e2ca9014e3e4b78f90009\",\"autofield\":\"docdb.DOCTYPE\",\"title\":\"DOCTYPE\",\"value\":\"spring,class\",\"content\":\"spring-key java-class \",\"options\":[{\"type\":\"radio\",\"name\":\"leipiNewField\",\"checkedtext\":\"spring-key\",\"value\":\"spring\",\"checked\":\"\"},{\"type\":\"radio\",\"name\":\"leipiNewField\",\"checkedtext\":\"java-class\",\"value\":\"class\",\"checked\":\"\"}]}],\"add_fields\":{}}', 'docdb', '管理员'); -INSERT INTO `auto_form` VALUES ('4028ef815382c6c9015382ccd9b60003', 'test', '学生表录入', '', '

NAME
SEX{|-男性 女性 -|}
AGE
BIRTHDAY


', '管理员', 'admin', '2016-03-17 12:19:36', 'admin', '2016-03-17 12:30:58', 'A03', 'A0', '{\"fields\":0,\"template\":\"

NAME
SEX{|-男性 女性 -|}
AGE
BIRTHDAY


\",\"parse\":\"

NAME
SEX男性 女性 
AGE
BIRTHDAY


\",\"data\":[{\"type\":\"hidden\",\"name\":\"test_stud.ID\",\"autofield\":\"test_stud.ID\",\"content\":\"\"},{\"style\":\"text-align: left; width: 150px;\",\"title\":\"NAME\",\"value\":\"\",\"name\":\"test_stud.NAME\",\"orgheight\":\"\",\"orgwidth\":\"150\",\"orgalign\":\"left\",\"orgfontsize\":\"\",\"orghide\":\"0\",\"leipiplugins\":\"text\",\"orgtype\":\"text\",\"autofield\":\"test_stud.NAME\",\"content\":\"\"},{\"leipiplugins\":\"radios\",\"name\":\"leipiNewField\",\"selector\":\"8a8ab0b246dc81120146dc8181cd005f\",\"autofield\":\"test_stud.SEX\",\"title\":\"SEX\",\"value\":\"0,1\",\"content\":\"男性 女性 \",\"options\":[{\"type\":\"radio\",\"name\":\"leipiNewField\",\"checkedtext\":\"男性\",\"value\":\"0\",\"checked\":\"\"},{\"type\":\"radio\",\"name\":\"leipiNewField\",\"checkedtext\":\"女性\",\"value\":\"1\",\"checked\":\"\"}]},{\"style\":\"text-align: left; width: 150px;\",\"title\":\"AGE\",\"value\":\"\",\"name\":\"test_stud.AGE\",\"orgheight\":\"\",\"orgwidth\":\"150\",\"orgalign\":\"left\",\"orgfontsize\":\"\",\"orghide\":\"0\",\"leipiplugins\":\"text\",\"orgtype\":\"text\",\"autofield\":\"test_stud.AGE\",\"datatype\":\"\",\"content\":\"\"},{\"style\":\"text-align: left; width: 150px;\",\"title\":\"BIRTHDAY\",\"value\":\"\",\"name\":\"test_stud.BIRTHDAY\",\"orgheight\":\"\",\"orgwidth\":\"150\",\"orgalign\":\"left\",\"orgfontsize\":\"\",\"orghide\":\"0\",\"leipiplugins\":\"text\",\"orgtype\":\"standardDate\",\"autofield\":\"test_stud.BIRTHDAY\",\"datatype\":\"\",\"content\":\"\"}],\"add_fields\":{}}', 'test_stud', '管理员'); -INSERT INTO `auto_form` VALUES ('4028efa25214f7ca0152164db04b001c', 'employee_leave_form', '请假申请单', '', '
请假申请单
姓名申请日期
部门职务
请假类别{|-  -|}
请假原因
开始时间
结束时间
共计
联系方式
职务代理人
直接主管
部门负责人
人力行政部
行政部备案


', '管理员', 'admin', '2016-01-06 17:38:56', 'admin', '2016-01-13 21:16:43', 'A02', 'A0', '{\"fields\":0,\"template\":\"
请假申请单
姓名申请日期
部门职务
请假类别{|-  -|}
请假原因
开始时间
结束时间
共计
联系方式
职务代理人
直接主管
部门负责人
人力行政部
行政部备案


\",\"parse\":\"
请假申请单
姓名申请日期
部门职务
请假类别  
请假原因
开始时间
结束时间
共计
联系方式
职务代理人
直接主管
部门负责人
人力行政部
行政部备案


\",\"data\":[{\"name\":\"ds_leave.name\",\"type\":\"text\",\"title\":\"name\",\"value\":\"\",\"datatype\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"ds_leave.name\",\"style\":\"text-align: left; width: 150px;\",\"orgfontsize\":\"\",\"orgheight\":\"\",\"content\":\"\"},{\"name\":\"ds_leave.apply_date\",\"type\":\"text\",\"title\":\"apply_date\",\"value\":\"\",\"datatype\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"standardDate\",\"autofield\":\"ds_leave.apply_date\",\"style\":\"text-align: left; width: 150px;\",\"orgfontsize\":\"\",\"orgheight\":\"\",\"content\":\"\"},{\"name\":\"ds_employee_leave.department\",\"type\":\"text\",\"title\":\"department\",\"value\":\"\",\"datatype\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"ds_employee_leave.department\",\"style\":\"text-align: left; width: 150px;\",\"orgfontsize\":\"\",\"orgheight\":\"\",\"content\":\"\"},{\"name\":\"ds_leave.duty\",\"type\":\"text\",\"title\":\"duty\",\"value\":\"\",\"datatype\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"ds_leave.duty\",\"style\":\"text-align: left; width: 150px;\",\"orgfontsize\":\"\",\"orgheight\":\"\",\"content\":\"\"},{\"leipiplugins\":\"select\",\"name\":\"leipiNewField\",\"title\":\"leave_category\",\"size\":\"1\",\"datatype\":\"\",\"selector\":\"\",\"orgwidth\":\"150\",\"autofield\":\"ds_leave.leave_category\",\"style\":\"width: 150px;\",\"value\":\"事假,病假,年假\",\"content\":\"  \"},{\"title\":\"leave_reason\",\"name\":\"ds_leave.leave_reason\",\"leipiplugins\":\"textarea\",\"datatype\":\"\",\"value\":\"\",\"autofield\":\"ds_leave.leave_reason\",\"orgrich\":\"1\",\"orgfontsize\":\"\",\"orgwidth\":\"300\",\"orgheight\":\"80\",\"style\":\"width: 432px; height: 80px; margin: 0px;\",\"content\":\"\"},{\"name\":\"ds_leave.leave_start_date\",\"type\":\"text\",\"title\":\"leave_start_date\",\"value\":\"\",\"datatype\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"standardDate\",\"autofield\":\"ds_leave.leave_start_date\",\"style\":\"text-align: left; width: 150px;\",\"orgfontsize\":\"\",\"orgheight\":\"\",\"content\":\"\"},{\"name\":\"ds_leave.leave_end_date\",\"type\":\"text\",\"title\":\"leave_end_date\",\"value\":\"\",\"datatype\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"standardDate\",\"autofield\":\"ds_leave.leave_end_date\",\"style\":\"text-align: left; width: 150px;\",\"orgfontsize\":\"\",\"orgheight\":\"\",\"content\":\"\"},{\"name\":\"ds_leave.total\",\"type\":\"text\",\"title\":\"total\",\"value\":\"\",\"datatype\":\"n\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"int\",\"autofield\":\"ds_leave.total\",\"style\":\"text-align: left; width: 150px;\",\"orgfontsize\":\"\",\"orgheight\":\"\",\"content\":\"\"},{\"name\":\"ds_leave.contact_way\",\"type\":\"text\",\"title\":\"contact_way\",\"value\":\"\",\"datatype\":\"m\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"ds_leave.contact_way\",\"style\":\"text-align: left; width: 150px;\",\"orgfontsize\":\"\",\"orgheight\":\"\",\"content\":\"\"},{\"name\":\"ds_leave.duty_deputy\",\"type\":\"text\",\"title\":\"duty_deputy\",\"value\":\"\",\"datatype\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"ds_leave.duty_deputy\",\"style\":\"text-align: left; width: 150px;\",\"orgfontsize\":\"\",\"orgheight\":\"\",\"content\":\"\"},{\"name\":\"ds_leave.leader_approval\",\"type\":\"text\",\"title\":\"leader_approval\",\"value\":\"\",\"datatype\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"ds_leave.leader_approval\",\"style\":\"text-align: left; width: 150px;\",\"orgfontsize\":\"\",\"orgheight\":\"\",\"content\":\"\"},{\"name\":\"ds_leave.dept_principal_approval\",\"type\":\"text\",\"title\":\"dept_principal_approval\",\"value\":\"\",\"datatype\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"ds_leave.dept_principal_approval\",\"style\":\"text-align: left; width: 150px;\",\"orgfontsize\":\"\",\"orgheight\":\"\",\"content\":\"\"},{\"name\":\"ds_leave.hr_principal_approval\",\"type\":\"text\",\"title\":\"hr_principal_approval\",\"value\":\"\",\"datatype\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"ds_leave.hr_principal_approval\",\"style\":\"text-align: left; width: 150px;\",\"orgfontsize\":\"\",\"orgheight\":\"\",\"content\":\"\"},{\"name\":\"ds_leave.hr_records\",\"type\":\"text\",\"title\":\"hr_records\",\"value\":\"\",\"datatype\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"ds_leave.hr_records\",\"style\":\"text-align: left; width: 150px;\",\"orgfontsize\":\"\",\"orgheight\":\"\",\"content\":\"\"},{\"name\":\"ds_leave.id\",\"type\":\"text\",\"title\":\"id\",\"value\":\"\",\"datatype\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"1\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"ds_leave.id\",\"style\":\"text-align: left; width: 150px;\",\"orgfontsize\":\"\",\"orgheight\":\"\",\"content\":\"\"}],\"add_fields\":{}}', 'ds_leave', '管理员'); +INSERT INTO `auto_form` VALUES ('4028efa25214f7ca0152164db04b001c', 'employee_leave_form', '请假申请单', '', '
请假申请单
姓名申请日期
部门职务
请假类别{|-  -|}
请假原因
开始时间
结束时间
共计
联系方式
职务代理人
直接主管
部门负责人
人力行政部
行政部备案


', '管理员', 'admin', '2016-01-06 17:38:56', 'admin', '2016-12-21 12:46:40', 'A02', 'A0', '{\"fields\":0,\"template\":\"
请假申请单
姓名申请日期
部门职务
请假类别{|-  -|}
请假原因
开始时间
结束时间
共计
联系方式
职务代理人
直接主管
部门负责人
人力行政部
行政部备案


\",\"parse\":\"
请假申请单
姓名申请日期
部门职务
请假类别  
请假原因
开始时间
结束时间
共计
联系方式
职务代理人
直接主管
部门负责人
人力行政部
行政部备案


\",\"data\":[{\"name\":\"ds_leave.name\",\"type\":\"text\",\"title\":\"name\",\"value\":\"\",\"datatype\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"ds_leave.name\",\"style\":\"text-align: left; width: 150px;\",\"orgfontsize\":\"\",\"orgheight\":\"\",\"content\":\"\"},{\"name\":\"ds_leave.apply_date\",\"type\":\"text\",\"title\":\"apply_date\",\"value\":\"\",\"datatype\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"standardDate\",\"autofield\":\"ds_leave.apply_date\",\"style\":\"text-align: left; width: 150px;\",\"orgfontsize\":\"\",\"orgheight\":\"\",\"content\":\"\"},{\"name\":\"ds_employee_leave.department\",\"type\":\"text\",\"title\":\"department\",\"value\":\"\",\"datatype\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"ds_employee_leave.department\",\"style\":\"text-align: left; width: 150px;\",\"orgfontsize\":\"\",\"orgheight\":\"\",\"content\":\"\"},{\"name\":\"ds_leave.duty\",\"type\":\"text\",\"title\":\"duty\",\"value\":\"\",\"datatype\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"ds_leave.duty\",\"style\":\"text-align: left; width: 150px;\",\"orgfontsize\":\"\",\"orgheight\":\"\",\"content\":\"\"},{\"leipiplugins\":\"select\",\"name\":\"leipiNewField\",\"title\":\"leave_category\",\"size\":\"1\",\"datatype\":\"\",\"selector\":\"\",\"orgwidth\":\"150\",\"autofield\":\"ds_leave.leave_category\",\"style\":\"width: 150px;\",\"value\":\"事假,病假,年假\",\"content\":\"  \"},{\"title\":\"leave_reason\",\"name\":\"ds_leave.leave_reason\",\"leipiplugins\":\"textarea\",\"datatype\":\"\",\"value\":\"\",\"autofield\":\"ds_leave.leave_reason\",\"orgrich\":\"1\",\"orgfontsize\":\"\",\"orgwidth\":\"300\",\"orgheight\":\"80\",\"style\":\"width: 432px; height: 80px; margin: 0px;\",\"content\":\"\"},{\"name\":\"ds_leave.leave_start_date\",\"type\":\"text\",\"title\":\"leave_start_date\",\"value\":\"\",\"datatype\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"standardDate\",\"autofield\":\"ds_leave.leave_start_date\",\"style\":\"text-align: left; width: 150px;\",\"orgfontsize\":\"\",\"orgheight\":\"\",\"content\":\"\"},{\"name\":\"ds_leave.leave_end_date\",\"type\":\"text\",\"title\":\"leave_end_date\",\"value\":\"\",\"datatype\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"standardDate\",\"autofield\":\"ds_leave.leave_end_date\",\"style\":\"text-align: left; width: 150px;\",\"orgfontsize\":\"\",\"orgheight\":\"\",\"content\":\"\"},{\"name\":\"ds_leave.total\",\"type\":\"text\",\"title\":\"total\",\"value\":\"\",\"datatype\":\"n\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"int\",\"autofield\":\"ds_leave.total\",\"style\":\"text-align: left; width: 150px;\",\"orgfontsize\":\"\",\"orgheight\":\"\",\"content\":\"\"},{\"name\":\"ds_leave.contact_way\",\"type\":\"text\",\"title\":\"contact_way\",\"value\":\"\",\"datatype\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"ds_leave.contact_way\",\"style\":\"text-align: left; width: 150px;\",\"orgfontsize\":\"\",\"orgheight\":\"\",\"content\":\"\"},{\"name\":\"ds_leave.duty_deputy\",\"type\":\"text\",\"title\":\"duty_deputy\",\"value\":\"\",\"datatype\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"ds_leave.duty_deputy\",\"style\":\"text-align: left; width: 150px;\",\"orgfontsize\":\"\",\"orgheight\":\"\",\"content\":\"\"},{\"name\":\"ds_leave.leader_approval\",\"type\":\"text\",\"title\":\"leader_approval\",\"value\":\"\",\"datatype\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"ds_leave.leader_approval\",\"style\":\"text-align: left; width: 150px;\",\"orgfontsize\":\"\",\"orgheight\":\"\",\"content\":\"\"},{\"name\":\"ds_leave.dept_principal_approval\",\"type\":\"text\",\"title\":\"dept_principal_approval\",\"value\":\"\",\"datatype\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"ds_leave.dept_principal_approval\",\"style\":\"text-align: left; width: 150px;\",\"orgfontsize\":\"\",\"orgheight\":\"\",\"content\":\"\"},{\"name\":\"ds_leave.hr_principal_approval\",\"type\":\"text\",\"title\":\"hr_principal_approval\",\"value\":\"\",\"datatype\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"ds_leave.hr_principal_approval\",\"style\":\"text-align: left; width: 150px;\",\"orgfontsize\":\"\",\"orgheight\":\"\",\"content\":\"\"},{\"name\":\"ds_leave.hr_records\",\"type\":\"text\",\"title\":\"hr_records\",\"value\":\"\",\"datatype\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"0\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"ds_leave.hr_records\",\"style\":\"text-align: left; width: 150px;\",\"orgfontsize\":\"\",\"orgheight\":\"\",\"content\":\"\"},{\"name\":\"ds_leave.id\",\"type\":\"text\",\"title\":\"id\",\"value\":\"\",\"datatype\":\"\",\"leipiplugins\":\"text\",\"orghide\":\"1\",\"orgalign\":\"left\",\"orgwidth\":\"150\",\"orgtype\":\"text\",\"autofield\":\"ds_leave.id\",\"style\":\"text-align: left; width: 150px;\",\"orgfontsize\":\"\",\"orgheight\":\"\",\"content\":\"\"}],\"add_fields\":{}}', 'ds_leave', '管理员'); -- ---------------------------- --- Table structure for `auto_form_db` +-- Table structure for auto_form_db -- ---------------------------- DROP TABLE IF EXISTS `auto_form_db`; CREATE TABLE `auto_form_db` ( @@ -75,7 +75,7 @@ CREATE TABLE `auto_form_db` ( `auto_form_id` varchar(32) default NULL COMMENT '主键字段', `tb_db_table_name` varchar(32) default NULL COMMENT '填报数据表', PRIMARY KEY (`id`), - UNIQUE KEY `db_name` (`db_name`,`auto_form_id`) + UNIQUE KEY `db_name` USING BTREE (`db_name`,`auto_form_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -89,11 +89,10 @@ INSERT INTO `auto_form_db` VALUES ('402885d8507f228101507f76227a0021', '管理 INSERT INTO `auto_form_db` VALUES ('402885d8508410ea0150842528020008', '管理员', 'admin', '管理员', 'admin', 'A02', 'A0', '2015-10-20 15:27:19', '2015-11-10 09:23:35', 'jeecg_custom_info', 'jeecg_custom_info', 'table', 'jeecg_custom_info', null, '', '', '402885d8508410ea01508424b4350006', 'jeecg_custom_info'); INSERT INTO `auto_form_db` VALUES ('40289481511d91f101511da111100012', '管理员', 'admin', '', '', 'A02', 'A0', '2015-11-19 10:44:33', null, 'doc', 'doc', 'sql', 'auto_form', 'select * from doc where id = \'${id}\'', '', '', '4028948150f601230150f60692050001', 'doc'); INSERT INTO `auto_form_db` VALUES ('40289481513a049b01513a0aedcd0003', '管理员', 'admin', '', '', 'A02', 'A0', '2015-11-24 23:09:33', null, 'docdb', 'docdb', 'table', 'doc', '', '', '', '40289481513a049b01513a0aabf70001', 'doc'); -INSERT INTO `auto_form_db` VALUES ('4028ef815382c6c9015382ce39f40005', '管理员', 'admin', '管理员', 'admin', 'A03', 'A0', '2016-03-17 12:21:06', '2016-03-17 12:21:37', 'test_stud', '学生录入', 'table', 'test_student', null, '', '', '4028ef815382c6c9015382ccd9b60003', 'test_student'); INSERT INTO `auto_form_db` VALUES ('4028efa25214f7ca01521657b948001f', '管理员', 'admin', '管理员', 'admin', 'A02', 'A0', '2016-01-06 17:49:53', '2016-01-06 22:50:18', 'ds_leave', '请假申请单', 'sql', null, 'select * from jform_employee_leave where id=\'${id}\'', null, '', '4028efa25214f7ca0152164db04b001c', 'jform_employee_leave'); -- ---------------------------- --- Table structure for `auto_form_db_field` +-- Table structure for auto_form_db_field -- ---------------------------- DROP TABLE IF EXISTS `auto_form_db_field`; CREATE TABLE `auto_form_db_field` ( @@ -369,14 +368,9 @@ INSERT INTO `auto_form_db_field` VALUES ('40289481513a049b01513a0aee0b0006', ' INSERT INTO `auto_form_db_field` VALUES ('40289481513a049b01513a0aee0f0007', '管理员', 'admin', '2015-11-24 23:09:33', null, null, null, 'A02', 'A0', '40289481513a049b01513a0aedcd0003', 'DOCID', ''); INSERT INTO `auto_form_db_field` VALUES ('40289481513a049b01513a0aee130008', '管理员', 'admin', '2015-11-24 23:09:33', null, null, null, 'A02', 'A0', '40289481513a049b01513a0aedcd0003', 'DOCTITLE', ''); INSERT INTO `auto_form_db_field` VALUES ('40289481513a049b01513a0aee160009', '管理员', 'admin', '2015-11-24 23:09:33', null, null, null, 'A02', 'A0', '40289481513a049b01513a0aedcd0003', 'DOCTYPE', ''); -INSERT INTO `auto_form_db_field` VALUES ('4028ef815382c6c9015382ce39f90006', '管理员', 'admin', '2016-03-17 12:21:06', '管理员', 'admin', '2016-03-17 12:21:37', 'A03', 'A0', '4028ef815382c6c9015382ce39f40005', 'ID', ''); -INSERT INTO `auto_form_db_field` VALUES ('4028ef815382c6c9015382ce3a2e000f', '管理员', 'admin', '2016-03-17 12:21:06', '管理员', 'admin', '2016-03-17 12:21:37', 'A03', 'A0', '4028ef815382c6c9015382ce39f40005', 'NAME', ''); -INSERT INTO `auto_form_db_field` VALUES ('4028ef815382c6c9015382ce3a2f0010', '管理员', 'admin', '2016-03-17 12:21:06', '管理员', 'admin', '2016-03-17 12:21:37', 'A03', 'A0', '4028ef815382c6c9015382ce39f40005', 'SEX', ''); -INSERT INTO `auto_form_db_field` VALUES ('4028ef815382c6c9015382ce3a310011', '管理员', 'admin', '2016-03-17 12:21:06', '管理员', 'admin', '2016-03-17 12:21:37', 'A03', 'A0', '4028ef815382c6c9015382ce39f40005', 'AGE', ''); -INSERT INTO `auto_form_db_field` VALUES ('4028ef815382c6c9015382ce3a320012', '管理员', 'admin', '2016-03-17 12:21:06', '管理员', 'admin', '2016-03-17 12:21:37', 'A03', 'A0', '4028ef815382c6c9015382ce39f40005', 'BIRTHDAY', ''); -- ---------------------------- --- Table structure for `auto_form_param` +-- Table structure for auto_form_param -- ---------------------------- DROP TABLE IF EXISTS `auto_form_param`; CREATE TABLE `auto_form_param` ( @@ -413,7 +407,7 @@ INSERT INTO `auto_form_param` VALUES ('40289481510e814b01510e8766640014', '管 INSERT INTO `auto_form_param` VALUES ('40289481511d91f101511da1111a0019', '管理员', 'admin', '2015-11-19 10:44:33', null, null, null, 'A02', 'A0', 'id', '', '', '0', '40289481511d91f101511da111100012'); -- ---------------------------- --- Table structure for `auto_form_style` +-- Table structure for auto_form_style -- ---------------------------- DROP TABLE IF EXISTS `auto_form_style`; CREATE TABLE `auto_form_style` ( @@ -439,7 +433,7 @@ INSERT INTO `auto_form_style` VALUES ('402880e850ad49570150ad656afa000c', '双 INSERT INTO `auto_form_style` VALUES ('402880e850ad49570150ad8b852a001c', '三列表单', '<#macro showItem ds po itemIndex>\r\n<#if itemIndex % 3 == 0> \r\n<#if po.fieldText?trim == \"\">${po.fieldName}<#else>${po.fieldText?trim}\r\n${po.fieldName}<#else>${po.fieldText?trim}\" value=\"\" name=\"${ds.dsName}.${po.fieldName}\" orgheight=\"\" orgwidth=\"150\" orgalign=\"left\" orgfontsize=\"\" orghide=\"0\" leipiplugins=\"text\" orgtype=\"text\" autofield=\"${ds.dsName}.${po.fieldName}\"/>\r\n<#if itemIndex % 3 == 2>\r\n\r\n<#if dsList?exists&&(dsList?size>0)>\r\n
\r\n<#list dsList as ds>\r\n<#list ds.columns as po><#assign temp_hidden = po.fieldName?lower_case /><#if temp_hidden == \"id\" >\r\n\r\n
\r\n \r\n <#assign id_count = 0 />\r\n <#list dsList as ds>\r\n <#list ds.columns as po>\r\n <#assign temp_show = po.fieldName?lower_case /><#if temp_show != \"id\" ><@showItem ds=ds po=po itemIndex=id_count/><#assign id_count = id_count + 1 />\r\n \r\n \r\n
\r\n', '管理员', 'admin', '2015-10-28 16:23:33', '管理员', 'admin', '2015-12-01 12:04:54', 'A02', 'A0'); -- ---------------------------- --- Table structure for `cgform_button` +-- Table structure for cgform_button -- ---------------------------- DROP TABLE IF EXISTS `cgform_button`; CREATE TABLE `cgform_button` ( @@ -469,7 +463,7 @@ INSERT INTO `cgform_button` VALUES ('4028b881535b12bd01535b3c3c1f001a', 'cancel_ INSERT INTO `cgform_button` VALUES ('4028b881537338160153738b86ac0010', 'groupmanage', 'pictures', '分组维护', '1', 'button', '', '4028b881535b12bd01535b1ae3680001', 'js', '2'); -- ---------------------------- --- Table structure for `cgform_button_sql` +-- Table structure for cgform_button_sql -- ---------------------------- DROP TABLE IF EXISTS `cgform_button_sql`; CREATE TABLE `cgform_button_sql` ( @@ -487,7 +481,7 @@ CREATE TABLE `cgform_button_sql` ( -- ---------------------------- -- ---------------------------- --- Table structure for `cgform_enhance_java` +-- Table structure for cgform_enhance_java -- ---------------------------- DROP TABLE IF EXISTS `cgform_enhance_java`; CREATE TABLE `cgform_enhance_java` ( @@ -503,9 +497,10 @@ CREATE TABLE `cgform_enhance_java` ( -- Records of cgform_enhance_java -- ---------------------------- INSERT INTO `cgform_enhance_java` VALUES ('402883885139c8d7015139cb2de40002', 'add', 'spring', 'cgformJavaInterDemo', '8a8ab0b246dc81120146dc818484013c'); +INSERT INTO `cgform_enhance_java` VALUES ('4028ef815602f891015602fb7cac0001', 'add', 'class', 'org.jeecgframework.web.cgform.service.impl.enhance.CgformEnhanceJavaServiceImpl', '4028b881535b12bd01535b1ae3680001'); -- ---------------------------- --- Table structure for `cgform_enhance_js` +-- Table structure for cgform_enhance_js -- ---------------------------- DROP TABLE IF EXISTS `cgform_enhance_js`; CREATE TABLE `cgform_enhance_js` ( @@ -526,7 +521,7 @@ INSERT INTO `cgform_enhance_js` VALUES ('4028138151b3cf300151b42289dd000f', 0x2F INSERT INTO `cgform_enhance_js` VALUES ('4028b881535b12bd01535b4275ea0022', 0x66756E6374696F6E2063616E63656C5F636865636B28297B202020200D0A2020202020242827236A666F726D5F636F6E746163744C69737427292E64617461677269642827636C656172436865636B656427293B0D0A7D0D0A0D0A66756E6374696F6E2067726F75706D616E61676528297B0D0A202020206164644F6E65546162282027E9809AE8AEAFE5BD95E58886E5BD95E7BBB4E68AA4272C2763674175746F4C697374436F6E74726F6C6C65722E646F3F6C6973742669643D6A666F726D5F636F6E746163745F67726F757027290D0A7D0D0A0D0A2428646F63756D656E74292E72656164792866756E6374696F6E202829207B0D0A2020202020202428272361646427292E6C696E6B627574746F6E287B2020200D0A2020202020202020202020746578743A27E696B0E5A29EE4BABAE59198270D0A2020202020207D290D0A20202020202428272375706461746527292E6C696E6B627574746F6E287B2020200D0A2020202020202020202020746578743A27E4BFAEE694B9E4BABAE59198270D0A2020202020207D290D0A7D293B, 'list', null, '4028b881535b12bd01535b1ae3680001'); -- ---------------------------- --- Table structure for `cgform_field` +-- Table structure for cgform_field -- ---------------------------- DROP TABLE IF EXISTS `cgform_field`; CREATE TABLE `cgform_field` ( @@ -542,7 +537,7 @@ CREATE TABLE `cgform_field` ( `field_href` varchar(200) default NULL, `field_length` int(11) default NULL, `field_name` varchar(32) NOT NULL, - `field_valid_type` varchar(10) default NULL, + `field_valid_type` varchar(300) default NULL, `is_key` varchar(2) default NULL, `is_null` varchar(5) default NULL, `is_query` varchar(5) default NULL, @@ -641,6 +636,58 @@ INSERT INTO `cgform_field` VALUES ('402880e74da32ebe014da3309d020008', '更新 INSERT INTO `cgform_field` VALUES ('402880e74da32ebe014da3309d050009', '物料编码', 'admin', '2015-05-30 12:59:41', '管理员', '', '', '', '', '', '120', 'name', '', 'N', 'Y', 'N', 'Y', 'Y', '32', '', '', 'name', '8', '0', 'single', 'text', 'string', 'admin', '2015-06-12 10:56:57', '管理员', '402880e74da32ebe014da3309b880001', ''); INSERT INTO `cgform_field` VALUES ('402880e74da35336014da3555bc70002', '父ID', 'admin', '2015-05-30 13:39:49', '管理员', '', '', '', '', '', '120', 'father_id', '', 'N', 'Y', 'N', 'Y', 'N', '32', '', '', 'father_id', '9', '0', 'single', 'text', 'string', 'admin', '2016-06-05 23:03:16', '管理员', '402880e74da32ebe014da3309b880001', ''); INSERT INTO `cgform_field` VALUES ('402880e74de5a679014de5b2eb200004', 'age', 'admin', '2015-06-12 10:56:57', '管理员', '', '', '', '', '', '120', 'age', '', 'N', 'Y', 'N', 'Y', 'Y', '32', '', '', 'age', '10', '0', 'single', 'text', 'string', null, null, null, '402880e74da32ebe014da3309b880001', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed96b400a0', '主键', 'admin', '2017-02-07 17:35:30', '管理员', '', '', '', '', '', '120', 'id', '', 'Y', 'N', 'N', 'N', 'N', '36', null, null, 'id', '1', '0', 'single', 'text', 'string', null, null, null, '4028ef815673c48f015673c557af0003', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed96b500a1', '创建人名称', 'admin', '2017-02-07 17:35:30', '管理员', '', '', '', '', '', '120', 'create_name', '', 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'create_name', '2', '0', 'single', 'text', 'string', null, null, null, '4028ef815673c48f015673c557af0003', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed96b500a2', '创建人登录名称', 'admin', '2017-02-07 17:35:30', '管理员', '', '', '', '', '', '120', 'create_by', '', 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'create_by', '3', '0', 'single', 'text', 'string', null, null, null, '4028ef815673c48f015673c557af0003', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed96b500a3', '创建日期', 'admin', '2017-02-07 17:35:30', '管理员', '', '', '', '', '', '120', 'create_date', '', 'N', 'Y', 'N', 'N', 'N', '20', null, null, 'create_date', '4', '0', 'single', 'date', 'Date', null, null, null, '4028ef815673c48f015673c557af0003', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed96b600a4', '更新人名称', 'admin', '2017-02-07 17:35:30', '管理员', '', '', '', '', '', '120', 'update_name', '', 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'update_name', '5', '0', 'single', 'text', 'string', null, null, null, '4028ef815673c48f015673c557af0003', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed96b600a5', '更新人登录名称', 'admin', '2017-02-07 17:35:30', '管理员', '', '', '', '', '', '120', 'update_by', '', 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'update_by', '6', '0', 'single', 'text', 'string', null, null, null, '4028ef815673c48f015673c557af0003', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed96b600a6', '更新日期', 'admin', '2017-02-07 17:35:30', '管理员', '', '', '', '', '', '120', 'update_date', '', 'N', 'Y', 'N', 'N', 'N', '20', null, null, 'update_date', '7', '0', 'single', 'date', 'Date', null, null, null, '4028ef815673c48f015673c557af0003', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed96b700a7', '所属部门', 'admin', '2017-02-07 17:35:30', '管理员', '', '', '', '', '', '120', 'sys_org_code', '', 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'sys_org_code', '8', '0', 'single', 'text', 'string', null, null, null, '4028ef815673c48f015673c557af0003', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed96b700a8', '所属公司', 'admin', '2017-02-07 17:35:30', '管理员', '', '', '', '', '', '120', 'sys_company_code', '', 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'sys_company_code', '9', '0', 'single', 'text', 'string', null, null, null, '4028ef815673c48f015673c557af0003', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed96b700a9', '地铁站名', 'admin', '2017-02-07 17:35:30', '管理员', '', '', '', '', '', '120', 'name', '', 'N', 'Y', 'Y', 'Y', 'Y', '32', null, null, 'name', '10', '0', 'single', 'text', 'string', null, null, null, '4028ef815673c48f015673c557af0003', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed96b800aa', '启动时间', 'admin', '2017-02-07 17:35:31', '管理员', '', '', '', '', '', '120', 'begin_date', '', 'N', 'Y', 'Y', 'Y', 'Y', '32', null, null, 'begin_date', '11', '0', 'single', 'date', 'Date', null, null, null, '4028ef815673c48f015673c557af0003', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed96b800ab', '说明', 'admin', '2017-02-07 17:35:31', '管理员', '', '', '', '', '', '500', 'content', '', 'N', 'Y', 'N', 'Y', 'Y', '32', null, null, 'content', '12', '0', 'single', 'umeditor', 'string', null, null, null, '4028ef815673c48f015673c557af0003', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed96b800ac', '类型', 'admin', '2017-02-07 17:35:31', '管理员', 'sex', '', '', '', '', '120', 'ctypedd', '', 'N', 'Y', 'N', 'Y', 'Y', '32', null, null, 'ctype', '13', '0', 'single', 'list', 'string', null, null, null, '4028ef815673c48f015673c557af0003', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed96ea00ad', '主键', 'admin', '2017-02-07 17:35:31', '管理员', '', '', '', '', '', '120', 'id', '', 'Y', 'N', 'N', 'N', 'N', '36', null, null, 'id', '1', '0', 'single', 'text', 'string', null, null, null, '4028ef815673c48f015673c775d70012', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed96eb00ae', '创建人名称', 'admin', '2017-02-07 17:35:31', '管理员', '', '', '', '', '', '120', 'create_name', '', 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'create_name', '2', '0', 'single', 'text', 'string', null, null, null, '4028ef815673c48f015673c775d70012', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed96eb00af', '创建人登录名称', 'admin', '2017-02-07 17:35:31', '管理员', '', '', '', '', '', '120', 'create_by', '', 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'create_by', '3', '0', 'single', 'text', 'string', null, null, null, '4028ef815673c48f015673c775d70012', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed96eb00b0', '创建日期', 'admin', '2017-02-07 17:35:31', '管理员', '', '', '', '', '', '120', 'create_date', '', 'N', 'Y', 'N', 'N', 'N', '20', null, null, 'create_date', '4', '0', 'single', 'date', 'Date', null, null, null, '4028ef815673c48f015673c775d70012', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed96ec00b1', '更新人名称', 'admin', '2017-02-07 17:35:31', '管理员', '', '', '', '', '', '120', 'update_name', '', 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'update_name', '5', '0', 'single', 'text', 'string', null, null, null, '4028ef815673c48f015673c775d70012', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed96ec00b2', '更新人登录名称', 'admin', '2017-02-07 17:35:31', '管理员', '', '', '', '', '', '120', 'update_by', '', 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'update_by', '6', '0', 'single', 'text', 'string', null, null, null, '4028ef815673c48f015673c775d70012', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed96ec00b3', '更新日期', 'admin', '2017-02-07 17:35:31', '管理员', '', '', '', '', '', '120', 'update_date', '', 'N', 'Y', 'N', 'N', 'N', '20', null, null, 'update_date', '7', '0', 'single', 'date', 'Date', null, null, null, '4028ef815673c48f015673c775d70012', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed96ed00b4', '所属部门', 'admin', '2017-02-07 17:35:31', '管理员', '', '', '', '', '', '120', 'sys_org_code', '', 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'sys_org_code', '8', '0', 'single', 'text', 'string', null, null, null, '4028ef815673c48f015673c775d70012', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed96ed00b5', '所属公司', 'admin', '2017-02-07 17:35:31', '管理员', '', '', '', '', '', '120', 'sys_company_code', '', 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'sys_company_code', '9', '0', 'single', 'text', 'string', null, null, null, '4028ef815673c48f015673c775d70012', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed96ed00b6', '地铁站名', 'admin', '2017-02-07 17:35:31', '管理员', '', '', '', '', '', '120', 'name', '', 'N', 'Y', 'Y', 'Y', 'Y', '32', null, null, 'name', '10', '0', 'single', 'text', 'string', null, null, null, '4028ef815673c48f015673c775d70012', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed96ee00b7', '启动时间', 'admin', '2017-02-07 17:35:31', '管理员', '', '', '', '', '', '120', 'begin_date', '', 'N', 'Y', 'Y', 'Y', 'Y', '32', null, null, 'begin_date', '11', '0', 'single', 'date', 'Date', null, null, null, '4028ef815673c48f015673c775d70012', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed96ee00b8', '说明', 'admin', '2017-02-07 17:35:31', '管理员', '', '', '', '', '', '500', 'content', '', 'N', 'Y', 'N', 'Y', 'Y', '32', null, null, 'content', '12', '0', 'single', 'umeditor', 'string', null, null, null, '4028ef815673c48f015673c775d70012', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed96ee00b9', '类型', 'admin', '2017-02-07 17:35:31', '管理员', 'sex', '', '', '', '', '120', 'ctypedd', '', 'N', 'Y', 'N', 'Y', 'Y', '32', null, null, 'ctype', '13', '0', 'single', 'list', 'string', null, null, null, '4028ef815673c48f015673c775d70012', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed972100ba', '主键', 'admin', '2017-02-07 17:35:31', '管理员', '', '', '', '', '', '120', 'id', '', 'Y', 'N', 'N', 'N', 'N', '36', null, null, 'id', '1', '0', 'single', 'text', 'string', null, null, null, '4028ef81567e88db01567e8a34ef0002', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed972100bb', '创建人名称', 'admin', '2017-02-07 17:35:31', '管理员', '', '', '', '', '', '120', 'create_name', '', 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'create_name', '2', '0', 'single', 'text', 'string', null, null, null, '4028ef81567e88db01567e8a34ef0002', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed972100bc', '创建人登录名称', 'admin', '2017-02-07 17:35:31', '管理员', '', '', '', '', '', '120', 'create_by', '', 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'create_by', '3', '0', 'single', 'text', 'string', null, null, null, '4028ef81567e88db01567e8a34ef0002', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed972200bd', '创建日期', 'admin', '2017-02-07 17:35:31', '管理员', '', '', '', '', '', '120', 'create_date', '', 'N', 'Y', 'N', 'N', 'N', '20', null, null, 'create_date', '4', '0', 'single', 'date', 'Date', null, null, null, '4028ef81567e88db01567e8a34ef0002', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed972200be', '更新人名称', 'admin', '2017-02-07 17:35:31', '管理员', '', '', '', '', '', '120', 'update_name', '', 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'update_name', '5', '0', 'single', 'text', 'string', null, null, null, '4028ef81567e88db01567e8a34ef0002', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed972200bf', '更新人登录名称', 'admin', '2017-02-07 17:35:31', '管理员', '', '', '', '', '', '120', 'update_by', '', 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'update_by', '6', '0', 'single', 'text', 'string', null, null, null, '4028ef81567e88db01567e8a34ef0002', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed972300c0', '更新日期', 'admin', '2017-02-07 17:35:31', '管理员', '', '', '', '', '', '120', 'update_date', '', 'N', 'Y', 'N', 'N', 'N', '20', null, null, 'update_date', '7', '0', 'single', 'date', 'Date', null, null, null, '4028ef81567e88db01567e8a34ef0002', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed972300c1', '所属部门', 'admin', '2017-02-07 17:35:31', '管理员', '', '', '', '', '', '120', 'sys_org_code', '', 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'sys_org_code', '8', '0', 'single', 'text', 'string', null, null, null, '4028ef81567e88db01567e8a34ef0002', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed972300c2', '所属公司', 'admin', '2017-02-07 17:35:31', '管理员', '', '', '', '', '', '120', 'sys_company_code', '', 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'sys_company_code', '9', '0', 'single', 'text', 'string', null, null, null, '4028ef81567e88db01567e8a34ef0002', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed972400c3', '地铁站名', 'admin', '2017-02-07 17:35:31', '管理员', '', '', '', '', '', '120', 'name', '', 'N', 'Y', 'Y', 'Y', 'Y', '32', null, null, 'name', '10', '0', 'single', 'text', 'string', null, null, null, '4028ef81567e88db01567e8a34ef0002', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed972400c4', '启动时间', 'admin', '2017-02-07 17:35:31', '管理员', '', '', '', '', '', '120', 'begin_date', '', 'N', 'Y', 'Y', 'Y', 'Y', '32', null, null, 'begin_date', '11', '0', 'single', 'date', 'Date', null, null, null, '4028ef81567e88db01567e8a34ef0002', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed972500c5', '说明', 'admin', '2017-02-07 17:35:31', '管理员', '', '', '', '', '', '500', 'content', '', 'N', 'Y', 'N', 'Y', 'Y', '32', null, null, 'content', '12', '0', 'single', 'umeditor', 'string', null, null, null, '4028ef81567e88db01567e8a34ef0002', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed972500c6', '类型', 'admin', '2017-02-07 17:35:31', '管理员', 'sex', '', '', '', '', '120', 'ctypedd', '', 'N', 'Y', 'N', 'Y', 'Y', '32', null, null, 'ctypedd', '13', '0', 'single', 'list', 'string', null, null, null, '4028ef81567e88db01567e8a34ef0002', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed975800c7', '主键', 'admin', '2017-02-07 17:35:31', '管理员', '', '', '', '', '', '120', 'id', '', 'Y', 'N', 'N', 'N', 'N', '36', null, null, 'id', '1', '0', 'single', 'text', 'string', null, null, null, '4028ef81567e88db01567e8a56930010', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed975900c8', '创建人名称', 'admin', '2017-02-07 17:35:31', '管理员', '', '', '', '', '', '120', 'create_name', '', 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'create_name', '2', '0', 'single', 'text', 'string', null, null, null, '4028ef81567e88db01567e8a56930010', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed975900c9', '创建人登录名称', 'admin', '2017-02-07 17:35:31', '管理员', '', '', '', '', '', '120', 'create_by', '', 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'create_by', '3', '0', 'single', 'text', 'string', null, null, null, '4028ef81567e88db01567e8a56930010', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed975a00ca', '创建日期', 'admin', '2017-02-07 17:35:31', '管理员', '', '', '', '', '', '120', 'create_date', '', 'N', 'Y', 'N', 'N', 'N', '20', null, null, 'create_date', '4', '0', 'single', 'date', 'Date', null, null, null, '4028ef81567e88db01567e8a56930010', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed975a00cb', '更新人名称', 'admin', '2017-02-07 17:35:31', '管理员', '', '', '', '', '', '120', 'update_name', '', 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'update_name', '5', '0', 'single', 'text', 'string', null, null, null, '4028ef81567e88db01567e8a56930010', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed975a00cc', '更新人登录名称', 'admin', '2017-02-07 17:35:31', '管理员', '', '', '', '', '', '120', 'update_by', '', 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'update_by', '6', '0', 'single', 'text', 'string', null, null, null, '4028ef81567e88db01567e8a56930010', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed975b00cd', '更新日期', 'admin', '2017-02-07 17:35:31', '管理员', '', '', '', '', '', '120', 'update_date', '', 'N', 'Y', 'N', 'N', 'N', '20', null, null, 'update_date', '7', '0', 'single', 'date', 'Date', null, null, null, '4028ef81567e88db01567e8a56930010', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed975b00ce', '所属部门', 'admin', '2017-02-07 17:35:31', '管理员', '', '', '', '', '', '120', 'sys_org_code', '', 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'sys_org_code', '8', '0', 'single', 'text', 'string', null, null, null, '4028ef81567e88db01567e8a56930010', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed975b00cf', '所属公司', 'admin', '2017-02-07 17:35:31', '管理员', '', '', '', '', '', '120', 'sys_company_code', '', 'N', 'Y', 'N', 'N', 'N', '50', null, null, 'sys_company_code', '9', '0', 'single', 'text', 'string', null, null, null, '4028ef81567e88db01567e8a56930010', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed975c00d0', '地铁站名', 'admin', '2017-02-07 17:35:31', '管理员', '', '', '', '', '', '120', 'name', '', 'N', 'Y', 'Y', 'Y', 'Y', '32', null, null, 'name', '10', '0', 'single', 'text', 'string', null, null, null, '4028ef81567e88db01567e8a56930010', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed975c00d1', '启动时间', 'admin', '2017-02-07 17:35:31', '管理员', '', '', '', '', '', '120', 'begin_date', '', 'N', 'Y', 'Y', 'Y', 'Y', '32', null, null, 'begin_date', '11', '0', 'single', 'date', 'Date', null, null, null, '4028ef81567e88db01567e8a56930010', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed975c00d2', '说明', 'admin', '2017-02-07 17:35:31', '管理员', '', '', '', '', '', '500', 'content', '', 'N', 'Y', 'N', 'Y', 'Y', '32', null, null, 'content', '12', '0', 'single', 'umeditor', 'string', null, null, null, '4028ef81567e88db01567e8a56930010', ''); +INSERT INTO `cgform_field` VALUES ('402880ee5a17e711015a17ed975d00d3', '类型', 'admin', '2017-02-07 17:35:31', '管理员', 'sex', '', '', '', '', '120', 'ctypedd', '', 'N', 'Y', 'N', 'Y', 'Y', '32', null, null, 'ctypedd', '13', '0', 'single', 'list', 'string', null, null, null, '4028ef81567e88db01567e8a56930010', ''); INSERT INTO `cgform_field` VALUES ('402881a151f09a900151f0ad74170002', '主键', 'admin', '2015-12-30 10:17:58', '管理员', '', '', '', '', '', '120', 'id', '', 'Y', 'N', 'N', 'N', 'N', '36', '', '', 'id', '1', '0', 'single', 'text', 'string', null, null, null, '402881a151f09a900151f0ad74120001', ''); INSERT INTO `cgform_field` VALUES ('402881a151f09a900151f0ad74350003', '创建人名称', 'admin', '2015-12-30 10:17:58', '管理员', '', '', '', '', '', '120', 'create_name', '', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'create_name', '2', '0', 'single', 'text', 'string', null, null, null, '402881a151f09a900151f0ad74120001', ''); INSERT INTO `cgform_field` VALUES ('402881a151f09a900151f0ad744d0004', '创建人登录名称', 'admin', '2015-12-30 10:17:58', '管理员', '', '', '', '', '', '120', 'create_by', '', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'create_by', '3', '0', 'single', 'text', 'string', null, null, null, '402881a151f09a900151f0ad74120001', ''); @@ -738,8 +785,8 @@ INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfaf00006', '电话 INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfb000007', '电子邮箱', 'admin', '2016-03-06 21:10:32', '管理员', '', '', '', '', '', '120', 'email', '', 'N', 'Y', 'N', 'Y', 'Y', '50', '', '', 'email', '6', '0', 'group', 'text', 'string', 'admin', '2016-03-06 21:18:44', '管理员', '402881e4534c0aea01534c0cf9f70001', ''); INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfb000008', '最高学历', 'admin', '2016-03-06 21:10:32', '管理员', '', '', '', '', '', '120', 'degree', '', 'N', 'Y', 'N', 'Y', 'Y', '50', '', '', 'degree', '7', '0', 'group', 'text', 'string', 'admin', '2016-03-06 21:18:44', '管理员', '402881e4534c0aea01534c0cf9f70001', ''); INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfb000009', '工作年限', 'admin', '2016-03-06 21:10:32', '管理员', '', '', '', '', '', '120', 'workyear', '', 'N', 'Y', 'N', 'Y', 'Y', '20', '', '', 'workyear', '8', '0', 'group', 'text', 'string', 'admin', '2016-03-06 21:18:44', '管理员', '402881e4534c0aea01534c0cf9f70001', ''); -INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfb00000a', '身份证号', 'admin', '2016-03-06 21:10:32', '管理员', '', '', '', '', '', '120', 'cardid', '', 'N', 'Y', 'N', 'N', 'Y', '200', '', '', 'cardid', '9', '0', 'group', 'text', 'string', 'admin', '2016-07-06 15:44:08', '管理员', '402881e4534c0aea01534c0cf9f70001', ''); -INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfb00000b', '现居地', 'admin', '2016-03-06 21:10:32', '管理员', '', '', '', '', '', '120', 'habitation', '', 'N', 'Y', 'N', 'N', 'Y', '100', '', '', 'habitation', '10', '0', 'group', 'text', 'string', 'admin', '2016-05-07 16:24:34', '管理员', '402881e4534c0aea01534c0cf9f70001', ''); +INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfb00000a', '身份证号', 'admin', '2016-03-06 21:10:32', '管理员', '', '', '', '', '', '120', 'cardid', '', 'N', 'Y', 'N', 'Y', 'Y', '50', '', '', 'cardid', '9', '0', 'group', 'text', 'string', 'admin', '2016-03-06 21:18:44', '管理员', '402881e4534c0aea01534c0cf9f70001', ''); +INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfb00000b', '现居地', 'admin', '2016-03-06 21:10:32', '管理员', '', '', '', '', '', '120', 'habitation', '', 'N', 'Y', 'N', 'Y', 'Y', '100', '', '', 'habitation', '10', '0', 'group', 'text', 'string', 'admin', '2016-03-06 21:18:44', '管理员', '402881e4534c0aea01534c0cf9f70001', ''); INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfb0f000c', '户口所在地', 'admin', '2016-03-06 21:10:32', '管理员', '', '', '', '', '', '120', 'residence', '', 'N', 'Y', 'N', 'Y', 'Y', '100', '', '', 'residence', '11', '0', 'group', 'text', 'string', 'admin', '2016-03-06 21:18:44', '管理员', '402881e4534c0aea01534c0cf9f70001', ''); INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfb0f000d', '期望薪资', 'admin', '2016-03-06 21:10:32', '管理员', '', '', '', '', '', '120', 'salary', '', 'N', 'Y', 'N', 'Y', 'Y', '20', '', '', 'salary', '12', '0', 'group', 'text', 'string', 'admin', '2016-03-06 21:18:44', '管理员', '402881e4534c0aea01534c0cf9f70001', ''); INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfb0f000e', '期望工作地点', 'admin', '2016-03-06 21:10:32', '管理员', '', '', '', '', '', '120', 'work_place', '', 'N', 'Y', 'N', 'Y', 'Y', '50', '', '', 'work_place', '13', '0', 'group', 'text', 'string', 'admin', '2016-03-06 21:18:44', '管理员', '402881e4534c0aea01534c0cf9f70001', ''); @@ -747,7 +794,7 @@ INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfb0f000f', '工作 INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfb0f0010', '到岗时间', 'admin', '2016-03-06 21:10:32', '管理员', '', '', '', '', '', '120', 'arrival_time', '', 'N', 'Y', 'N', 'Y', 'Y', '0', '', '', 'arrival_time', '15', '0', 'group', 'datetime', 'Date', 'admin', '2016-05-03 18:57:03', '管理员', '402881e4534c0aea01534c0cf9f70001', ''); INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfb0f0011', '自我评价', 'admin', '2016-03-06 21:10:32', '管理员', '', '', '', '', '', '120', 'introduction', '', 'N', 'Y', 'N', 'Y', 'Y', '500', '', '', 'introduction', '16', '0', 'group', 'text', 'string', 'admin', '2016-03-06 21:18:45', '管理员', '402881e4534c0aea01534c0cf9f70001', ''); INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfca50013', 'id', 'admin', '2016-03-06 21:10:33', '管理员', '', '', '', '', '', '120', 'id', '', 'Y', 'N', 'N', 'N', 'N', '36', '', '', 'id', '1', '0', 'group', 'text', 'string', 'admin', '2016-03-06 21:23:12', '管理员', '402881e4534c0aea01534c0cfca50012', ''); -INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfca50014', '简历信息表ID', 'admin', '2016-03-06 21:10:33', '管理员', 'id', 'jform_resume_info', 'name', '', '', '120', 'resume_id', '', 'N', 'Y', 'N', 'Y', 'Y', '36', 'id', 'jform_resume_info', 'resume_id', '2', '0', 'group', 'list', 'string', 'admin', '2016-07-14 14:48:33', '管理员', '402881e4534c0aea01534c0cfca50012', ''); +INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfca50014', '简历信息表ID', 'admin', '2016-03-06 21:10:33', '管理员', 'id', 'jform_resume_info', 'name', '', '', '120', 'resume_id', '', 'N', 'Y', 'N', 'N', 'N', '36', 'id', 'jform_resume_info', 'resume_id', '2', '0', 'group', 'list', 'string', 'admin', '2016-08-10 18:05:29', '管理员', '402881e4534c0aea01534c0cfca50012', ''); INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfca50015', '开始日期', 'admin', '2016-03-06 21:10:33', '管理员', '', '', '', '', '', '120', 'begin_date', '', 'N', 'Y', 'N', 'Y', 'Y', '0', '', '', 'begin_date', '3', '0', 'group', 'date', 'Date', 'admin', '2016-03-06 21:23:12', '管理员', '402881e4534c0aea01534c0cfca50012', ''); INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfca50016', '结束日期', 'admin', '2016-03-06 21:10:33', '管理员', '', '', '', '', '', '120', 'end_date', '', 'N', 'Y', 'N', 'Y', 'Y', '0', '', '', 'end_date', '4', '0', 'group', 'date', 'Date', 'admin', '2016-03-06 21:23:12', '管理员', '402881e4534c0aea01534c0cfca50012', ''); INSERT INTO `cgform_field` VALUES ('402881e4534c0aea01534c0cfca50017', '公司名称', 'admin', '2016-03-06 21:10:33', '管理员', '', '', '', '', '', '120', 'company_name', '', 'N', 'Y', 'N', 'Y', 'Y', '200', '', '', 'company_name', '5', '0', 'group', 'text', 'string', 'admin', '2016-03-06 21:23:12', '管理员', '402881e4534c0aea01534c0cfca50012', ''); @@ -872,6 +919,58 @@ INSERT INTO `cgform_field` VALUES ('4028b88153659dd4015365ab21ed0014', '所属 INSERT INTO `cgform_field` VALUES ('4028b88153659dd4015365ab21f00015', '所属公司', 'admin', '2016-03-11 20:33:47', '管理员', '', '', '', '', '', '120', 'sys_company_code', '', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'sys_company_code', '9', '0', 'single', 'text', 'string', null, null, null, '4028b88153659dd4015365ab21d0000c', ''); INSERT INTO `cgform_field` VALUES ('4028b88153659dd4015365ab21f40016', '流程状态', 'admin', '2016-03-11 20:33:47', '管理员', 'bpm_status', '', '', '1', '', '120', 'bpm_status', '', 'N', 'Y', 'N', 'N', 'N', '32', '', '', 'bpm_status', '10', '0', 'single', 'text', 'string', 'admin', '2016-03-11 22:27:55', '管理员', '4028b88153659dd4015365ab21d0000c', ''); INSERT INTO `cgform_field` VALUES ('4028b88153659dd4015365ab21f70017', '分组名称', 'admin', '2016-03-11 20:33:47', '管理员', '', '', '', '', '', '120', 'name', '', 'N', 'Y', 'N', 'Y', 'Y', '32', '', '', 'name', '11', '0', 'single', 'text', 'string', null, null, null, '4028b88153659dd4015365ab21d0000c', ''); +INSERT INTO `cgform_field` VALUES ('4028ef8156176adb015617801ec00002', '主键', 'admin', '2016-07-23 19:24:47', '管理员', '', '', '', '', '', '120', 'id', '', 'Y', 'N', 'N', 'N', 'N', '36', '', '', 'id', '1', '0', 'single', 'text', 'string', null, null, null, '4028ef8156176adb015617801ebd0001', ''); +INSERT INTO `cgform_field` VALUES ('4028ef8156176adb015617801ec10003', '创建人名称', 'admin', '2016-07-23 19:24:47', '管理员', '', '', '', '', '', '120', 'create_name', '', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'create_name', '2', '0', 'single', 'text', 'string', null, null, null, '4028ef8156176adb015617801ebd0001', ''); +INSERT INTO `cgform_field` VALUES ('4028ef8156176adb015617801ec30004', '创建人登录名称', 'admin', '2016-07-23 19:24:47', '管理员', '', '', '', '', '', '120', 'create_by', '', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'create_by', '3', '0', 'single', 'text', 'string', null, null, null, '4028ef8156176adb015617801ebd0001', ''); +INSERT INTO `cgform_field` VALUES ('4028ef8156176adb015617801ec30005', '创建日期', 'admin', '2016-07-23 19:24:47', '管理员', '', '', '', '', '', '120', 'create_date', '', 'N', 'Y', 'N', 'N', 'N', '20', '', '', 'create_date', '4', '0', 'single', 'date', 'Date', null, null, null, '4028ef8156176adb015617801ebd0001', ''); +INSERT INTO `cgform_field` VALUES ('4028ef8156176adb015617801ec40006', '更新人名称', 'admin', '2016-07-23 19:24:47', '管理员', '', '', '', '', '', '120', 'update_name', '', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'update_name', '5', '0', 'single', 'text', 'string', null, null, null, '4028ef8156176adb015617801ebd0001', ''); +INSERT INTO `cgform_field` VALUES ('4028ef8156176adb015617801ec50007', '更新人登录名称', 'admin', '2016-07-23 19:24:47', '管理员', '', '', '', '', '', '120', 'update_by', '', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'update_by', '6', '0', 'single', 'text', 'string', null, null, null, '4028ef8156176adb015617801ebd0001', ''); +INSERT INTO `cgform_field` VALUES ('4028ef8156176adb015617801ece0008', '更新日期', 'admin', '2016-07-23 19:24:47', '管理员', '', '', '', '', '', '120', 'update_date', '', 'N', 'Y', 'N', 'N', 'N', '20', '', '', 'update_date', '7', '0', 'single', 'date', 'Date', null, null, null, '4028ef8156176adb015617801ebd0001', ''); +INSERT INTO `cgform_field` VALUES ('4028ef8156176adb015617801ed00009', '所属部门', 'admin', '2016-07-23 19:24:47', '管理员', '', '', '', '', '', '120', 'sys_org_code', '', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'sys_org_code', '8', '0', 'single', 'text', 'string', null, null, null, '4028ef8156176adb015617801ebd0001', ''); +INSERT INTO `cgform_field` VALUES ('4028ef8156176adb015617801ed1000a', '所属公司', 'admin', '2016-07-23 19:24:47', '管理员', '', '', '', '', '', '120', 'sys_company_code', '', 'N', 'Y', 'N', 'N', 'N', '50', '', '', 'sys_company_code', '9', '0', 'single', 'text', 'string', null, null, null, '4028ef8156176adb015617801ebd0001', ''); +INSERT INTO `cgform_field` VALUES ('4028ef8156176adb015617801ed3000c', '地铁站名', 'admin', '2016-07-23 19:24:47', '管理员', '', '', '', '', '', '120', 'name', '', 'N', 'Y', 'Y', 'Y', 'Y', '32', '', '', 'name', '10', '0', 'single', 'text', 'string', 'admin', '2016-09-12 12:31:20', '管理员', '4028ef8156176adb015617801ebd0001', ''); +INSERT INTO `cgform_field` VALUES ('4028ef8156176adb015617801ed4000d', '启动时间', 'admin', '2016-07-23 19:24:47', '管理员', '', '', '', '', '', '120', 'begin_date', '', 'N', 'Y', 'Y', 'Y', 'Y', '32', '', '', 'begin_date', '11', '0', 'single', 'date', 'Date', 'admin', '2016-08-17 11:51:15', '管理员', '4028ef8156176adb015617801ebd0001', ''); +INSERT INTO `cgform_field` VALUES ('4028ef8156176adb015617801ed4000e', '说明', 'admin', '2016-07-23 19:24:47', '管理员', '', '', '', '', '', '120', 'content', '', 'N', 'Y', 'N', 'Y', 'Y', '500', '', '', 'content', '12', '0', 'single', 'file', 'string', 'admin', '2016-08-17 13:39:01', '管理员', '4028ef8156176adb015617801ebd0001', ''); +INSERT INTO `cgform_field` VALUES ('4028ef8156176adb015617801ed5000f', '类型', 'admin', '2016-07-23 19:24:47', '管理员', 'sex', '', '', '', '', '120', 'ctypedd', '', 'N', 'Y', 'N', 'Y', 'Y', '32', '', '', 'ctypedd', '13', '0', 'single', 'checkbox', 'string', 'admin', '2016-08-17 13:41:21', '管理员', '4028ef8156176adb015617801ebd0001', ''); +INSERT INTO `cgform_field` VALUES ('4028ef815673ecb9015673f080180002', 'id', 'admin', '2016-08-10 18:12:36', '管理员', '', '', '', '', '', '120', 'id', '', 'N', 'N', 'N', 'N', 'N', '36', '', '', 'id', '1', '0', 'group', 'text', 'string', 'admin', '2016-08-10 18:12:47', '管理员', '4028ef815673ecb9015673f080160001', ''); +INSERT INTO `cgform_field` VALUES ('4028ef815673ecb9015673f080180003', '简历信息表ID', 'admin', '2016-08-10 18:12:36', '管理员', 'id', 'jform_resume_info', 'name', '', '', '120', 'resume_id', '', 'N', 'N', 'N', 'Y', 'Y', '36', 'id', 'jform_resume_info__0', 'resume_id', '2', '0', 'group', 'list', 'string', 'admin', '2016-08-10 18:19:01', '管理员', '4028ef815673ecb9015673f080160001', ''); +INSERT INTO `cgform_field` VALUES ('4028ef815673ecb9015673f080190004', '开始日期', 'admin', '2016-08-10 18:12:36', '管理员', '', '', '', '', '', '120', 'begin_date', '', 'N', 'N', 'N', 'Y', 'Y', '0', '', '', 'begin_date', '3', '0', 'group', 'date', 'Date', 'admin', '2016-08-10 18:12:47', '管理员', '4028ef815673ecb9015673f080160001', ''); +INSERT INTO `cgform_field` VALUES ('4028ef815673ecb9015673f0801a0005', '结束日期', 'admin', '2016-08-10 18:12:36', '管理员', '', '', '', '', '', '120', 'end_date', '', 'N', 'N', 'N', 'Y', 'Y', '0', '', '', 'end_date', '4', '0', 'group', 'date', 'Date', 'admin', '2016-08-10 18:12:47', '管理员', '4028ef815673ecb9015673f080160001', ''); +INSERT INTO `cgform_field` VALUES ('4028ef815673ecb9015673f0801b0006', '公司名称', 'admin', '2016-08-10 18:12:36', '管理员', '', '', '', '', '', '120', 'company_name', '', 'N', 'N', 'N', 'Y', 'Y', '200', '', '', 'company_name', '5', '0', 'group', 'text', 'string', 'admin', '2016-08-10 18:12:47', '管理员', '4028ef815673ecb9015673f080160001', ''); +INSERT INTO `cgform_field` VALUES ('4028ef815673ecb9015673f0801b0007', '部门名称', 'admin', '2016-08-10 18:12:36', '管理员', '', '', '', '', '', '120', 'depart_name', '', 'N', 'N', 'N', 'Y', 'Y', '100', '', '', 'depart_name', '6', '0', 'group', 'text', 'string', 'admin', '2016-08-10 18:12:47', '管理员', '4028ef815673ecb9015673f080160001', ''); +INSERT INTO `cgform_field` VALUES ('4028ef815673ecb9015673f0801c0008', '职位', 'admin', '2016-08-10 18:12:36', '管理员', '', '', '', '', '', '120', 'post', '', 'N', 'N', 'N', 'Y', 'Y', '50', '', '', 'post', '7', '0', 'group', 'text', 'string', 'admin', '2016-08-10 18:12:47', '管理员', '4028ef815673ecb9015673f080160001', ''); +INSERT INTO `cgform_field` VALUES ('4028ef815673ecb9015673f0801e0009', '工作描述', 'admin', '2016-08-10 18:12:36', '管理员', '', '', '', '', '', '120', 'experience', '', 'N', 'N', 'N', 'Y', 'Y', '2000', '', '', 'experience', '8', '0', 'group', 'text', 'string', 'admin', '2016-08-10 18:12:47', '管理员', '4028ef815673ecb9015673f080160001', ''); +INSERT INTO `cgform_field` VALUES ('4028ef815673ecb9015673fa637d001f', 'id', 'admin', '2016-08-10 18:23:24', '管理员', '', '', '', '', '', '120', 'id', '', 'Y', 'N', 'N', 'N', 'N', '36', '', '', 'id', '1', '0', 'group', 'text', 'string', null, null, null, '4028ef815673ecb9015673fa637c001e', ''); +INSERT INTO `cgform_field` VALUES ('4028ef815673ecb9015673fa637d0020', '简历信息表ID', 'admin', '2016-08-10 18:23:24', '管理员', 'id', 'jform_resume_info', 'name', '', '', '120', 'resume_id', '', 'N', 'Y', 'N', 'N', 'N', '36', 'id', 'jform_resume_info', 'resume_id', '2', '0', 'group', 'list', 'string', null, null, null, '4028ef815673ecb9015673fa637c001e', ''); +INSERT INTO `cgform_field` VALUES ('4028ef815673ecb9015673fa637d0021', '开始日期', 'admin', '2016-08-10 18:23:24', '管理员', '', '', '', '', '', '120', 'begin_date', '', 'N', 'Y', 'N', 'Y', 'Y', '0', '', '', 'begin_date', '3', '0', 'group', 'date', 'Date', null, null, null, '4028ef815673ecb9015673fa637c001e', ''); +INSERT INTO `cgform_field` VALUES ('4028ef815673ecb9015673fa637e0022', '结束日期', 'admin', '2016-08-10 18:23:24', '管理员', '', '', '', '', '', '120', 'end_date', '', 'N', 'Y', 'N', 'Y', 'Y', '0', '', '', 'end_date', '4', '0', 'group', 'date', 'Date', null, null, null, '4028ef815673ecb9015673fa637c001e', ''); +INSERT INTO `cgform_field` VALUES ('4028ef815673ecb9015673fa637e0023', '公司名称', 'admin', '2016-08-10 18:23:24', '管理员', '', '', '', '', '', '120', 'company_name', '', 'N', 'Y', 'N', 'Y', 'Y', '200', '', '', 'company_name', '5', '0', 'group', 'text', 'string', null, null, null, '4028ef815673ecb9015673fa637c001e', ''); +INSERT INTO `cgform_field` VALUES ('4028ef815673ecb9015673fa637f0024', '部门名称', 'admin', '2016-08-10 18:23:24', '管理员', '', '', '', '', '', '120', 'depart_name', '', 'N', 'Y', 'N', 'Y', 'Y', '100', '', '', 'depart_name', '6', '0', 'group', 'text', 'string', null, null, null, '4028ef815673ecb9015673fa637c001e', ''); +INSERT INTO `cgform_field` VALUES ('4028ef815673ecb9015673fa637f0025', '职位', 'admin', '2016-08-10 18:23:24', '管理员', '', '', '', '', '', '120', 'post', '', 'N', 'Y', 'N', 'Y', 'Y', '50', '', '', 'post', '7', '0', 'group', 'text', 'string', null, null, null, '4028ef815673ecb9015673fa637c001e', ''); +INSERT INTO `cgform_field` VALUES ('4028ef815673ecb9015673fa637f0026', '工作描述', 'admin', '2016-08-10 18:23:24', '管理员', '', '', '', '', '', '120', 'experience', '', 'N', 'Y', 'N', 'Y', 'Y', '2000', '', '', 'experience', '8', '0', 'group', 'text', 'string', null, null, null, '4028ef815673ecb9015673fa637c001e', ''); +INSERT INTO `cgform_field` VALUES ('4028ef81568c5de601568c6437d10016', 'id', 'admin', '2016-08-15 12:09:53', '管理员', '', '', '', '', '', '120', 'id', '', 'Y', 'N', 'N', 'N', 'N', '36', null, null, 'id', '1', '0', 'group', 'text', 'string', null, null, null, '4028ef81568c5de601568c6437d10015', ''); +INSERT INTO `cgform_field` VALUES ('4028ef81568c5de601568c6437d20017', '简历主键', 'admin', '2016-08-15 12:09:53', '管理员', '', '', '', '', '', '120', 'resume_id', '', 'N', 'Y', 'N', 'N', 'N', '36', null, null, 'resume_id', '2', '0', 'group', 'text', 'string', null, null, null, '4028ef81568c5de601568c6437d10015', ''); +INSERT INTO `cgform_field` VALUES ('4028ef81568c5de601568c6437d20018', '开始时间', 'admin', '2016-08-15 12:09:53', '管理员', '', '', '', '', '', '120', 'begin_date', '', 'N', 'Y', 'N', 'Y', 'Y', '0', null, null, 'begin_date', '3', '0', 'group', 'date', 'Date', null, null, null, '4028ef81568c5de601568c6437d10015', ''); +INSERT INTO `cgform_field` VALUES ('4028ef81568c5de601568c6437d30019', '结束时间', 'admin', '2016-08-15 12:09:53', '管理员', '', '', '', '', '', '120', 'end_date', '', 'N', 'Y', 'N', 'Y', 'Y', '0', null, null, 'end_date', '4', '0', 'group', 'date', 'Date', null, null, null, '4028ef81568c5de601568c6437d10015', ''); +INSERT INTO `cgform_field` VALUES ('4028ef81568c5de601568c6437d3001a', '学校名称', 'admin', '2016-08-15 12:09:53', '管理员', '', '', '', '', '', '120', 'school_name', '', 'N', 'Y', 'N', 'Y', 'Y', '100', null, null, 'school_name', '5', '0', 'group', 'text', 'string', null, null, null, '4028ef81568c5de601568c6437d10015', ''); +INSERT INTO `cgform_field` VALUES ('4028ef81568c5de601568c6437d3001b', '专业', 'admin', '2016-08-15 12:09:53', '管理员', '', '', '', '', '', '120', 'major', '', 'N', 'Y', 'N', 'Y', 'Y', '100', null, null, 'major', '6', '0', 'group', 'text', 'string', null, null, null, '4028ef81568c5de601568c6437d10015', ''); +INSERT INTO `cgform_field` VALUES ('4028ef81568c5de601568c6437d4001c', '学历', 'admin', '2016-08-15 12:09:53', '管理员', '', '', '', '', '', '120', 'degree', '', 'N', 'Y', 'N', 'N', 'Y', '30', null, null, 'degree', '7', '0', 'group', 'text', 'string', null, null, null, '4028ef81568c5de601568c6437d10015', ''); +INSERT INTO `cgform_field` VALUES ('4028ef81568c5de601568c6ff370001f', 'id', 'admin', '2016-08-15 12:22:42', '管理员', '', '', '', '', '', '120', 'id', '', 'N', 'N', 'N', 'N', 'N', '36', '', '', 'id', '1', '0', 'group', 'text', 'string', 'admin', '2016-08-15 12:22:52', '管理员', '4028ef81568c5de601568c6ff36c001e', ''); +INSERT INTO `cgform_field` VALUES ('4028ef81568c5de601568c6ff3700020', '姓名', 'admin', '2016-08-15 12:22:42', '管理员', '', '', '', '', '', '120', 'name', '', 'N', 'N', 'N', 'Y', 'Y', '50', '', '', 'name', '2', '0', 'group', 'text', 'string', 'admin', '2016-08-15 12:22:52', '管理员', '4028ef81568c5de601568c6ff36c001e', ''); +INSERT INTO `cgform_field` VALUES ('4028ef81568c5de601568c6ff3700021', '性别', 'admin', '2016-08-15 12:22:42', '管理员', 'sex', '', '', '', '', '120', 'sex', '', 'N', 'N', 'N', 'Y', 'Y', '10', '', '', 'sex', '3', '0', 'group', 'radio', 'string', 'admin', '2016-08-15 12:22:52', '管理员', '4028ef81568c5de601568c6ff36c001e', ''); +INSERT INTO `cgform_field` VALUES ('4028ef81568c5de601568c6ff3710022', '生日', 'admin', '2016-08-15 12:22:42', '管理员', '', '', '', '', '', '120', 'birthday', '', 'N', 'N', 'N', 'Y', 'Y', '0', '', '', 'birthday', '4', '0', 'group', 'date', 'Date', 'admin', '2016-08-15 12:22:52', '管理员', '4028ef81568c5de601568c6ff36c001e', ''); +INSERT INTO `cgform_field` VALUES ('4028ef81568c5de601568c6ff3710023', '电话号码', 'admin', '2016-08-15 12:22:42', '管理员', '', '', '', '', '', '120', 'telnum', '', 'N', 'N', 'N', 'Y', 'Y', '30', '', '', 'telnum', '5', '0', 'group', 'text', 'string', 'admin', '2016-08-15 12:22:52', '管理员', '4028ef81568c5de601568c6ff36c001e', ''); +INSERT INTO `cgform_field` VALUES ('4028ef81568c5de601568c6ff3720024', '电子邮箱', 'admin', '2016-08-15 12:22:42', '管理员', '', '', '', '', '', '120', 'email', '', 'N', 'N', 'N', 'Y', 'Y', '50', '', '', 'email', '6', '0', 'group', 'text', 'string', 'admin', '2016-08-15 12:22:52', '管理员', '4028ef81568c5de601568c6ff36c001e', ''); +INSERT INTO `cgform_field` VALUES ('4028ef81568c5de601568c6ff3720025', '最高学历', 'admin', '2016-08-15 12:22:42', '管理员', '', '', '', '', '', '120', 'degree', '', 'N', 'N', 'N', 'Y', 'Y', '50', '', '', 'degree', '7', '0', 'group', 'text', 'string', 'admin', '2016-08-15 12:22:52', '管理员', '4028ef81568c5de601568c6ff36c001e', ''); +INSERT INTO `cgform_field` VALUES ('4028ef81568c5de601568c6ff3720026', '工作年限', 'admin', '2016-08-15 12:22:42', '管理员', '', '', '', '', '', '120', 'workyear', '', 'N', 'N', 'N', 'Y', 'Y', '20', '', '', 'workyear', '8', '0', 'group', 'text', 'string', 'admin', '2016-08-15 12:22:52', '管理员', '4028ef81568c5de601568c6ff36c001e', ''); +INSERT INTO `cgform_field` VALUES ('4028ef81568c5de601568c6ff3730027', '身份证号', 'admin', '2016-08-15 12:22:42', '管理员', '', '', '', '', '', '120', 'cardid', '', 'N', 'N', 'N', 'Y', 'Y', '50', '', '', 'cardid', '9', '0', 'group', 'text', 'string', 'admin', '2016-08-15 12:22:52', '管理员', '4028ef81568c5de601568c6ff36c001e', ''); +INSERT INTO `cgform_field` VALUES ('4028ef81568c5de601568c6ff3730028', '现居地', 'admin', '2016-08-15 12:22:42', '管理员', '', '', '', '', '', '120', 'habitation', '', 'N', 'N', 'N', 'Y', 'Y', '100', '', '', 'habitation', '10', '0', 'group', 'text', 'string', 'admin', '2016-08-15 12:22:52', '管理员', '4028ef81568c5de601568c6ff36c001e', ''); +INSERT INTO `cgform_field` VALUES ('4028ef81568c5de601568c6ff3740029', '户口所在地', 'admin', '2016-08-15 12:22:42', '管理员', '', '', '', '', '', '120', 'residence', '', 'N', 'N', 'N', 'Y', 'Y', '100', '', '', 'residence', '11', '0', 'group', 'text', 'string', 'admin', '2016-08-15 12:22:52', '管理员', '4028ef81568c5de601568c6ff36c001e', ''); +INSERT INTO `cgform_field` VALUES ('4028ef81568c5de601568c6ff374002a', '期望薪资', 'admin', '2016-08-15 12:22:42', '管理员', '', '', '', '', '', '120', 'salary', '', 'N', 'N', 'N', 'Y', 'Y', '20', '', '', 'salary', '12', '0', 'group', 'text', 'string', 'admin', '2016-08-15 12:22:52', '管理员', '4028ef81568c5de601568c6ff36c001e', ''); +INSERT INTO `cgform_field` VALUES ('4028ef81568c5de601568c6ff374002b', '期望工作地点', 'admin', '2016-08-15 12:22:42', '管理员', '', '', '', '', '', '120', 'work_place', '', 'N', 'N', 'N', 'Y', 'Y', '50', '', '', 'work_place', '13', '0', 'group', 'text', 'string', 'admin', '2016-08-15 12:22:52', '管理员', '4028ef81568c5de601568c6ff36c001e', ''); +INSERT INTO `cgform_field` VALUES ('4028ef81568c5de601568c6ff375002c', '工作类型', 'admin', '2016-08-15 12:22:42', '管理员', '', '', '', '', '', '120', 'work_type', '', 'N', 'N', 'N', 'Y', 'Y', '50', '', '', 'work_type', '14', '0', 'group', 'text', 'string', 'admin', '2016-08-15 12:22:52', '管理员', '4028ef81568c5de601568c6ff36c001e', ''); +INSERT INTO `cgform_field` VALUES ('4028ef81568c5de601568c6ff375002d', '到岗时间', 'admin', '2016-08-15 12:22:42', '管理员', '', '', '', '', '', '120', 'arrival_time', '', 'N', 'N', 'N', 'Y', 'Y', '0', '', '', 'arrival_time', '15', '0', 'group', 'datetime', 'Date', 'admin', '2016-08-15 12:22:52', '管理员', '4028ef81568c5de601568c6ff36c001e', ''); +INSERT INTO `cgform_field` VALUES ('4028ef81568c5de601568c6ff376002e', '自我评价', 'admin', '2016-08-15 12:22:42', '管理员', '', '', '', '', '', '120', 'introduction', '', 'N', 'N', 'N', 'Y', 'Y', '500', '', '', 'introduction', '16', '0', 'group', 'text', 'string', 'admin', '2016-08-15 12:22:52', '管理员', '4028ef81568c5de601568c6ff36c001e', ''); INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184940140', '主键', 'admin', '2014-06-27 16:46:54', '管理员', '', '', '', '', '', '0', 'id', '', 'Y', 'N', 'N', 'N', 'N', '36', '', '', 'id', '1', '0', 'single', 'text', 'string', 'admin', '2016-02-25 11:55:39', '管理员', '8a8ab0b246dc81120146dc81847e013b', ''); INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc81849b0141', '订单号', 'admin', '2014-06-27 16:46:54', '管理员', 'account', 'user_msg', 'realname', '', '', '0', 'order_code', '', 'N', 'Y', 'Y', 'Y', 'Y', '50', '', '', 'order_code', '2', '0', 'single', 'popup', 'string', 'admin', '2016-02-25 11:55:39', '管理员', '8a8ab0b246dc81120146dc81847e013b', ''); INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc81849d0142', '订单日期', 'admin', '2014-06-27 16:46:54', '管理员', '', '', '', '', '', '0', 'order_date', '', 'N', 'Y', 'Y', 'Y', 'Y', '20', '', '', 'order_date', '3', '0', 'single', 'date', 'Date', 'admin', '2016-02-25 11:55:39', '管理员', '8a8ab0b246dc81120146dc81847e013b', ''); @@ -880,11 +979,11 @@ INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184a10144', '备注', INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184ab0145', '主键', 'admin', '2014-06-27 16:46:54', '管理员', '', '', '', '', '', '0', 'id', '', 'Y', 'N', 'N', 'N', 'N', '36', '', '', 'id', '1', '0', 'single', 'text', 'string', 'admin', '2015-06-27 16:59:57', '管理员', '8a8ab0b246dc81120146dc818484013c', ''); INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184ad0146', '请假标题', 'admin', '2014-06-27 16:46:54', '管理员', '', '', '', '', '', '0', 'title', '', 'N', 'N', 'N', 'Y', 'Y', '50', '', '', 'title', '2', '0', 'single', 'text', 'string', 'admin', '2015-06-27 16:59:57', '管理员', '8a8ab0b246dc81120146dc818484013c', ''); INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184af0147', '请假人', 'admin', '2014-06-27 16:46:54', '管理员', '', '', '', '', '', '0', 'people', '', 'N', 'N', 'Y', 'Y', 'Y', '20', '', '', 'people', '3', '0', 'single', 'text', 'string', 'admin', '2015-06-27 16:59:57', '管理员', '8a8ab0b246dc81120146dc818484013c', ''); -INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184b10148', '性别', 'admin', '2014-06-27 16:46:54', '管理员', 'sex', '', '', '', '', '0', 'sex', '', 'N', 'N', 'Y', 'Y', 'Y', '10', '', '', 'sex', '4', '0', 'single', 'list', 'string', 'admin', '2015-06-27 16:59:57', '管理员', '8a8ab0b246dc81120146dc818484013c', ''); +INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184b10148', '性别', 'admin', '2014-06-27 16:46:54', '管理员', 'sex', '', '', '', '', '120', 'sex', '', 'N', 'N', 'Y', 'Y', 'Y', '10', '', '', 'sex', '4', '0', 'single', 'checkbox', 'string', 'admin', '2016-08-16 09:59:59', '管理员', '8a8ab0b246dc81120146dc818484013c', ''); INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184b30149', '请假开始时间', 'admin', '2014-06-27 16:46:54', '管理员', '', '', '', '', '', '0', 'begindate', '', 'N', 'N', 'N', 'Y', 'Y', '0', '', '', 'begindate', '5', '0', 'group', 'date', 'Date', 'admin', '2015-06-27 16:59:57', '管理员', '8a8ab0b246dc81120146dc818484013c', ''); INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184b6014a', '请假结束时间', 'admin', '2014-06-27 16:46:54', '管理员', '', '', '', '', '', '0', 'enddate', '', 'N', 'N', 'N', 'Y', 'Y', '0', '', '', 'enddate', '6', '0', 'group', 'datetime', 'Date', 'admin', '2015-06-27 16:59:57', '管理员', '8a8ab0b246dc81120146dc818484013c', ''); INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184b8014b', '所属部门', 'admin', '2014-06-27 16:46:54', '管理员', 'id', 't_s_depart', 'departname', '', '', '0', 'hol_dept', '', 'N', 'N', 'N', 'Y', 'Y', '32', '', '', 'hol_dept', '8', '0', 'single', 'list', 'string', 'admin', '2015-06-27 16:59:58', '管理员', '8a8ab0b246dc81120146dc818484013c', ''); -INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184ba014c', '请假原因', 'admin', '2014-06-27 16:46:54', '管理员', '', '', '', '', '', '0', 'hol_reson', '', 'N', 'N', 'N', 'Y', 'Y', '255', '', '', 'hol_reson', '9', '0', 'single', 'text', 'string', 'admin', '2015-06-27 16:59:58', '管理员', '8a8ab0b246dc81120146dc818484013c', ''); +INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184ba014c', '请假原因', 'admin', '2014-06-27 16:46:54', '管理员', '', '', '', '', '', '120', 'hol_reson', '', 'N', 'N', 'N', 'Y', 'Y', '255', '', '', 'hol_reson', '9', '0', 'single', 'file', 'string', 'admin', '2016-08-16 10:01:21', '管理员', '8a8ab0b246dc81120146dc818484013c', ''); INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184bc014d', '部门审批人', 'admin', '2014-06-27 16:46:54', '管理员', '', '', '', '', '', '0', 'dep_leader', '', 'N', 'N', 'N', 'Y', 'Y', '20', '', '', 'dep_leader', '10', '0', 'single', 'text', 'string', 'admin', '2015-06-27 16:59:58', '管理员', '8a8ab0b246dc81120146dc818484013c', ''); INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184bd014e', '部门审批意见', 'admin', '2014-06-27 16:46:54', '管理员', '', '', '', '', '', '0', 'content', '', 'N', 'N', 'N', 'Y', 'Y', '255', '', '', 'content', '11', '0', 'single', 'text', 'string', 'admin', '2015-06-27 16:59:58', '管理员', '8a8ab0b246dc81120146dc818484013c', ''); INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8184bf014f', '请假天数', 'admin', '2014-06-27 16:46:54', '管理员', '', '', '', '', '', '120', 'day_num', '', 'N', 'Y', 'N', 'Y', 'Y', '10', '', '', 'day_num', '7', '0', 'single', 'text', 'int', 'admin', '2015-06-27 16:59:58', '管理员', '8a8ab0b246dc81120146dc818484013c', ''); @@ -916,7 +1015,7 @@ INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc8185070168', '经费 INSERT INTO `cgform_field` VALUES ('8a8ab0b246dc81120146dc81850a0169', '机构资质', 'admin', '2014-06-27 16:46:54', '管理员', '', '', null, null, null, '0', 'd1', null, 'N', 'N', 'N', 'Y', 'Y', '1000', '', '', null, '15', '0', 'single', 'text', 'string', null, null, null, '8a8ab0b246dc81120146dc81848b013f', null); -- ---------------------------- --- Table structure for `cgform_ftl` +-- Table structure for cgform_ftl -- ---------------------------- DROP TABLE IF EXISTS `cgform_ftl`; CREATE TABLE `cgform_ftl` ( @@ -947,12 +1046,13 @@ INSERT INTO `cgform_ftl` VALUES ('402880e74d90a2f4014d90a5cab30003', '8a8ab0b246 INSERT INTO `cgform_ftl` VALUES ('402880e74d934e07014d93506c5a0003', '2c90ac564c9d1734014c9d22b16c0001', 'ue', 'admin', '2015-05-27 11:00:30', '管理员', '


示例表

#{jform_hidden_field}
文本框下拉菜单{|-  -|}
单选{|-单选1 单选2 -|}复选{|-复选1 复选2 复选3 -|}
宏控件二维码


', '0', '1', '', null, null, null, '02'); INSERT INTO `cgform_ftl` VALUES ('402881a151f0e87b0151f0fd23910009', '402881a151f09a900151f0ad74120001', '员工离职申请', 'admin', '2015-12-30 00:00:00', '管理员', '\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n
#{jform_hidden_field}\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n

员工离职申请

\r\n
 
\r\n

姓名

\r\n
\r\n

#{name}

\r\n
\r\n

员工编号

\r\n
\r\n

#{code}

\r\n
 
\r\n

职务

\r\n
\r\n

#{job}

\r\n
\r\n

入职时间

\r\n
\r\n

#{join_time}

\r\n
 
\r\n

离职方式

\r\n
\r\n

#{out_type}

\r\n
 
\r\n

申请离职日期

\r\n
\r\n

#{apply_out_time}

\r\n
\r\n

正式离职日期

\r\n
\r\n

#{out_time}

\r\n
 
\r\n

领工资人及

\r\n\r\n

身份证号

\r\n
\r\n

#{id_card}

\r\n
 
\r\n

离职须知

\r\n
\r\n

#{out_content}

\r\n
 
 
 
 
 
\r\n

离职原因

\r\n
\r\n

#{out_reason}

\r\n
 
\r\n

面谈记录和意见

\r\n
\r\n

#{interview_record}

\r\n
 
 
\r\n

办公用品移交

\r\n
\r\n

#{office_change}

\r\n
 
 
\r\n

人力资源部审核

\r\n
\r\n

#{hr_check}

\r\n
 
\r\n

财务部

\r\n
\r\n

应发工资

\r\n
\r\n

#{should_send_salary}

\r\n
\r\n

应扣工资

\r\n
\r\n

#{should_deduct_pay}

\r\n
 
\r\n

实发工资

\r\n
\r\n

#{pay}

\r\n
\r\n

领取日期

\r\n
\r\n

#{get_time}

\r\n
 
\r\n

总经理审批

\r\n
\r\n

#{boss_check}

\r\n
 
\r\n

说明

\r\n
\r\n

#{description}

\r\n
 
 
\r\n
\r\n\r\n

 

\r\n\r\n\r\n', '0', '1', '', 'admin', '2015-12-30 16:06:11', '管理员', null); INSERT INTO `cgform_ftl` VALUES ('402889f3489de53901489de5fe800001', '4028808848844fe2014884587ae60001', '12', 'admin', '2014-09-22 23:06:08', '管理员', '\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n12\r\n\r\n', '0', '1', '', null, null, null, '01'); -INSERT INTO `cgform_ftl` VALUES ('402889f3489e434301489e4517400002', '8a8ab0b246dc81120146dc818484013c', '自定义模板word风格', 'admin', '2014-09-23 00:00:00', '管理员', '\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n

请假单12

\r\n\r\n
#{jform_hidden_field}\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n

请假标题

\r\n
\r\n

#{title}

\r\n
\r\n

请假开始时间

\r\n
\r\n

#{begindate}

\r\n
\r\n

请假人

\r\n
\r\n

#{people}

\r\n
\r\n

请假结束时间

\r\n
\r\n

#{enddate}

\r\n
\r\n

性别

\r\n
\r\n

#{sex}

\r\n
\r\n

所属部门

\r\n
\r\n

#{hol_dept}

\r\n
\r\n
\r\n\r\n

 

\r\n\r\n\r\n', '0', '2', '', 'admin', '2016-02-19 18:51:15', '管理员', null); +INSERT INTO `cgform_ftl` VALUES ('402889f3489e434301489e4517400002', '8a8ab0b246dc81120146dc818484013c', '自定义模板word风格', 'admin', '2014-09-23 00:00:00', '管理员', '\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n

请假单12

\r\n\r\n
#{jform_hidden_field}\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n

请假标题

\r\n
\r\n

#{title}

\r\n
\r\n

请假开始时间

\r\n
\r\n

#{begindate}

\r\n
\r\n

请假人

\r\n
\r\n

#{people}

\r\n
\r\n

请假结束时间

\r\n
\r\n

#{enddate}

\r\n
\r\n

性别

\r\n
\r\n

#{sex}

\r\n
\r\n

所属部门

\r\n
\r\n

#{hol_dept}

\r\n
\r\n
\r\n\r\n

 

\r\n\r\n\r\n', '0', '2', '', 'admin', '2016-07-21 18:49:05', '管理员', null); INSERT INTO `cgform_ftl` VALUES ('40288be75217166d01521725c3170003', '4028efa25214f7ca015216264bb30003', '请假申请单', 'admin', '2016-01-06 00:00:00', '管理员', '\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n
#{jform_hidden_field}\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n

 

\r\n
\r\n

请假申请单

\r\n
\r\n

姓名

\r\n
\r\n

 #{name}

\r\n
\r\n

申请日期

\r\n
\r\n

#{ apply_date } 

\r\n
\r\n

部门

\r\n
\r\n

 #{department}

\r\n
\r\n

职务

\r\n
\r\n

#{duty} 

\r\n
\r\n

请假类别

\r\n
\r\n

#{leave_category} 

\r\n
\r\n

请假原因

\r\n
\r\n

#{leave_reason} 

\r\n
\r\n

开始时间

\r\n
\r\n

#{leave_start_date}

\r\n
\r\n

结束时间

\r\n
\r\n

#{leave_end_date} 

\r\n
\r\n

共计

\r\n
\r\n

#{total} 

\r\n
\r\n

联系方式

\r\n
\r\n

#{contact_way} 

\r\n
\r\n

职务代理人

\r\n
\r\n

#{duty_deputy} 

\r\n
\r\n

直接主管

\r\n
\r\n

#{leader_approval} 

\r\n
\r\n

部门负责人

\r\n
\r\n

#{dept_principal_approval} 

\r\n
\r\n

人力行政部

\r\n
\r\n

#{hr_principal_approval} 

\r\n
\r\n

行政部备案

\r\n
\r\n

#{hr_records} 

\r\n
\r\n

 

\r\n
\r\n
\r\n\r\n
\r\n\r\n\r\n', '0', '1', '', 'admin', '2016-01-14 15:00:20', '管理员', null); -INSERT INTO `cgform_ftl` VALUES ('40289481511417d501511441ce6f0003', '8a8ab0b246dc81120146dc818484013c', 'word复制模板', 'admin', '2015-11-17 15:03:55', '管理员', '\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n

请假单

\r\n\r\n
#{jform_hidden_field}\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n

请假标题

\r\n
\r\n

#{title}

\r\n
\r\n

请假开始时间

\r\n
\r\n

#{begindate}

\r\n
\r\n

请假人

\r\n
\r\n

#{people}

\r\n
\r\n

请假结束时间

\r\n
\r\n

#{enddate}

\r\n
\r\n

性别

\r\n
\r\n

#{sex}

\r\n
\r\n

所属部门

\r\n
\r\n

#{hol_dept}

\r\n
\r\n

请假原因

\r\n
\r\n

#{hol_reson}

\r\n
\r\n

部门审批人

\r\n
\r\n

#{dep_leader}

\r\n
\r\n

部门审批意见

\r\n
\r\n

#{content}

\r\n
\r\n\r\n

 

\r\n\r\n
\r\n\r\n\r\n', '0', '3', '', 'admin', '2015-11-17 16:23:46', '管理员', null); +INSERT INTO `cgform_ftl` VALUES ('40289481511417d501511441ce6f0003', '8a8ab0b246dc81120146dc818484013c', 'word复制模板', 'admin', '2015-11-17 15:03:55', '管理员', '\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n

请假单

\r\n\r\n
#{jform_hidden_field}\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n

请假标题

\r\n
\r\n

#{title}

\r\n
\r\n

请假开始时间

\r\n
\r\n

#{begindate}

\r\n
\r\n

请假人

\r\n
\r\n

#{people}

\r\n
\r\n

请假结束时间

\r\n
\r\n

#{enddate}

\r\n
\r\n

性别

\r\n
\r\n

#{sex}

\r\n
\r\n

所属部门

\r\n
\r\n

#{hol_dept}

\r\n
\r\n

请假原因

\r\n
\r\n

#{hol_reson}

\r\n
\r\n

部门审批人

\r\n
\r\n

#{dep_leader}

\r\n
\r\n

部门审批意见

\r\n
\r\n

#{content}

\r\n
\r\n\r\n

 

\r\n\r\n
\r\n\r\n\r\n', '1', '3', '', 'admin', '2017-02-08 18:09:40', '管理员', null); +INSERT INTO `cgform_ftl` VALUES ('4028ef8156598a2c0156598bb30a0001', '4028ef8156176adb015617801ebd0001', '999', 'admin', '2016-08-05 15:12:22', '管理员', '\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n
#{jform_hidden_field}\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n

 

\r\n
\r\n

员工入职单

\r\n
\r\n

 

\r\n
\r\n

填表日期:

\r\n
\r\n

#{create_date}

\r\n
\r\n

基本信息

\r\n
\r\n

姓名

\r\n
\r\n

#{employee_name}

\r\n
\r\n

部门

\r\n
\r\n

#{employee_depart}

\r\n
\r\n

职务

\r\n
\r\n

#{employee_job}

\r\n
\r\n

 

\r\n
\r\n

生日

\r\n
\r\n

#{employee_birthday}

\r\n
\r\n

籍贯

\r\n
\r\n

#{employee_origin}

\r\n
\r\n

学历

\r\n
\r\n

#{employee_degree}

\r\n
\r\n

身份证

\r\n
\r\n

#{employee_identification}

\r\n
\r\n

入职日期

\r\n
\r\n

#{employee_entry_date}

\r\n
\r\n

工号

\r\n
\r\n

#{employee_code}

\r\n
\r\n

手机

\r\n
\r\n

#{employee_phone}

\r\n
\r\n

邮箱

\r\n
\r\n

#{employee_mail}

\r\n
\r\n

MSN

\r\n
\r\n

#{employee_msn}

\r\n
\r\n

人事部

\r\n
\r\n

照片

\r\n
\r\n

#{hr_pic}

\r\n
\r\n

档案表

\r\n
\r\n

#{hr_archives}

\r\n
\r\n

身份证

\r\n
\r\n

#{hr_identification}

\r\n
\r\n

学位证

\r\n
\r\n

#{hr_degree}

\r\n
\r\n

其他证件

\r\n
\r\n

#{hr_other}

\r\n
\r\n

分配电话

\r\n
\r\n

#{hr_tel}

\r\n
 
\r\n

经办人:#{hr_op_user}         日期:#{hr_op_date}                             

\r\n
\r\n

部门意见

\r\n
\r\n

#{depart_opinion}

\r\n
\r\n

经办人:#{depart_op_user}         日期:#{depart_op_date}                             

\r\n
\r\n

总经理意见

\r\n
\r\n

#{manager_opinion}

\r\n
\r\n

经办人:#{manager_op_user}         日期:#{manager_op_date}                             

\r\n
\r\n

新员工意见

\r\n
\r\n

#{employee_opinion}

\r\n
\r\n

经办人:#{employee_op_user}         日期:#{employee_op_date}                             

\r\n
\r\n

 

\r\n
\r\n\r\n

 

\r\n\r\n
\r\n\r\n\r\n', '0', '1', '', null, null, null, null); -- ---------------------------- --- Table structure for `cgform_head` +-- Table structure for cgform_head -- ---------------------------- DROP TABLE IF EXISTS `cgform_head`; CREATE TABLE `cgform_head` ( @@ -983,37 +1083,49 @@ CREATE TABLE `cgform_head` ( `jform_category` varchar(50) NOT NULL default 'bdfl_ptbd', `form_template` varchar(50) default NULL COMMENT '表单模板', `form_template_mobile` varchar(50) default NULL COMMENT '表单模板样式(移动端)', + `table_type` varchar(50) default NULL COMMENT '''0''为物理表,‘1’为配置表', + `table_version` int(11) default NULL, + `physice_id` varchar(32) default NULL COMMENT '物理表id', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of cgform_head -- ---------------------------- -INSERT INTO `cgform_head` VALUES ('2c90ac564c9d1734014c9d22b16c0001', '图表配置', 'admin', '2015-04-09 15:43:58', '管理员', 'Y', 'Y', 'Y', 'N', '', 'UUID', '2', '36', 'group', '0', 'jform_graphreport_item', null, 'jform_graphreport_head', 'admin', '2015-04-13 00:40:36', '管理员', null, null, null, 'bdfl_ptbd', null, null); -INSERT INTO `cgform_head` VALUES ('2c90ac564c9d1734014c9d22b360000b', '图表配置', 'admin', '2015-04-09 15:43:59', '管理员', 'Y', 'Y', 'Y', 'N', '', 'UUID', '3', '9', 'group', '0', null, null, 'jform_graphreport_item', 'admin', '2015-04-13 00:40:36', '管理员', null, null, null, 'bdfl_ptbd', null, null); -INSERT INTO `cgform_head` VALUES ('4028138151adbcc50151adfd13680002', '员工入职单', 'admin', '2015-12-17 11:30:22', '管理员', 'N', 'Y', 'Y', 'N', '', 'UUID', '1', '48', 'single', '0', null, null, 'jform_employee_entry', 'admin', '2016-02-26 16:04:27', '管理员', null, 'id', null, 'bdfl_ptbd', 'jform00001', null); -INSERT INTO `cgform_head` VALUES ('402880e74da32ebe014da3309b880001', '第一个树', 'admin', '2015-05-30 12:59:41', '管理员', 'N', 'Y', 'Y', 'Y', '', 'UUID', '1', '13', 'single', '0', null, null, 'jform_tree', 'admin', '2016-07-07 17:17:50', '管理员', 'father_id', 'id', 'name', 'bdfl_ptbd', 'ledefault', ''); -INSERT INTO `cgform_head` VALUES ('402881a151f09a900151f0ad74120001', '员工离职单', 'admin', '2015-12-30 10:17:58', '管理员', 'N', 'Y', 'Y', 'N', '', 'UUID', '1', '3', 'single', '0', null, null, 'jform_employee_resignation', 'admin', '2016-02-19 18:48:59', '管理员', null, 'id', null, 'bdfl_ptbd', 'jform00002', null); -INSERT INTO `cgform_head` VALUES ('402881e44df713f5014df71fc6be0004', '表单数据源', 'admin', '2015-06-15 20:09:24', '管理员', 'N', 'Y', 'Y', 'N', '', 'UUID', '2', '18', 'group', '0', 'auto_form_db_field', null, 'auto_form_db', 'admin', '2015-06-16 16:25:21', '管理员', null, 'id', null, 'bdfl_ptbd', null, null); -INSERT INTO `cgform_head` VALUES ('402881e44df713f5014df7242f070015', '表单数据源字段', 'admin', '2015-06-15 20:14:13', '管理员', 'N', 'Y', 'Y', 'N', '', 'UUID', '3', '5', 'single', '0', null, null, 'auto_form_db_field', 'admin', '2015-06-15 20:20:24', '管理员', null, 'id', null, 'bdfl_ptbd', null, null); -INSERT INTO `cgform_head` VALUES ('402881e451fce3050151fd3dd20c0002', '员工费用报销申请信息表', 'admin', '2016-01-01 20:51:06', '管理员', 'Y', 'Y', 'Y', 'N', '', 'UUID', '2', '36', 'group', '0', 'jform_employee_other_cost,jform_employee_meals_cost', null, 'jform_employee_cost_claim', 'admin', '2016-06-23 16:37:29', '管理员', null, 'id', null, 'bdfl_ptbd', 'o2mTableStyle', ''); -INSERT INTO `cgform_head` VALUES ('402881e451fce3050151fd3e196b0019', '员工餐费明细表', 'admin', '2016-01-01 20:51:24', '管理员', 'Y', 'Y', 'Y', 'N', '', 'UUID', '3', '6', 'group', '0', null, null, 'jform_employee_meals_cost', 'admin', '2016-01-01 21:04:55', '管理员', null, 'id', null, 'bdfl_ptbd', '', null); -INSERT INTO `cgform_head` VALUES ('402881e451fce3050151fd3e1b680021', '员工其他费用明细表', 'admin', '2016-01-01 20:51:25', '管理员', 'Y', 'Y', 'Y', 'N', '', 'UUID', '3', '7', 'group', '0', null, null, 'jform_employee_other_cost', 'admin', '2016-01-01 21:04:59', '管理员', null, 'id', null, 'bdfl_ptbd', '', null); -INSERT INTO `cgform_head` VALUES ('402881e4534c0aea01534c0cf9f70001', '简历信息表', 'admin', '2016-03-06 21:10:32', '管理员', 'Y', 'Y', 'Y', 'N', '', 'UUID', '2', '60', 'group', '0', 'jform_resume_degree_info,jform_resume_exp_info', null, 'jform_resume_info', 'admin', '2016-07-14 14:48:33', '管理员', null, 'id', null, 'bdfl_ptbd', '', 'resume'); -INSERT INTO `cgform_head` VALUES ('402881e4534c0aea01534c0cfca50012', '工作信息表', 'admin', '2016-03-06 21:10:33', '管理员', 'Y', 'Y', 'Y', 'N', '', 'UUID', '2', '12', 'group', '0', null, null, 'jform_resume_exp_info', 'admin', '2016-07-14 14:48:33', '管理员', null, 'id', null, 'bdfl_ptbd', '', ''); -INSERT INTO `cgform_head` VALUES ('402881e4534c0aea01534c0cfe2b001b', '教育经历', 'admin', '2016-03-06 21:10:33', '管理员', 'Y', 'Y', 'Y', 'N', '', 'UUID', '3', '7', 'group', '0', null, null, 'jform_resume_degree_info', 'admin', '2016-05-07 16:30:05', '管理员', null, 'id', null, 'bdfl_ptbd', '', ''); -INSERT INTO `cgform_head` VALUES ('40288388506b3aa601506b67e97b0002', '客户资料管理', 'admin', '2015-10-15 20:09:44', '管理员', 'Y', 'Y', 'Y', 'N', '', 'UUID', '1', '6', 'single', '0', null, null, 'jeecg_custom_info', 'admin', '2016-03-15 11:40:53', '管理员', null, 'id', null, 'bdfl_ptbd', 'olstyle00002', ''); -INSERT INTO `cgform_head` VALUES ('402885d8506e5d9201506e72f4920001', '客户跟踪记录表', 'admin', '2015-10-16 10:20:39', '管理员', 'N', 'Y', 'Y', 'N', '', 'UUID', '1', '43', 'single', '0', null, null, 'jeecg_custom_record', 'admin', '2016-02-25 11:32:02', '管理员', null, 'id', null, 'bdfl_ptbd', 'olstyle00001', null); -INSERT INTO `cgform_head` VALUES ('4028b881535b12bd01535b1ae3680001', '个人通讯录', 'admin', '2016-03-09 19:20:02', '管理员', 'Y', 'Y', 'Y', 'N', '', 'UUID', '1', '59', 'group', '0', 't_s_contact', null, 'jform_contact', 'admin', '2016-07-18 17:44:54', '管理员', null, 'id', null, 'bdfl_ptbd', '', ''); -INSERT INTO `cgform_head` VALUES ('4028b88153659dd4015365ab21d0000c', '通迅录分组', 'admin', '2016-03-11 20:33:47', '管理员', 'N', 'Y', 'Y', 'N', '', 'UUID', '1', '4', 'single', '0', null, null, 'jform_contact_group', 'admin', '2016-06-11 18:17:21', '管理员', null, 'id', null, 'bdfl_ptbd', '', ''); -INSERT INTO `cgform_head` VALUES ('8a8ab0b246dc81120146dc81847e013b', '订单主信息', 'admin', '2014-06-27 16:46:54', '管理员', 'N', 'Y', 'Y', 'N', '', 'UUID', '2', '87', 'group', '0', 'jform_order_ticket,jform_order_customer', null, 'jform_order_main', 'admin', '2016-03-21 15:52:31', '管理员', null, 'id', null, 'bdfl_ptbd', '', ''); -INSERT INTO `cgform_head` VALUES ('8a8ab0b246dc81120146dc818484013c', '请假单', 'admin', '2014-06-27 16:46:54', '管理员', 'Y', 'Y', 'Y', 'N', '', 'UUID', '1', '102', 'group', '0', null, null, 'jform_leave', 'admin', '2016-03-15 11:30:55', '管理员', null, 'id', null, 'bdfl_ptbd', '', ''); -INSERT INTO `cgform_head` VALUES ('8a8ab0b246dc81120146dc818486013d', '订单客户信息', 'admin', '2014-06-27 16:46:54', '管理员', 'Y', 'Y', 'Y', 'N', '', 'UUID', '3', '17', 'single', '0', null, null, 'jform_order_customer', 'admin', '2016-03-21 15:51:57', '管理员', null, 'id', null, 'bdfl_ptbd', '', ''); -INSERT INTO `cgform_head` VALUES ('8a8ab0b246dc81120146dc818488013e', '订单机票信息', 'admin', '2014-06-27 16:46:54', '管理员', 'N', 'Y', 'Y', 'N', null, 'UUID', '3', '20', 'single', '0', null, null, 'jform_order_ticket', 'admin', '2014-09-23 00:56:07', '管理员', null, null, null, 'bdfl_ptbd', null, null); -INSERT INTO `cgform_head` VALUES ('8a8ab0b246dc81120146dc81848b013f', '价格认证机构统计表', 'admin', '2014-06-27 16:46:54', '管理员', 'N', 'Y', 'Y', 'N', null, 'UUID', '1', '3', 'group', '0', null, null, 'jform_price1', 'admin', '2015-10-15 11:24:54', '管理员', null, null, null, 'bdfl_ptbd', null, null); - --- ---------------------------- --- Table structure for `cgform_index` +INSERT INTO `cgform_head` VALUES ('2c90ac564c9d1734014c9d22b16c0001', '图表配置', 'admin', '2015-04-09 15:43:58', '管理员', 'Y', 'Y', 'Y', 'N', '', 'UUID', '2', '36', 'group', '0', 'jform_graphreport_item', null, 'jform_graphreport_head', 'admin', '2015-04-13 00:40:36', '管理员', null, null, null, 'bdfl_ptbd', null, null, null, null, null); +INSERT INTO `cgform_head` VALUES ('2c90ac564c9d1734014c9d22b360000b', '图表配置', 'admin', '2015-04-09 15:43:59', '管理员', 'Y', 'Y', 'Y', 'N', '', 'UUID', '3', '9', 'group', '0', null, null, 'jform_graphreport_item', 'admin', '2015-04-13 00:40:36', '管理员', null, null, null, 'bdfl_ptbd', null, null, null, null, null); +INSERT INTO `cgform_head` VALUES ('4028138151adbcc50151adfd13680002', '员工入职单', 'admin', '2015-12-17 11:30:22', '管理员', 'N', 'Y', 'Y', 'N', '', 'UUID', '1', '48', 'single', '0', null, null, 'jform_employee_entry', 'admin', '2016-02-26 16:04:27', '管理员', null, 'id', null, 'bdfl_ptbd', 'jform00001', null, null, null, null); +INSERT INTO `cgform_head` VALUES ('402880e74da32ebe014da3309b880001', '第一个树', 'admin', '2015-05-30 12:59:41', '管理员', 'N', 'Y', 'Y', 'Y', '', 'UUID', '1', '13', 'single', '0', null, null, 'jform_tree', 'admin', '2016-07-07 17:17:50', '管理员', 'father_id', 'id', 'name', 'bdfl_ptbd', 'ledefault', '', null, null, null); +INSERT INTO `cgform_head` VALUES ('402881a151f09a900151f0ad74120001', '员工离职单', 'admin', '2015-12-30 10:17:58', '管理员', 'N', 'Y', 'Y', 'N', '', 'UUID', '1', '3', 'single', '0', null, null, 'jform_employee_resignation', 'admin', '2016-02-19 18:48:59', '管理员', null, 'id', null, 'bdfl_ptbd', 'jform00002', null, null, null, null); +INSERT INTO `cgform_head` VALUES ('402881e44df713f5014df71fc6be0004', '表单数据源', 'admin', '2015-06-15 20:09:24', '管理员', 'N', 'Y', 'Y', 'N', '', 'UUID', '2', '18', 'group', '0', 'auto_form_db_field', null, 'auto_form_db', 'admin', '2015-06-16 16:25:21', '管理员', null, 'id', null, 'bdfl_ptbd', null, null, null, null, null); +INSERT INTO `cgform_head` VALUES ('402881e44df713f5014df7242f070015', '表单数据源字段', 'admin', '2015-06-15 20:14:13', '管理员', 'N', 'Y', 'Y', 'N', '', 'UUID', '3', '5', 'single', '0', null, null, 'auto_form_db_field', 'admin', '2015-06-15 20:20:24', '管理员', null, 'id', null, 'bdfl_ptbd', null, null, null, null, null); +INSERT INTO `cgform_head` VALUES ('402881e451fce3050151fd3dd20c0002', '员工费用报销申请信息表', 'admin', '2016-01-01 20:51:06', '管理员', 'Y', 'Y', 'Y', 'N', '', 'UUID', '2', '36', 'group', '0', 'jform_employee_other_cost,jform_employee_meals_cost', null, 'jform_employee_cost_claim', 'admin', '2016-06-23 16:37:29', '管理员', null, 'id', null, 'bdfl_ptbd', 'o2mTableStyle', '', null, null, null); +INSERT INTO `cgform_head` VALUES ('402881e451fce3050151fd3e196b0019', '员工餐费明细表', 'admin', '2016-01-01 20:51:24', '管理员', 'Y', 'Y', 'Y', 'N', '', 'UUID', '3', '6', 'group', '0', null, null, 'jform_employee_meals_cost', 'admin', '2016-01-01 21:04:55', '管理员', null, 'id', null, 'bdfl_ptbd', '', null, null, null, null); +INSERT INTO `cgform_head` VALUES ('402881e451fce3050151fd3e1b680021', '员工其他费用明细表', 'admin', '2016-01-01 20:51:25', '管理员', 'Y', 'Y', 'Y', 'N', '', 'UUID', '3', '7', 'group', '0', null, null, 'jform_employee_other_cost', 'admin', '2016-01-01 21:04:59', '管理员', null, 'id', null, 'bdfl_ptbd', '', null, null, null, null); +INSERT INTO `cgform_head` VALUES ('402881e4534c0aea01534c0cf9f70001', '简历信息表', 'admin', '2016-03-06 21:10:32', '管理员', 'Y', 'Y', 'Y', 'N', '', 'UUID', '2', '69', 'group', '0', 'jform_resume_degree_info,jform_resume_exp_info', null, 'jform_resume_info', 'admin', '2016-08-13 11:09:22', '管理员', null, 'id', null, 'bdfl_ptbd', 'resume', 'resume', '', null, null); +INSERT INTO `cgform_head` VALUES ('402881e4534c0aea01534c0cfca50012', '工作信息表', 'admin', '2016-03-06 21:10:33', '管理员', 'Y', 'Y', 'Y', 'N', '', 'UUID', '3', '14', 'group', '0', null, null, 'jform_resume_exp_info', 'admin', '2016-08-10 18:05:29', '管理员', null, 'id', null, 'bdfl_ptbd', '', '', '', null, null); +INSERT INTO `cgform_head` VALUES ('402881e4534c0aea01534c0cfe2b001b', '教育经历', 'admin', '2016-03-06 21:10:33', '管理员', 'Y', 'Y', 'Y', 'N', '', 'UUID', '3', '7', 'group', '0', null, null, 'jform_resume_degree_info', 'admin', '2016-05-07 16:30:05', '管理员', null, 'id', null, 'bdfl_ptbd', '', '', null, null, null); +INSERT INTO `cgform_head` VALUES ('40288388506b3aa601506b67e97b0002', '客户资料管理', 'admin', '2015-10-15 20:09:44', '管理员', 'Y', 'Y', 'Y', 'N', '', 'UUID', '1', '6', 'single', '0', null, null, 'jeecg_custom_info', 'admin', '2016-03-15 11:40:53', '管理员', null, 'id', null, 'bdfl_ptbd', 'olstyle00002', '', null, null, null); +INSERT INTO `cgform_head` VALUES ('402885d8506e5d9201506e72f4920001', '客户跟踪记录表', 'admin', '2015-10-16 10:20:39', '管理员', 'N', 'Y', 'Y', 'N', '', 'UUID', '1', '43', 'single', '0', null, null, 'jeecg_custom_record', 'admin', '2016-02-25 11:32:02', '管理员', null, 'id', null, 'bdfl_ptbd', 'olstyle00001', null, null, null, null); +INSERT INTO `cgform_head` VALUES ('4028b881535b12bd01535b1ae3680001', '个人通讯录', 'admin', '2016-03-09 19:20:02', '管理员', 'Y', 'Y', 'Y', 'N', '', 'UUID', '1', '59', 'group', '0', 't_s_contact', null, 'jform_contact', 'admin', '2016-07-18 17:44:54', '管理员', null, 'id', null, 'bdfl_ptbd', '', '', null, null, null); +INSERT INTO `cgform_head` VALUES ('4028b88153659dd4015365ab21d0000c', '通迅录分组', 'admin', '2016-03-11 20:33:47', '管理员', 'N', 'Y', 'Y', 'N', '', 'UUID', '1', '4', 'single', '0', null, null, 'jform_contact_group', 'admin', '2016-06-11 18:17:21', '管理员', null, 'id', null, 'bdfl_ptbd', '', '', null, null, null); +INSERT INTO `cgform_head` VALUES ('4028ef8156176adb015617801ebd0001', '地铁站点', 'admin', '2016-07-23 19:24:47', '管理员', 'N', 'Y', 'Y', 'N', '', 'UUID', '1', '30', 'group', '0', null, null, 'test_ditie', 'admin', '2017-02-07 17:35:30', '管理员', null, 'id', null, 'bdfl_ptbd', 'RowsEdit', '', '', null, null); +INSERT INTO `cgform_head` VALUES ('4028ef815673c48f015673c557af0003', '地铁站点', 'admin', '2016-08-10 17:25:28', '管理员', 'N', 'N', 'Y', 'N', '', 'UUID', '1', '1', 'single', '0', null, null, 'test_ditie__0', 'admin', '2016-08-10 17:28:08', '管理员', null, 'id', null, 'bdfl_ptbd', 'RowsEdit', '', '1', '0', '4028ef8156176adb015617801ebd0001'); +INSERT INTO `cgform_head` VALUES ('4028ef815673c48f015673c775d70012', '地铁站点', 'admin', '2016-08-10 17:27:46', '管理员', 'N', 'N', 'Y', 'N', '', 'UUID', '1', '1', 'single', '0', null, null, 'test_ditie__1', null, null, null, null, 'id', null, 'bdfl_ptbd', 'RowsEdit', '', '1', '1', '4028ef8156176adb015617801ebd0001'); +INSERT INTO `cgform_head` VALUES ('4028ef815673ecb9015673f080160001', '工作信息表', 'admin', '2016-08-10 18:12:36', '管理员', 'Y', 'N', 'Y', 'N', '', 'UUID', '3', '4', 'group', '0', null, null, 'jform_resume_exp_info__0', 'admin', '2016-08-10 18:19:01', '管理员', null, 'id', null, 'bdfl_ptbd', '', '', '1', '0', '402881e4534c0aea01534c0cfca50012'); +INSERT INTO `cgform_head` VALUES ('4028ef815673ecb9015673fa637c001e', '工作信息表', 'admin', '2016-08-10 18:23:24', '管理员', 'Y', 'N', 'Y', 'N', '', 'UUID', '3', '1', 'group', '0', null, null, 'jform_resume_exp_info__1', null, null, null, null, 'id', null, 'bdfl_ptbd', '', '', '1', '1', '402881e4534c0aea01534c0cfca50012'); +INSERT INTO `cgform_head` VALUES ('4028ef81567e88db01567e8a34ef0002', '地铁站点', 'admin', '2016-08-12 19:36:41', '管理员', 'N', 'N', 'Y', 'N', '', 'UUID', '1', '1', 'single', '0', null, null, 'test_ditie__2', null, null, null, null, 'id', null, 'bdfl_ptbd', 'ledefault', '', '1', '2', '4028ef8156176adb015617801ebd0001'); +INSERT INTO `cgform_head` VALUES ('4028ef81567e88db01567e8a56930010', '地铁站点', 'admin', '2016-08-12 19:36:50', '管理员', 'N', 'N', 'Y', 'N', '', 'UUID', '1', '1', 'single', '0', null, null, 'test_ditie__3', null, null, null, null, 'id', null, 'bdfl_ptbd', 'ledefault', '', '1', '3', '4028ef8156176adb015617801ebd0001'); +INSERT INTO `cgform_head` VALUES ('4028ef81568c5de601568c6437d10015', '教育经历', 'admin', '2016-08-15 12:09:53', '管理员', 'Y', 'N', 'Y', 'N', '', 'UUID', '1', '1', 'group', '0', null, null, 'jform_resume_degree_info__0', null, null, null, null, 'id', null, 'bdfl_ptbd', '', '', '1', '0', '402881e4534c0aea01534c0cfe2b001b'); +INSERT INTO `cgform_head` VALUES ('4028ef81568c5de601568c6ff36c001e', '简历信息表', 'admin', '2016-08-15 12:22:42', '管理员', 'Y', 'N', 'Y', 'N', '', 'UUID', '2', '2', 'group', '0', 'jform_resume_degree_info,jform_resume_exp_info', null, 'jform_resume_info__0', 'admin', '2016-08-15 12:22:52', '管理员', null, 'id', null, 'bdfl_ptbd', 'resume', 'resume', '1', '0', '402881e4534c0aea01534c0cf9f70001'); +INSERT INTO `cgform_head` VALUES ('8a8ab0b246dc81120146dc81847e013b', '订单主信息', 'admin', '2014-06-27 16:46:54', '管理员', 'N', 'Y', 'Y', 'N', '', 'UUID', '2', '87', 'group', '0', 'jform_order_ticket,jform_order_customer', null, 'jform_order_main', 'admin', '2016-03-21 15:52:31', '管理员', null, 'id', null, 'bdfl_ptbd', '', '', null, null, null); +INSERT INTO `cgform_head` VALUES ('8a8ab0b246dc81120146dc818484013c', '请假单', 'admin', '2014-06-27 16:46:54', '管理员', 'Y', 'Y', 'Y', 'N', '', 'UUID', '1', '141', 'group', '0', null, null, 'jform_leave', 'admin', '2017-02-08 17:57:29', '管理员', null, 'id', null, 'bdfl_ptbd', 'moblieCommon001', '', '', null, null); +INSERT INTO `cgform_head` VALUES ('8a8ab0b246dc81120146dc818486013d', '订单客户信息', 'admin', '2014-06-27 16:46:54', '管理员', 'Y', 'Y', 'Y', 'N', '', 'UUID', '3', '17', 'single', '0', null, null, 'jform_order_customer', 'admin', '2016-03-21 15:51:57', '管理员', null, 'id', null, 'bdfl_ptbd', '', '', null, null, null); +INSERT INTO `cgform_head` VALUES ('8a8ab0b246dc81120146dc818488013e', '订单机票信息', 'admin', '2014-06-27 16:46:54', '管理员', 'N', 'Y', 'Y', 'N', null, 'UUID', '3', '20', 'single', '0', null, null, 'jform_order_ticket', 'admin', '2014-09-23 00:56:07', '管理员', null, null, null, 'bdfl_ptbd', null, null, null, null, null); +INSERT INTO `cgform_head` VALUES ('8a8ab0b246dc81120146dc81848b013f', '价格认证机构统计表', 'admin', '2014-06-27 16:46:54', '管理员', 'N', 'Y', 'Y', 'N', null, 'UUID', '1', '3', 'group', '0', null, null, 'jform_price1', 'admin', '2015-10-15 11:24:54', '管理员', null, null, null, 'bdfl_ptbd', null, null, null, null, null); + +-- ---------------------------- +-- Table structure for cgform_index -- ---------------------------- DROP TABLE IF EXISTS `cgform_index`; CREATE TABLE `cgform_index` ( @@ -1036,7 +1148,7 @@ CREATE TABLE `cgform_index` ( -- ---------------------------- -- ---------------------------- --- Table structure for `cgform_template` +-- Table structure for cgform_template -- ---------------------------- DROP TABLE IF EXISTS `cgform_template`; CREATE TABLE `cgform_template` ( @@ -1084,7 +1196,7 @@ INSERT INTO `cgform_template` VALUES ('4028b88154d672d00154d8c21e36005c', '管 INSERT INTO `cgform_template` VALUES ('4028efa2523f95dc01523f98b4b50002', '管理员', 'admin', '2016-01-14 18:05:18', '管理员', 'admin', '2016-03-11 11:06:08', 'A02', 'A0', '请假单', 'leaveApplicationForm', '1', null, '', '移动端风格', 'autolist.ftl', 'jform.ftl', 'jform.ftl', 'jform.ftl'); -- ---------------------------- --- Table structure for `cgform_uploadfiles` +-- Table structure for cgform_uploadfiles -- ---------------------------- DROP TABLE IF EXISTS `cgform_uploadfiles`; CREATE TABLE `cgform_uploadfiles` ( @@ -1093,7 +1205,7 @@ CREATE TABLE `cgform_uploadfiles` ( `CGFORM_NAME` varchar(100) NOT NULL, `id` varchar(32) NOT NULL, PRIMARY KEY (`id`), - KEY `FK_qwig8sn3okhvh4wye8nn8gdeg` (`id`) + KEY `FK_qwig8sn3okhvh4wye8nn8gdeg` USING BTREE (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -1102,9 +1214,41 @@ CREATE TABLE `cgform_uploadfiles` ( INSERT INTO `cgform_uploadfiles` VALUES ('name', '4028ef815382d0af015382d780440002', 'test_student', '4028ef8153cf9d710153cfa38ea10010'); INSERT INTO `cgform_uploadfiles` VALUES ('name', '4028ef8153cf9d710153cfa4a4fd0011', 'test_student', '4028ef8153cf9d710153cfa4a5cc0013'); INSERT INTO `cgform_uploadfiles` VALUES ('filename2', '4028ef815509d9db015509e142860001', 'test_file', '4028ef815509d842015509e143280004'); +INSERT INTO `cgform_uploadfiles` VALUES ('hol_reson', '4028ef81569113f5015691154af60001', 'jform_leave', '4028ef81569111e501569115983b0007'); +INSERT INTO `cgform_uploadfiles` VALUES ('hol_reson', '4028ef81569113f5015691154af60001', 'jform_leave', '4028ef81569111e501569115d8fe0008'); + +-- ---------------------------- +-- Table structure for chat_message_his +-- ---------------------------- +DROP TABLE IF EXISTS `chat_message_his`; +CREATE TABLE `chat_message_his` ( + `id` varchar(36) NOT NULL, + `msg_type` varchar(50) default NULL COMMENT '消息类型', + `msg` varchar(1024) default NULL COMMENT '消息数据', + `from_user` varchar(50) default NULL COMMENT '消息发送者', + `from_name` varchar(100) default NULL COMMENT '发送者的真实姓名', + `to_user` varchar(50) default NULL COMMENT '消息接收者', + `to_name` varchar(100) default NULL COMMENT '接收者的真实姓名', + `accountid` varchar(36) default NULL, + `create_date` datetime default NULL, + `create_by` varchar(255) default NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- ---------------------------- +-- Records of chat_message_his +-- ---------------------------- +INSERT INTO `chat_message_his` VALUES ('115C3CC613EF4E7BA9852F9E2E6CE35E', 'friend', '0000', '8a8ab0b246dc81120146dc8181950052', '管理员', '8a8ab0b246dc81120146dc81819d0053', '张代浩', null, null, null); +INSERT INTO `chat_message_his` VALUES ('18D158EC78FC4C5899DDA94F4023B35C', 'friend', '000', '8a8ab0b246dc81120146dc8181950052', '管理员', '8a8ab0b246dc81120146dc81819d0053', '张代浩', null, null, null); +INSERT INTO `chat_message_his` VALUES ('20254AF789F1486D885DB9D4EF66798C', 'friend', '111', '8a8ab0b246dc81120146dc8181950052', '管理员', '8a8ab0b246dc81120146dc81819d0053', '张代浩', null, null, null); +INSERT INTO `chat_message_his` VALUES ('2236E68595FE47B1BD27BEE77FD21ED8', 'friend', '你好', '8a8ab0b246dc81120146dc8181950052', '管理员', '8a8ab0b246dc81120146dc81819d0053', '张代浩', null, null, null); +INSERT INTO `chat_message_his` VALUES ('9B5D86C36B324A4ABF240070521BB9E8', 'friend', 'face[晕] ', '8a8ab0b246dc81120146dc8181950052', '管理员', '8a8ab0b246dc81120146dc81819d0053', '张代浩', null, null, null); +INSERT INTO `chat_message_his` VALUES ('B7BD27DF21C9473EA8A09BF6E094FD38', 'friend', '1111', '8a8ab0b246dc81120146dc8181950052', '管理员', '8a8ab0b246dc81120146dc81819d0053', '张代浩', null, null, null); +INSERT INTO `chat_message_his` VALUES ('C8C744D046FA490D8902B9BAAC922327', 'friend', '00000', '8a8ab0b246dc81120146dc8181950052', '管理员', '8a8ab0b246dc81120146dc81819d0053', '张代浩', null, null, null); +INSERT INTO `chat_message_his` VALUES ('CE3EB7D8CD8D40FBB8CA083DEB526C16', 'friend', '99face[悲伤] ', '8a8ab0b246dc81120146dc8181950052', '管理员', '8a8ab0b246dc81120146dc81819d0053', '张代浩', null, null, null); -- ---------------------------- --- Table structure for `ck_editor` +-- Table structure for ck_editor -- ---------------------------- DROP TABLE IF EXISTS `ck_editor`; CREATE TABLE `ck_editor` ( @@ -1120,7 +1264,7 @@ INSERT INTO `ck_editor` VALUES ('4028ef81532b0ae401532b0bd4780001', 0x3C68746D6C INSERT INTO `ck_editor` VALUES ('4028ef81532b0ae401532b0bf57e0002', 0x3C68746D6C3E0D0A3C686561643E0D0A093C7469746C653E3C2F7469746C653E0D0A3C2F686561643E0D0A3C626F64793E37373737373C2F626F64793E0D0A3C2F68746D6C3E0D0A); -- ---------------------------- --- Table structure for `ck_finder` +-- Table structure for ck_finder -- ---------------------------- DROP TABLE IF EXISTS `ck_finder`; CREATE TABLE `ck_finder` ( @@ -1136,7 +1280,7 @@ CREATE TABLE `ck_finder` ( -- ---------------------------- -- ---------------------------- --- Table structure for `doc` +-- Table structure for doc -- ---------------------------- DROP TABLE IF EXISTS `doc`; CREATE TABLE `doc` ( @@ -1157,7 +1301,7 @@ INSERT INTO `doc` VALUES ('4028ef81533fb6e701533fb6e78e0000', 0x393939737373, '2 INSERT INTO `doc` VALUES ('4028ef815353fa00015353fa00320000', 0x33333333737373, '2016-03-08 00:00:00', '1', '1', 'bdfl_ptbd'); -- ---------------------------- --- Table structure for `jeecg_custom_info` +-- Table structure for jeecg_custom_info -- ---------------------------- DROP TABLE IF EXISTS `jeecg_custom_info`; CREATE TABLE `jeecg_custom_info` ( @@ -1219,10 +1363,9 @@ CREATE TABLE `jeecg_custom_info` ( -- ---------------------------- -- Records of jeecg_custom_info -- ---------------------------- -INSERT INTO `jeecg_custom_info` VALUES ('4028ef8153167a170153167b60230001', '管理员', 'admin', '2016-02-25 00:00:00', '管理员', 'admin', '2016-05-30 00:00:00', 'A03', 'A0', '11', '11', '11', '1@1.com', null, null, '11', null, '1', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); -- ---------------------------- --- Table structure for `jeecg_custom_record` +-- Table structure for jeecg_custom_record -- ---------------------------- DROP TABLE IF EXISTS `jeecg_custom_record`; CREATE TABLE `jeecg_custom_record` ( @@ -1265,7 +1408,7 @@ CREATE TABLE `jeecg_custom_record` ( INSERT INTO `jeecg_custom_record` VALUES ('4028ef8153167a170153167c23dd0002', '管理员', 'admin', '2016-02-25 00:00:00', null, null, null, 'A03', 'A0', '2', '2', '2016-02-25 00:00:00', '2', '22', '222', '2', '2', '2', '2', '2', '2', '2', null, '2', null, '2', '2', '2', '2', '2'); -- ---------------------------- --- Table structure for `jeecg_demo` +-- Table structure for jeecg_demo -- ---------------------------- DROP TABLE IF EXISTS `jeecg_demo`; CREATE TABLE `jeecg_demo` ( @@ -1289,11 +1432,11 @@ CREATE TABLE `jeecg_demo` ( -- ---------------------------- -- Records of jeecg_demo -- ---------------------------- -INSERT INTO `jeecg_demo` VALUES ('4028ef81550c1a7901550c1cd6e70001', null, null, '111', '2016-06-01 21:17:44', '402880e447e99cf10147e9a03b320003', '', '', '', null, '1', '1', '121221', null); +INSERT INTO `jeecg_demo` VALUES ('4028ef81550c1a7901550c1cd6e70001', null, null, '111', '2016-06-23 12:00:00', '402880e447e99cf10147e9a03b320003', '', '', '', null, '1', '1', '9001', null); INSERT INTO `jeecg_demo` VALUES ('8a8ab0b246dc81120146dc81860f016f', '12', '2014-02-14 00:00:00', '', null, '402880e447e99cf10147e9a03b320003', 'demo@jeecg.com', '13111111111', '66666666', '10.00', '1', '', '小明', null); -- ---------------------------- --- Table structure for `jeecg_demo_course` +-- Table structure for jeecg_demo_course -- ---------------------------- DROP TABLE IF EXISTS `jeecg_demo_course`; CREATE TABLE `jeecg_demo_course` ( @@ -1301,9 +1444,9 @@ CREATE TABLE `jeecg_demo_course` ( `NAME` varchar(25) default NULL, `teacher_ID` varchar(32) default NULL, PRIMARY KEY (`ID`), - KEY `FK_g3jn8mfod69i7jfv5gnrcvgbx` (`teacher_ID`), - CONSTRAINT `FK_g3jn8mfod69i7jfv5gnrcvgbx` FOREIGN KEY (`teacher_ID`) REFERENCES `jeecg_demo_teacher` (`ID`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; + KEY `FK_g3jn8mfod69i7jfv5gnrcvgbx` USING BTREE (`teacher_ID`), + CONSTRAINT `jeecg_demo_course_ibfk_1` FOREIGN KEY (`teacher_ID`) REFERENCES `jeecg_demo_teacher` (`ID`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='InnoDB free: 171008 kB; (`teacher_ID`) REFER `jeecg_20170207'; -- ---------------------------- -- Records of jeecg_demo_course @@ -1311,7 +1454,27 @@ CREATE TABLE `jeecg_demo_course` ( INSERT INTO `jeecg_demo_course` VALUES ('8a8ab0b246dc81120146dc818512016c', '海贼王', '8a8ab0b246dc81120146dc81850f016b'); -- ---------------------------- --- Table structure for `jeecg_demo_student` +-- Table structure for jeecg_demo_person +-- ---------------------------- +DROP TABLE IF EXISTS `jeecg_demo_person`; +CREATE TABLE `jeecg_demo_person` ( + `ID` varchar(32) NOT NULL, + `AGE` int(11) default NULL, + `BIRTHDAY` datetime default NULL, + `CREATEDT` datetime default NULL, + `NAME` varchar(255) NOT NULL, + `SALARY` decimal(19,2) default NULL, + PRIMARY KEY (`ID`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- ---------------------------- +-- Records of jeecg_demo_person +-- ---------------------------- +INSERT INTO `jeecg_demo_person` VALUES ('1', '20', '2015-10-27 12:21:48', '2015-10-27 00:00:00', '小王', '5000.00'); +INSERT INTO `jeecg_demo_person` VALUES ('12', '12', '2015-10-30 22:15:29', '2015-10-15 00:00:00', '1', '1.00'); + +-- ---------------------------- +-- Table structure for jeecg_demo_student -- ---------------------------- DROP TABLE IF EXISTS `jeecg_demo_student`; CREATE TABLE `jeecg_demo_student` ( @@ -1321,9 +1484,9 @@ CREATE TABLE `jeecg_demo_student` ( `SEX` varchar(1) default NULL, `COURSE_ID` varchar(32) default NULL, PRIMARY KEY (`ID`), - KEY `FK_r86q81koyocgod3cx6529hbpw` (`COURSE_ID`), - CONSTRAINT `FK_r86q81koyocgod3cx6529hbpw` FOREIGN KEY (`COURSE_ID`) REFERENCES `jeecg_demo_course` (`ID`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; + KEY `FK_r86q81koyocgod3cx6529hbpw` USING BTREE (`COURSE_ID`), + CONSTRAINT `jeecg_demo_student_ibfk_1` FOREIGN KEY (`COURSE_ID`) REFERENCES `jeecg_demo_course` (`ID`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='InnoDB free: 171008 kB; (`COURSE_ID`) REFER `jeecg_20170207/'; -- ---------------------------- -- Records of jeecg_demo_student @@ -1333,7 +1496,7 @@ INSERT INTO `jeecg_demo_student` VALUES ('8a8ab0b246dc81120146dc818516016d', nul INSERT INTO `jeecg_demo_student` VALUES ('8a8ab0b246dc81120146dc818519016e', null, '山治 ', '0', '8a8ab0b246dc81120146dc818512016c'); -- ---------------------------- --- Table structure for `jeecg_demo_teacher` +-- Table structure for jeecg_demo_teacher -- ---------------------------- DROP TABLE IF EXISTS `jeecg_demo_teacher`; CREATE TABLE `jeecg_demo_teacher` ( @@ -1349,7 +1512,7 @@ CREATE TABLE `jeecg_demo_teacher` ( INSERT INTO `jeecg_demo_teacher` VALUES ('8a8ab0b246dc81120146dc81850f016b', '路飞', null); -- ---------------------------- --- Table structure for `jeecg_matter_bom` +-- Table structure for jeecg_matter_bom -- ---------------------------- DROP TABLE IF EXISTS `jeecg_matter_bom`; CREATE TABLE `jeecg_matter_bom` ( @@ -1365,9 +1528,9 @@ CREATE TABLE `jeecg_matter_bom` ( `weight` varchar(50) default NULL, `parent_ID` varchar(32) default NULL, PRIMARY KEY (`ID`), - KEY `FK_fldfyrevj0li4hej5b2gu2q7w` (`parent_ID`), - CONSTRAINT `FK_fldfyrevj0li4hej5b2gu2q7w` FOREIGN KEY (`parent_ID`) REFERENCES `jeecg_matter_bom` (`ID`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; + KEY `FK_fldfyrevj0li4hej5b2gu2q7w` USING BTREE (`parent_ID`), + CONSTRAINT `jeecg_matter_bom_ibfk_1` FOREIGN KEY (`parent_ID`) REFERENCES `jeecg_matter_bom` (`ID`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='InnoDB free: 171008 kB; (`parent_ID`) REFER `jeecg_20170207/'; -- ---------------------------- -- Records of jeecg_matter_bom @@ -1376,7 +1539,7 @@ INSERT INTO `jeecg_matter_bom` VALUES ('8a8ab0b246dc81120146dc8186230174', '广 INSERT INTO `jeecg_matter_bom` VALUES ('8a8ab0b246dc81120146dc8186260175', '上海', '001001', '主板', '800.000000', '2014-06-27 04:46:54', '6', '18', '个', '60', '8a8ab0b246dc81120146dc8186230174'); -- ---------------------------- --- Table structure for `jeecg_minidao` +-- Table structure for jeecg_minidao -- ---------------------------- DROP TABLE IF EXISTS `jeecg_minidao`; CREATE TABLE `jeecg_minidao` ( @@ -1399,10 +1562,10 @@ CREATE TABLE `jeecg_minidao` ( -- ---------------------------- -- Records of jeecg_minidao -- ---------------------------- -INSERT INTO `jeecg_minidao` VALUES ('402880e74d75abd1014d75ac82410002', null, null, null, '2015-05-21 04:52:29', '402880e447e99cf10147e9a03b320003', '', '12', '12', null, null, '0', '12'); +INSERT INTO `jeecg_minidao` VALUES ('402880e74d75abd1014d75ac82410002', null, null, null, '2015-05-21 04:52:29', '402880e447e99cf10147e9a03b320003', '', '18611744545', '12', null, null, '0', '张三'); -- ---------------------------- --- Table structure for `jeecg_order_custom` +-- Table structure for jeecg_order_custom -- ---------------------------- DROP TABLE IF EXISTS `jeecg_order_custom`; CREATE TABLE `jeecg_order_custom` ( @@ -1432,7 +1595,7 @@ INSERT INTO `jeecg_order_custom` VALUES ('40289481511dac0701511db18e490002', nul INSERT INTO `jeecg_order_custom` VALUES ('4028ef8154ff68e90154ff736734000a', null, null, null, null, null, '111', '2', '2', '2', '2', '2', '1', null, null, null); -- ---------------------------- --- Table structure for `jeecg_order_main` +-- Table structure for jeecg_order_main -- ---------------------------- DROP TABLE IF EXISTS `jeecg_order_main`; CREATE TABLE `jeecg_order_main` ( @@ -1463,7 +1626,7 @@ CREATE TABLE `jeecg_order_main` ( INSERT INTO `jeecg_order_main` VALUES ('4028ef8154ff68e90154ff7367330008', null, null, null, null, null, '1.00', '11', '1', '2222', '11', '11.00', '', '1', null, null, null, '2'); -- ---------------------------- --- Table structure for `jeecg_order_product` +-- Table structure for jeecg_order_product -- ---------------------------- DROP TABLE IF EXISTS `jeecg_order_product`; CREATE TABLE `jeecg_order_product` ( @@ -1493,7 +1656,7 @@ INSERT INTO `jeecg_order_product` VALUES ('4028ef8154ff68e90154ff7367330009', nu INSERT INTO `jeecg_order_product` VALUES ('4028ef8154ff68e90154ff73b6fd000e', null, null, null, null, null, '2222', '1', '111', '11.00', '123456733', '1', '1.00', null, null, null); -- ---------------------------- --- Table structure for `jfom_goods` +-- Table structure for jfom_goods -- ---------------------------- DROP TABLE IF EXISTS `jfom_goods`; CREATE TABLE `jfom_goods` ( @@ -1555,7 +1718,7 @@ CREATE TABLE `jfom_goods` ( INSERT INTO `jfom_goods` VALUES ('4028ef81550c8fad01550c95130d0004', '管理员', 'admin', '2016-06-01 23:29:04', null, null, null, 'A03', 'A0', null, '123123', '23123', '', '', '', '', '', '', '', '', '', '', '', null, null, null, null, null, null, null, null, null, null, null, null, '', '', '', '', '', '', '', '', '', '', '', '', '', ''); -- ---------------------------- --- Table structure for `jform_cgdynamgraph_head` +-- Table structure for jform_cgdynamgraph_head -- ---------------------------- DROP TABLE IF EXISTS `jform_cgdynamgraph_head`; CREATE TABLE `jform_cgdynamgraph_head` ( @@ -1581,9 +1744,10 @@ CREATE TABLE `jform_cgdynamgraph_head` ( -- Records of jform_cgdynamgraph_head -- ---------------------------- INSERT INTO `jform_cgdynamgraph_head` VALUES ('40287d815212a622015212ab57100003', 'select broswer name,count(1) value,case when broswer =\'Firefox\' then \'#FF00FF\' when broswer =\'IE\' then \'#FFFF00\' else \'#43CD80\' end color from t_s_log group by broswer', 't_s_log', '测试报表', '用户登录记录', '管理员', '2016-03-15 14:07:53', 'admin', null, null, null, '', '', '', null); +INSERT INTO `jform_cgdynamgraph_head` VALUES ('4028ef8156fe0cf20156fe0e25c80003', 'select broswer name,count(1) value,case when broswer =\'Firefox\' then \'#FF00FF\' when broswer =\'IE\' then \'#FFFF00\' else \'#43CD80\' end color from t_s_log group by broswer', 'cc', '1', 'cc', '管理员', '2016-09-06 14:11:06', 'admin', null, null, null, '', '', '', null); -- ---------------------------- --- Table structure for `jform_cgdynamgraph_item` +-- Table structure for jform_cgdynamgraph_item -- ---------------------------- DROP TABLE IF EXISTS `jform_cgdynamgraph_item`; CREATE TABLE `jform_cgdynamgraph_item` ( @@ -1608,9 +1772,12 @@ CREATE TABLE `jform_cgdynamgraph_item` ( INSERT INTO `jform_cgdynamgraph_item` VALUES ('40287d81523df8f501523f348d5a0009', 'Y', 'single', '40287d815212a622015212ab57100003', '', '', 'name', '浏览器', 'String', 'Y', '0', ''); INSERT INTO `jform_cgdynamgraph_item` VALUES ('40287d81523df8f501523f348d66000a', 'Y', 'group', '40287d815212a622015212ab57100003', '', '', 'value', '数量', 'String', 'Y', '1', ''); INSERT INTO `jform_cgdynamgraph_item` VALUES ('40287d81523df8f501523f348d6a000b', '', '', '40287d815212a622015212ab57100003', '', '', 'color', 'color', 'String', 'Y', '2', ''); +INSERT INTO `jform_cgdynamgraph_item` VALUES ('4028ef8156fe0cf20156fe0e25c80004', '', '', '4028ef8156fe0cf20156fe0e25c80003', '', '', 'name', 'name', '', 'Y', '0', ''); +INSERT INTO `jform_cgdynamgraph_item` VALUES ('4028ef8156fe0cf20156fe0e25c80005', '', '', '4028ef8156fe0cf20156fe0e25c80003', '', '', 'value', 'value', '', 'Y', '1', ''); +INSERT INTO `jform_cgdynamgraph_item` VALUES ('4028ef8156fe0cf20156fe0e25c80006', '', '', '4028ef8156fe0cf20156fe0e25c80003', '', '', 'color', 'color', '', 'Y', '2', ''); -- ---------------------------- --- Table structure for `jform_cgdynamgraph_param` +-- Table structure for jform_cgdynamgraph_param -- ---------------------------- DROP TABLE IF EXISTS `jform_cgdynamgraph_param`; CREATE TABLE `jform_cgdynamgraph_param` ( @@ -1636,7 +1803,7 @@ CREATE TABLE `jform_cgdynamgraph_param` ( -- ---------------------------- -- ---------------------------- --- Table structure for `jform_cgreport_head` +-- Table structure for jform_cgreport_head -- ---------------------------- DROP TABLE IF EXISTS `jform_cgreport_head`; CREATE TABLE `jform_cgreport_head` ( @@ -1666,9 +1833,10 @@ INSERT INTO `jform_cgreport_head` VALUES ('402880e64e1ef94d014e1efefc2a0001', 's INSERT INTO `jform_cgreport_head` VALUES ('402880e64eb9a22c014eb9a4d5890001', 'select * from t_s_base_user', 'ddt_s_base_user', '全表查询', '用户全部查询报表', '管理员', '2016-05-03 15:14:58', 'admin', null, null, null, '', '', '', '2'); INSERT INTO `jform_cgreport_head` VALUES ('402880e74d76e784014d76f9e783001e', 'select username account , realname from t_s_base_user', 'user_msg', '用户POPUP,弹出页面', 'POPUP用户列表', '管理员', '2016-05-03 15:26:21', 'admin', null, null, null, '', 'account', 'realname', '2'); INSERT INTO `jform_cgreport_head` VALUES ('4028ef815475774a01547578a9ee0002', 'select * from cms_menu', 'cms_menu', 'cms_menu', 'cms_menu', null, null, null, '管理员', '2016-05-03 15:15:22', 'admin', '', '', '', '2'); +INSERT INTO `jform_cgreport_head` VALUES ('4028ef8156f848210156f84aa2280003', 'select * from t_s_log where operatetime > \'2016-01-01\'', 'fffff', 'dddd', 'fff', '管理员', '2016-09-05 17:10:21', 'admin', null, null, null, '', '', '', ''); -- ---------------------------- --- Table structure for `jform_cgreport_item` +-- Table structure for jform_cgreport_item -- ---------------------------- DROP TABLE IF EXISTS `jform_cgreport_item`; CREATE TABLE `jform_cgreport_item` ( @@ -1733,9 +1901,17 @@ INSERT INTO `jform_cgreport_item` VALUES ('4028ef815475774a01547578a9fe0009', '' INSERT INTO `jform_cgreport_item` VALUES ('4028ef815475774a01547578aa00000a', '', '', '4028ef815475774a01547578a9ee0002', '', '', 'TYPE', 'TYPE', 'String', 'Y', '7', ''); INSERT INTO `jform_cgreport_item` VALUES ('4028ef815475774a01547578aa02000b', '', '', '4028ef815475774a01547578a9ee0002', '', '', 'PARENT_CODE', 'PARENT_CODE', 'String', 'Y', '8', ''); INSERT INTO `jform_cgreport_item` VALUES ('4028ef815475774a01547578aa03000c', '', '', '4028ef815475774a01547578a9ee0002', '', '', 'HREF', 'HREF', 'String', 'Y', '9', ''); +INSERT INTO `jform_cgreport_item` VALUES ('4028ef8156f848210156f84aa2280004', '', '', '4028ef8156f848210156f84aa2280003', '', '', 'ID', 'ID', 'Date', 'N', '0', ''); +INSERT INTO `jform_cgreport_item` VALUES ('4028ef8156f848210156f84aa2280005', 'Y', 'single', '4028ef8156f848210156f84aa2280003', '', '', 'broswer', '浏览器', 'String', 'Y', '1', ''); +INSERT INTO `jform_cgreport_item` VALUES ('4028ef8156f848210156f84aa2280006', '', '', '4028ef8156f848210156f84aa2280003', '', '', 'logcontent', 'logcontent', 'String', 'Y', '2', ''); +INSERT INTO `jform_cgreport_item` VALUES ('4028ef8156f848210156f84aa2290007', '', '', '4028ef8156f848210156f84aa2280003', '', '', 'loglevel', 'loglevel', 'String', 'Y', '3', ''); +INSERT INTO `jform_cgreport_item` VALUES ('4028ef8156f848210156f84aa2290008', '', '', '4028ef8156f848210156f84aa2280003', '', '', 'note', 'note', 'String', 'Y', '4', ''); +INSERT INTO `jform_cgreport_item` VALUES ('4028ef8156f848210156f84aa2290009', 'Y', 'group', '4028ef8156f848210156f84aa2280003', '', '', 'operatetime', '操作时间', 'Date', 'Y', '5', ''); +INSERT INTO `jform_cgreport_item` VALUES ('4028ef8156f848210156f84aa229000a', '', '', '4028ef8156f848210156f84aa2280003', '', '', 'operatetype', 'operatetype', 'String', 'Y', '6', ''); +INSERT INTO `jform_cgreport_item` VALUES ('4028ef8156f848210156f84aa229000b', '', '', '4028ef8156f848210156f84aa2280003', '', '', 'userid', 'userid', 'String', 'Y', '7', ''); -- ---------------------------- --- Table structure for `jform_cgreport_param` +-- Table structure for jform_cgreport_param -- ---------------------------- DROP TABLE IF EXISTS `jform_cgreport_param`; CREATE TABLE `jform_cgreport_param` ( @@ -1754,15 +1930,16 @@ CREATE TABLE `jform_cgreport_param` ( `seq` int(11) default NULL COMMENT '排序', `cgrhead_id` varchar(36) default NULL COMMENT '动态报表ID', PRIMARY KEY (`id`), - KEY `idx_cgrheadid` (`cgrhead_id`) + KEY `idx_cgrheadid` USING BTREE (`cgrhead_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of jform_cgreport_param -- ---------------------------- +INSERT INTO `jform_cgreport_param` VALUES ('4028ef8156f98dcb0156f99cdb260010', '管理员', 'admin', '2016-09-05 17:10:21', null, null, null, 'A03', 'A0', 'operatetype', 'operatetype', '', null, '4028ef8156f848210156f84aa2280003'); -- ---------------------------- --- Table structure for `jform_contact` +-- Table structure for jform_contact -- ---------------------------- DROP TABLE IF EXISTS `jform_contact`; CREATE TABLE `jform_contact` ( @@ -1795,7 +1972,7 @@ INSERT INTO `jform_contact` VALUES ('4028ef8153cf9d710153cf9f29430002', '管理 INSERT INTO `jform_contact` VALUES ('4028ef815509d9db01550a0120f00002', '管理员', 'admin', '2016-06-01 00:00:00', '管理员', 'admin', '2016-06-01 00:00:00', 'A03', 'A0', '1', '1212', '1', '4028ef815373fddd015373fdfd9e0001', '12', '12', '18611788521', '12', null); -- ---------------------------- --- Table structure for `jform_contact_group` +-- Table structure for jform_contact_group -- ---------------------------- DROP TABLE IF EXISTS `jform_contact_group`; CREATE TABLE `jform_contact_group` ( @@ -1820,7 +1997,7 @@ INSERT INTO `jform_contact_group` VALUES ('4028ef815373fddd015373fddd540000', ' INSERT INTO `jform_contact_group` VALUES ('4028ef815373fddd015373fdfd9e0001', '管理员', 'admin', '2016-03-14 00:00:00', '管理员', 'admin', '2016-05-30 00:00:00', 'A03', 'A0', '1', '销售部'); -- ---------------------------- --- Table structure for `jform_employee_cost_claim` +-- Table structure for jform_employee_cost_claim -- ---------------------------- DROP TABLE IF EXISTS `jform_employee_cost_claim`; CREATE TABLE `jform_employee_cost_claim` ( @@ -1855,7 +2032,7 @@ CREATE TABLE `jform_employee_cost_claim` ( INSERT INTO `jform_employee_cost_claim` VALUES ('4028ef81536003710153600400740004', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); -- ---------------------------- --- Table structure for `jform_employee_entry` +-- Table structure for jform_employee_entry -- ---------------------------- DROP TABLE IF EXISTS `jform_employee_entry`; CREATE TABLE `jform_employee_entry` ( @@ -1909,7 +2086,7 @@ INSERT INTO `jform_employee_entry` VALUES ('4028138151b461e80151b461e86a0000', n INSERT INTO `jform_employee_entry` VALUES ('4028ef81552637e901552637e98b0000', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); -- ---------------------------- --- Table structure for `jform_employee_leave` +-- Table structure for jform_employee_leave -- ---------------------------- DROP TABLE IF EXISTS `jform_employee_leave`; CREATE TABLE `jform_employee_leave` ( @@ -1935,11 +2112,14 @@ CREATE TABLE `jform_employee_leave` ( -- ---------------------------- -- Records of jform_employee_leave -- ---------------------------- -INSERT INTO `jform_employee_leave` VALUES ('1', 'qiao', null, null, null, null, null, null, null, null, null, null, null, null, null, null); +INSERT INTO `jform_employee_leave` VALUES ('402880f3591fca6701591fca678b0000', '11', '2016-12-21 00:00:00', null, '事假', null, null, null, '1111', null, null, null, null, null, null, null); +INSERT INTO `jform_employee_leave` VALUES ('402880f3591fd24a01591fd24a920000', '12121', null, null, '事假', null, null, null, '1212', null, null, null, null, null, null, null); +INSERT INTO `jform_employee_leave` VALUES ('402880f3591fd24a01591fd31bb40001', '张三', null, null, '年假', null, null, null, '8000', null, null, null, null, null, null, null); +INSERT INTO `jform_employee_leave` VALUES ('402880f3591fd5d601591fd5d6dc0000', '111', null, null, '事假', null, null, null, '11', null, null, null, null, null, null, null); INSERT INTO `jform_employee_leave` VALUES ('4028efa2521a91c701521a91c77d0000', '阿巧', '2016-01-06 00:00:00', 'java开发', '事假', '回家', '2016-01-06 00:00:00', '2016-01-14 00:00:00', '22', '15110089792', '刘旭生', '刘旭生', '刘旭生', '刘旭生', '10001', null); -- ---------------------------- --- Table structure for `jform_employee_meals_cost` +-- Table structure for jform_employee_meals_cost -- ---------------------------- DROP TABLE IF EXISTS `jform_employee_meals_cost`; CREATE TABLE `jform_employee_meals_cost` ( @@ -1959,7 +2139,7 @@ CREATE TABLE `jform_employee_meals_cost` ( INSERT INTO `jform_employee_meals_cost` VALUES ('4028ef8154f799780154f79a19b90003', '4028ef81536003710153600400740004', null, null, null, null, null); -- ---------------------------- --- Table structure for `jform_employee_other_cost` +-- Table structure for jform_employee_other_cost -- ---------------------------- DROP TABLE IF EXISTS `jform_employee_other_cost`; CREATE TABLE `jform_employee_other_cost` ( @@ -1979,7 +2159,7 @@ CREATE TABLE `jform_employee_other_cost` ( INSERT INTO `jform_employee_other_cost` VALUES ('4028ef8154f799780154f79a19840002', '4028ef81536003710153600400740004', null, null, null, null, null); -- ---------------------------- --- Table structure for `jform_employee_resignation` +-- Table structure for jform_employee_resignation -- ---------------------------- DROP TABLE IF EXISTS `jform_employee_resignation`; CREATE TABLE `jform_employee_resignation` ( @@ -2020,7 +2200,7 @@ CREATE TABLE `jform_employee_resignation` ( INSERT INTO `jform_employee_resignation` VALUES ('4028ef81536380d90153639400990004', null, null, null, null, null, null, null, null, '12', '12', '12', '2016-03-11 00:00:00', 'cigong', '2016-03-11 00:00:00', '2016-03-11 00:00:00', '12', '12', '12', '12', '12', null, '12', '12', null, null, null, null); -- ---------------------------- --- Table structure for `jform_graphreport_head` +-- Table structure for jform_graphreport_head -- ---------------------------- DROP TABLE IF EXISTS `jform_graphreport_head`; CREATE TABLE `jform_graphreport_head` ( @@ -2042,7 +2222,7 @@ CREATE TABLE `jform_graphreport_head` ( INSERT INTO `jform_graphreport_head` VALUES ('402881e64ca71152014ca71152480000', 'select a.userid, count(*) ct, sum(case when right(logcontent, 4) in (\'登录成功\', \'cess\') then 1 else 0 end) login_count from t_s_log a where {operatetime} group by a.userid order by ct desc', 'yhcztj', '用户操作统计', '用户操作统计', '操作次数', 'userid', 'Y', 'function getTotalRows(totalRows) {\r\n return [\'ct\', \'login_count\'];\r\n}'); -- ---------------------------- --- Table structure for `jform_graphreport_item` +-- Table structure for jform_graphreport_item -- ---------------------------- DROP TABLE IF EXISTS `jform_graphreport_item`; CREATE TABLE `jform_graphreport_item` ( @@ -2076,7 +2256,7 @@ INSERT INTO `jform_graphreport_item` VALUES ('402881e64ca71152014ca71152a90002', INSERT INTO `jform_graphreport_item` VALUES ('402881e64ca7adc7014ca7adc75a0000', 'Y', 'group', '402881e64ca71152014ca71152480000', '', '', 'operatetime', '操作日期', 'Date', 'N', '3', '}}}}}}}}}}}}}}', 'N', 'spline', '', ''); -- ---------------------------- --- Table structure for `jform_leave` +-- Table structure for jform_leave -- ---------------------------- DROP TABLE IF EXISTS `jform_leave`; CREATE TABLE `jform_leave` ( @@ -2098,9 +2278,12 @@ CREATE TABLE `jform_leave` ( -- Records of jform_leave -- ---------------------------- INSERT INTO `jform_leave` VALUES ('4028ef815374112b015374112b620000', '请假出差', '李四', '0', '2016-03-31 00:00:00', '2016-03-17 15:39:41', null, '402880e447e99cf10147e9a03b320003', '12', '12', '12'); +INSERT INTO `jform_leave` VALUES ('4028ef81569113f501569113f5fa0000', '223', '33', '0', '2016-08-16 00:00:00', '2016-08-16 10:00:16', null, '402880e447e99cf10147e9a03b320003', '3', '33', '33'); +INSERT INTO `jform_leave` VALUES ('4028ef81569113f5015691154af60001', '12', '12', '0', '2016-08-16 00:00:00', '2016-08-16 10:01:33', null, '402880e447e99cf10147e9a03b320003', 'upload/files/201608161002239NrNvNKP.docx', '77', '77'); +INSERT INTO `jform_leave` VALUES ('4028ef81569113f50156911741030002', '44', '44', '0,1', '2016-08-16 00:00:00', '2016-08-16 10:03:28', null, '402880e447e99cf10147e9a03b320003', null, '4', '4'); -- ---------------------------- --- Table structure for `jform_order_customer` +-- Table structure for jform_order_customer -- ---------------------------- DROP TABLE IF EXISTS `jform_order_customer`; CREATE TABLE `jform_order_customer` ( @@ -2126,7 +2309,7 @@ INSERT INTO `jform_order_customer` VALUES ('4028ef81536003710153600371ec0001', ' INSERT INTO `jform_order_customer` VALUES ('4028ef815373fddd015374035a640004', '2', '2.00', null, null, '4028ef815373fddd015374035a3e0003'); -- ---------------------------- --- Table structure for `jform_order_main` +-- Table structure for jform_order_main -- ---------------------------- DROP TABLE IF EXISTS `jform_order_main`; CREATE TABLE `jform_order_main` ( @@ -2149,7 +2332,7 @@ INSERT INTO `jform_order_main` VALUES ('4028ef81536003710153600371320000', '张 INSERT INTO `jform_order_main` VALUES ('4028ef815373fddd015374035a3e0003', '张代浩', '2016-03-14 00:00:00', '12', '1'); -- ---------------------------- --- Table structure for `jform_order_ticket` +-- Table structure for jform_order_ticket -- ---------------------------- DROP TABLE IF EXISTS `jform_order_ticket`; CREATE TABLE `jform_order_ticket` ( @@ -2174,7 +2357,7 @@ INSERT INTO `jform_order_ticket` VALUES ('4028ef81536003710153600372940003', '1' INSERT INTO `jform_order_ticket` VALUES ('4028ef815373fddd015374035a9d0005', '1', '2016-03-14 15:24:39', '4028ef815373fddd015374035a3e0003'); -- ---------------------------- --- Table structure for `jform_price1` +-- Table structure for jform_price1 -- ---------------------------- DROP TABLE IF EXISTS `jform_price1`; CREATE TABLE `jform_price1` ( @@ -2202,7 +2385,7 @@ CREATE TABLE `jform_price1` ( -- ---------------------------- -- ---------------------------- --- Table structure for `jform_resume_degree_info` +-- Table structure for jform_resume_degree_info -- ---------------------------- DROP TABLE IF EXISTS `jform_resume_degree_info`; CREATE TABLE `jform_resume_degree_info` ( @@ -2219,11 +2402,11 @@ CREATE TABLE `jform_resume_degree_info` ( -- ---------------------------- -- Records of jform_resume_degree_info -- ---------------------------- -INSERT INTO `jform_resume_degree_info` VALUES ('4028ef8155bf28d40155bf2a510f000b', '4028ef815360037101536015fbe40007', '2016-03-01 00:00:00', '2016-03-10 00:00:00', '清华大学', '计算机', '本科'); -INSERT INTO `jform_resume_degree_info` VALUES ('4028ef8155bf28d40155bf2a512e000c', '4028ef815360037101536015fbe40007', '2016-03-31 00:00:00', '2016-03-31 00:00:00', '123', '123', '123'); +INSERT INTO `jform_resume_degree_info` VALUES ('4028ef8156826b380156826b390a0001', '4028ef815673f03a015673f35d8c0003', '2016-08-10 00:00:00', '2016-08-10 00:00:00', '99', null, null); +INSERT INTO `jform_resume_degree_info` VALUES ('4028ef8156826b380156826b4e160004', '4028ef815673f03a015673f03a880000', '2016-08-10 00:00:00', '2016-08-10 00:00:00', '北京大学', '计算机专业', null); -- ---------------------------- --- Table structure for `jform_resume_exp_info` +-- Table structure for jform_resume_exp_info -- ---------------------------- DROP TABLE IF EXISTS `jform_resume_exp_info`; CREATE TABLE `jform_resume_exp_info` ( @@ -2241,12 +2424,12 @@ CREATE TABLE `jform_resume_exp_info` ( -- ---------------------------- -- Records of jform_resume_exp_info -- ---------------------------- -INSERT INTO `jform_resume_exp_info` VALUES ('4028ef81547f9ad401547fd02fb40012', null, '2016-05-05 00:00:00', '2016-05-05 00:00:00', '99', '99', '99', '99'); -INSERT INTO `jform_resume_exp_info` VALUES ('4028ef8155bf28d40155bf2a50cc0009', '4028ef815360037101536015fbe40007', '2016-03-10 00:00:00', '2016-03-10 00:00:00', '北京软件', '研发部', '高级', '研究工作机器人'); -INSERT INTO `jform_resume_exp_info` VALUES ('4028ef8155bf28d40155bf2a50ec000a', '4028ef815360037101536015fbe40007', '2016-04-01 00:00:00', '2016-04-01 00:00:00', '1', '1', '1', '1'); +INSERT INTO `jform_resume_exp_info` VALUES ('4028ef8156826b380156826b38d40000', '4028ef815673f03a015673f35d8c0003', '2016-08-10 00:00:00', '2016-08-10 00:00:00', '99', '99', null, null); +INSERT INTO `jform_resume_exp_info` VALUES ('4028ef8156826b380156826b4dcf0002', '4028ef815673f03a015673f03a880000', '2016-08-10 00:00:00', '2016-08-10 00:00:00', '88', '88', '88', '88'); +INSERT INTO `jform_resume_exp_info` VALUES ('4028ef8156826b380156826b4df50003', '4028ef815673f03a015673f03a880000', '2016-08-10 00:00:00', '2016-08-10 00:00:00', '北京国炬', 'IT研发', '开发经理', '表现优秀'); -- ---------------------------- --- Table structure for `jform_resume_info` +-- Table structure for jform_resume_info -- ---------------------------- DROP TABLE IF EXISTS `jform_resume_info`; CREATE TABLE `jform_resume_info` ( @@ -2272,10 +2455,11 @@ CREATE TABLE `jform_resume_info` ( -- ---------------------------- -- Records of jform_resume_info -- ---------------------------- -INSERT INTO `jform_resume_info` VALUES ('4028ef815360037101536015fbe40007', '张三', '1', '2016-03-10 00:00:00', '18611788888', '123@123.com', '本科', '5', '345215468545454545,345215468545454545,345215468545454545,345215468545454545,345215468545454545,345215468545454545,345215468545454545,345215468545454545', '北京,北京,北京,北京,北京,北京,北京,北京', null, '8000', '北京', '软件开发', '2016-03-31 00:00:00', '很好'); +INSERT INTO `jform_resume_info` VALUES ('4028ef815673f03a015673f03a880000', '张三', '1', '2016-08-10 00:00:00', '18611788888', null, null, null, '123123', '123123', null, null, null, null, null, null); +INSERT INTO `jform_resume_info` VALUES ('4028ef815673f03a015673f35d8c0003', '小妹', '1', '2016-08-10 00:00:00', null, null, null, null, '121212', '1212212', null, null, null, null, null, null); -- ---------------------------- --- Table structure for `jform_tree` +-- Table structure for jform_tree -- ---------------------------- DROP TABLE IF EXISTS `jform_tree`; CREATE TABLE `jform_tree` ( @@ -2300,7 +2484,7 @@ INSERT INTO `jform_tree` VALUES ('4028ef81552e09fd01552e110d510002', '管理员' INSERT INTO `jform_tree` VALUES ('4028ef8155c4a6480155c4a6481e0000', '管理员', 'admin', '2016-07-07 00:00:00', '管理员', 'admin', '2016-07-07 00:00:00', '333', '4028ef81552e09fd01552e10fb280001', '333'); -- ---------------------------- --- Table structure for `jp_demo_activity` +-- Table structure for jp_demo_activity -- ---------------------------- DROP TABLE IF EXISTS `jp_demo_activity`; CREATE TABLE `jp_demo_activity` ( @@ -2320,7 +2504,7 @@ INSERT INTO `jp_demo_activity` VALUES ('DEBCE74A2E87406EBA557748BE0FA700', '1', INSERT INTO `jp_demo_activity` VALUES ('F4EAEF41A7DF4B59AE9A41455E1643F9', '3', '2016-06-30 23:52:20', '2016-06-30 23:52:21', '3'); -- ---------------------------- --- Table structure for `jp_demo_auth` +-- Table structure for jp_demo_auth -- ---------------------------- DROP TABLE IF EXISTS `jp_demo_auth`; CREATE TABLE `jp_demo_auth` ( @@ -2332,7 +2516,7 @@ CREATE TABLE `jp_demo_auth` ( `parent_auth_id` char(12) collate utf8_bin default NULL COMMENT '上一级权限编码', `leaf_ind` char(2) collate utf8_bin default NULL COMMENT '是否叶子节点', PRIMARY KEY (`id`), - UNIQUE KEY `uniq_authid` (`auth_id`) + UNIQUE KEY `uniq_authid` USING BTREE (`auth_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='运营系统权限表'; -- ---------------------------- @@ -2352,7 +2536,7 @@ INSERT INTO `jp_demo_auth` VALUES ('11', '210301', '新增权限', '1', '/system INSERT INTO `jp_demo_auth` VALUES ('12', '210302', '编辑权限', '1', '/system/back/jwSystemAuth/doEdit.do1', '2103', 'Y'); -- ---------------------------- --- Table structure for `jp_inner_mail` +-- Table structure for jp_inner_mail -- ---------------------------- DROP TABLE IF EXISTS `jp_inner_mail`; CREATE TABLE `jp_inner_mail` ( @@ -2386,7 +2570,7 @@ INSERT INTO `jp_inner_mail` VALUES ('4028ef8153c5a4860153c5cb63570011', '管理 INSERT INTO `jp_inner_mail` VALUES ('4028ef8153fe51210153fe5df3bd0001', '管理员', 'admin', '2016-04-10 12:11:23', '112', null, '

Jeecg-P3 1.0 版本发布,插件开发框架

特点:业务组件以JAR方式提供,插件模式、松耦合、可插拔、支持独立部署,也可以无缝集成Jeecg平台中。

【架构说明】

1.Jeecg-P3 采用SpringMvc + Minidao + Velocity + Maven(构建) 框架技术\r\n2.插件引入方式\r\n    pom.xml文件中,引入新开发的插件\r\n    <!-- P3 jar -->\r\n    <dependency>\r\n        <groupId>org.p3framework</groupId>\r\n        <artifactId>jeecg-p3-biz-demo</artifactId>\r\n        <version>1.0.0</version>\r\n    </dependency>\r\n3.项目启动访问方式:\r\n  采用maven方式,启动Web项目\r\n  http://localhost/jeecg-p3-web/{页面访问地址}\r\n4.页面层面不能采用jsp,需要采用模板语言Velocity\r\n5.插件式开发,每个业务组件以jar包方式提供\r\n6.数据库配置文件:\r\n  jeecg-p3-web/src/main/resources/dbconfig.properties

【项目说明】

jeecg-p3-web      | 启动主项目\r\njeecg-p3-biz-demo | 插件项目Demo

【开发入门】

☆准备工作:\r\n    1.标准开发工具:eclipse + jdk7 + tomcat7 + mysql\r\n    2.项目为maven工程,采用maven方式导入eclipse等IDE开发工具 \r\n\r\n☆快捷启动:\r\n    第一步:创建Mysql数据库jeecg-p3,采用UTF-8编码,执行下面数据库脚本\r\n            jeecg-p3-web/doc/sql/jeecg-p3-mysql.sql\r\n    第二步:双击运行jeecg-p3-web\\bin\\run-tomcat7.bat或bin\\run-tomcat.bat,\r\n            启动Web服务器(第一次运行,需要下载依赖jar包,请耐心等待)。\r\n    第三步:测试访问地址\r\n            1. http://localhost/jeecg-p3-web/p3/wxActInvite.do?list\r\n            2. http://localhost/jeecg-p3-web/p3/auth.do?list    \r\n\r\n☆Eclipse运行步骤:\r\n    第一步:创建Mysql数据库jeecg-p3,采用UTF-8编码,执行下面数据库脚本\r\n            jeecg-p3-web/doc/sql/jeecg-p3-mysql.sql\r\n    第二步:采用maven方式启动项目 (jeecg-p3-web)\r\n            项目右建->debug as->debug configurations->选中jeecg-p3-web项目->输入命令:tomcat:run\r\n            注意:[1].update snapshots需要选中,官方会不断更新底层包\r\n                  [2].插件项目不能单独启动,需以maven方式引入jeecg-p3-web项目中,启动web主项目\r\n    第四步:测试访问地址\r\n            1. http://localhost/jeecg-p3-web/p3/wxActInvite.do?list\r\n            2. http://localhost/jeecg-p3-web/p3/auth.do?list

【代码生成器】

1.工具类:jeecg-p3-web/src/main/java/util/P3CodeGenerateUtil.java\r\n2.配置文件:jeecg-p3-web/src/main/resources/p3-cg-config.properties

技术交流


', '02', '张代浩', '8a8ab0b246dc81120146dc81819d0053'); INSERT INTO `jp_inner_mail` VALUES ('4028ef81540325190154032622320002', '管理员', 'admin', '2016-04-11 10:28:31', '121212', null, '

此版本是一个扁平化UI风格版,提供4套风格供客户选择,让我们共同期待后续版本的到来

  1. ACE扁平化风格;

  2. 代码生成器,支持restful后台代码生成;

  3. Online表单提供对外HTTP接口;

  4. 用户,角色,组织机构,导入功能;

  5. 多附件上传报错处理;

  6. 查询过滤器查询报错处理;

  7. online代码生成器支持bootstrap表单风格生成;

  8. online代码生成器支持上传组件生成;

  9. 升级minidao;

  10. 在线文档管理;

  11. 邮件管理;

  12. 封装标签:用户标签,组织机构标签;

  13. 移动报表展示;

  14. 插件演示;


', '02', '张代浩', '8a8ab0b246dc81120146dc81819d0053'); INSERT INTO `jp_inner_mail` VALUES ('4028ef8154032519015403287cc9000c', '张代浩', 'scott', '2016-04-11 10:31:05', '测试邮件', null, '

测试邮件

', '01', '管理员', '8a8ab0b246dc81120146dc8181950052'); -INSERT INTO `jp_inner_mail` VALUES ('46604968EFE1483481BE6EDAFC657CBC', '管理员', 'admin', '2016-07-17 22:41:40', '12', null, '\n 12\n ', '01', '张代浩', '8a8ab0b246dc81120146dc81819d0053'); +INSERT INTO `jp_inner_mail` VALUES ('46604968EFE1483481BE6EDAFC657CBC', '管理员', 'admin', '2016-07-17 22:41:40', '12', null, '\n 12\n ', '02', '张代浩', '8a8ab0b246dc81120146dc81819d0053'); INSERT INTO `jp_inner_mail` VALUES ('5F99D18C7CED41D0BF5DB9B351D5522E', '管理员', 'admin', null, '1212', null, '1212121212', '02', '张三,管理员', '4028ef81538330cd01538333b7bc0001,8a8ab0b246dc81120146dc8181950052'); INSERT INTO `jp_inner_mail` VALUES ('771A39B4BB924C62B718B067A0189C72', '张三', 'lisi', null, '测试草稿', null, '\n 测试草稿\n\n \n ', '01', '管理员', ''); INSERT INTO `jp_inner_mail` VALUES ('80683B1F97844A209D665B601B302E36', '张三', 'lisi', null, '测试草稿功能', null, '\n 测试草稿功能测试草稿功能\n\n \n ', '01', '管理员', ''); @@ -2394,9 +2578,10 @@ INSERT INTO `jp_inner_mail` VALUES ('87702BA292984B1CBBB3BC34D097F9D6', '管理 INSERT INTO `jp_inner_mail` VALUES ('A1606A71E238407F9911692132B73617', '张三', 'lisi', null, '999999999999', null, '\n 99999999999999999999\n ', '02', '管理员', ''); INSERT INTO `jp_inner_mail` VALUES ('B4CC1059FDA6440F96FB3FFDE63ABAA9', '管理员', 'admin', null, '1222', null, '\n 1212\n ', '02', '管理员', ''); INSERT INTO `jp_inner_mail` VALUES ('CAB308BF489144AD8842667CC741D453', '管理员', 'admin', '2016-07-18 16:54:13', '12', null, '12', '01', '张代浩', '8a8ab0b246dc81120146dc81819d0053'); +INSERT INTO `jp_inner_mail` VALUES ('E9B0557DBA994D46A3D44495AFA428B0', '管理员', 'admin', '2017-01-10 10:25:26', '1212', null, '121212', '01', 'demo', '402880e74d75c4dd014d75d44af30005'); -- ---------------------------- --- Table structure for `jp_inner_mail_attach` +-- Table structure for jp_inner_mail_attach -- ---------------------------- DROP TABLE IF EXISTS `jp_inner_mail_attach`; CREATE TABLE `jp_inner_mail_attach` ( @@ -2411,7 +2596,7 @@ CREATE TABLE `jp_inner_mail_attach` ( INSERT INTO `jp_inner_mail_attach` VALUES ('4028ef8153a650060153a65327350012', '4028ef8153a650060153a653262c0010'); -- ---------------------------- --- Table structure for `jp_inner_mail_receiver` +-- Table structure for jp_inner_mail_receiver -- ---------------------------- DROP TABLE IF EXISTS `jp_inner_mail_receiver`; CREATE TABLE `jp_inner_mail_receiver` ( @@ -2444,6 +2629,7 @@ INSERT INTO `jp_inner_mail_receiver` VALUES ('4028ef81540325190154032a238e001d', INSERT INTO `jp_inner_mail_receiver` VALUES ('4DE50EC2B9AC4D86B5DE2D36EE3B1B30', '2016-07-05 14:48:40', null, 'BB3DF9C9437C4512923A9CE162B81A40', '8a8ab0b246dc81120146dc8181950052', '00', null); INSERT INTO `jp_inner_mail_receiver` VALUES ('598A0F12130145C898334BB3F51B8BFE', '2016-07-05 14:22:13', null, 'B4CC1059FDA6440F96FB3FFDE63ABAA9', '', '00', null); INSERT INTO `jp_inner_mail_receiver` VALUES ('9E1214516ECE4DF38A652264E60F5EE8', '2016-07-17 22:41:48', '2016-07-17 22:42:52', '46604968EFE1483481BE6EDAFC657CBC', '8a8ab0b246dc81120146dc81819d0053', '00', '1'); +INSERT INTO `jp_inner_mail_receiver` VALUES ('9E7454B4F67A4BBFB34A23BD806BC3C6', '2017-01-10 10:25:26', '2017-01-10 10:25:26', 'E9B0557DBA994D46A3D44495AFA428B0', '402880e74d75c4dd014d75d44af30005', '00', '0'); INSERT INTO `jp_inner_mail_receiver` VALUES ('9FC0C28ECE474448888B9E872DC3B72D', '2016-07-05 14:40:15', null, '3A230A6CC3544E1B9D941136ACBB4E1B', '', '00', null); INSERT INTO `jp_inner_mail_receiver` VALUES ('B3F28061CB534C419E36D9C1AB401052', '2016-07-11 12:06:55', null, '3C5E246D939545069FAB2DFD0D4B0474', '8a8ab0b246dc81120146dc8181950052', '00', null); INSERT INTO `jp_inner_mail_receiver` VALUES ('CAAC167F8FD442B38C5F2232DCA88460', '2016-07-11 12:11:19', null, '771A39B4BB924C62B718B067A0189C72', '', '00', null); @@ -2451,7 +2637,34 @@ INSERT INTO `jp_inner_mail_receiver` VALUES ('DDBDE922A4824DECACFE1F903D281535', INSERT INTO `jp_inner_mail_receiver` VALUES ('F35684BE071F40939155F4FBC844F040', '2016-07-11 12:08:43', null, '80683B1F97844A209D665B601B302E36', '', '00', null); -- ---------------------------- --- Table structure for `t_finance` +-- Table structure for test_ditie +-- ---------------------------- +DROP TABLE IF EXISTS `test_ditie`; +CREATE TABLE `test_ditie` ( + `id` varchar(36) NOT NULL COMMENT '主键', + `create_name` varchar(50) default NULL COMMENT '创建人名称', + `create_by` varchar(50) default NULL COMMENT '创建人登录名称', + `create_date` datetime default NULL COMMENT '创建日期', + `update_name` varchar(50) default NULL COMMENT '更新人名称', + `update_by` varchar(50) default NULL COMMENT '更新人登录名称', + `update_date` datetime default NULL COMMENT '更新日期', + `sys_org_code` varchar(50) default NULL COMMENT '所属部门', + `sys_company_code` varchar(50) default NULL COMMENT '所属公司', + `name` varchar(32) default NULL COMMENT '地铁站名', + `begin_date` datetime default NULL COMMENT '启动时间', + `content` varchar(500) default NULL COMMENT '说明', + `ctypedd` varchar(32) default NULL COMMENT '类型', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- ---------------------------- +-- Records of test_ditie +-- ---------------------------- +INSERT INTO `test_ditie` VALUES ('402880ee5a17ea59015a17ea59200000', '管理员', 'admin', '2017-02-07 17:31:58', '管理员', 'admin', '2017-02-07 17:35:39', 'A03', 'A03', '33333', '2017-02-24 00:00:00', null, null); +INSERT INTO `test_ditie` VALUES ('402881875992ece9015992f421c10004', '管理员', 'admin', '2017-01-12 00:00:00', null, null, null, 'A03', 'A03', '111', '2017-01-12 00:00:00', '11', '1'); + +-- ---------------------------- +-- Table structure for t_finance -- ---------------------------- DROP TABLE IF EXISTS `t_finance`; CREATE TABLE `t_finance` ( @@ -2481,18 +2694,18 @@ CREATE TABLE `t_finance` ( INSERT INTO `t_finance` VALUES ('4028ef8155103d070155103ee78e000a', '', null, null, null, null, null, '', '', '', null, null, null, null, null, null, ''); -- ---------------------------- --- Table structure for `t_finance_files` +-- Table structure for t_finance_files -- ---------------------------- DROP TABLE IF EXISTS `t_finance_files`; CREATE TABLE `t_finance_files` ( `id` varchar(32) NOT NULL, `financeId` varchar(32) default NULL, PRIMARY KEY (`id`), - KEY `FK_ij2p74feypwcda4n0n96pyd10` (`financeId`), - KEY `FK_28m7vvi0cy5r5keke68b6f7rt` (`id`), - CONSTRAINT `FK_28m7vvi0cy5r5keke68b6f7rt` FOREIGN KEY (`id`) REFERENCES `t_s_attachment` (`ID`), - CONSTRAINT `FK_ij2p74feypwcda4n0n96pyd10` FOREIGN KEY (`financeId`) REFERENCES `t_finance` (`ID`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; + KEY `FK_ij2p74feypwcda4n0n96pyd10` USING BTREE (`financeId`), + KEY `FK_28m7vvi0cy5r5keke68b6f7rt` USING BTREE (`id`), + CONSTRAINT `t_finance_files_ibfk_1` FOREIGN KEY (`id`) REFERENCES `t_s_attachment` (`ID`), + CONSTRAINT `t_finance_files_ibfk_2` FOREIGN KEY (`financeId`) REFERENCES `t_finance` (`ID`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='InnoDB free: 171008 kB; (`id`) REFER `jeecg_20170207/t_s_att'; -- ---------------------------- -- Records of t_finance_files @@ -2500,7 +2713,7 @@ CREATE TABLE `t_finance_files` ( INSERT INTO `t_finance_files` VALUES ('4028ef8155103d070155103ee823000c', '4028ef8155103d070155103ee78e000a'); -- ---------------------------- --- Table structure for `t_s_attachment` +-- Table structure for t_s_attachment -- ---------------------------- DROP TABLE IF EXISTS `t_s_attachment`; CREATE TABLE `t_s_attachment` ( @@ -2518,7 +2731,7 @@ CREATE TABLE `t_s_attachment` ( `INFOTYPEID` varchar(32) default NULL, `USERID` varchar(32) default NULL, PRIMARY KEY (`ID`), - KEY `FK_mnq23hlc835n4ufgjl7nkn3bd` (`USERID`) + KEY `FK_mnq23hlc835n4ufgjl7nkn3bd` USING BTREE (`USERID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -2527,12 +2740,14 @@ CREATE TABLE `t_s_attachment` ( INSERT INTO `t_s_attachment` VALUES ('4028ef8153a650060153a65327350012', null, '联通问题20160126', null, null, 'txt', null, 'upload/files/20160324095300cGLn1DMs.txt', null, 'upload/files/20160324095300cGLn1DMs.swf', null, null, null); INSERT INTO `t_s_attachment` VALUES ('4028ef8153cf9d710153cfa38ea10010', null, '12', null, null, 'txt', null, 'upload/files/20160401102515OPXGG3yH.txt', null, 'upload/files/20160401102515OPXGG3yH.swf', null, null, null); INSERT INTO `t_s_attachment` VALUES ('4028ef8153cf9d710153cfa4a5cc0013', null, '12', null, null, 'txt', null, 'upload/files/20160401102627O0dOFSea.txt', null, 'upload/files/20160401102627O0dOFSea.swf', null, null, null); -INSERT INTO `t_s_attachment` VALUES ('4028ef81549a6bd301549a6cda7f0002', null, '招聘', null, '2016-05-10 19:28:25', 'txt', null, 'upload/files/201605101928256PPpKhRz.txt', 'org.jeecgframework.web.system.pojo.base.TSDocument', 'upload/files/201605101928256PPpKhRz.swf', null, null, null); INSERT INTO `t_s_attachment` VALUES ('4028ef815509d842015509e143280004', null, '20160504-联通升级', null, null, 'txt', null, 'upload/files/20160601105325pLV33L00.txt', null, 'upload/files/20160601105325pLV33L00.swf', null, null, null); INSERT INTO `t_s_attachment` VALUES ('4028ef8155103d070155103ee823000c', null, '联通微信清理数据脚本', null, null, 'txt', null, 'upload/files/20160602163326F3sM4W5u.txt', null, 'upload/files/20160602163326F3sM4W5u.swf', null, null, null); +INSERT INTO `t_s_attachment` VALUES ('4028ef81567cb00901567cb41f960007', null, 'H5活动平台运营方案', null, '2016-08-12 11:03:14', 'docx', null, 'upload/files/20160812110314OSHH9KmL.docx', 'org.jeecgframework.web.system.pojo.base.TSDocument', 'upload/files/20160812110314OSHH9KmL.swf', null, null, null); +INSERT INTO `t_s_attachment` VALUES ('4028ef81569111e501569115983b0007', null, '新建MicrosoftOfficeExcel2007Workbook', null, null, 'xlsx', null, 'upload/files/20160816100206gFOmf1Ny.xlsx', null, 'upload/files/20160816100206gFOmf1Ny.swf', null, null, null); +INSERT INTO `t_s_attachment` VALUES ('4028ef81569111e501569115d8fe0008', null, 'JEECG-关联查询文档_v3', null, null, 'docx', null, 'upload/files/201608161002239NrNvNKP.docx', null, 'upload/files/201608161002239NrNvNKP.swf', null, null, null); -- ---------------------------- --- Table structure for `t_s_base_user` +-- Table structure for t_s_base_user -- ---------------------------- DROP TABLE IF EXISTS `t_s_base_user`; CREATE TABLE `t_s_base_user` ( @@ -2548,24 +2763,27 @@ CREATE TABLE `t_s_base_user` ( `departid` varchar(32) default NULL, `delete_flag` smallint(6) default NULL COMMENT '删除状态', PRIMARY KEY (`ID`), - KEY `FK_15jh1g4iem1857546ggor42et` (`departid`), - KEY `index_login` (`password`,`username`), - KEY `idx_deleteflg` (`delete_flag`), - CONSTRAINT `FK_15jh1g4iem1857546ggor42et` FOREIGN KEY (`departid`) REFERENCES `t_s_depart` (`ID`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; + KEY `FK_15jh1g4iem1857546ggor42et` USING BTREE (`departid`), + KEY `index_login` USING BTREE (`password`,`username`), + KEY `idx_deleteflg` USING BTREE (`delete_flag`), + CONSTRAINT `t_s_base_user_ibfk_1` FOREIGN KEY (`departid`) REFERENCES `t_s_depart` (`ID`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='InnoDB free: 171008 kB; (`departid`) REFER `jeecg_20170207/t'; -- ---------------------------- -- Records of t_s_base_user -- ---------------------------- INSERT INTO `t_s_base_user` VALUES ('402880e74d75c4dd014d75d44af30005', null, null, 'deec3ebf23191eee', 'demo', null, '1', 'demo', 'demo', null, '0'); -INSERT INTO `t_s_base_user` VALUES ('4028ef81538330cd01538333b7bc0001', null, null, 'fa83c6e9a2006c62', '张三', null, '1', '普通用户', 'lisi', null, '0'); +INSERT INTO `t_s_base_user` VALUES ('402880f159a546550159a547aaed0001', null, null, '3cc69c68200e39a7', '111', null, '1', '普通用户', '111', null, '0'); +INSERT INTO `t_s_base_user` VALUES ('402881875988e889015988ec36770001', null, null, 'f68bb6f881b0ebe0', '7777', null, '1', 'demo', '777', null, '1'); +INSERT INTO `t_s_base_user` VALUES ('4028ef81538330cd01538333b7bc0001', null, null, 'fa83c6e9a2006c62', '李四', null, '1', '普通用户', 'lisi', null, '0'); +INSERT INTO `t_s_base_user` VALUES ('4028ef81563ae5be01563ae92d7f0002', null, null, 'bff95c03433b66af', '999', null, '1', 'demo', '999', null, '1'); INSERT INTO `t_s_base_user` VALUES ('8a8ab0b246dc81120146dc8181950052', null, null, 'c44b01947c9e6e3f', '管理员', null, '1', '管理员', 'admin', '8a8ab0b246dc81120146dc8180a20016', '0'); INSERT INTO `t_s_base_user` VALUES ('8a8ab0b246dc81120146dc81819d0053', null, null, 'd47ca58189979651', '张代浩', null, '1', '普通用户', 'scott', '8a8ab0b246dc81120146dc8180bd0018', '0'); INSERT INTO `t_s_base_user` VALUES ('8a8ab0b246dc81120146dc8181a10054', null, null, 'f2322ec2fb9f40d1', '采购员', null, '1', '管理员', 'cgy', '8a8ab0b246dc81120146dc8180a20016', '1'); INSERT INTO `t_s_base_user` VALUES ('8a8ab0b246dc81120146dc8181a60055', '1', null, 'a324509dc1a3089a', '采购审批员', null, '1', '管理员', 'cgspy', '8a8ab0b246dc81120146dc8180a20016', '0'); -- ---------------------------- --- Table structure for `t_s_category` +-- Table structure for t_s_category -- ---------------------------- DROP TABLE IF EXISTS `t_s_category`; CREATE TABLE `t_s_category` ( @@ -2584,7 +2802,7 @@ CREATE TABLE `t_s_category` ( `sys_company_code` varchar(10) NOT NULL COMMENT '公司', `PARENT_CODE` varchar(32) default NULL, PRIMARY KEY (`id`), - UNIQUE KEY `uniq_code` (`code`) + UNIQUE KEY `uniq_code` USING BTREE (`code`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='分类管理'; -- ---------------------------- @@ -2604,7 +2822,7 @@ INSERT INTO `t_s_category` VALUES ('4028ef81526266d401526273ee390033', '8a8ab0b2 INSERT INTO `t_s_category` VALUES ('4028ef81526266d40152627417350035', '8a8ab0b246dc81120146dc8180460000', 'A03A01A01', '红旗汽车', '管理员', 'admin', '2016-01-21 12:32:01', null, null, null, null, 'A03', 'A0', 'A03A01'); -- ---------------------------- --- Table structure for `t_s_config` +-- Table structure for t_s_config -- ---------------------------- DROP TABLE IF EXISTS `t_s_config`; CREATE TABLE `t_s_config` ( @@ -2615,16 +2833,16 @@ CREATE TABLE `t_s_config` ( `note` longtext, `userid` varchar(32) default NULL, PRIMARY KEY (`ID`), - KEY `FK_m3q8r50ror4fl7fjkvd82tqgn` (`userid`), - CONSTRAINT `FK_m3q8r50ror4fl7fjkvd82tqgn` FOREIGN KEY (`userid`) REFERENCES `t_s_user` (`id`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; + KEY `FK_m3q8r50ror4fl7fjkvd82tqgn` USING BTREE (`userid`), + CONSTRAINT `t_s_config_ibfk_1` FOREIGN KEY (`userid`) REFERENCES `t_s_user` (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='InnoDB free: 171008 kB; (`userid`) REFER `jeecg_20170207/t_s'; -- ---------------------------- -- Records of t_s_config -- ---------------------------- -- ---------------------------- --- Table structure for `t_s_data_log` +-- Table structure for t_s_data_log -- ---------------------------- DROP TABLE IF EXISTS `t_s_data_log`; CREATE TABLE `t_s_data_log` ( @@ -2642,7 +2860,7 @@ CREATE TABLE `t_s_data_log` ( `data_content` text COMMENT '数据内容', `version_number` int(11) default NULL COMMENT '版本号', PRIMARY KEY (`id`), - KEY `sindex` (`table_name`,`data_id`) + KEY `sindex` USING BTREE (`table_name`,`data_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -2657,9 +2875,10 @@ INSERT INTO `t_s_data_log` VALUES ('4028ef8153c028db0153c051d4b5000a', '管理 INSERT INTO `t_s_data_log` VALUES ('4028ef8153c028db0153c07033d8000d', '管理员', 'admin', '2016-03-29 11:34:52', null, null, null, 'A03', 'A0', 'jeecg_demo', '4028ef8153c028db0153c0502d420002', '{\"mobilePhone\":\"13565486458\",\"officePhone\":\"123\",\"email\":\"\",\"age\":23,\"createDate\":\"Mar 29, 2016 10:59:53 AM\",\"depId\":\"402880e447e99cf10147e9a03b320003\",\"userName\":\"123\",\"status\":\"0\",\"id\":\"4028ef8153c028db0153c0502d420002\"}', '3'); INSERT INTO `t_s_data_log` VALUES ('4028ef8153c028db0153c070492e000f', '管理员', 'admin', '2016-03-29 11:34:57', null, null, null, 'A03', 'A0', 'jeecg_demo', '4028ef8153c028db0153c0509a3e0005', '{\"mobilePhone\":\"13565486458\",\"officePhone\":\"\",\"email\":\"\",\"age\":22,\"createDate\":\"Mar 29, 2016 11:00:21 AM\",\"depId\":\"402880e447e99cf10147e9a03b320003\",\"userName\":\"22\",\"status\":\"0\",\"id\":\"4028ef8153c028db0153c0509a3e0005\"}', '3'); INSERT INTO `t_s_data_log` VALUES ('4028ef81550c1a7901550c1cd7850002', '管理员', 'admin', '2016-06-01 21:17:44', null, null, null, 'A03', 'A0', 'jeecg_demo', '4028ef81550c1a7901550c1cd6e70001', '{\"mobilePhone\":\"\",\"officePhone\":\"\",\"email\":\"\",\"createDate\":\"Jun 1, 2016 9:17:44 PM\",\"sex\":\"1\",\"depId\":\"402880e447e99cf10147e9a03b320003\",\"userName\":\"121221\",\"status\":\"0\",\"id\":\"4028ef81550c1a7901550c1cd6e70001\"}', '1'); +INSERT INTO `t_s_data_log` VALUES ('4028ef81568c31ec01568c3307080004', '管理员', 'admin', '2016-08-15 11:16:09', null, null, null, 'A03', 'A0', 'jeecg_demo', '4028ef81550c1a7901550c1cd6e70001', '{\"mobilePhone\":\"\",\"officePhone\":\"\",\"email\":\"\",\"createDate\":\"Jun 23, 2016 12:00:00 PM\",\"sex\":\"1\",\"depId\":\"402880e447e99cf10147e9a03b320003\",\"userName\":\"9001\",\"status\":\"1\",\"content\":\"111\",\"id\":\"4028ef81550c1a7901550c1cd6e70001\"}', '2'); -- ---------------------------- --- Table structure for `t_s_data_rule` +-- Table structure for t_s_data_rule -- ---------------------------- DROP TABLE IF EXISTS `t_s_data_rule`; CREATE TABLE `t_s_data_rule` ( @@ -2690,9 +2909,10 @@ INSERT INTO `t_s_data_rule` VALUES ('402880e6487e661a01487e8153ee0007', 'create_ INSERT INTO `t_s_data_rule` VALUES ('402881e45394d66901539500a4450001', 'sysCompanyCode', 'sysCompanyCode', '=', '#{SYS_COMPANY_CODE}', '2016-03-21 01:09:21', 'admin', '管理员', null, null, null, '402881e54df73c73014df75ab670000f'); INSERT INTO `t_s_data_rule` VALUES ('402881e45394d6690153950177cb0003', 'sysOrgCode', 'sysOrgCode', '=', '#{SYS_ORG_CODE}', '2016-03-21 01:10:15', 'admin', '管理员', null, null, null, '402881e54df73c73014df75ab670000f'); INSERT INTO `t_s_data_rule` VALUES ('4028ef815595a881015595b0ccb60001', '创建人', 'create_by', '=', 'zhangsan', '2016-06-28 14:27:19', 'admin', '管理员', null, null, null, '40288088481d019401481d2fcebf000d'); +INSERT INTO `t_s_data_rule` VALUES ('4028ef81574ae99701574aed26530005', '用户名', 'userName', '!=', 'admin', '2016-09-21 12:07:18', 'admin', '管理员', null, null, null, '4028ef81574ae99701574aeb97bd0003'); -- ---------------------------- --- Table structure for `t_s_data_source` +-- Table structure for t_s_data_source -- ---------------------------- DROP TABLE IF EXISTS `t_s_data_source`; CREATE TABLE `t_s_data_source` ( @@ -2711,11 +2931,11 @@ CREATE TABLE `t_s_data_source` ( -- ---------------------------- -- Records of t_s_data_source -- ---------------------------- -INSERT INTO `t_s_data_source` VALUES ('402880e74e064fc5014e0652f72b0001', 'jeewx-yunying', '微信运营数据库', 'com.mysql.jdbc.Driver', 'jdbc:mysql://localhost:3306/jeewx-yunying?useUnicode=true&characterEncoding=UTF-8', 'root', 'e3593c2fa5ad98c3c617064700983f0d063321cec19f8c6c', 'mysql', 'jeewx-yunying'); +INSERT INTO `t_s_data_source` VALUES ('402880e74e064fc5014e0652f72b0001', 'jeewx-yunying', '微信运营数据库', 'com.mysql.jdbc.Driver', 'jdbc:mysql://localhost:3306/jeewx-yunying?useUnicode=true&characterEncoding=UTF-8', 'root', 'ea3d519525358e00', 'mysql', 'jeewx-yunying'); INSERT INTO `t_s_data_source` VALUES ('8a8aada9486347c001486401180a0003', 'SAP_DB', 'sap db', 'oracle.jdbc.driver.OracleDriver', 'jdbc:oracle:thin:@127.0.0.1:1521:oral', 'db_user', 'b87229b8439ad93f6f288822a9f2a01c', 'oracle', 'orcl'); -- ---------------------------- --- Table structure for `t_s_demo` +-- Table structure for t_s_demo -- ---------------------------- DROP TABLE IF EXISTS `t_s_demo`; CREATE TABLE `t_s_demo` ( @@ -2726,9 +2946,9 @@ CREATE TABLE `t_s_demo` ( `demourl` varchar(200) default NULL, `demopid` varchar(32) default NULL, PRIMARY KEY (`ID`), - KEY `FK_fni8e3v88wcf2sahhlv57u4nm` (`demopid`), - CONSTRAINT `FK_fni8e3v88wcf2sahhlv57u4nm` FOREIGN KEY (`demopid`) REFERENCES `t_s_demo` (`ID`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; + KEY `FK_fni8e3v88wcf2sahhlv57u4nm` USING BTREE (`demopid`), + CONSTRAINT `t_s_demo_ibfk_1` FOREIGN KEY (`demopid`) REFERENCES `t_s_demo` (`ID`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='InnoDB free: 171008 kB; (`demopid`) REFER `jeecg_20170207/t_'; -- ---------------------------- -- Records of t_s_demo @@ -2740,7 +2960,7 @@ INSERT INTO `t_s_demo` VALUES ('402880e74d582251014d58260e3a0002', '9', '99', '9 INSERT INTO `t_s_demo` VALUES ('8a8ab0b246dc81120146dc8183cb00d5', '
\r\n \r\n \r\n \r\n
\r\n
\r\n \r\n \r\n \r\n
\r\n
\r\n \r\n \r\n \r\n 阅读\r\n \r\n \r\n \r\n 音乐\r\n \r\n \r\n \r\n 运动\r\n \r\n \r\n
\r\n
\r\n \r\n \r\n \r\n
\r\n
\r\n \r\n \r\n \r\n
\r\n
\r\n \r\n \r\n \r\n
\r\n
\r\n \r\n \r\n \r\n
\r\n
\r\n \r\n \r\n \r\n
', null, '表单验证', null, null); -- ---------------------------- --- Table structure for `t_s_depart` +-- Table structure for t_s_depart -- ---------------------------- DROP TABLE IF EXISTS `t_s_depart`; CREATE TABLE `t_s_depart` ( @@ -2753,26 +2973,30 @@ CREATE TABLE `t_s_depart` ( `mobile` varchar(32) default NULL, `fax` varchar(32) default NULL, `address` varchar(100) default NULL, + `depart_order` varchar(5) default '0' COMMENT '排序', PRIMARY KEY (`ID`), - KEY `FK_knnm3wb0bembwvm0il7tf6686` (`parentdepartid`) + KEY `FK_knnm3wb0bembwvm0il7tf6686` USING BTREE (`parentdepartid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of t_s_depart -- ---------------------------- -INSERT INTO `t_s_depart` VALUES ('402880e447e99cf10147e9a03b320003', '北京国炬软件', '', null, 'A01', '1', null, null, null); -INSERT INTO `t_s_depart` VALUES ('402880e447e9a9570147e9b677320003', '软件信息部', '', '402880e447e99cf10147e9a03b320003', 'A01A01', '2', null, null, null); -INSERT INTO `t_s_depart` VALUES ('402880e447e9a9570147e9b6a3be0005', '销售部门', '', '402880e447e99cf10147e9a03b320003', 'A01A02', '2', null, null, null); -INSERT INTO `t_s_depart` VALUES ('402880e447e9a9570147e9b710d20007', '人力资源部', '', '402880e447e99cf10147e9a03b320003', 'A01A03', '2', null, null, null); -INSERT INTO `t_s_depart` VALUES ('402880e447e9a9570147e9b762e30009', '销售经理', '', '402880e447e9a9570147e9b6a3be0005', 'A01A02A01', '2', null, null, null); -INSERT INTO `t_s_depart` VALUES ('402880e447e9ba550147e9c53b2e0013', '财务', '', '8a8ab0b246dc81120146dc8180ba0017', 'A03A02', '2', null, null, null); -INSERT INTO `t_s_depart` VALUES ('402880e6487e661a01487e6b504e0001', '销售人员', '销售人员', '402880e447e9a9570147e9b762e30009', 'A01A02A01A01', '3', null, null, null); -INSERT INTO `t_s_depart` VALUES ('8a8ab0b246dc81120146dc8180a20016', '中国人寿总公司', '', null, 'A02', '1', null, null, null); -INSERT INTO `t_s_depart` VALUES ('8a8ab0b246dc81120146dc8180ba0017', 'JEECG开源社区', '', null, 'A03', '1', null, null, null); -INSERT INTO `t_s_depart` VALUES ('8a8ab0b246dc81120146dc8180bd0018', '软件开发部', '研发技术难题', '8a8ab0b246dc81120146dc8180ba0017', 'A03A01', '2', null, null, null); +INSERT INTO `t_s_depart` VALUES ('402880e447e99cf10147e9a03b320003', '北京国炬软件', '', null, 'A01', '1', '', '', '', '1'); +INSERT INTO `t_s_depart` VALUES ('402880e447e9a9570147e9b677320003', '软件信息部', '', '402880e447e99cf10147e9a03b320003', 'A01A01', '2', null, null, null, '0'); +INSERT INTO `t_s_depart` VALUES ('402880e447e9a9570147e9b6a3be0005', '销售部门', '', '402880e447e99cf10147e9a03b320003', 'A01A02', '2', null, null, null, '0'); +INSERT INTO `t_s_depart` VALUES ('402880e447e9a9570147e9b710d20007', '人力资源部', '', '402880e447e99cf10147e9a03b320003', 'A01A03', '2', null, null, null, '0'); +INSERT INTO `t_s_depart` VALUES ('402880e447e9a9570147e9b762e30009', '销售经理', '', '402880e447e9a9570147e9b6a3be0005', 'A01A02A01', '2', null, null, null, '0'); +INSERT INTO `t_s_depart` VALUES ('402880e447e9ba550147e9c53b2e0013', '财务', '', '8a8ab0b246dc81120146dc8180ba0017', 'A03A02', '2', null, null, null, '0'); +INSERT INTO `t_s_depart` VALUES ('402880e6487e661a01487e6b504e0001', '销售人员', '销售人员', '402880e447e9a9570147e9b762e30009', 'A01A02A01A01', '3', null, null, null, '0'); +INSERT INTO `t_s_depart` VALUES ('402880f15986303c0159864816180002', '部门经理', '', '8a8ab0b246dc81120146dc8180a20016', 'A02A01', '3', '', '', '1', '0'); +INSERT INTO `t_s_depart` VALUES ('402881875992e76c015992f641b0002c', '北京国炬软件B', '', null, 'B01', '1', '', '', '', '0'); +INSERT INTO `t_s_depart` VALUES ('402881875992e76c015992f641bd002d', '软件信息部B', '', '402881875992e76c015992f641b0002c', 'B01B01', '2', '', '', '', '0'); +INSERT INTO `t_s_depart` VALUES ('8a8ab0b246dc81120146dc8180a20016', '中国人寿总公司', '', null, 'A02', '1', '', '', '', '3'); +INSERT INTO `t_s_depart` VALUES ('8a8ab0b246dc81120146dc8180ba0017', 'JEECG开源社区', '', null, 'A03', '1', '', '', '', '2'); +INSERT INTO `t_s_depart` VALUES ('8a8ab0b246dc81120146dc8180bd0018', '软件开发部', '研发技术难题', '8a8ab0b246dc81120146dc8180ba0017', 'A03A01', '2', null, null, null, '0'); -- ---------------------------- --- Table structure for `t_s_document` +-- Table structure for t_s_document -- ---------------------------- DROP TABLE IF EXISTS `t_s_document`; CREATE TABLE `t_s_document` ( @@ -2783,17 +3007,17 @@ CREATE TABLE `t_s_document` ( `id` varchar(32) NOT NULL, `typeid` varchar(32) default NULL, PRIMARY KEY (`id`), - KEY `FK_qr3qlmgkflj35m5ci1xv0vvg3` (`typeid`), - KEY `FK_f2mc12eu0umghp2i70apmtxjl` (`id`) + KEY `FK_qr3qlmgkflj35m5ci1xv0vvg3` USING BTREE (`typeid`), + KEY `FK_f2mc12eu0umghp2i70apmtxjl` USING BTREE (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of t_s_document -- ---------------------------- -INSERT INTO `t_s_document` VALUES (null, '1212', null, null, '4028ef81549a6bd301549a6cda7f0002', '8a8ab0b246dc81120146dc8181fa0062'); +INSERT INTO `t_s_document` VALUES (null, '9999999', null, null, '4028ef81567cb00901567cb41f960007', '8a8ab0b246dc81120146dc8181fa0062'); -- ---------------------------- --- Table structure for `t_s_fileno` +-- Table structure for t_s_fileno -- ---------------------------- DROP TABLE IF EXISTS `t_s_fileno`; CREATE TABLE `t_s_fileno` ( @@ -2810,7 +3034,7 @@ CREATE TABLE `t_s_fileno` ( -- ---------------------------- -- ---------------------------- --- Table structure for `t_s_function` +-- Table structure for t_s_function -- ---------------------------- DROP TABLE IF EXISTS `t_s_function`; CREATE TABLE `t_s_function` ( @@ -2824,6 +3048,7 @@ CREATE TABLE `t_s_function` ( `iconid` varchar(32) default NULL, `desk_iconid` varchar(32) default NULL, `functiontype` smallint(6) default NULL, + `function_icon_style` varchar(255) default NULL, `create_by` varchar(32) default NULL COMMENT '创建人id', `create_name` varchar(32) default NULL COMMENT '创建人', `update_by` varchar(32) default NULL COMMENT '修改人id', @@ -2831,113 +3056,120 @@ CREATE TABLE `t_s_function` ( `create_date` datetime default NULL COMMENT '创建时间', `update_name` varchar(32) default NULL COMMENT '修改人', PRIMARY KEY (`ID`), - KEY `FK_brd7b3keorj8pmxcv8bpahnxp` (`parentfunctionid`), - KEY `FK_q5tqo3v4ltsp1pehdxd59rccx` (`iconid`), - KEY `FK_gbdacaoju6d5u53rp4jo4rbs9` (`desk_iconid`), - CONSTRAINT `FK_brd7b3keorj8pmxcv8bpahnxp` FOREIGN KEY (`parentfunctionid`) REFERENCES `t_s_function` (`ID`), - CONSTRAINT `FK_gbdacaoju6d5u53rp4jo4rbs9` FOREIGN KEY (`desk_iconid`) REFERENCES `t_s_icon` (`ID`), - CONSTRAINT `FK_q5tqo3v4ltsp1pehdxd59rccx` FOREIGN KEY (`iconid`) REFERENCES `t_s_icon` (`ID`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; + KEY `FK_brd7b3keorj8pmxcv8bpahnxp` USING BTREE (`parentfunctionid`), + KEY `FK_q5tqo3v4ltsp1pehdxd59rccx` USING BTREE (`iconid`), + KEY `FK_gbdacaoju6d5u53rp4jo4rbs9` USING BTREE (`desk_iconid`), + CONSTRAINT `t_s_function_ibfk_1` FOREIGN KEY (`parentfunctionid`) REFERENCES `t_s_function` (`ID`), + CONSTRAINT `t_s_function_ibfk_2` FOREIGN KEY (`desk_iconid`) REFERENCES `t_s_icon` (`ID`), + CONSTRAINT `t_s_function_ibfk_3` FOREIGN KEY (`iconid`) REFERENCES `t_s_icon` (`ID`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='InnoDB free: 171008 kB; (`parentfunctionid`) REFER `jeecg_20'; -- ---------------------------- -- Records of t_s_function -- ---------------------------- -INSERT INTO `t_s_function` VALUES ('2c90ac564c9d1734014c9d6f4e370024', null, '1', 'menu.graph.configuration', '4', 'jformGraphreportHeadController.do?jformGraphreportHead', '8a8ab0b246dc81120146dc8180ce0019', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('402831814d8a2853014d8a55a7c90005', null, '1', 'Datagrid查询条件默认值', '19', 'jeecgDemoController.do?jeecgDemo2&sex=1', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, 'admin', '2016-06-27 18:39:59', null, '管理员'); -INSERT INTO `t_s_function` VALUES ('40287d81522a428401522a44aafb0002', null, '1', 'Online移动图表', '5', 'cgDynamGraphConfigHeadController.do?cgDynamGraphConfigHead', '8a8ab0b246dc81120146dc8180ce0019', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, 'admin', '2016-03-15 12:34:36', null, '管理员'); -INSERT INTO `t_s_function` VALUES ('40288088481d019401481d2fcebf000d', null, '1', 'menu.input.demo', '1', 'jeecgDemoController.do?addorupdate', '402889fb486e848101486e8de3d60005', '8a8ab0b246dc81120146dc8180820003', '8a8ab0b246dc81120146dc8180dd001e', '1', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('4028808848845c0f01488461226e0001', null, '0', '消息中间件', '8', '', null, '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, 'admin', '2016-01-14 11:20:51', null, '管理员'); -INSERT INTO `t_s_function` VALUES ('4028808848845c0f01488461b3ac0004', null, '1', 'menu.business.management', '1', 'tSSmsSqlController.do?tSSmsSql', '4028808848845c0f01488461226e0001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('4028808848845c0f01488462658f0006', null, '1', 'menu.message.template', '2', 'tSSmsTemplateController.do?tSSmsTemplate', '4028808848845c0f01488461226e0001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('4028808848845c0f01488463aa210009', null, '1', 'menu.Business.configuration', '3', 'tSSmsTemplateSqlController.do?tSSmsTemplateSql', '4028808848845c0f01488461226e0001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('4028808848845c0f014884649488000c', null, '1', 'menu.send.message', '0', 'tSSmsController.do?tSSms', '4028808848845c0f01488461226e0001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('402880e448a28b750148a290c0e50001', null, '1', 'menu.sort.management', '16', 'categoryController.do?category', '8a8ab0b246dc81120146dc8180d2001a', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('402880e74d76e784014d76f5505a0012', null, '0', '在线演示', '4', '', null, '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, 'admin', '2016-04-08 22:28:22', null, '管理员'); -INSERT INTO `t_s_function` VALUES ('402880e74d76e784014d76f5cc2e0014', null, '1', '请假列表', '1', 'cgAutoListController.do?list&id=jform_leave', '402880e74d76e784014d76f5505a0012', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, 'admin', '2016-03-15 12:30:36', null, '管理员'); -INSERT INTO `t_s_function` VALUES ('402880e74d76e784014d76fa7e970024', null, '1', '数据报表', '2', 'cgReportController.do?list&id=user_msg', '8a8ab0b246dc81120146dc8180d4001b', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, 'admin', '2016-03-14 11:37:27', null, '管理员'); -INSERT INTO `t_s_function` VALUES ('402880e74d76e784014d76fd1bd60030', null, '1', '图形报表', '3', 'graphReportController.do?list&isIframe&id=yhcztj', '8a8ab0b246dc81120146dc8180d4001b', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, 'admin', '2016-03-14 11:37:16', null, '管理员'); -INSERT INTO `t_s_function` VALUES ('402880ea53303a060153304a9ad50001', null, '1', '系统公告', '7', 'noticeController.do?tSNotice', '8a8ab0b246dc81120146dc8180d2001a', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, 'admin', '2016-06-27 18:16:34', null, '管理员'); -INSERT INTO `t_s_function` VALUES ('4028819e5505ee23015505f646190001', null, '1', '商品管理(特殊布局)', '102', 'goodsController.do?list', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, 'admin', '2016-06-27 18:43:50', null, '管理员'); -INSERT INTO `t_s_function` VALUES ('402881c746de1ea60146de207d770001', null, '1', 'language.manage', '10', 'mutiLangController.do?mutiLang', '8a8ab0b246dc81120146dc8180d2001a', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('402881e54df73c73014df75ab670000f', null, '1', '自定义表单列表', '9', 'autoFormController.do?autoForm', '8a8ab0b246dc81120146dc8180ce0019', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, 'admin', '2016-04-14 12:34:57', null, '管理员'); -INSERT INTO `t_s_function` VALUES ('402881e54df73c73014df75b69680011', null, '1', '自定义表单模板', '10', 'autoFormStyleController.do?autoFormStyle', '8a8ab0b246dc81120146dc8180ce0019', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, 'admin', '2016-04-14 12:35:07', null, '管理员'); -INSERT INTO `t_s_function` VALUES ('402881e74e68621b014e686407c20001', null, '1', '表单特殊布局', '102', 'demoController.do?demoLayoutList', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('402881e74e6d6066014e6d62d4ce0002', null, '1', '存储过程实例', '103', 'jeecgProcedureController.do?procedure', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('402882b54df53718014df538fc100001', null, '1', 'menu.online.template', '2', 'cgformTemplateController.do?cgformTemplate', '8a8ab0b246dc81120146dc8180ce0019', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('402882b54e2ef618014e2f0086d70001', null, '1', '一对多模型(并列TAB)', '4', 'jeecgOrderMainPTabController.do?jeecgOrderMain', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('402882b54e439ce7014e43c1d63c0003', null, '1', '行编辑demo', '101', 'jeecgDemoController.do?goDemo&demoPage=rowEditDemo', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('402882b54f027310014f0274db7a0001', null, '1', '事务回滚', '102', 'transactionTestController.do?showPage', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('402885814e3d2d09014e3d2e77800001', null, '1', '数据日志', '4', 'systemController.do?dataLogList', '8a8ab0b246dc81120146dc8180d9001d', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc81810d002f', '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('402889fb486e848101486e8de3d60005', null, '0', 'menu.data.permission', '100', '', null, '8a8ab0b246dc81120146dc8180820003', '8a8ab0b246dc81120146dc8180dd001e', '1', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('4028948150f5ba6a0150f5d0b0200004', null, '1', '客户跟踪记录', '4', 'cgAutoListController.do?list&id=jeecg_custom_record', '402880e74d76e784014d76f5505a0012', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('4028948150f5ba6a0150f5d34aca000a', null, '1', '客户资料管理', '5', 'cgAutoListController.do?list&id=jeecg_custom_info', '402880e74d76e784014d76f5505a0012', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('4028b88155061bbe015506cbe157000f', null, '1', '表单风格非弹框', '3', 'jeecgNoteController.do?jeecgNote2', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, 'admin', '2016-06-27 18:37:28', null, '管理员'); -INSERT INTO `t_s_function` VALUES ('4028bc934869765001486977f0980001', null, '1', 'common.datasource.manage', '11', 'dynamicDataSourceController.do?dbSource', '8a8ab0b246dc81120146dc8180d2001a', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('4028ef81535fff5101536001bb8d0005', null, '1', '招聘管理', '1', 'cgAutoListController.do?list&id=jform_resume_info', '402880e74d76e784014d76f5505a0012', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, 'admin', '2016-06-27 18:17:13', null, '管理员'); -INSERT INTO `t_s_function` VALUES ('4028ef815373fb53015373fef1c50003', null, '1', '通讯录分组', '9', 'cgAutoListController.do?list&id=jform_contact_group', '402880e74d76e784014d76f5505a0012', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, 'admin', '2016-06-27 18:16:01', null, '管理员'); -INSERT INTO `t_s_function` VALUES ('4028ef815373fb53015373ff521d0005', null, '1', '通讯录', '10', 'cgAutoListController.do?list&id=jform_contact', '402880e74d76e784014d76f5505a0012', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, 'admin', '2016-06-27 18:16:09', null, '管理员'); -INSERT INTO `t_s_function` VALUES ('4028ef8153781af3015378643c1e000b', null, '1', '移动填报表单', '8', 'jeecgDemoController.do?addorupdatemobile', '402880e74d76e784014d76f5505a0012', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, 'admin', '2016-03-15 12:31:03', null, '管理员'); -INSERT INTO `t_s_function` VALUES ('4028ef815378741f0153787764cc0004', null, '1', '移动请假单', '2', 'cgFormBuildController.do?ftlForm&tableName=jform_leave&olstylecode=moblieCommon001', '402880e74d76e784014d76f5505a0012', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, 'admin', '2016-03-15 12:30:44', null, '管理员'); -INSERT INTO `t_s_function` VALUES ('4028ef815378741f01537879315e0009', null, '1', 'PC请假单', '2', 'cgFormBuildController.do?ftlForm&tableName=jform_leave&mode=onbutton', '402880e74d76e784014d76f5505a0012', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, 'admin', '2016-03-15 12:30:50', null, '管理员'); -INSERT INTO `t_s_function` VALUES ('4028ef815378be7c015378ddc2380001', null, '1', '3D饼图', '7', 'cgDynamGraphController.do?design&id=t_s_log>ype=Pie3D', '4028ef815378be7c015378e019750003', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, 'admin', '2016-03-15 14:04:46', null, '管理员'); -INSERT INTO `t_s_function` VALUES ('4028ef815378be7c015378e019750003', null, '0', '移动报表', '2', '', null, '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, 'admin', '2016-04-08 22:27:36', null, '管理员'); -INSERT INTO `t_s_function` VALUES ('4028ef815378be7c015378e0d39d0006', null, '1', '折线图', '1', 'cgDynamGraphController.do?design&id=t_s_log>ype=LineBasic2D', '4028ef815378be7c015378e019750003', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'admin', '管理员', null, null, '2016-03-15 14:05:13', null); -INSERT INTO `t_s_function` VALUES ('4028ef815378be7c015378e1395d0008', null, '1', '面积图 ', '2', 'cgDynamGraphController.do?design&id=t_s_log>ype=Area2D', '4028ef815378be7c015378e019750003', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'admin', '管理员', null, null, '2016-03-15 14:05:39', null); -INSERT INTO `t_s_function` VALUES ('4028ef815378be7c015378e19969000a', null, '1', '条状图', '3', 'cgDynamGraphController.do?design&id=t_s_log>ype=Bar2D', '4028ef815378be7c015378e019750003', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'admin', '管理员', null, null, '2016-03-15 14:06:04', null); -INSERT INTO `t_s_function` VALUES ('4028ef815378be7c015378e207cf000c', null, '1', '3D柱状图', '4', 'cgDynamGraphController.do?design&id=t_s_log>ype=Column3D', '4028ef815378be7c015378e019750003', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'admin', '管理员', null, null, '2016-03-15 14:06:32', null); -INSERT INTO `t_s_function` VALUES ('4028ef815378be7c015378e27ae5000e', null, '1', '2D柱状图', '5', 'cgDynamGraphController.do?design&id=t_s_log>ype=Column2D', '4028ef815378be7c015378e019750003', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'admin', '管理员', null, null, '2016-03-15 14:07:01', null); -INSERT INTO `t_s_function` VALUES ('4028ef815378be7c015378e30f760010', null, '1', '2D饼图', '6', 'cgDynamGraphController.do?design&id=t_s_log>ype=Pie2D', '4028ef815378be7c015378e019750003', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, 'admin', '2016-03-15 14:12:59', null, '管理员'); -INSERT INTO `t_s_function` VALUES ('4028ef815378be7c015378e3e6530013', null, '1', '综合报表', '8', 'cgDynamGraphController.do?design&id=t_s_log', '4028ef815378be7c015378e019750003', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'admin', '管理员', null, null, '2016-03-15 14:08:34', null); -INSERT INTO `t_s_function` VALUES ('4028ef8155fd32e40155fd33c6670001', null, '0', '插件模块', '0', '', null, '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'admin', '管理员', null, null, '2016-07-18 16:51:16', null); -INSERT INTO `t_s_function` VALUES ('4028ef8155fd32e40155fd344cdd0003', null, '1', '普通列表', '1', 'p3/wxActInvite.do?list', '4028ef8155fd32e40155fd33c6670001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'admin', '管理员', null, null, '2016-07-18 16:51:51', null); -INSERT INTO `t_s_function` VALUES ('4028ef8155fd32e40155fd348df80005', null, '1', '树形列表', '2', 'p3/auth.do?list', '4028ef8155fd32e40155fd33c6670001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, 'admin', '2016-07-18 16:52:19', null, '管理员'); -INSERT INTO `t_s_function` VALUES ('4028ef8155fd32e40155fd3564520008', null, '1', '我的邮箱', '3', 'mail/p3MailJformInnerMail.do?toSendMail', '4028ef8155fd32e40155fd33c6670001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'admin', '管理员', null, null, '2016-07-18 16:53:02', null); -INSERT INTO `t_s_function` VALUES ('4028f0c9528200c701528207d42c0001', null, '1', '电子签章', '104', 'demoController.do?eSign', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, 'admin', '2016-01-27 16:05:55', null, '管理员'); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8180ce0019', null, '0', 'online.develop', '5', '', null, '8a8ab0b246dc81120146dc8180890008', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, 'admin', '2016-04-08 22:28:17', null, '管理员'); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8180d2001a', null, '0', 'system.manage', '9', '', null, '8a8ab0b246dc81120146dc8180860006', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, 'admin', '2016-01-14 11:30:31', null, '管理员'); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8180d4001b', null, '0', 'common.query.statistics', '3', '', null, '8a8ab0b246dc81120146dc8180890008', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, 'admin', '2016-04-08 22:27:49', null, '管理员'); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8180d7001c', null, '0', 'general.demo', '10', '', null, '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, 'admin', '2016-01-14 11:30:57', null, '管理员'); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8180d9001d', null, '0', 'system.monitor', '6', '', null, '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, 'admin', '2016-01-14 11:21:59', null, '管理员'); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8180df001f', null, '1', 'user.manage', '1', 'userController.do?user', '8a8ab0b246dc81120146dc8180d2001a', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8180e30021', null, '1', 'role.manage', '2', 'roleController.do?role', '8a8ab0b246dc81120146dc8180d2001a', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180e10020', '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8180e70023', null, '1', 'menu.manage', '4', 'functionController.do?function', '8a8ab0b246dc81120146dc8180d2001a', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180e50022', '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8180ee0025', null, '1', 'common.data.dictionary', '6', 'systemController.do?typeGroupList', '8a8ab0b246dc81120146dc8180d2001a', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180eb0024', '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8180f30027', null, '1', 'icon.manage', '8', 'iconController.do?icon', '8a8ab0b246dc81120146dc8180d2001a', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180f00026', '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8180f60028', null, '1', 'department.manage', '3', 'departController.do?depart', '8a8ab0b246dc81120146dc8180d2001a', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8180fe002b', null, '1', 'user.analysis', '1', 'logController.do?statisticTabs&isIframe', '8a8ab0b246dc81120146dc8180d4001b', '8a8ab0b246dc81120146dc8180810002', '8a8ab0b246dc81120146dc8180fb002a', '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc818106002d', null, '1', 'form.config', '1', 'cgFormHeadController.do?cgFormHeadList', '8a8ab0b246dc81120146dc8180ce0019', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc818102002c', '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc818109002e', null, '1', 'dynamic.form.config', '3', 'cgreportConfigHeadController.do?cgreportConfigHead', '8a8ab0b246dc81120146dc8180ce0019', '8a8ab0b246dc81120146dc8180460000', null, '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8181100030', null, '1', 'data.monitor', '1', 'dataSourceController.do?goDruid&isIframe', '8a8ab0b246dc81120146dc8180d9001d', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc81810d002f', '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc81811d0032', null, '1', 'system.log', '2', 'logController.do?log', '8a8ab0b246dc81120146dc8180d9001d', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8181150031', '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8181250034', null, '1', 'common.schedule.task', '3', 'timeTaskController.do?timeTask', '8a8ab0b246dc81120146dc8180d9001d', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8181210033', '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc81812b0036', null, '1', 'menu.form.validation', '1', 'demoController.do?formTabs', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8181290035', '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8181300037', null, '1', 'menu.demo.example', '2', 'jeecgDemoController.do?jeecgDemo', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', null, '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8181330038', null, '1', 'menu.minidao.example', '2', 'jeecgMinidaoController.do?jeecgMinidao', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', null, '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8181370039', null, '1', 'menu.form.model', '3', 'jeecgNoteController.do?jeecgNote', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', null, '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc81813a003a', null, '1', 'menu.one_to_many.model', '4', 'jeecgOrderMainController.do?jeecgOrderMain', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', null, '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc81813e003b', null, '1', 'menu.import_export.excel', '5', 'courseController.do?course', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', null, '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc818141003c', null, '1', 'menu.uploads_downloads', '6', 'commonController.do?listTurn&turn=system/document/filesList', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, 'admin', '2016-03-22 10:25:04', null, '管理员'); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc818145003d', null, '1', 'menu.JqueryFileUpload.example', '6', 'fileUploadController.do?fileUploadSample&isIframe', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', null, '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc818148003e', null, '1', 'menu.no.paging', '7', 'userNoPageController.do?user', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', null, '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc81814b003f', null, '1', 'menu.jdbc.example', '8', 'jeecgJdbcController.do?jeecgJdbc', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', null, '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc81814e0040', null, '1', 'menu.sql.separation', '9', 'jeecgJdbcController.do?dictParameter', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', null, '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8181510041', null, '1', 'menu.dictionary.labels', '10', 'demoController.do?dictSelect', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', null, '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8181530042', null, '1', 'menu.form.thePop_UpStyle', '11', 'demoController.do?demoList', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', null, '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8181590044', null, '1', 'menu.special.layout', '12', 'demoController.do?demoIframe', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8181560043', '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc81815c0045', null, '1', 'menu.single.table', '13', 'jeecgEasyUIController.do?jeecgEasyUI', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', null, '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8181610046', null, '1', 'menu.one_to_many.example', '14', 'jeecgOrderMainNoTagController.do?jeecgOrderMainNoTag', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', null, '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8181640047', null, '1', 'menu.html.editor', '15', 'jeecgDemoController.do?ckeditor&isIframe', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', null, '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8181680048', null, '1', 'menu.word.online', '16', 'webOfficeController.do?webOffice', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', null, '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc81816b0049', null, '1', 'menu.webOfficeo.fficialExample', '17', 'webOfficeController.do?webOfficeSample&isIframe', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', null, '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc818173004b', null, '1', 'menu.moreAccessoriesManagement', '18', 'tFinanceController.do?tFinance', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc81816e004a', '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc818176004c', null, '1', 'menu.datagridHandHtml', '19', 'userController.do?userDemo', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', null, '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc81817b004d', null, '1', 'menu.materialPom', '20', 'jeecgMatterBomController.do?goList', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', null, '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc81817f004e', null, '1', 'user.report', '2', 'reportDemoController.do?studentStatisticTabs&isIframe', '8a8ab0b246dc81120146dc8180d4001b', '8a8ab0b246dc81120146dc8180810002', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc818183004f', null, '1', 'menu.ckfinderDemo', '100', 'jeecgDemoCkfinderController.do?jeecgDemoCkfinder', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', null, '0', null, null, null, null, null, null); -INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc818183004h', null, '1', 'menu.queryEditor', '100', 'jeecgDemoController.do?goDemo&demoPage=queryBuilderDemo', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', null, '0', null, null, null, null, null, null); - --- ---------------------------- --- Table structure for `t_s_icon` +INSERT INTO `t_s_function` VALUES ('297eaafb599137290159918fb5110011', null, '1', '数据权限', '5', 'functionController.do?function&type=1', '8a8ab0b246dc81120146dc8180d2001a', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', 'admin', '管理员', null, null, '2017-01-12 15:23:51', null); +INSERT INTO `t_s_function` VALUES ('2c90ac564c9d1734014c9d6f4e370024', null, '1', 'menu.graph.configuration', '4', 'jformGraphreportHeadController.do?jformGraphreportHead', '8a8ab0b246dc81120146dc8180ce0019', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, null, null, null, null); +INSERT INTO `t_s_function` VALUES ('402831814d8a2853014d8a55a7c90005', null, '2', 'datagrid查询默认条件', '19', 'jeecgDemoController.do?jeecgDemo2&sex=1', '4028ef81568bf29301568bf580fc0003', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2016-09-04 22:45:58', null, '管理员'); +INSERT INTO `t_s_function` VALUES ('40287d81522a428401522a44aafb0002', null, '1', 'Online移动图表', '5', 'cgDynamGraphConfigHeadController.do?cgDynamGraphConfigHead', '8a8ab0b246dc81120146dc8180ce0019', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, 'admin', '2016-03-15 12:34:36', null, '管理员'); +INSERT INTO `t_s_function` VALUES ('40288088481d019401481d2fcebf000d', null, '1', 'menu.input.demo', '1', 'jeecgDemoController.do?addorupdate', '402889fb486e848101486e8de3d60005', '8a8ab0b246dc81120146dc8180820003', '8a8ab0b246dc81120146dc8180dd001e', '1', null, null, null, null, null, null, null); +INSERT INTO `t_s_function` VALUES ('4028808848845c0f01488461226e0001', null, '0', '消息中间件', '8', '', null, '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'fa-commenting', null, null, 'admin', '2016-01-14 11:20:51', null, '管理员'); +INSERT INTO `t_s_function` VALUES ('4028808848845c0f01488461b3ac0004', null, '1', 'menu.business.management', '1', 'tSSmsSqlController.do?tSSmsSql', '4028808848845c0f01488461226e0001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, null, null, null, null); +INSERT INTO `t_s_function` VALUES ('4028808848845c0f01488462658f0006', null, '1', 'menu.message.template', '2', 'tSSmsTemplateController.do?tSSmsTemplate', '4028808848845c0f01488461226e0001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, null, null, null, null); +INSERT INTO `t_s_function` VALUES ('4028808848845c0f01488463aa210009', null, '1', 'menu.Business.configuration', '3', 'tSSmsTemplateSqlController.do?tSSmsTemplateSql', '4028808848845c0f01488461226e0001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, null, null, null, null); +INSERT INTO `t_s_function` VALUES ('4028808848845c0f014884649488000c', null, '1', 'menu.send.message', '0', 'tSSmsController.do?tSSms', '4028808848845c0f01488461226e0001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, null, null, null, null); +INSERT INTO `t_s_function` VALUES ('402880e448a28b750148a290c0e50001', null, '1', 'menu.sort.management', '16', 'categoryController.do?category', '8a8ab0b246dc81120146dc8180d2001a', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, null, null, null, null); +INSERT INTO `t_s_function` VALUES ('402880e74d76e784014d76f5505a0012', null, '0', '在线演示', '4', '', null, '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'fa-play-circle', null, null, 'admin', '2017-01-10 23:20:35', null, '管理员'); +INSERT INTO `t_s_function` VALUES ('402880e74d76e784014d76f5cc2e0014', null, '1', '请假列表', '1', 'cgAutoListController.do?list&id=jform_leave', '402880e74d76e784014d76f5505a0012', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, 'admin', '2016-03-15 12:30:36', null, '管理员'); +INSERT INTO `t_s_function` VALUES ('402880e74d76e784014d76fa7e970024', null, '1', '数据报表', '2', 'cgReportController.do?list&id=user_msg', '8a8ab0b246dc81120146dc8180d4001b', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, 'admin', '2016-03-14 11:37:27', null, '管理员'); +INSERT INTO `t_s_function` VALUES ('402880e74d76e784014d76fd1bd60030', null, '1', '图形报表', '3', 'graphReportController.do?list&isIframe&id=yhcztj', '8a8ab0b246dc81120146dc8180d4001b', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, 'admin', '2016-03-14 11:37:16', null, '管理员'); +INSERT INTO `t_s_function` VALUES ('402880e9563b945801563b9856da0001', null, '2', '下拉菜单树', '20', 'jeecgDemoController.do?ztreelist', '4028ef81568c06a201568c16dbb9001d', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2016-08-15 10:46:48', null, '管理员'); +INSERT INTO `t_s_function` VALUES ('402880ea53303a060153304a9ad50001', null, '1', '系统公告', '7', 'noticeController.do?tSNotice', '8a8ab0b246dc81120146dc8180d2001a', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, 'admin', '2016-06-27 18:16:34', null, '管理员'); +INSERT INTO `t_s_function` VALUES ('402880ea560cd87901560cf1d99a0001', null, '2', 'datagrid自定义查询2', '21', 'jeecgDemoController.do?customDatagridList', '4028ef81568bf29301568bf580fc0003', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2016-08-15 10:58:16', null, '管理员'); +INSERT INTO `t_s_function` VALUES ('402880f159a546550159a55a1a190006', null, '0', '111', '111', '11', null, null, null, '1', null, null, null, 'admin', '2017-01-16 11:37:48', null, '管理员'); +INSERT INTO `t_s_function` VALUES ('402881875992e76c015992eb2a3b0009', null, '1', '百度', '2', 'https://www.baidu.com', '4028ef8155fd32e40155fd33c6670001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', 'admin', '管理员', null, null, '2017-01-12 21:43:22', null); +INSERT INTO `t_s_function` VALUES ('4028819e5505ee23015505f646190001', null, '2', '商品管理(特殊布局)', '102', 'goodsController.do?list', '4028ef81568c06a201568c1002bd000b', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2016-08-15 10:41:55', null, '管理员'); +INSERT INTO `t_s_function` VALUES ('402881c746de1ea60146de207d770001', null, '1', 'language.manage', '10', 'mutiLangController.do?mutiLang', '8a8ab0b246dc81120146dc8180d2001a', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, null, null, null, null); +INSERT INTO `t_s_function` VALUES ('402881e54df73c73014df75ab670000f', null, '1', '自定义表单列表', '9', 'autoFormController.do?autoForm', '8a8ab0b246dc81120146dc8180ce0019', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, 'admin', '2016-04-14 12:34:57', null, '管理员'); +INSERT INTO `t_s_function` VALUES ('402881e54df73c73014df75b69680011', null, '1', '自定义表单模板', '10', 'autoFormStyleController.do?autoFormStyle', '8a8ab0b246dc81120146dc8180ce0019', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, 'admin', '2016-04-14 12:35:07', null, '管理员'); +INSERT INTO `t_s_function` VALUES ('402881e74e68621b014e686407c20001', null, '2', '表单特殊布局', '102', 'demoController.do?demoLayoutList', '4028ef81568c06a201568c1002bd000b', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2016-08-15 10:42:11', null, '管理员'); +INSERT INTO `t_s_function` VALUES ('402881e74e6d6066014e6d62d4ce0002', null, '2', '存储过程实例', '103', 'jeecgProcedureController.do?procedure', '4028ef81568c06a201568c19a905002a', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2016-08-15 10:49:46', null, '管理员'); +INSERT INTO `t_s_function` VALUES ('402882b54df53718014df538fc100001', null, '1', 'menu.online.template', '2', 'cgformTemplateController.do?cgformTemplate', '8a8ab0b246dc81120146dc8180ce0019', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, null, null, null, null); +INSERT INTO `t_s_function` VALUES ('402882b54e2ef618014e2f0086d70001', null, '2', '一对多模型(并列TAB)', '4', 'jeecgOrderMainPTabController.do?jeecgOrderMain', '4028ef81568c06a201568c1002bd000b', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2016-08-15 10:38:35', null, '管理员'); +INSERT INTO `t_s_function` VALUES ('402882b54e439ce7014e43c1d63c0003', null, '2', '行编辑demo', '101', 'jeecgDemoController.do?goDemo&demoPage=rowEditDemo', '4028ef81568c06a201568c1002bd000b', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2016-08-15 10:42:29', null, '管理员'); +INSERT INTO `t_s_function` VALUES ('402882b54f027310014f0274db7a0001', null, '2', '事务回滚', '102', 'transactionTestController.do?showPage', '4028ef81568c06a201568c19a905002a', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2016-08-15 10:49:37', null, '管理员'); +INSERT INTO `t_s_function` VALUES ('402885814e3d2d09014e3d2e77800001', null, '1', '数据日志', '4', 'systemController.do?dataLogList', '8a8ab0b246dc81120146dc8180d9001d', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc81810d002f', '0', null, null, null, null, null, null, null); +INSERT INTO `t_s_function` VALUES ('402889fb486e848101486e8de3d60005', null, '0', 'menu.data.permission', '100', '', null, '8a8ab0b246dc81120146dc8180820003', '8a8ab0b246dc81120146dc8180dd001e', '1', 'fa-gears', null, null, null, null, null, null); +INSERT INTO `t_s_function` VALUES ('4028948150f5ba6a0150f5d0b0200004', null, '1', '客户跟踪记录', '4', 'cgAutoListController.do?list&id=jeecg_custom_record', '402880e74d76e784014d76f5505a0012', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, null, null, null, null); +INSERT INTO `t_s_function` VALUES ('4028948150f5ba6a0150f5d34aca000a', null, '1', '客户资料管理', '5', 'cgAutoListController.do?list&id=jeecg_custom_info', '402880e74d76e784014d76f5505a0012', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, null, null, null, null); +INSERT INTO `t_s_function` VALUES ('4028bc934869765001486977f0980001', null, '1', 'common.datasource.manage', '11', 'dynamicDataSourceController.do?dbSource', '8a8ab0b246dc81120146dc8180d2001a', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, null, null, null, null); +INSERT INTO `t_s_function` VALUES ('4028ef81535fff5101536001bb8d0005', null, '1', '招聘管理', '1', 'cgAutoListController.do?list&id=jform_resume_info', '402880e74d76e784014d76f5505a0012', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, 'admin', '2016-06-27 18:17:13', null, '管理员'); +INSERT INTO `t_s_function` VALUES ('4028ef815373fb53015373fef1c50003', null, '1', '通讯录分组', '9', 'cgAutoListController.do?list&id=jform_contact_group', '402880e74d76e784014d76f5505a0012', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, 'admin', '2016-06-27 18:16:01', null, '管理员'); +INSERT INTO `t_s_function` VALUES ('4028ef815373fb53015373ff521d0005', null, '1', '通讯录', '10', 'cgAutoListController.do?list&id=jform_contact', '402880e74d76e784014d76f5505a0012', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, 'admin', '2016-06-27 18:16:09', null, '管理员'); +INSERT INTO `t_s_function` VALUES ('4028ef8153781af3015378643c1e000b', null, '1', '移动填报表单', '8', 'jeecgDemoController.do?addorupdatemobile', '402880e74d76e784014d76f5505a0012', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, 'admin', '2016-03-15 12:31:03', null, '管理员'); +INSERT INTO `t_s_function` VALUES ('4028ef815378741f0153787764cc0004', null, '1', '移动请假单', '2', 'cgFormBuildController.do?ftlForm&tableName=jform_leave&olstylecode=moblieCommon001', '402880e74d76e784014d76f5505a0012', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, 'admin', '2016-03-15 12:30:44', null, '管理员'); +INSERT INTO `t_s_function` VALUES ('4028ef815378741f01537879315e0009', null, '1', 'PC请假单', '2', 'cgFormBuildController.do?ftlForm&tableName=jform_leave&mode=onbutton', '402880e74d76e784014d76f5505a0012', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, 'admin', '2016-03-15 12:30:50', null, '管理员'); +INSERT INTO `t_s_function` VALUES ('4028ef815378be7c015378ddc2380001', null, '1', '3D饼图', '7', 'cgDynamGraphController.do?design&id=t_s_log>ype=Pie3D', '4028ef815378be7c015378e019750003', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, 'admin', '2016-03-15 14:04:46', null, '管理员'); +INSERT INTO `t_s_function` VALUES ('4028ef815378be7c015378e019750003', null, '0', '移动报表', '2', '', null, '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'fa-pie-chart', null, null, 'admin', '2016-07-25 12:08:54', null, '管理员'); +INSERT INTO `t_s_function` VALUES ('4028ef815378be7c015378e0d39d0006', null, '1', '折线图', '1', 'cgDynamGraphController.do?design&id=t_s_log>ype=LineBasic2D', '4028ef815378be7c015378e019750003', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2017-01-12 21:40:11', null, '管理员'); +INSERT INTO `t_s_function` VALUES ('4028ef815378be7c015378e1395d0008', null, '1', '面积图 ', '2', 'cgDynamGraphController.do?design&id=t_s_log>ype=Area2D', '4028ef815378be7c015378e019750003', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, 'admin', '管理员', null, null, '2016-03-15 14:05:39', null); +INSERT INTO `t_s_function` VALUES ('4028ef815378be7c015378e19969000a', null, '1', '条状图', '3', 'cgDynamGraphController.do?design&id=t_s_log>ype=Bar2D', '4028ef815378be7c015378e019750003', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, 'admin', '管理员', null, null, '2016-03-15 14:06:04', null); +INSERT INTO `t_s_function` VALUES ('4028ef815378be7c015378e207cf000c', null, '1', '3D柱状图', '4', 'cgDynamGraphController.do?design&id=t_s_log>ype=Column3D', '4028ef815378be7c015378e019750003', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, 'admin', '管理员', null, null, '2016-03-15 14:06:32', null); +INSERT INTO `t_s_function` VALUES ('4028ef815378be7c015378e27ae5000e', null, '1', '2D柱状图', '5', 'cgDynamGraphController.do?design&id=t_s_log>ype=Column2D', '4028ef815378be7c015378e019750003', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, 'admin', '管理员', null, null, '2016-03-15 14:07:01', null); +INSERT INTO `t_s_function` VALUES ('4028ef815378be7c015378e30f760010', null, '1', '2D饼图', '6', 'cgDynamGraphController.do?design&id=t_s_log>ype=Pie2D', '4028ef815378be7c015378e019750003', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, 'admin', '2016-03-15 14:12:59', null, '管理员'); +INSERT INTO `t_s_function` VALUES ('4028ef815378be7c015378e3e6530013', null, '1', '综合报表', '8', 'cgDynamGraphController.do?design&id=t_s_log', '4028ef815378be7c015378e019750003', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, 'admin', '管理员', null, null, '2016-03-15 14:08:34', null); +INSERT INTO `t_s_function` VALUES ('4028ef8155fd32e40155fd33c6670001', null, '0', '插件模块', '0', '', null, '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'icon-download-alt', null, null, 'admin', '2016-07-25 12:12:52', null, '管理员'); +INSERT INTO `t_s_function` VALUES ('4028ef8155fd32e40155fd344cdd0003', null, '1', '普通列表', '1', 'p3/wxActInvite.do?list', '4028ef8155fd32e40155fd33c6670001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, 'admin', '2016-07-22 13:45:46', null, '管理员'); +INSERT INTO `t_s_function` VALUES ('4028ef8155fd32e40155fd348df80005', null, '1', '树形列表', '2', 'p3/auth.do?list', '4028ef8155fd32e40155fd33c6670001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, 'admin', '2016-07-18 16:52:19', null, '管理员'); +INSERT INTO `t_s_function` VALUES ('4028ef8155fd32e40155fd3564520008', null, '1', '我的邮箱', '3', 'mail/p3MailJformInnerMail.do?toSendMail', '4028ef8155fd32e40155fd33c6670001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, 'admin', '管理员', null, null, '2016-07-18 16:53:02', null); +INSERT INTO `t_s_function` VALUES ('4028ef81568bf29301568bf580fc0003', null, '1', 'UI标签', '1', '', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'fa-tags', null, null, 'admin', '2016-09-04 22:45:57', null, '管理员'); +INSERT INTO `t_s_function` VALUES ('4028ef81568c06a201568c1002bd000b', null, '1', '表单布局', '2', '', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'fa-list', null, null, 'admin', '2016-09-04 22:47:13', null, '管理员'); +INSERT INTO `t_s_function` VALUES ('4028ef81568c06a201568c16dbb9001d', null, '1', '常用控件', '3', '', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'fa-random', null, null, 'admin', '2016-09-04 22:48:17', null, '管理员'); +INSERT INTO `t_s_function` VALUES ('4028ef81568c06a201568c19a905002a', null, '1', '数据库相关', '4', '', '8a8ab0b246dc81120146dc8180d7001c', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'fa-database', null, null, 'admin', '2016-09-04 22:48:44', null, '管理员'); +INSERT INTO `t_s_function` VALUES ('4028ef81574ae99701574aeb97bd0003', null, '1', '用户列表数据权限', '2', 'userController.do?datagrid', '402889fb486e848101486e8de3d60005', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '1', '', 'admin', '管理员', null, null, '2016-09-21 12:05:36', null); +INSERT INTO `t_s_function` VALUES ('4028f0c9528200c701528207d42c0001', null, '2', '电子签章', '104', 'demoController.do?eSign', '4028ef81568c06a201568c16dbb9001d', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2016-08-15 10:47:37', null, '管理员'); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8180ce0019', null, '0', 'online.develop', '5', '', null, '8a8ab0b246dc81120146dc8180890008', '8a8ab0b246dc81120146dc8180dd001e', '0', 'fa-cloud', null, null, 'admin', '2016-04-08 22:28:17', null, '管理员'); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8180d2001a', null, '0', 'system.manage', '9', '', null, '8a8ab0b246dc81120146dc8180860006', '8a8ab0b246dc81120146dc8180dd001e', '0', 'fa-home', null, null, 'admin', '2016-01-14 11:30:31', null, '管理员'); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8180d4001b', null, '0', 'common.query.statistics', '3', '', null, '8a8ab0b246dc81120146dc8180890008', '8a8ab0b246dc81120146dc8180dd001e', '0', 'fa-bar-chart-o', null, null, 'admin', '2016-04-08 22:27:49', null, '管理员'); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8180d7001c', null, '0', 'general.demo', '10', '', null, '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'fa-twitch', null, null, 'admin', '2016-01-14 11:30:57', null, '管理员'); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8180d9001d', null, '0', 'system.monitor', '6', '', null, '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'fa-headphones', null, null, 'admin', '2016-01-14 11:21:59', null, '管理员'); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8180df001f', null, '1', 'user.manage', '1', 'userController.do?user', '8a8ab0b246dc81120146dc8180d2001a', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, null, null, null, null); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8180e30021', null, '1', 'role.manage', '2', 'roleController.do?role', '8a8ab0b246dc81120146dc8180d2001a', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180e10020', '0', null, null, null, null, null, null, null); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8180e70023', null, '1', 'menu.manage', '4', 'functionController.do?function&type=0', '8a8ab0b246dc81120146dc8180d2001a', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180e50022', '0', null, null, null, null, null, null, null); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8180ee0025', null, '1', 'common.data.dictionary', '6', 'systemController.do?typeGroupList', '8a8ab0b246dc81120146dc8180d2001a', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180eb0024', '0', null, null, null, null, null, null, null); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8180f30027', null, '1', 'icon.manage', '8', 'iconController.do?icon', '8a8ab0b246dc81120146dc8180d2001a', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180f00026', '0', null, null, null, null, null, null, null); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8180f60028', null, '1', 'department.manage', '3', 'departController.do?depart', '8a8ab0b246dc81120146dc8180d2001a', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, null, null, null, null); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8180fe002b', null, '1', 'user.analysis', '1', 'logController.do?statisticTabs&isIframe', '8a8ab0b246dc81120146dc8180d4001b', '8a8ab0b246dc81120146dc8180810002', '8a8ab0b246dc81120146dc8180fb002a', '0', null, null, null, null, null, null, null); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc818106002d', null, '1', 'form.config', '1', 'cgFormHeadController.do?cgFormHeadList', '8a8ab0b246dc81120146dc8180ce0019', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc818102002c', '0', null, null, null, null, null, null, null); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc818109002e', null, '1', 'dynamic.form.config', '3', 'cgreportConfigHeadController.do?cgreportConfigHead', '8a8ab0b246dc81120146dc8180ce0019', '8a8ab0b246dc81120146dc8180460000', null, '0', null, null, null, null, null, null, null); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8181100030', null, '1', 'data.monitor', '1', 'dataSourceController.do?goDruid&isIframe', '8a8ab0b246dc81120146dc8180d9001d', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc81810d002f', '0', null, null, null, null, null, null, null); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc81811d0032', null, '1', 'system.log', '2', 'logController.do?log', '8a8ab0b246dc81120146dc8180d9001d', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8181150031', '0', null, null, null, null, null, null, null); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8181250034', null, '1', 'common.schedule.task', '3', 'timeTaskController.do?timeTask', '8a8ab0b246dc81120146dc8180d9001d', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8181210033', '0', null, null, null, null, null, null, null); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc81812b0036', null, '2', 'menu.form.validation', '1', 'demoController.do?formTabs', '4028ef81568bf29301568bf580fc0003', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8181290035', '0', '', null, null, 'admin', '2016-08-15 10:09:19', null, '管理员'); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8181300037', null, '2', 'menu.demo.example', '2', 'jeecgDemoController.do?jeecgDemo', '4028ef81568c06a201568c1002bd000b', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2016-08-15 10:38:23', null, '管理员'); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8181330038', null, '2', 'menu.minidao.example', '2', 'jeecgMinidaoController.do?jeecgMinidao', '4028ef81568c06a201568c19a905002a', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2016-08-15 10:48:45', null, '管理员'); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8181370039', null, '2', 'menu.form.model', '3', 'jeecgNoteController.do?jeecgNote', '4028ef81568c06a201568c1002bd000b', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2016-08-15 10:38:08', null, '管理员'); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc81813a003a', null, '2', 'menu.one_to_many.model', '4', 'jeecgOrderMainController.do?jeecgOrderMain', '4028ef81568c06a201568c1002bd000b', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2016-08-15 10:38:47', null, '管理员'); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc81813e003b', null, '2', 'menu.import_export.excel', '5', 'courseController.do?course', '4028ef81568c06a201568c16dbb9001d', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2016-08-15 10:45:39', null, '管理员'); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc818141003c', null, '2', 'menu.uploads_downloads', '6', 'commonController.do?listTurn&turn=system/document/filesList', '4028ef81568c06a201568c16dbb9001d', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2016-08-15 10:45:56', null, '管理员'); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc818145003d', null, '2', 'menu.JqueryFileUpload.example', '6', 'fileUploadController.do?fileUploadSample&isIframe', '4028ef81568c06a201568c16dbb9001d', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2016-09-04 22:48:18', null, '管理员'); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc818148003e', null, '2', 'menu.no.paging', '7', 'userNoPageController.do?user', '4028ef81568bf29301568bf580fc0003', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2016-08-15 10:49:00', null, '管理员'); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc81814b003f', null, '2', 'menu.jdbc.example', '8', 'jeecgJdbcController.do?jeecgJdbc', '4028ef81568c06a201568c19a905002a', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2016-08-15 10:49:13', null, '管理员'); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8181510041', null, '2', 'menu.dictionary.labels', '10', 'demoController.do?dictSelect', '4028ef81568bf29301568bf580fc0003', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2016-08-15 10:33:56', null, '管理员'); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8181530042', null, '2', 'menu.form.thePop_UpStyle', '11', 'demoController.do?demoList', '4028ef81568c06a201568c1002bd000b', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2016-08-15 10:39:08', null, '管理员'); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8181590044', null, '2', 'menu.special.layout', '12', 'demoController.do?demoIframe', '4028ef81568c06a201568c1002bd000b', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8181560043', '0', '', null, null, 'admin', '2016-09-04 22:47:13', null, '管理员'); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc81815c0045', null, '2', 'menu.single.table', '50', 'jeecgEasyUIController.do?jeecgEasyUI', '4028ef81568bf29301568bf580fc0003', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2016-08-15 10:59:06', null, '管理员'); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8181610046', null, '2', 'menu.one_to_many.example', '51', 'jeecgOrderMainNoTagController.do?jeecgOrderMainNoTag', '4028ef81568bf29301568bf580fc0003', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2016-08-15 10:59:18', null, '管理员'); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8181640047', null, '2', 'menu.html.editor', '15', 'jeecgDemoController.do?ckeditor&isIframe', '4028ef81568c06a201568c16dbb9001d', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2016-08-15 10:46:10', null, '管理员'); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8181680048', null, '2', 'menu.word.online', '16', 'webOfficeController.do?webOffice', '4028ef81568c06a201568c16dbb9001d', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2016-08-15 10:46:35', null, '管理员'); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc81816b0049', null, '2', 'menu.webOfficeo.fficialExample', '17', 'webOfficeController.do?webOfficeSample&isIframe', '4028ef81568c06a201568c16dbb9001d', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2016-08-15 10:46:22', null, '管理员'); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc818173004b', null, '2', 'menu.moreAccessoriesManagement', '18', 'tFinanceController.do?tFinance', '4028ef81568c06a201568c1002bd000b', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc81816e004a', '0', '', null, null, 'admin', '2016-08-15 10:48:08', null, '管理员'); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc818176004c', null, '2', 'datagrid自定义查询1', '20', 'userController.do?userDemo', '4028ef81568bf29301568bf580fc0003', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2016-08-15 10:58:31', null, '管理员'); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc81817b004d', null, '2', 'menu.materialPom', '20', 'jeecgMatterBomController.do?goList', '4028ef81568c06a201568c1002bd000b', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2016-09-04 22:47:13', null, '管理员'); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc81817f004e', null, '1', 'user.report', '2', 'reportDemoController.do?studentStatisticTabs&isIframe', '8a8ab0b246dc81120146dc8180d4001b', '8a8ab0b246dc81120146dc8180810002', '8a8ab0b246dc81120146dc8180dd001e', '0', null, null, null, null, null, null, null); +INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc818183004f', null, '2', 'menu.ckfinderDemo', '100', 'jeecgDemoCkfinderController.do?jeecgDemoCkfinder', '4028ef81568c06a201568c16dbb9001d', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', null, null, 'admin', '2016-08-15 10:47:17', null, '管理员'); + +-- ---------------------------- +-- Table structure for t_s_icon -- ---------------------------- DROP TABLE IF EXISTS `t_s_icon`; CREATE TABLE `t_s_icon` ( @@ -2963,22 +3195,22 @@ INSERT INTO `t_s_icon` VALUES ('8a8ab0b246dc81120146dc8180850005', 'png', 'map', INSERT INTO `t_s_icon` VALUES ('8a8ab0b246dc81120146dc8180860006', 'png', 'group_add', null, '组', 'plug-in/accordion/images/group_add.png', '1'); INSERT INTO `t_s_icon` VALUES ('8a8ab0b246dc81120146dc8180880007', 'png', 'calculator', null, '计算器', 'plug-in/accordion/images/calculator.png', '1'); INSERT INTO `t_s_icon` VALUES ('8a8ab0b246dc81120146dc8180890008', 'png', 'folder', null, '文件夹', 'plug-in/accordion/images/folder.png', '1'); -INSERT INTO `t_s_icon` VALUES ('8a8ab0b246dc81120146dc8180dd001e', 'png', 'deskIcon', null, 'user.manage', 'plug-in/sliding/icon/Finder.png', '3'); -INSERT INTO `t_s_icon` VALUES ('8a8ab0b246dc81120146dc8180e10020', 'png', 'deskIcon', null, 'role.manage', 'plug-in/sliding/icon/friendgroup.png', '3'); -INSERT INTO `t_s_icon` VALUES ('8a8ab0b246dc81120146dc8180e50022', 'png', 'deskIcon', null, 'menu.manage', 'plug-in/sliding/icon/kaikai.png', '3'); -INSERT INTO `t_s_icon` VALUES ('8a8ab0b246dc81120146dc8180eb0024', 'png', 'deskIcon', null, 'dict.manage', 'plug-in/sliding/icon/friendnear.png', '3'); -INSERT INTO `t_s_icon` VALUES ('8a8ab0b246dc81120146dc8180f00026', 'png', 'deskIcon', null, 'icon.manage', 'plug-in/sliding/icon/kxjy.png', '3'); -INSERT INTO `t_s_icon` VALUES ('8a8ab0b246dc81120146dc8180fb002a', 'png', 'deskIcon', null, 'user.analysis', 'plug-in/sliding/icon/User.png', '3'); -INSERT INTO `t_s_icon` VALUES ('8a8ab0b246dc81120146dc818102002c', 'png', 'deskIcon', null, 'form.config', 'plug-in/sliding/icon/Applications Folder.png', '3'); -INSERT INTO `t_s_icon` VALUES ('8a8ab0b246dc81120146dc81810d002f', 'png', 'deskIcon', null, 'data.monitor', 'plug-in/sliding/icon/Super Disk.png', '3'); -INSERT INTO `t_s_icon` VALUES ('8a8ab0b246dc81120146dc8181150031', 'png', 'deskIcon', null, 'system.log', 'plug-in/sliding/icon/fastsearch.png', '3'); -INSERT INTO `t_s_icon` VALUES ('8a8ab0b246dc81120146dc8181210033', 'png', 'deskIcon', null, 'common.schedule.task', 'plug-in/sliding/icon/Utilities.png', '3'); +INSERT INTO `t_s_icon` VALUES ('8a8ab0b246dc81120146dc8180dd001e', 'png', 'deskIcon', null, '用户管理', 'plug-in/sliding/icon/Finder.png', '3'); +INSERT INTO `t_s_icon` VALUES ('8a8ab0b246dc81120146dc8180e10020', 'png', 'deskIcon', null, '角色管理', 'plug-in/sliding/icon/friendgroup.png', '3'); +INSERT INTO `t_s_icon` VALUES ('8a8ab0b246dc81120146dc8180e50022', 'png', 'deskIcon', null, '菜单管理', 'plug-in/sliding/icon/kaikai.png', '3'); +INSERT INTO `t_s_icon` VALUES ('8a8ab0b246dc81120146dc8180eb0024', 'png', 'deskIcon', null, '数据字典管理', 'plug-in/sliding/icon/friendnear.png', '3'); +INSERT INTO `t_s_icon` VALUES ('8a8ab0b246dc81120146dc8180f00026', 'png', 'deskIcon', null, '系统图标', 'plug-in/sliding/icon/kxjy.png', '3'); +INSERT INTO `t_s_icon` VALUES ('8a8ab0b246dc81120146dc8180fb002a', 'png', 'deskIcon', null, '用户分析', 'plug-in/sliding/icon/User.png', '3'); +INSERT INTO `t_s_icon` VALUES ('8a8ab0b246dc81120146dc818102002c', 'png', 'deskIcon', null, 'Online表单开发', 'plug-in/sliding/icon/Applications Folder.png', '3'); +INSERT INTO `t_s_icon` VALUES ('8a8ab0b246dc81120146dc81810d002f', 'png', 'deskIcon', null, '数据监控', 'plug-in/sliding/icon/Super Disk.png', '3'); +INSERT INTO `t_s_icon` VALUES ('8a8ab0b246dc81120146dc8181150031', 'png', 'deskIcon', null, '系统日志', 'plug-in/sliding/icon/fastsearch.png', '3'); +INSERT INTO `t_s_icon` VALUES ('8a8ab0b246dc81120146dc8181210033', 'png', 'deskIcon', null, '定时任务', 'plug-in/sliding/icon/Utilities.png', '3'); INSERT INTO `t_s_icon` VALUES ('8a8ab0b246dc81120146dc8181290035', 'png', 'deskIcon', null, '表单验证', 'plug-in/sliding/icon/qidianzhongwen.png', '3'); INSERT INTO `t_s_icon` VALUES ('8a8ab0b246dc81120146dc8181560043', 'png', 'deskIcon', null, '特殊布局', 'plug-in/sliding/icon/xiami.png', '3'); INSERT INTO `t_s_icon` VALUES ('8a8ab0b246dc81120146dc81816e004a', 'png', 'deskIcon', null, '多附件管理', 'plug-in/sliding/icon/vadio.png', '3'); -- ---------------------------- --- Table structure for `t_s_log` +-- Table structure for t_s_log -- ---------------------------- DROP TABLE IF EXISTS `t_s_log`; CREATE TABLE `t_s_log` ( @@ -2991,13 +3223,132 @@ CREATE TABLE `t_s_log` ( `operatetype` smallint(6) default NULL, `userid` varchar(32) default NULL, PRIMARY KEY (`ID`), - KEY `FK_oe64k4852uylhyc5a00rfwtay` (`userid`) + KEY `FK_oe64k4852uylhyc5a00rfwtay` USING BTREE (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of t_s_log -- ---------------------------- +INSERT INTO `t_s_log` VALUES ('402813815a1cfdcb015a1cfe79320000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.147.1', '2017-02-08 17:12:03', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402813815a1cfdcb015a1cfe7b220001', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.147.1', '2017-02-08 17:12:04', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402813815a1cfdcb015a1cfe7bf00002', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.147.1', '2017-02-08 17:12:04', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402813815a1cfdcb015a1d064a7f0003', 'IE', '修改成功', '5', '192.168.147.1', '2017-02-08 17:20:35', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402813815a1cfdcb015a1d06f6060004', 'IE', '修改成功', '5', '192.168.147.1', '2017-02-08 17:21:19', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402813815a1cfdcb015a1d0739aa0005', 'IE', '修改成功', '5', '192.168.147.1', '2017-02-08 17:21:37', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402813815a1cfdcb015a1d07adde0006', 'IE', '修改成功', '5', '192.168.147.1', '2017-02-08 17:22:06', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402813815a1cfdcb015a1d127d560007', 'IE', '修改成功', '5', '192.168.147.1', '2017-02-08 17:33:55', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402813815a1cfdcb015a1d1380850008', 'IE', '取消激活成功', '5', '192.168.147.1', '2017-02-08 17:35:01', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402813815a1cfdcb015a1d1400920009', 'IE', '激活成功', '5', '192.168.147.1', '2017-02-08 17:35:34', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402813815a1cfdcb015a1d281276000a', 'IE', '修改成功', '5', '192.168.147.1', '2017-02-08 17:57:29', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402813815a1cfdcb015a1d282cdb000b', 'IE', '取消激活成功', '5', '192.168.147.1', '2017-02-08 17:57:36', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402813815a1cfdcb015a1d31bf6e000c', 'IE', '语言 更新成功', '5', '192.168.147.1', '2017-02-08 18:08:03', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402813815a1cfdcb015a1d31d7b6000d', 'IE', '语言 更新成功', '5', '192.168.147.1', '2017-02-08 18:08:10', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402813815a1cfdcb015a1d333a25000e', 'IE', '激活成功', '5', '192.168.147.1', '2017-02-08 18:09:40', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402813815a1cfdcb015a1d5c39f6000f', 'IE', '菜单删除成功', '4', '192.168.147.1', '2017-02-08 18:54:27', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402813815a1cfdcb015a1d5c68f00010', 'IE', '菜单删除成功', '4', '192.168.147.1', '2017-02-08 18:54:39', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402813815a1cfdcb015a1d5caa910011', 'IE', '菜单删除成功', '4', '192.168.147.1', '2017-02-08 18:54:56', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402813815a1cfdcb015a1d5cc8840012', 'IE', '菜单删除成功', '4', '192.168.147.1', '2017-02-08 18:55:04', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402813815a1cfdcb015a1d5ce6340013', 'IE', '菜单删除成功', '4', '192.168.147.1', '2017-02-08 18:55:11', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402813815a1e22a7015a1e2396cd0000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.147.1', '2017-02-08 22:32:13', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402813815a1e22a7015a1e239e7b0001', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.147.1', '2017-02-08 22:32:15', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402813815a1e22a7015a1e2ac4170002', 'IE', '错误异常: SQLException,错误描述:Invalid value for getInt() - \'4028ef815335c28f015335c28f0a0000\'', '6', '192.168.147.1', '2017-02-08 22:40:03', '3', '8a8ab0b246dc81120146dc8181950052'); INSERT INTO `t_s_log` VALUES ('402880eb53cc57770153cc5826b30000', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.0.107', '2016-03-31 19:04:02', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880ee5a17e711015a17e99c2a0000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.0.110', '2017-02-07 17:31:10', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880ee5a17e711015a17ec3aa00035', 'IE', '修改成功', '5', '192.168.0.110', '2017-02-07 17:34:01', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880ee5a17e711015a17ecd48b006a', 'IE', '修改成功', '5', '192.168.0.110', '2017-02-07 17:34:41', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880ee5a17e711015a17ed08e4009f', 'IE', '修改成功', '5', '192.168.0.110', '2017-02-07 17:34:54', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880ee5a17e711015a17ed977900d4', 'IE', '修改成功', '5', '192.168.0.110', '2017-02-07 17:35:31', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880ee5a2092f2015a2093b6800000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.0.110', '2017-02-09 09:53:55', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880ee5a2092f2015a2093b8ad0001', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.0.110', '2017-02-09 09:53:56', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880ee5a2092f2015a2093b8e70002', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.0.110', '2017-02-09 09:53:56', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880ee5a2092f2015a2097842b0003', 'IE', '用户admin已退出', '2', '192.168.0.110', '2017-02-09 09:58:05', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880ee5a2092f2015a209790ab0004', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.0.110', '2017-02-09 09:58:08', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880ee5a2092f2015a209924a30005', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.0.110', '2017-02-09 09:59:51', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f15986303c0159863118d60000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.0.113', '2017-01-10 10:24:41', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f15986303c0159863b13490001', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.0.113', '2017-01-10 10:35:35', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f15986303c01598648163d0003', 'IE', '组织机构 录入成功', '3', '192.168.0.113', '2017-01-10 10:49:48', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f159865623015986566bc70000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.0.113', '2017-01-10 11:05:27', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f1599b0bbf01599b0c0b120000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.0.113', '2017-01-14 11:36:14', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f1599b0df101599b0e4e930000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.0.113', '2017-01-14 11:38:43', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f159a546550159a5469e6d0000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.0.113', '2017-01-16 11:16:25', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f159a546550159a547ab150005', 'IE', '用户: 111添加成功', '3', '192.168.0.113', '2017-01-16 11:17:34', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f159a546550159a55a1a220007', 'IE', '菜单 录入成功', '3', '192.168.0.113', '2017-01-16 11:37:42', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f159a546550159a55a31650008', 'IE', '菜单 更新成功', '5', '192.168.0.113', '2017-01-16 11:37:48', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f3591f866001591f86cbdb0000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.0.115', '2016-12-21 11:57:24', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f3591f866001591f8777af0001', 'IE', '表单表删除成功', '4', '192.168.0.115', '2016-12-21 11:58:08', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f3591f866001591f89873d0002', 'IE', '错误异常: NoSuchRequestHandlingMethodException,错误描述:No matching handler method found for servlet request: path \'/cgFormHeadController.do\', method \'GET\', parameters map[\'jformType\' -> array[\'\'], \'tableName\' -> array[\'employee_leave_form\'], \'isDbSynch\' -> array[\'\']]', '6', '192.168.0.115', '2016-12-21 12:00:23', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f3591f866001591f89a6640003', 'IE', '错误异常: NoSuchRequestHandlingMethodException,错误描述:No matching handler method found for servlet request: path \'/cgFormHeadController.do\', method \'GET\', parameters map[\'jformType\' -> array[\'\'], \'tableName\' -> array[\'employee_leave_form\'], \'isDbSynch\' -> array[\'\']]', '6', '192.168.0.115', '2016-12-21 12:00:31', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f3591f866001591f89c20e0004', 'IE', '错误异常: NoSuchRequestHandlingMethodException,错误描述:No matching handler method found for servlet request: path \'/cgFormHeadController.do\', method \'GET\', parameters map[\'jformType\' -> array[\'\'], \'tableName\' -> array[\'employee_leave_form\'], \'isDbSynch\' -> array[\'\']]', '6', '192.168.0.115', '2016-12-21 12:00:38', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f3591fa47f01591fa4cbc60000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.0.115', '2016-12-21 12:30:10', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f3591fa47f01591fa539a50001', 'IE', '删除成功', '4', '192.168.0.115', '2016-12-21 12:30:39', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f3591fa47f01591fa5e2f00036', 'IE', '修改成功', '5', '192.168.0.115', '2016-12-21 12:31:22', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f3591fa47f01591fa88273003b', 'IE', '更新成功', '5', '192.168.0.115', '2016-12-21 12:34:14', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f3591fa47f01591fa96769003c', 'IE', '表单更新成功!', '5', '192.168.0.115', '2016-12-21 12:35:12', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f3591fa47f01591fab6297003d', 'IE', '表单表删除成功', '4', '192.168.0.115', '2016-12-21 12:37:22', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f3591fafa101591fb05f560000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.0.115', '2016-12-21 12:42:49', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f3591fafa101591fb060670001', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.0.115', '2016-12-21 12:42:49', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f3591fafa101591fb3e5190002', 'IE', '表单更新成功!', '5', '192.168.0.115', '2016-12-21 12:46:40', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f3591fb6ff01591fb7dda70000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.0.115', '2016-12-21 12:51:00', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f3591fd0a601591fd135f60000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.0.115', '2016-12-21 13:18:41', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f3591fd4b101591fd57b520000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.0.115', '2016-12-21 13:23:21', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f35929b1f1015929b5af3e0000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.0.115', '2016-12-23 11:24:49', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f5596d4d9f01596d4e509f0000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.0.117', '2017-01-05 14:26:06', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f5596d511c01596d5190860000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.0.117', '2017-01-05 14:29:39', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f559726141015972645ba00000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.0.117', '2017-01-06 14:08:16', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f559726141015972645e1a0001', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.0.117', '2017-01-06 14:08:17', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f559726141015972645e6d0002', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.0.117', '2017-01-06 14:08:17', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f5597284b50159728545db0000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.0.117', '2017-01-06 14:44:13', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f5597284b50159728592060001', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.0.117', '2017-01-06 14:44:33', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f5597284b50159728673df0002', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.0.117', '2017-01-06 14:45:31', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f5597284b501597286e15a0003', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.0.117', '2017-01-06 14:45:59', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402880f5597284b501597288be910004', 'IE', '删除成功', '4', '192.168.0.117', '2017-01-06 14:48:01', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875988e889015988e9a3d00000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.1.7', '2017-01-10 23:05:30', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875988e889015988ec369a0004', 'IE', '用户: 777添加成功', '3', '192.168.1.7', '2017-01-10 23:08:18', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875988e889015988f6212b0006', 'IE', '用户admin已退出', '2', '192.168.1.7', '2017-01-10 23:19:08', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875988e889015988f632900007', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.1.7', '2017-01-10 23:19:13', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875988f6b9015988f73e1e0000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.1.7', '2017-01-10 23:20:21', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875988f6b9015988f774bb0001', 'IE', '菜单 更新成功', '5', '192.168.1.7', '2017-01-10 23:20:35', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875988f6b9015988ff7a000003', 'IE', '组织机构 录入成功', '3', '192.168.1.7', '2017-01-10 23:29:21', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875988f6b9015988ff85e40004', 'IE', '组织机构 更新成功', '5', '192.168.1.7', '2017-01-10 23:29:24', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992e7d3f00000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.1.7', '2017-01-12 21:39:43', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992e841b90001', 'IE', '菜单 更新成功', '5', '192.168.1.7', '2017-01-12 21:40:11', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992e8caab0003', 'IE', '用户admin已退出', '2', '192.168.1.7', '2017-01-12 21:40:46', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992e8d95a0004', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.1.7', '2017-01-12 21:40:50', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992e96de10006', 'IE', '菜单 录入成功', '3', '192.168.1.7', '2017-01-12 21:41:28', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992e9a35c0007', 'IE', '菜单 更新成功', '5', '192.168.1.7', '2017-01-12 21:41:42', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992e9e9c80008', 'IE', '菜单删除成功', '4', '192.168.1.7', '2017-01-12 21:42:00', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992eb2a47000a', 'IE', '菜单 录入成功', '3', '192.168.1.7', '2017-01-12 21:43:22', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992ebad5b000c', 'IE', '用户admin已退出', '2', '192.168.1.7', '2017-01-12 21:43:55', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992ebc733000d', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.1.7', '2017-01-12 21:44:02', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992ed2c3f0011', 'IE', '用户: qq添加成功', '3', '192.168.1.7', '2017-01-12 21:45:34', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992eda23a0015', 'IE', '用户: qq更新成功', '5', '192.168.1.7', '2017-01-12 21:46:04', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992ee8df00019', 'IE', '用户: qq更新成功', '5', '192.168.1.7', '2017-01-12 21:47:04', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992efd3d5001a', 'IE', '用户:qq删除成功', '4', '192.168.1.7', '2017-01-12 21:48:27', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992f0da90001b', 'IE', '错误异常: QueryException,错误描述:could not resolve property: order of: org.jeecgframework.web.system.pojo.base.TSDepart', '6', '192.168.1.7', '2017-01-12 21:49:35', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992f0e55e001c', 'IE', '错误异常: QueryException,错误描述:could not resolve property: order of: org.jeecgframework.web.system.pojo.base.TSDepart', '6', '192.168.1.7', '2017-01-12 21:49:38', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992f0f908001d', 'IE', '错误异常: QueryException,错误描述:could not resolve property: order of: org.jeecgframework.web.system.pojo.base.TSDepart', '6', '192.168.1.7', '2017-01-12 21:49:43', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992f12d80001e', 'IE', '错误异常: QueryException,错误描述:could not resolve property: order of: org.jeecgframework.web.system.pojo.base.TSDepart', '6', '192.168.1.7', '2017-01-12 21:49:56', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992f1660b001f', 'IE', '错误异常: QueryException,错误描述:could not resolve property: order of: org.jeecgframework.web.system.pojo.base.TSDepart', '6', '192.168.1.7', '2017-01-12 21:50:10', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992f16dc60020', 'IE', '错误异常: QueryException,错误描述:could not resolve property: order of: org.jeecgframework.web.system.pojo.base.TSDepart', '6', '192.168.1.7', '2017-01-12 21:50:12', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992f17eb00021', 'IE', '组织机构 更新成功', '5', '192.168.1.7', '2017-01-12 21:50:17', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992f190360022', 'IE', '错误异常: QueryException,错误描述:could not resolve property: order of: org.jeecgframework.web.system.pojo.base.TSDepart', '6', '192.168.1.7', '2017-01-12 21:50:21', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992f198b30023', 'IE', '组织机构 更新成功', '5', '192.168.1.7', '2017-01-12 21:50:23', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992f1a39f0024', 'IE', '错误异常: QueryException,错误描述:could not resolve property: order of: org.jeecgframework.web.system.pojo.base.TSDepart', '6', '192.168.1.7', '2017-01-12 21:50:26', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992f1ad0c0025', 'IE', '组织机构 更新成功', '5', '192.168.1.7', '2017-01-12 21:50:29', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992f1b7c40026', 'IE', '错误异常: QueryException,错误描述:could not resolve property: order of: org.jeecgframework.web.system.pojo.base.TSDepart', '6', '192.168.1.7', '2017-01-12 21:50:31', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992f1c1030027', 'IE', '组织机构 更新成功', '5', '192.168.1.7', '2017-01-12 21:50:34', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992f1cbdc0028', 'IE', '错误异常: QueryException,错误描述:could not resolve property: order of: org.jeecgframework.web.system.pojo.base.TSDepart', '6', '192.168.1.7', '2017-01-12 21:50:37', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992f1d6f60029', 'IE', '组织机构 更新成功', '5', '192.168.1.7', '2017-01-12 21:50:39', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992f40030002a', 'IE', '删除成功', '4', '192.168.1.7', '2017-01-12 21:53:01', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992f55c69002b', 'IE', '组织机构删除成功', '4', '192.168.1.7', '2017-01-12 21:54:30', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992f65399002e', 'IE', '错误异常: QueryException,错误描述:could not resolve property: order of: org.jeecgframework.web.system.pojo.base.TSDepart', '6', '192.168.1.7', '2017-01-12 21:55:33', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992f67968002f', 'IE', '错误异常: QueryException,错误描述:could not resolve property: order of: org.jeecgframework.web.system.pojo.base.TSDepart', '6', '192.168.1.7', '2017-01-12 21:55:43', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992f6930a0030', 'IE', '错误异常: QueryException,错误描述:could not resolve property: order of: org.jeecgframework.web.system.pojo.base.TSDepart', '6', '192.168.1.7', '2017-01-12 21:55:50', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992f6a4710031', 'IE', '错误异常: QueryException,错误描述:could not resolve property: order of: org.jeecgframework.web.system.pojo.base.TSDepart', '6', '192.168.1.7', '2017-01-12 21:55:54', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875992e76c015992f6fa670032', 'IE', '错误异常: QueryException,错误描述:could not resolve property: order of: org.jeecgframework.web.system.pojo.base.TSDepart', '6', '192.168.1.7', '2017-01-12 21:56:16', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875998d719015998d7a7310000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.1.7', '2017-01-14 01:19:46', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('402881875998e4df015998e5337f0000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.1.7', '2017-01-14 01:34:34', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028818958ca1f250158ca1f6e340000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.1.9', '2016-12-04 21:56:47', '1', '8a8ab0b246dc81120146dc8181950052'); INSERT INTO `t_s_log` VALUES ('4028ef81526266d401526268a7ed0000', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-01-21 12:19:31', '1', '8a8ab0b246dc81120146dc8181950052'); INSERT INTO `t_s_log` VALUES ('4028ef81526266d401526268fcf90002', 'IE', '用户admin已退出', '2', '192.168.111.1', '2016-01-21 12:19:53', '1', '8a8ab0b246dc81120146dc8181950052'); INSERT INTO `t_s_log` VALUES ('4028ef81526266d40152626919130003', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-01-21 12:20:00', '1', '8a8ab0b246dc81120146dc8181950052'); @@ -3462,7 +3813,7 @@ INSERT INTO `t_s_log` VALUES ('4028ef815373fb5301537404ba1b000e', 'Chrome', '修 INSERT INTO `t_s_log` VALUES ('4028ef815373fb5301537406bea80010', 'Chrome', '图片表添加成功', '3', '192.168.111.1', '2016-03-14 15:28:32', '1', '8a8ab0b246dc81120146dc8181950052'); INSERT INTO `t_s_log` VALUES ('4028ef815373fb5301537406e7480011', 'Chrome', '图片表删除成功', '4', '192.168.111.1', '2016-03-14 15:28:42', '1', '8a8ab0b246dc81120146dc8181950052'); INSERT INTO `t_s_log` VALUES ('4028ef815373fb530153740b6d3f0012', 'Chrome', '修改成功', '5', '192.168.111.1', '2016-03-14 15:33:39', '1', '8a8ab0b246dc81120146dc8181950052'); -INSERT INTO `t_s_log` VALUES ('4028ef815373fb530153740b7e8f0013', 'Chrome', '删除成功', '4', '192.168.111.1', '2016-03-14 15:33:43', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815373fb530153740b7e8f0013', 'IE', '删除成功', '4', '192.168.111.1', '2016-03-14 15:33:43', '1', '8a8ab0b246dc81120146dc8181950052'); INSERT INTO `t_s_log` VALUES ('4028ef8153740f9f0153741003df0000', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-03-14 15:38:39', '1', '8a8ab0b246dc81120146dc8181950052'); INSERT INTO `t_s_log` VALUES ('4028ef8153740f9f015374114ed00001', 'Chrome', '删除成功', '4', '192.168.111.1', '2016-03-14 15:40:04', '1', '8a8ab0b246dc81120146dc8181950052'); INSERT INTO `t_s_log` VALUES ('4028ef8153740f9f01537411b7bd0002', 'Chrome', '修改成功', '5', '192.168.111.1', '2016-03-14 15:40:31', '1', '8a8ab0b246dc81120146dc8181950052'); @@ -5177,9 +5528,970 @@ INSERT INTO `t_s_log` VALUES ('4028ef8155fd62710155fd64e1030001', 'Chrome', '修 INSERT INTO `t_s_log` VALUES ('4028ef8155fd62710155fd65b9ee0002', 'Chrome', '错误异常: MySQLSyntaxErrorException,错误描述:Table \'jeecg.jg_person\' doesn\'t exist', '6', '192.168.111.1', '2016-07-18 17:45:50', '3', '8a8ab0b246dc81120146dc8181950052'); INSERT INTO `t_s_log` VALUES ('4028ef8155fd62710155fd65be330003', 'Chrome', '错误异常: MySQLSyntaxErrorException,错误描述:Table \'jeecg.jg_person\' doesn\'t exist', '6', '192.168.111.1', '2016-07-18 17:45:51', '3', '8a8ab0b246dc81120146dc8181950052'); INSERT INTO `t_s_log` VALUES ('4028ef8155fd85190155fd8588280000', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-18 18:20:34', '1', '8a8ab0b246dc81120146dc8181950052'); - --- ---------------------------- --- Table structure for `t_s_muti_lang` +INSERT INTO `t_s_log` VALUES ('4028ef8155fda3440155fda3d72d0000', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-18 18:53:41', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8155fe1e3b0155fe2112560000', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-18 21:10:28', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815600b7bd015600b92b210000', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-19 09:15:50', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815600b7bd015600d886310001', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-19 09:50:05', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815600dd8d015600de53340000', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-19 09:56:25', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560138d70156013937040000', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-19 11:35:42', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815601b4d1015601b55bc60000', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-19 13:51:17', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815601ff02015601ffd7c80000', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-19 15:12:39', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156020d8d0156020de56d0000', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-19 15:28:00', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815602324401560232cf8a0000', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-19 16:08:19', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815602630401560264ce040000', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-19 17:02:56', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156026e9f0156026f224a0000', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-19 17:14:12', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815602872901560287a8520000', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-19 17:41:00', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815602f891015602f9665f0000', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-19 19:45:14', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815602f891015602fb7cf20002', 'Chrome', '添加成功', '3', '192.168.111.1', '2016-07-19 19:47:31', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815607929101560795248b0000', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-20 17:13:49', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815607929101560795c4330008', 'Chrome', '错误异常: MySQLIntegrityConstraintViolationException,错误描述:Column \'jform_category\' cannot be null', '6', '192.168.111.1', '2016-07-20 17:14:30', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560cd59901560cd636b00000', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-21 17:43:00', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560cd59901560cd698df0001', 'Chrome', '移除成功', '4', '192.168.111.1', '2016-07-21 17:43:25', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560cd59901560cd700450002', 'Chrome', '激活成功', '5', '192.168.111.1', '2016-07-21 17:43:52', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560cd59901560cd7ad320003', 'Chrome', '取消激活成功', '5', '192.168.111.1', '2016-07-21 17:44:36', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560cd59901560cd7bd270004', 'Chrome', '激活成功', '5', '192.168.111.1', '2016-07-21 17:44:40', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560cd59901560cd99f450005', 'Chrome', '取消激活成功', '5', '192.168.111.1', '2016-07-21 17:46:43', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560ce70e01560ce7b19f0000', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-21 18:02:06', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560ce8ba01560ce9d1010000', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-21 18:04:25', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560ce8ba01560ceb1e410001', 'Chrome', '激活成功', '5', '192.168.111.1', '2016-07-21 18:05:50', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560cefff01560cf08e490000', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-21 18:11:46', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560cefff01560cf23fb80001', 'Chrome', '取消激活成功', '5', '192.168.111.1', '2016-07-21 18:13:37', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560cefff01560cf246b00002', 'Chrome', '激活成功', '5', '192.168.111.1', '2016-07-21 18:13:39', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560d013e01560d01b30a0000', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-21 18:30:30', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560d013e01560d022d070001', 'Chrome', '取消激活成功', '5', '192.168.111.1', '2016-07-21 18:31:01', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560d013e01560d028c5f0002', 'Chrome', '激活成功', '5', '192.168.111.1', '2016-07-21 18:31:26', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560d013e01560d02b1350003', 'Chrome', '取消激活成功', '5', '192.168.111.1', '2016-07-21 18:31:35', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560d013e01560d02c7940004', 'Chrome', '激活成功', '5', '192.168.111.1', '2016-07-21 18:31:41', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560d013e01560d0374090005', 'Chrome', '取消激活成功', '5', '192.168.111.1', '2016-07-21 18:32:25', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560d013e01560d03b41c0006', 'Chrome', '激活成功', '5', '192.168.111.1', '2016-07-21 18:32:41', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560d06a701560d0752500000', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-21 18:36:38', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560d06a701560d082e9e0001', 'Chrome', '取消激活成功', '5', '192.168.111.1', '2016-07-21 18:37:35', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560d06a701560d0916510002', 'Chrome', '激活成功', '5', '192.168.111.1', '2016-07-21 18:38:34', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560d06a701560d0d00510003', 'Chrome', '取消激活成功', '5', '192.168.111.1', '2016-07-21 18:42:51', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560d06a701560d0e0e840004', 'Chrome', '激活成功', '5', '192.168.111.1', '2016-07-21 18:44:00', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560d06a701560d107f3c0005', 'Chrome', '取消激活成功', '5', '192.168.111.1', '2016-07-21 18:46:40', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560d06a701560d109d580006', 'Chrome', '激活成功', '5', '192.168.111.1', '2016-07-21 18:46:47', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560d06a701560d10e4bc0007', 'Chrome', '取消激活成功', '5', '192.168.111.1', '2016-07-21 18:47:06', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560d06a701560d11396a0008', 'Chrome', '激活成功', '5', '192.168.111.1', '2016-07-21 18:47:27', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560d06a701560d1242170009', 'Chrome', '取消激活成功', '5', '192.168.111.1', '2016-07-21 18:48:35', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560d06a701560d129373000a', 'Chrome', '激活成功', '5', '192.168.111.1', '2016-07-21 18:48:56', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560d06a701560d12b8c0000b', 'Chrome', '取消激活成功', '5', '192.168.111.1', '2016-07-21 18:49:05', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560d06a701560d12caeb000c', 'Chrome', '激活成功', '5', '192.168.111.1', '2016-07-21 18:49:10', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560d1be101560d1d563b0000', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-21 19:00:41', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560da1da01560da332ea0000', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-21 21:26:54', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560da1da01560da4884c0003', 'Chrome', '用户admin已退出', '2', '192.168.111.1', '2016-07-21 21:28:21', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560da1da01560da4ae110004', 'Chrome', '用户: demo[销售人员]common.login.success', '1', '192.168.111.1', '2016-07-21 21:28:31', '1', '402880e74d75c4dd014d75d44af30005'); +INSERT INTO `t_s_log` VALUES ('4028ef81560da1da01560da57c290005', 'Chrome', '用户demo已退出', '2', '192.168.111.1', '2016-07-21 21:29:24', '1', '402880e74d75c4dd014d75d44af30005'); +INSERT INTO `t_s_log` VALUES ('4028ef81560da1da01560da5898e0006', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-21 21:29:27', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560da1da01560da5ed6f0007', 'Chrome', '用户admin已退出', '2', '192.168.111.1', '2016-07-21 21:29:53', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81560da1da01560da638230008', 'Chrome', '用户: demo[中国人寿总公司]common.login.success', '1', '192.168.111.1', '2016-07-21 21:30:12', '1', '402880e74d75c4dd014d75d44af30005'); +INSERT INTO `t_s_log` VALUES ('4028ef815610fe4c015610fed9cd0000', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-22 13:05:52', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815610fe4c0156112233d20002', 'Chrome', '用户admin已退出', '2', '192.168.111.1', '2016-07-22 13:44:29', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815610fe4c0156112243f20003', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-22 13:44:33', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815610fe4c01561122cfce0005', 'Chrome', '用户admin已退出', '2', '192.168.111.1', '2016-07-22 13:45:09', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815610fe4c01561122e28d0006', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-22 13:45:14', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815610fe4c01561123167d0007', 'Chrome', '菜单 更新成功', '5', '192.168.111.1', '2016-07-22 13:45:27', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815610fe4c0156112363350008', 'Chrome', '菜单 更新成功', '5', '192.168.111.1', '2016-07-22 13:45:47', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156176adb0156177e7c4c0000', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-23 19:23:00', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156176adb015617801fd80010', 'Chrome', '创建成功', '3', '192.168.111.1', '2016-07-23 19:24:47', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156176adb01561780afdc0011', 'Chrome', 'bpm_status删除成功', '4', '192.168.111.1', '2016-07-23 19:25:24', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156176adb01561780b1ac0012', 'Chrome', '修改成功', '5', '192.168.111.1', '2016-07-23 19:25:25', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156176adb01561781821d0013', 'Chrome', '修改成功', '5', '192.168.111.1', '2016-07-23 19:26:18', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156176adb0156178223e80014', 'Chrome', '修改成功', '5', '192.168.111.1', '2016-07-23 19:27:00', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156176adb01561782f7980015', 'Chrome', '修改成功', '5', '192.168.111.1', '2016-07-23 19:27:54', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156176adb015617840b970016', 'Chrome', '修改成功', '5', '192.168.111.1', '2016-07-23 19:29:04', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156176adb01561784cabf0017', 'Chrome', '修改成功', '5', '192.168.111.1', '2016-07-23 19:29:53', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156176adb0156178524a90018', 'Chrome', '修改成功', '5', '192.168.111.1', '2016-07-23 19:30:16', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156176adb0156178aa67d0019', 'Chrome', '用户admin已退出', '2', '192.168.111.1', '2016-07-23 19:36:17', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156176adb0156178b421c001a', 'Chrome', '用户: scott[软件开发部]common.login.success', '1', '192.168.111.1', '2016-07-23 19:36:57', '1', '8a8ab0b246dc81120146dc81819d0053'); +INSERT INTO `t_s_log` VALUES ('4028ef8156176adb0156178b5a6e001b', 'Chrome', '用户scott已退出', '2', '192.168.111.1', '2016-07-23 19:37:03', '1', '8a8ab0b246dc81120146dc81819d0053'); +INSERT INTO `t_s_log` VALUES ('4028ef8156176adb0156178b70b8001c', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-23 19:37:09', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156176adb01561793bbf3001d', 'Chrome', '错误异常: MySQLSyntaxErrorException,错误描述:Table \'jeecg.jg_person\' doesn\'t exist', '6', '192.168.111.1', '2016-07-23 19:46:13', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81561fe09801561fe114e30000', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-25 10:27:39', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81561fe09801561fe1dfba0001', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-25 10:28:31', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81561fe09801561fe4faf60002', 'Chrome', '菜单 更新成功', '5', '192.168.111.1', '2016-07-25 10:31:55', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81561fe09801561fe514e80003', 'Chrome', '用户admin已退出', '2', '192.168.111.1', '2016-07-25 10:32:02', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81561fe09801561fe5294f0004', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-25 10:32:07', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81561fe09801561fe5d39f0005', 'Chrome', '菜单 更新成功', '5', '192.168.111.1', '2016-07-25 10:32:50', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81561fe09801561fe5db690006', 'Chrome', '用户admin已退出', '2', '192.168.111.1', '2016-07-25 10:32:52', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81561fe09801561fe5e9a70007', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-25 10:32:56', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81561fe09801561feda3580008', 'Chrome', '用户admin已退出', '2', '192.168.111.1', '2016-07-25 10:41:22', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81561fe09801561fedb28b0009', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-25 10:41:26', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81561fe09801561fee2ad4000a', 'Chrome', '用户admin已退出', '2', '192.168.111.1', '2016-07-25 10:41:57', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81561fe09801561feeb347000b', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-25 10:42:32', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81561fe09801561ff028d2000c', 'Chrome', '菜单 更新成功', '5', '192.168.111.1', '2016-07-25 10:44:08', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81561fe09801561ff06741000d', 'Chrome', '用户admin已退出', '2', '192.168.111.1', '2016-07-25 10:44:24', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81561fe09801561ff08304000e', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-25 10:44:31', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81561fe09801561ff0a836000f', 'Chrome', '用户admin已退出', '2', '192.168.111.1', '2016-07-25 10:44:40', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81561fe09801561ff0b30d0010', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-25 10:44:43', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81561fe09801561ff1c22b0011', 'Chrome', '用户admin已退出', '2', '192.168.111.1', '2016-07-25 10:45:52', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81561fe09801561ff1d11a0012', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-25 10:45:56', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562002400156200b09920000', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-25 11:13:29', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562002400156203a3f760001', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-25 12:05:03', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562002400156203c2d8c0002', 'Chrome', '用户admin已退出', '2', '192.168.111.1', '2016-07-25 12:07:09', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562002400156203c3e620003', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-25 12:07:14', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562002400156203c79060004', 'Chrome', '用户admin已退出', '2', '192.168.111.1', '2016-07-25 12:07:29', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562002400156203c8a1f0005', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-25 12:07:33', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562002400156203d8c5e0006', 'Chrome', '菜单 更新成功', '5', '192.168.111.1', '2016-07-25 12:08:39', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562002400156203dc5740007', 'Chrome', '菜单 更新成功', '5', '192.168.111.1', '2016-07-25 12:08:54', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562002400156203de21f0008', 'Chrome', '用户admin已退出', '2', '192.168.111.1', '2016-07-25 12:09:01', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562002400156203def3d0009', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-25 12:09:05', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562002400156203e2dd0000a', 'Chrome', '用户admin已退出', '2', '192.168.111.1', '2016-07-25 12:09:21', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562002400156203e3adf000b', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-25 12:09:24', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156200240015620416609000c', 'Chrome', '菜单 更新成功', '5', '192.168.111.1', '2016-07-25 12:12:52', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562002400156204176cb000d', 'Chrome', '用户admin已退出', '2', '192.168.111.1', '2016-07-25 12:12:56', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562002400156204188bf000e', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-25 12:13:00', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562120ba01562121121e0000', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-25 16:17:10', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562161ec0156216248a70000', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-25 17:28:24', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562161ec0156216297e60001', 'Chrome', '错误异常: NullPointerException,错误描述:null', '6', '192.168.111.1', '2016-07-25 17:28:44', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562161ec0156216297e90002', 'Chrome', '错误异常: NullPointerException,错误描述:null', '6', '192.168.111.1', '2016-07-25 17:28:44', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562161ec0156216820ad0003', 'Chrome', '错误异常: NullPointerException,错误描述:null', '6', '192.168.111.1', '2016-07-25 17:34:47', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562161ec0156216820d90004', 'Chrome', '错误异常: NullPointerException,错误描述:null', '6', '192.168.111.1', '2016-07-25 17:34:47', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815625368201562539c53a0000', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-26 11:22:38', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562cb7ab01562cb81db90000', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-27 22:17:58', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562cb7ab01562cb931fa0001', 'Chrome', '错误异常: MySQLSyntaxErrorException,错误描述:Table \'jeecg.jg_person\' doesn\'t exist', '6', '192.168.111.1', '2016-07-27 22:19:09', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562cb7ab01562cb9803d0002', 'Chrome', '错误异常: MySQLSyntaxErrorException,错误描述:Table \'jeecg.jg_person\' doesn\'t exist', '6', '192.168.111.1', '2016-07-27 22:19:29', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562f313e01562f31bf120000', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-28 09:50:04', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562f313e01562f38012c0001', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-28 09:56:54', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562f313e01562f3aecf20005', 'Chrome', '用户: 22添加成功', '3', '192.168.111.1', '2016-07-28 10:00:06', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562f313e01562f3afdf90006', 'Chrome', '用户:22删除成功', '4', '192.168.111.1', '2016-07-28 10:00:10', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562f313e01562f4265100007', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-28 10:08:15', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562f313e01562f43a0c40008', 'Chrome', '图标删除成功', '4', '192.168.111.1', '2016-07-28 10:09:36', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562f313e01562f471f750009', 'Chrome', '修改成功', '5', '192.168.111.1', '2016-07-28 10:13:25', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562f313e01562f4777bc000a', 'Chrome', '修改成功', '5', '192.168.111.1', '2016-07-28 10:13:48', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562f313e01562f4d35fc000b', 'Chrome', '用户admin已退出', '2', '192.168.111.1', '2016-07-28 10:20:04', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562f313e01562f4d4fcd000c', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-28 10:20:11', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562f313e01562f4da895000d', 'Chrome', '用户admin已退出', '2', '192.168.111.1', '2016-07-28 10:20:33', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562f313e01562f4db775000e', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-28 10:20:37', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562f313e01562f4e3049000f', 'Chrome', '用户admin已退出', '2', '192.168.111.1', '2016-07-28 10:21:08', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81562f313e01562f4e422e0010', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-28 10:21:13', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156301e4f0156301ee9ba0000', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-28 14:09:07', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815634e456015634e573bb0000', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-29 12:24:27', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815636278b01563628479e0000', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-29 18:17:04', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156362ea70156362f50d60000', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-29 18:24:45', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156362ea70156362fcc880001', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-29 18:25:17', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815636363d01563636a0770000', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-29 18:32:44', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156363ac20156363c69620000', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-29 18:39:04', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156363ac20156363ce0ba0001', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-29 18:39:34', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81563641d401563643ea3c0000', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-29 18:47:15', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156365a560156365b148a0000', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-29 19:12:33', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156365a560156365b81ed0001', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-29 19:13:01', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156365a560156365cb95d0002', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-29 19:14:21', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156365df60156365e95760000', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-29 19:16:23', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156365df60156366027b10006', 'Chrome', '用户: lisi更新成功', '5', '192.168.111.1', '2016-07-29 19:18:06', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156365df60156366032fe0007', 'Chrome', '用户admin已退出', '2', '192.168.111.1', '2016-07-29 19:18:09', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156365df60156366061ca0008', 'Chrome', '用户: lisi[软件开发部]common.login.success', '1', '192.168.111.1', '2016-07-29 19:18:21', '1', '4028ef81538330cd01538333b7bc0001'); +INSERT INTO `t_s_log` VALUES ('4028ef8156365df601563660c1c50009', 'Chrome', '用户lisi已退出', '2', '192.168.111.1', '2016-07-29 19:18:45', '1', '4028ef81538330cd01538333b7bc0001'); +INSERT INTO `t_s_log` VALUES ('4028ef8156365df601563660ceaa000a', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-29 19:18:49', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156365df601563660f8b6000e', 'Chrome', '用户: lisi更新成功', '5', '192.168.111.1', '2016-07-29 19:19:00', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156365df601563661006d000f', 'Chrome', '用户admin已退出', '2', '192.168.111.1', '2016-07-29 19:19:01', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156365df60156366110620010', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-29 19:19:06', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156365df6015636612e9e0011', 'Chrome', '用户admin已退出', '2', '192.168.111.1', '2016-07-29 19:19:13', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156365df6015636614de10012', 'Chrome', '用户: lisi[财务]common.login.success', '1', '192.168.111.1', '2016-07-29 19:19:21', '1', '4028ef81538330cd01538333b7bc0001'); +INSERT INTO `t_s_log` VALUES ('4028ef8156365df6015636624ef50013', 'Chrome', '用户lisi已退出', '2', '192.168.111.1', '2016-07-29 19:20:27', '1', '4028ef81538330cd01538333b7bc0001'); +INSERT INTO `t_s_log` VALUES ('4028ef8156365df60156366263e60014', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-29 19:20:32', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81563ae2a801563ae3e04b0000', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-30 16:20:27', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81563ae2a801563ae48c240004', 'Chrome', '用户: 999添加成功', '3', '192.168.111.1', '2016-07-30 16:21:11', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81563ae2a801563ae495860005', 'Chrome', '错误异常: HttpRequestMethodNotSupportedException,错误描述:Request method \'GET\' not supported', '6', '192.168.111.1', '2016-07-30 16:21:14', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81563ae2a801563ae4c31e0006', 'Chrome', '错误异常: HttpRequestMethodNotSupportedException,错误描述:Request method \'GET\' not supported', '6', '192.168.111.1', '2016-07-30 16:21:25', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81563ae5be01563ae82bd50000', 'Chrome', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-07-30 16:25:09', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81563ae5be01563ae860f00001', 'Chrome', '用户:999删除成功', '4', '192.168.111.1', '2016-07-30 16:25:22', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81563ae5be01563ae92e100005', 'Chrome', '用户: 999添加成功', '3', '192.168.111.1', '2016-07-30 16:26:15', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81563ae5be01563ae98caf0009', 'Chrome', '用户: lisi更新成功', '5', '192.168.111.1', '2016-07-30 16:26:39', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81563ae5be01563ae9fd9a000b', 'Chrome', '图标删除成功', '4', '192.168.111.1', '2016-07-30 16:27:08', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815643f5ec015643f705000000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-01 10:37:57', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815643f5ec015643f7934e0001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-01 10:38:33', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815643f5ec015643fcda380002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-01 10:44:19', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815643ff37015643ffecb80000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-01 10:47:40', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564a157201564a16f4a00000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-02 15:10:33', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564a157201564a16f7110001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-02 15:10:34', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564a157201564a16f7f60002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-02 15:10:34', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564e492d01564e49a55c0000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-03 10:44:24', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564e492d01564e49a84b0001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-03 10:44:25', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564e492d01564e49a8fc0002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-03 10:44:25', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f1ae501564f1b4eed0000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-03 14:33:24', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f1ae501564f1b51140001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-03 14:33:25', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f1ae501564f1b51b10002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-03 14:33:25', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f1ae501564f1cb7040003', 'Firefox', '用户: scott[中国人寿总公司]common.login.success', '1', '192.168.111.1', '2016-08-03 14:34:57', '1', '8a8ab0b246dc81120146dc81819d0053'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f21cb01564f228fc30000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-03 14:41:20', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f21cb01564f22922a0001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-03 14:41:20', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f21cb01564f2292df0002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-03 14:41:21', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f21cb01564f23a1460003', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-03 14:42:30', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f21cb01564f23e9260004', 'Firefox', '用户admin已退出', '2', '192.168.111.1', '2016-08-03 14:42:48', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f21cb01564f24472e0005', 'Firefox', '用户: scott[中国人寿总公司]common.login.success', '1', '192.168.111.1', '2016-08-03 14:43:12', '1', '8a8ab0b246dc81120146dc81819d0053'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f2c4701564f2de74c0000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-03 14:53:43', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f2c4701564f2de9b70001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-03 14:53:44', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f2c4701564f2e9ea20002', 'Firefox', '用户: scott[中国人寿总公司]common.login.success', '1', '192.168.111.1', '2016-08-03 14:54:30', '1', '8a8ab0b246dc81120146dc81819d0053'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f310101564f3216700000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-03 14:58:17', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f310101564f3218c90001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-03 14:58:18', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f310101564f321a000002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-03 14:58:18', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f310101564f328a8d0003', 'Firefox', '用户: scott[中国人寿总公司]common.login.success', '1', '192.168.111.1', '2016-08-03 14:58:47', '1', '8a8ab0b246dc81120146dc81819d0053'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f47c301564f484e7a0000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-03 15:22:33', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f47c301564f4850910001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-03 15:22:34', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f47c301564f48510f0002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-03 15:22:34', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f4ec301564f4fba620000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-03 15:30:40', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f4ec301564f4fbcfe0001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-03 15:30:41', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f4ec301564f4fbd6d0002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-03 15:30:41', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f513c01564f521b0a0000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-03 15:33:16', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f513c01564f521d690001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-03 15:33:16', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f513c01564f5299da0002', 'Firefox', '用户: scott[中国人寿总公司]common.login.success', '1', '192.168.111.1', '2016-08-03 15:33:48', '1', '8a8ab0b246dc81120146dc81819d0053'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f513c01564f541f500003', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-03 15:35:28', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f513c01564f5a3d8b0004', 'Firefox', '用户: scott[中国人寿总公司]common.login.success', '1', '192.168.111.1', '2016-08-03 15:42:09', '1', '8a8ab0b246dc81120146dc81819d0053'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f62ff01564f6c78ea0000', 'Firefox', '错误异常: NoSuchRequestHandlingMethodException,错误描述:No matching handler method found for servlet request: path \'/loginController.do\', method \'GET\', parameters map[\'list\' -> array[\'\']]', '6', '192.168.111.1', '2016-08-03 16:02:04', '3', null); +INSERT INTO `t_s_log` VALUES ('4028ef81564f71f001564f7290460000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-03 16:08:43', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f71f001564f7292b40001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-03 16:08:43', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f71f001564f7293360002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-03 16:08:44', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f78aa01564f790e860000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-03 16:15:48', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f78aa01564f7910ec0001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-03 16:15:49', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f78aa01564f7911c00002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-03 16:15:49', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f78aa01564f791f9e0003', 'Firefox', '错误异常: NoSuchRequestHandlingMethodException,错误描述:No matching handler method found for servlet request: path \'/loginController.do\', method \'GET\', parameters map[\'loginddd\' -> array[\'\']]', '6', '192.168.111.1', '2016-08-03 16:15:53', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f7b1301564f7d26af0000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-03 16:20:17', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f7b1301564f7d29200001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-03 16:20:17', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f7b1301564f7dd3eb0002', 'Firefox', '用户: scott[中国人寿总公司]common.login.success', '1', '192.168.111.1', '2016-08-03 16:21:01', '1', '8a8ab0b246dc81120146dc81819d0053'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f9b1901564f9b7b7b0000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-03 16:53:24', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f9b1901564f9b7e110001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-03 16:53:25', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f9b1901564f9b7e9c0002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-03 16:53:25', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f9f8601564f9fe6050000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-03 16:58:14', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f9f8601564f9fe8440001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-03 16:58:14', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81564f9f8601564f9fe95f0002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-03 16:58:15', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156598a2c0156598adac00000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-05 15:11:27', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815659d09e015659d152000000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-05 16:28:25', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815659d09e015659d154e30001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-05 16:28:26', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815659d09e015659d155990002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-05 16:28:26', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815659e54c015659f7554e0000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-05 17:09:56', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815659e54c015659f758060001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-05 17:09:57', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815659e54c015659f758560002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-05 17:09:57', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81565a3c6c01565a3cea7d0000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-05 18:25:56', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81565a3c6c01565a3ced240001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-05 18:25:57', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81565a3c6c01565a3cee0c0002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-05 18:25:57', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81565a4dba01565a4e30eb0000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-05 18:44:49', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81565a4dba01565a4e32e80001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-05 18:44:49', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81565a4dba01565a4e33700002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-05 18:44:49', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81565a4dba01565a50e8550003', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-05 18:47:47', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81565a4dba01565a51bcf50004', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-05 18:48:41', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81565a4dba01565a54e3b20005', 'Firefox', '修改成功', '5', '192.168.111.1', '2016-08-05 18:52:07', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81565a4dba01565a55742f0006', 'Firefox', '修改成功', '5', '192.168.111.1', '2016-08-05 18:52:44', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81566929a40156692a10b60000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-08 15:59:39', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81566929a40156692a13090001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-08 15:59:40', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81566929a40156692a1f110002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-08 15:59:43', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81566929a40156692ab10b0004', 'Firefox', '表单添加成功,主数据源为空,请选择主数据源!', '5', '192.168.111.1', '2016-08-08 16:00:20', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81566929a401566931e7410005', 'Firefox', '表单更新成功,主数据源为空,请选择主数据源!', '5', '192.168.111.1', '2016-08-08 16:08:13', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81566929a4015669321e240006', 'Firefox', '表单表删除成功', '4', '192.168.111.1', '2016-08-08 16:08:27', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81566929a40156693253d90008', 'Firefox', '表单添加成功,主数据源为空,请选择主数据源!', '5', '192.168.111.1', '2016-08-08 16:08:41', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81566929a4015669329f680009', 'Firefox', '表单表删除成功', '4', '192.168.111.1', '2016-08-08 16:09:00', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81566929a4015669332fe3000b', 'Firefox', '表单添加成功,主数据源为空,请选择主数据源!', '5', '192.168.111.1', '2016-08-08 16:09:37', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81566929a40156693373ba001c', 'Firefox', '添加成功', '3', '192.168.111.1', '2016-08-08 16:09:54', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81566929a4015669338071001d', 'Firefox', '表单更新成功,主数据源为空,请选择主数据源!', '5', '192.168.111.1', '2016-08-08 16:09:58', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81566929a401566933963f001e', 'Firefox', '表单更新成功,主数据源为空,请选择主数据源!', '5', '192.168.111.1', '2016-08-08 16:10:03', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81566929a401566933e45b001f', 'Firefox', '表单更新成功', '5', '192.168.111.1', '2016-08-08 16:10:23', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81566a581301566a58ab9e0000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-08 21:30:11', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81566a581301566a58aebf0001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-08 21:30:12', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81566a581301566a58af7c0002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-08 21:30:12', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81566d570701566d5803270000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-09 11:28:19', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81566d570701566d5805270001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-09 11:28:20', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81566d570701566d5805e80002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-09 11:28:20', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81566e3ca101566e3cff4b0000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-09 15:38:26', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81566e3ca101566e3d01c20001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-09 15:38:27', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81566e3ca101566e3d025b0002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-09 15:38:27', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81566e3ca101566e3d3b740003', 'Firefox', '1212被删除成功', '4', '192.168.111.1', '2016-08-09 15:38:41', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673486e01567348d3fa0000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-10 15:09:27', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673486e01567348d66a0001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-10 15:09:28', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673486e01567348d6da0002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-10 15:09:28', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673c513440000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-10 17:25:10', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673c515f80001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-10 17:25:11', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673c516750002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-10 17:25:11', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673c6e02d0011', 'Firefox', '修改成功', '5', '192.168.111.1', '2016-08-10 17:27:08', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673c7cb86003a', 'Firefox', '修改成功', '5', '192.168.111.1', '2016-08-10 17:28:08', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673c8e419004c', 'Firefox', '错误异常: MySQLSyntaxErrorException,错误描述:Table \'jeecg.jform_resume_info__0\' doesn\'t exist', '6', '192.168.111.1', '2016-08-10 17:29:20', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673c941d5004d', 'Firefox', '错误异常: MySQLSyntaxErrorException,错误描述:Table \'jeecg.jform_resume_info__0\' doesn\'t exist', '6', '192.168.111.1', '2016-08-10 17:29:44', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673c94b5c004e', 'Firefox', '错误异常: MySQLSyntaxErrorException,错误描述:Table \'jeecg.jform_resume_info__0\' doesn\'t exist', '6', '192.168.111.1', '2016-08-10 17:29:47', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673ca39680057', 'Firefox', '修改成功', '5', '192.168.111.1', '2016-08-10 17:30:48', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673ca665c0058', 'Firefox', '错误异常: MySQLSyntaxErrorException,错误描述:Table \'jeecg.jform_resume_info__0\' doesn\'t exist', '6', '192.168.111.1', '2016-08-10 17:30:59', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673caede20067', 'Firefox', '移除成功', '4', '192.168.111.1', '2016-08-10 17:31:34', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673cea9840068', 'Firefox', '错误异常: MySQLSyntaxErrorException,错误描述:Table \'jeecg.jform_resume_info__0\' doesn\'t exist', '6', '192.168.111.1', '2016-08-10 17:35:38', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673ced7960069', 'Firefox', '错误异常: MysqlDataTruncation,错误描述:Data truncation: Data too long for column \'cardid\' at row 1', '6', '192.168.111.1', '2016-08-10 17:35:50', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673cefbac006a', 'Firefox', '错误异常: MysqlDataTruncation,错误描述:Data truncation: Data too long for column \'cardid\' at row 1', '6', '192.168.111.1', '2016-08-10 17:35:59', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673d5519c006b', 'Firefox', '错误异常: MysqlDataTruncation,错误描述:Data truncation: Data too long for column \'cardid\' at row 1', '6', '192.168.111.1', '2016-08-10 17:42:55', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673d5c128006c', 'Firefox', '错误异常: MysqlDataTruncation,错误描述:Data truncation: Incorrect datetime value: \',\' for column \'begin_date\' at row 1', '6', '192.168.111.1', '2016-08-10 17:43:23', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673d67ad4006d', 'Firefox', '错误异常: MysqlDataTruncation,错误描述:Data truncation: Incorrect datetime value: \',\' for column \'begin_date\' at row 1', '6', '192.168.111.1', '2016-08-10 17:44:11', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673d7fcb30088', 'Firefox', '修改成功', '5', '192.168.111.1', '2016-08-10 17:45:50', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673d994480099', 'Firefox', '修改成功', '5', '192.168.111.1', '2016-08-10 17:47:34', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673e2e9f7009a', 'Firefox', '修改成功', '5', '192.168.111.1', '2016-08-10 17:57:46', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673e3feef00ac', 'Firefox', '移除成功', '4', '192.168.111.1', '2016-08-10 17:58:57', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673e7868e00ad', 'Firefox', '移除成功', '4', '192.168.111.1', '2016-08-10 18:02:48', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673e7a71d00ae', 'Firefox', '移除成功', '4', '192.168.111.1', '2016-08-10 18:02:56', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673e849dc00af', 'Firefox', '修改成功', '5', '192.168.111.1', '2016-08-10 18:03:38', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673e9fe8b00b0', 'Firefox', '修改成功', '5', '192.168.111.1', '2016-08-10 18:05:30', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673ea444500b1', 'Firefox', '删除成功', '4', '192.168.111.1', '2016-08-10 18:05:47', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673ea44ba00b2', 'Firefox', '错误异常: LazyInitializationException,错误描述:failed to lazily initialize a collection of role: org.jeecgframework.web.cgform.entity.config.CgFormHeadEntity.columns, no session or session was closed', '6', '192.168.111.1', '2016-08-10 18:05:48', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673ea4ed000b3', 'Firefox', '错误异常: LazyInitializationException,错误描述:failed to lazily initialize a collection of role: org.jeecgframework.web.cgform.entity.config.CgFormHeadEntity.columns, no session or session was closed', '6', '192.168.111.1', '2016-08-10 18:05:50', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673ea5e2900b4', 'Firefox', '删除成功', '4', '192.168.111.1', '2016-08-10 18:05:54', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673ea5ebc00b5', 'Firefox', '错误异常: LazyInitializationException,错误描述:failed to lazily initialize a collection of role: org.jeecgframework.web.cgform.entity.config.CgFormHeadEntity.columns, no session or session was closed', '6', '192.168.111.1', '2016-08-10 18:05:54', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673eaaf7a00b6', 'Firefox', '错误异常: LazyInitializationException,错误描述:failed to lazily initialize a collection of role: org.jeecgframework.web.cgform.entity.config.CgFormHeadEntity.columns, no session or session was closed', '6', '192.168.111.1', '2016-08-10 18:06:15', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673ead99300b7', 'Firefox', '错误异常: LazyInitializationException,错误描述:failed to lazily initialize a collection of role: org.jeecgframework.web.cgform.entity.config.CgFormHeadEntity.columns, no session or session was closed', '6', '192.168.111.1', '2016-08-10 18:06:26', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673ebc17f00b8', 'Firefox', '错误异常: LazyInitializationException,错误描述:failed to lazily initialize a collection of role: org.jeecgframework.web.cgform.entity.config.CgFormHeadEntity.columns, no session or session was closed', '6', '192.168.111.1', '2016-08-10 18:07:25', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673c48f015673ebcb5a00b9', 'Firefox', '错误异常: LazyInitializationException,错误描述:failed to lazily initialize a collection of role: org.jeecgframework.web.cgform.entity.config.CgFormHeadEntity.columns, no session or session was closed', '6', '192.168.111.1', '2016-08-10 18:07:28', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673ecb9015673ef473a0000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-10 18:11:16', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673ecb9015673f0aabf000a', 'Firefox', '修改成功', '5', '192.168.111.1', '2016-08-10 18:12:47', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673ecb9015673f2d056000b', 'Firefox', '修改成功', '5', '192.168.111.1', '2016-08-10 18:15:08', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815673ecb9015673f661d5001d', 'Firefox', '修改成功', '5', '192.168.111.1', '2016-08-10 18:19:01', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815677838b0156778445040000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-11 10:52:52', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815677838b0156778447950001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-11 10:52:53', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815677838b01567784489e0002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-11 10:52:53', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815677838b015677858f210003', 'Firefox', '用户: scott[中国人寿总公司]common.login.success', '1', '192.168.111.1', '2016-08-11 10:54:16', '1', '8a8ab0b246dc81120146dc81819d0053'); +INSERT INTO `t_s_log` VALUES ('4028ef81567a0b0c01567a0b96aa0000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-11 22:39:55', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567a0b0c01567a0b9a530001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-11 22:39:55', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567a0b0c01567a0b9b3f0002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-11 22:39:56', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567a0b0c01567a0c82840003', 'Firefox', 'JeecgDemo例子: 99991被更新成功', '5', '192.168.111.1', '2016-08-11 22:40:55', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567a0b0c01567a12feff0004', 'Firefox', 'JeecgDemo例子: 100被更新成功', '5', '192.168.111.1', '2016-08-11 22:48:00', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567a0b0c01567a153cd40005', 'Firefox', 'JeecgDemo例子: 900被更新成功', '5', '192.168.111.1', '2016-08-11 22:50:27', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567a0b0c01567a17700d0006', 'Firefox', 'JeecgDemo例子: 9001被更新成功', '5', '192.168.111.1', '2016-08-11 22:52:51', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567cb00901567cb18bba0000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-12 11:00:25', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567cb00901567cb18de50001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-12 11:00:26', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567cb00901567cb18e720002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-12 11:00:26', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567cb00901567cb1fc980003', 'Firefox', 'JeecgDemo例子: 9001被更新成功', '5', '192.168.111.1', '2016-08-12 11:00:54', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567cb00901567cb347da0004', 'Firefox', 'JeecgDemo例子: 9001被更新成功', '5', '192.168.111.1', '2016-08-12 11:02:19', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567cb00901567cb35f5a0005', 'Firefox', 'JeecgDemo例子: 9001被更新成功', '5', '192.168.111.1', '2016-08-12 11:02:25', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567cb00901567cb3fed30006', 'Firefox', '666被删除成功', '4', '192.168.111.1', '2016-08-12 11:03:06', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567cbd1001567cbe04060000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-12 11:14:02', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567cbd1001567cbe92770001', 'Firefox', 'JeecgDemo例子: 9001被更新成功', '5', '192.168.111.1', '2016-08-12 11:14:39', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567cbd1001567cbf1f500002', 'Firefox', 'JeecgDemo例子: 9001被更新成功', '5', '192.168.111.1', '2016-08-12 11:15:15', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567cc2af01567cc323b00000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-12 11:19:38', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567cc2af01567cc40b920001', 'Firefox', '表单表删除成功', '4', '192.168.111.1', '2016-08-12 11:20:38', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567cc2af01567cc431680003', 'Firefox', '表单添加成功,主数据源为空,请选择主数据源!', '5', '192.168.111.1', '2016-08-12 11:20:47', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567cc2af01567cc4ac260014', 'Firefox', '添加成功', '3', '192.168.111.1', '2016-08-12 11:21:19', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567cc2af01567cc4bf9e0015', 'Firefox', '表单更新成功', '5', '192.168.111.1', '2016-08-12 11:21:24', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567cc2af01567cc4eded0016', 'Firefox', '表单更新成功', '5', '192.168.111.1', '2016-08-12 11:21:35', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567cc2af01567cc75fec0018', 'Firefox', '表单添加成功!(主数据源,尚未设置)', '5', '192.168.111.1', '2016-08-12 11:24:16', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567cc2af01567cc7a6c80019', 'Firefox', '表单更新成功!(主数据源,尚未设置)!', '5', '192.168.111.1', '2016-08-12 11:24:34', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567cc2af01567cc7e3d2001a', 'Firefox', '表单更新成功!(主数据源尚未设置)', '5', '192.168.111.1', '2016-08-12 11:24:50', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567cc2af01567cc827ff001b', 'Firefox', '表单更新成功!(主数据源尚未设置)', '5', '192.168.111.1', '2016-08-12 11:25:07', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567ccb6301567ccbc64f0000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-12 11:29:04', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567ce67b01567ce6f3d00000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-12 11:58:45', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567ce67b01567ce6f6560001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-12 11:58:46', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567ce67b01567ce6f6e00002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-12 11:58:46', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567ce67b01567cf29cc80003', 'Firefox', '表单表删除成功', '4', '192.168.111.1', '2016-08-12 12:11:29', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567e88db01567e8948600000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-12 19:35:41', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567e88db01567e894ac60001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-12 19:35:42', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567ec45401567ec4c0f10000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-12 20:40:38', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567ec45401567ec4c36c0001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-12 20:40:39', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567ec8eb01567eccde6d0000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-12 20:49:30', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567ec8eb01567ecce08e0001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-12 20:49:31', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567ec8eb01567ecce1100002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-12 20:49:31', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81567ec8eb01567ecdc10f0003', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-12 20:50:28', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815681dca5015681de4ebb0000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-13 11:07:25', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815681dca5015681de521b0001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-13 11:07:26', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815681dca5015681de52d90002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-13 11:07:26', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815681dca5015681deec9a0003', 'Firefox', 'JeecgDemo例子: 9001被更新成功', '5', '192.168.111.1', '2016-08-13 11:08:05', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815681dca5015681e019d30014', 'Firefox', '修改成功', '5', '192.168.111.1', '2016-08-13 11:09:22', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568269d10156826acf0d0000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-13 13:40:53', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568269d10156826ad1520001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-13 13:40:53', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568269d10156826ad1d80002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-13 13:40:53', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568269d10156826b197b0003', 'Firefox', '删除成功', '4', '192.168.111.1', '2016-08-13 13:41:12', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815683265e01568326eede0000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-13 17:06:22', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815683265e01568326f0bb0001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-13 17:06:22', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815683265e01568326f1520002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-13 17:06:22', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568bf29301568bf340150000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-15 10:06:29', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568bf29301568bf343b50001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-15 10:06:30', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568bf29301568bf344cc0002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-15 10:06:31', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568bf29301568bf581940004', 'Firefox', '菜单 录入成功', '3', '192.168.111.1', '2016-08-15 10:08:57', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568bf29301568bf5d7740005', 'Firefox', '菜单 更新成功', '5', '192.168.111.1', '2016-08-15 10:09:19', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568bf29301568bf619b80006', 'Firefox', '菜单 更新成功', '5', '192.168.111.1', '2016-08-15 10:09:36', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568bf29301568bf623150007', 'Firefox', '用户admin已退出', '2', '192.168.111.1', '2016-08-15 10:09:39', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568bf29301568bf633540008', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-15 10:09:43', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568bf29301568bf68898000a', 'Firefox', '用户admin已退出', '2', '192.168.111.1', '2016-08-15 10:10:05', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568bf29301568bf6984f000b', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-15 10:10:09', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568bf29301568c038343000c', 'Firefox', '用户: scott[中国人寿总公司]common.login.success', '1', '192.168.111.1', '2016-08-15 10:24:15', '1', '8a8ab0b246dc81120146dc81819d0053'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c070c860000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-15 10:28:07', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c070ece0001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-15 10:28:08', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c070f5b0002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-15 10:28:08', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c0795800003', 'Firefox', '用户: scott[中国人寿总公司]common.login.success', '1', '192.168.111.1', '2016-08-15 10:28:42', '1', '8a8ab0b246dc81120146dc81819d0053'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c08f7220004', 'Firefox', '用户scott已退出', '2', '192.168.111.1', '2016-08-15 10:30:13', '1', '8a8ab0b246dc81120146dc81819d0053'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c0909be0005', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-15 10:30:17', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c0c62000006', 'Firefox', '菜单 更新成功', '5', '192.168.111.1', '2016-08-15 10:33:56', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c0cf3f20007', 'Firefox', '菜单 更新成功', '5', '192.168.111.1', '2016-08-15 10:34:34', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c0da24c0008', 'Firefox', '菜单 更新成功', '5', '192.168.111.1', '2016-08-15 10:35:18', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c0e56510009', 'Firefox', '用户admin已退出', '2', '192.168.111.1', '2016-08-15 10:36:05', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c0e6f53000a', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-15 10:36:11', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c10030b000c', 'Firefox', '菜单 录入成功', '3', '192.168.111.1', '2016-08-15 10:37:54', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c10392a000d', 'Firefox', '菜单 更新成功', '5', '192.168.111.1', '2016-08-15 10:38:08', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c1073ac000e', 'Firefox', '菜单 更新成功', '5', '192.168.111.1', '2016-08-15 10:38:23', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c10a154000f', 'Firefox', '菜单 更新成功', '5', '192.168.111.1', '2016-08-15 10:38:35', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c10d1c30010', 'Firefox', '菜单 更新成功', '5', '192.168.111.1', '2016-08-15 10:38:47', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c1122b40011', 'Firefox', '菜单 更新成功', '5', '192.168.111.1', '2016-08-15 10:39:08', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c121bdf0012', 'Firefox', '菜单 更新成功', '5', '192.168.111.1', '2016-08-15 10:40:12', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c128e810013', 'Firefox', '菜单 更新成功', '5', '192.168.111.1', '2016-08-15 10:40:41', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c12d49b0014', 'Firefox', '菜单 更新成功', '5', '192.168.111.1', '2016-08-15 10:40:59', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c1359c10015', 'Firefox', '菜单 更新成功', '5', '192.168.111.1', '2016-08-15 10:41:33', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c13b0010016', 'Firefox', '菜单 更新成功', '5', '192.168.111.1', '2016-08-15 10:41:55', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c13ec140017', 'Firefox', '菜单 更新成功', '5', '192.168.111.1', '2016-08-15 10:42:11', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c1432850018', 'Firefox', '菜单 更新成功', '5', '192.168.111.1', '2016-08-15 10:42:29', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c1532c4001a', 'Firefox', '菜单 更新成功', '5', '192.168.111.1', '2016-08-15 10:43:34', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c15e1f2001b', 'Firefox', '用户admin已退出', '2', '192.168.111.1', '2016-08-15 10:44:19', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c15f381001c', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-15 10:44:24', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c16dbf0001e', 'Firefox', '菜单 录入成功', '3', '192.168.111.1', '2016-08-15 10:45:23', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c1719ec001f', 'Firefox', '菜单 更新成功', '5', '192.168.111.1', '2016-08-15 10:45:39', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c175c880020', 'Firefox', '菜单 更新成功', '5', '192.168.111.1', '2016-08-15 10:45:56', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c1792220021', 'Firefox', '菜单 更新成功', '5', '192.168.111.1', '2016-08-15 10:46:10', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c17c1d50022', 'Firefox', '菜单 更新成功', '5', '192.168.111.1', '2016-08-15 10:46:22', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c17f3960023', 'Firefox', '菜单 更新成功', '5', '192.168.111.1', '2016-08-15 10:46:35', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c1829a40024', 'Firefox', '菜单 更新成功', '5', '192.168.111.1', '2016-08-15 10:46:48', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c1860cf0025', 'Firefox', '菜单 更新成功', '5', '192.168.111.1', '2016-08-15 10:47:03', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c1897550026', 'Firefox', '菜单 更新成功', '5', '192.168.111.1', '2016-08-15 10:47:17', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c18e9410027', 'Firefox', '菜单 更新成功', '5', '192.168.111.1', '2016-08-15 10:47:38', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c191fed0028', 'Firefox', '菜单 更新成功', '5', '192.168.111.1', '2016-08-15 10:47:52', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c19608b0029', 'Firefox', '菜单 更新成功', '5', '192.168.111.1', '2016-08-15 10:48:08', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c19a959002b', 'Firefox', '菜单 录入成功', '3', '192.168.111.1', '2016-08-15 10:48:27', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c19ef16002c', 'Firefox', '菜单 更新成功', '5', '192.168.111.1', '2016-08-15 10:48:45', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c1a2d4f002d', 'Firefox', '菜单 更新成功', '5', '192.168.111.1', '2016-08-15 10:49:01', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c1a5e94002e', 'Firefox', '菜单 更新成功', '5', '192.168.111.1', '2016-08-15 10:49:13', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c1a8408002f', 'Firefox', '菜单 更新成功', '5', '192.168.111.1', '2016-08-15 10:49:23', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c1abb190030', 'Firefox', '菜单 更新成功', '5', '192.168.111.1', '2016-08-15 10:49:37', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c1addf10031', 'Firefox', '菜单 更新成功', '5', '192.168.111.1', '2016-08-15 10:49:46', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c1ae52b0032', 'Firefox', '用户admin已退出', '2', '192.168.111.1', '2016-08-15 10:49:48', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c1affd20033', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-15 10:49:54', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c1b584a0038', 'Firefox', '用户admin已退出', '2', '192.168.111.1', '2016-08-15 10:50:17', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c1b66610039', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-15 10:50:21', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c1e8b8d003a', 'Firefox', '菜单 更新成功', '5', '192.168.111.1', '2016-08-15 10:53:47', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c21141e003b', 'Firefox', '菜单 更新成功', '5', '192.168.111.1', '2016-08-15 10:56:33', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c214b94003c', 'Firefox', '菜单 更新成功', '5', '192.168.111.1', '2016-08-15 10:56:47', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c2154fc003d', 'Firefox', '用户admin已退出', '2', '192.168.111.1', '2016-08-15 10:56:49', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c216091003e', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-15 10:56:52', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c2230e4003f', 'Firefox', '菜单 更新成功', '5', '192.168.111.1', '2016-08-15 10:57:46', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c22646f0040', 'Firefox', '菜单 更新成功', '5', '192.168.111.1', '2016-08-15 10:57:59', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c22a71b0041', 'Firefox', '菜单 更新成功', '5', '192.168.111.1', '2016-08-15 10:58:16', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c22e1820042', 'Firefox', '菜单 更新成功', '5', '192.168.111.1', '2016-08-15 10:58:31', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c236a770043', 'Firefox', '菜单 更新成功', '5', '192.168.111.1', '2016-08-15 10:59:06', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c239aa30044', 'Firefox', '菜单 更新成功', '5', '192.168.111.1', '2016-08-15 10:59:18', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c2779fc0045', 'Firefox', '菜单删除成功', '4', '192.168.111.1', '2016-08-15 11:03:32', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c06a201568c300e970046', 'Firefox', '菜单删除成功', '4', '192.168.111.1', '2016-08-15 11:12:54', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c31ec01568c3246750000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-15 11:15:20', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c31ec01568c3248ea0001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-15 11:15:20', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c31ec01568c32495f0002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-15 11:15:21', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c31ec01568c32b75e0003', 'Firefox', 'Minidao例子更新成功', '5', '192.168.111.1', '2016-08-15 11:15:49', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c31ec01568c3307460005', 'Firefox', 'JeecgDemo例子: null被更新成功', '5', '192.168.111.1', '2016-08-15 11:16:09', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c31ec01568c3355460006', 'Firefox', '错误异常: SQLException,错误描述:Invalid value for getInt() - \'4028ef815335c28f015335c28f0a0000\'', '6', '192.168.111.1', '2016-08-15 11:16:29', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c31ec01568c344a880007', 'Firefox', 'JeecgDemo例子: 9001被更新成功', '5', '192.168.111.1', '2016-08-15 11:17:32', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c31ec01568c3567cb0008', 'Firefox', 'JeecgDemo例子: 9001被更新成功', '5', '192.168.111.1', '2016-08-15 11:18:45', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c31ec01568c404e630009', 'Firefox', '用户admin已退出', '2', '192.168.111.1', '2016-08-15 11:30:39', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c31ec01568c4063b2000a', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-15 11:30:45', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c466b01568c46f5630000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-15 11:37:55', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c466b01568c46f7ba0001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-15 11:37:56', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c466b01568c46f8580002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-15 11:37:56', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c466b01568c4805c00003', 'Firefox', '菜单删除成功', '4', '192.168.111.1', '2016-08-15 11:39:05', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c466b01568c4985f00004', 'Firefox', '用户admin已退出', '2', '192.168.111.1', '2016-08-15 11:40:43', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c466b01568c4994430005', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-15 11:40:47', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c5de601568c6315830000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-15 12:08:39', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c5de601568c6317e30001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-15 12:08:39', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c5de601568c63887c0002', 'Firefox', '移除成功', '4', '192.168.111.1', '2016-08-15 12:09:08', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c5de601568c63d6350014', 'Firefox', '修改成功', '5', '192.168.111.1', '2016-08-15 12:09:28', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c5de601568c6fe220001d', 'Firefox', '移除成功', '4', '192.168.111.1', '2016-08-15 12:22:37', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c5de601568c701acc002f', 'Firefox', '修改成功', '5', '192.168.111.1', '2016-08-15 12:22:52', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c5de601568c71d15d003b', 'Firefox', '创建成功', '3', '192.168.111.1', '2016-08-15 12:24:44', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c5de601568c737f08003c', 'Firefox', '删除成功', '4', '192.168.111.1', '2016-08-15 12:26:34', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c9a8b01568c9af08f0000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-15 13:09:39', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c9a8b01568c9af2fe0001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-15 13:09:40', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c9a8b01568c9af4540002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-15 13:09:40', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c9a8b01568ca386110003', 'Firefox', '用户admin已退出', '2', '192.168.111.1', '2016-08-15 13:19:02', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568c9a8b01568ca397f30004', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-15 13:19:06', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568ca46901568ca4fc820000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-15 13:20:38', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568caadb01568cab74790000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-15 13:27:41', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568caadb01568cab76e70001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-15 13:27:42', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568caadb01568cab77820002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-15 13:27:42', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568caefb01568caf5faa0000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-15 13:31:58', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568d64a701568d6538570000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-15 16:50:36', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568d64a701568d653acd0001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-15 16:50:36', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568d64a701568d653b690002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-15 16:50:37', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568d980801568d986e230000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-15 17:46:32', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568d980801568d9870c00001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-15 17:46:33', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568d980801568d9871600002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-15 17:46:33', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568db6f401568db753750000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-15 18:20:17', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568db6f401568db7564a0001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-15 18:20:17', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568db6f401568db757050002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-15 18:20:18', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568db6f401568ddb0a080003', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-15 18:59:17', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568e287b01568e2901f20000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-15 20:24:27', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568e287b01568e29052e0001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-15 20:24:28', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81568e287b01568e2906180002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-15 20:24:28', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81569111e501569112a5a90000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-16 09:58:53', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81569111e501569112a8810001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-16 09:58:54', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81569111e501569112a9d10002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-16 09:58:54', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81569111e501569113a7a80003', 'Firefox', '修改成功', '5', '192.168.111.1', '2016-08-16 09:59:59', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81569111e501569114e88a0004', 'Firefox', '修改成功', '5', '192.168.111.1', '2016-08-16 10:01:21', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81569111e50156911538b20006', 'Firefox', '错误异常: MySQLIntegrityConstraintViolationException,错误描述:Column \'CGFORM_FIELD\' cannot be null', '6', '192.168.111.1', '2016-08-16 10:01:42', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81569111e5015691172818000a', 'Firefox', '错误异常: MySQLIntegrityConstraintViolationException,错误描述:Column \'CGFORM_FIELD\' cannot be null', '6', '192.168.111.1', '2016-08-16 10:03:49', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81569111e50156911b711f000b', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-16 10:08:29', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815691202e0156912107dd0000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-16 10:14:36', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815691202e015691210a210001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-16 10:14:36', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815691202e015691210aaa0002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-16 10:14:36', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81569148d80156914978750000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-16 10:58:46', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81569148d8015691497ab90001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-16 10:58:47', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81569148d8015691497b2f0002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-16 10:58:47', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156924e320156924ea7400000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-16 15:44:03', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156924e320156924ea97d0001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-16 15:44:03', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156924e320156924eaa0d0002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-16 15:44:04', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81569254110156925514f00000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-16 15:51:04', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81569254110156925517890001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-16 15:51:05', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815692541101569255181e0002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-16 15:51:05', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156925411015692798c860003', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-16 16:30:54', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81569254110156927dab140004', 'Firefox', '表单表删除成功', '4', '192.168.111.1', '2016-08-16 16:35:24', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815692d215015692da124c0000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-16 18:16:20', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815692d215015692da14b70001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-16 18:16:20', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815692d215015692da152e0002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-16 18:16:21', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815693b4f1015693b5ac640000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-16 22:16:12', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815693b4f1015693b5aedf0001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-16 22:16:12', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815693b4f1015693b5afc50002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-16 22:16:12', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815693b4f1015693b71ffa0003', 'Firefox', '错误异常: NullPointerException,错误描述:null', '6', '192.168.111.1', '2016-08-16 22:17:47', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815693b4f1015693b793a30004', 'Firefox', '错误异常: NullPointerException,错误描述:null', '6', '192.168.111.1', '2016-08-16 22:18:16', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815693b4f1015693b838fd0005', 'Firefox', '错误异常: NullPointerException,错误描述:null', '6', '192.168.111.1', '2016-08-16 22:18:59', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815693b4f1015693b884100006', 'Firefox', '多数据源管理 更新成功', '5', '192.168.111.1', '2016-08-16 22:19:18', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815693bf51015693c061d60000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-16 22:27:53', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815693bf51015693c064310001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-16 22:27:54', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815693bf51015693c0651c0002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-16 22:27:54', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815696919401569692f43d0000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-17 11:37:08', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815696919401569692f8200001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-17 11:37:09', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815696919401569692f92f0002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-17 11:37:09', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156969194015696959e7c0003', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-17 11:40:03', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81569691940156969fe6a00038', 'Firefox', '修改成功', '5', '192.168.111.1', '2016-08-17 11:51:16', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156969194015696a03508006d', 'Firefox', '修改成功', '5', '192.168.111.1', '2016-08-17 11:51:36', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815697000101569700bf2b0000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-17 13:37:03', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815697000101569700c2580001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-17 13:37:04', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815697000101569700c31c0002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-17 13:37:04', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815697000101569700fc3c0003', 'Firefox', '删除成功', '4', '192.168.111.1', '2016-08-17 13:37:19', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815697000101569701039d0004', 'Firefox', '删除成功', '4', '192.168.111.1', '2016-08-17 13:37:21', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156970001015697017d180039', 'Firefox', '修改成功', '5', '192.168.111.1', '2016-08-17 13:37:52', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81569700010156970215e0003b', 'Firefox', '错误异常: RuntimeException,错误描述:文件上传失败:Data truncation: Data too long for column \'content\' at row 1', '6', '192.168.111.1', '2016-08-17 13:38:31', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156970001015697024e71003c', 'Firefox', '删除成功', '4', '192.168.111.1', '2016-08-17 13:38:46', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156970001015697028e3e0071', 'Firefox', '修改成功', '5', '192.168.111.1', '2016-08-17 13:39:02', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81569700010156970398870074', 'Firefox', '新建MicrosoftOfficeExcel2007Workbook被删除成功', '4', '192.168.111.1', '2016-08-17 13:40:10', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815697000101569703f6db0075', 'Firefox', '删除成功', '4', '192.168.111.1', '2016-08-17 13:40:34', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81569700010156970477be0076', 'Firefox', '删除成功', '4', '192.168.111.1', '2016-08-17 13:41:07', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815697000101569704b1a400ab', 'Firefox', '修改成功', '5', '192.168.111.1', '2016-08-17 13:41:22', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815697f22f015697f2ff4f0000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-17 18:01:39', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815697f22f015697f301e60001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-17 18:01:40', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815697f22f015697f3025b0002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-17 18:01:40', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815697f711015697f7874c0000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-17 18:06:36', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815697f711015697f789d20001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-17 18:06:37', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815697f711015697f78a410002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-17 18:06:37', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815697f711015697f8505d0004', 'Firefox', '通知公告添加成功', '3', '192.168.111.1', '2016-08-17 18:07:28', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815697f711015697fbb54a0007', 'Firefox', '通知公告添加成功', '3', '192.168.111.1', '2016-08-17 18:11:10', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815697f711015697fbeb220009', 'Firefox', '通知公告角色授权保存成功', '3', '192.168.111.1', '2016-08-17 18:11:24', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815697f711015697fcd8c0000b', 'Firefox', '通知公告更新成功', '5', '192.168.111.1', '2016-08-17 18:12:25', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815697f711015697fcf240000d', 'Firefox', '通知公告用户授权保存成功', '3', '192.168.111.1', '2016-08-17 18:12:31', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815697f711015697fe1636000f', 'Firefox', '通知公告添加成功', '3', '192.168.111.1', '2016-08-17 18:13:46', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815697f7110156980255f80010', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-17 18:18:25', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815697f7110156980663bf0013', 'Firefox', '添加成功', '3', '192.168.111.1', '2016-08-17 18:22:50', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815697f711015698068d120014', 'Firefox', '图表配置删除成功', '4', '192.168.111.1', '2016-08-17 18:23:01', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81569cc98201569cca30270000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-18 16:35:11', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81569cc98201569cca329b0001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-18 16:35:12', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81569cc98201569cca34760002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-18 16:35:12', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a091c30156a0995a9d0000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-19 10:20:19', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a091c30156a0995cad0001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-19 10:20:20', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a091c30156a0995ed60002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-19 10:20:21', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a091c30156a09a2bce000f', 'Firefox', '创建成功', '3', '192.168.111.1', '2016-08-19 10:21:13', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a091c30156a09add020010', 'Firefox', '删除成功', '4', '192.168.111.1', '2016-08-19 10:21:58', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a0aa0f0156a0ab65bc0000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-19 10:40:02', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a0aa0f0156a0ab68250001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-19 10:40:03', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a0aa0f0156a0ab68910002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-19 10:40:03', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a0aa0f0156a0abf10c0003', 'Firefox', '用户: scott[中国人寿总公司]common.login.success', '1', '192.168.111.1', '2016-08-19 10:40:38', '1', '8a8ab0b246dc81120146dc81819d0053'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a0f0b60156a0f1242e0000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-19 11:56:13', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a0f0b60156a0f126580001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-19 11:56:13', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a0f0b60156a0f127bd0002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-19 11:56:14', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a0f0b60156a0f19be30004', 'Firefox', '表单样式表添加成功', '3', '192.168.111.1', '2016-08-19 11:56:43', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a0f0b60156a0f1a4450005', 'Firefox', '表单样式表删除成功', '4', '192.168.111.1', '2016-08-19 11:56:46', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a0f0b60156a0f1e2a60007', 'Firefox', '表单添加成功!(主数据源尚未设置)', '5', '192.168.111.1', '2016-08-19 11:57:01', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a0f0b60156a0f253730029', 'Firefox', '添加成功', '3', '192.168.111.1', '2016-08-19 11:57:30', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a0f0b60156a0f274c1002a', 'Firefox', '表单更新成功!(主数据源尚未设置)', '5', '192.168.111.1', '2016-08-19 11:57:39', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a0f0b60156a0f2867b002b', 'Firefox', '表单更新成功!', '5', '192.168.111.1', '2016-08-19 11:57:43', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a0f0b60156a0f325df002c', 'Firefox', '表单数据源删除成功', '4', '192.168.111.1', '2016-08-19 11:58:24', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a0f0b60156a0f45d7a003c', 'Firefox', '添加成功', '3', '192.168.111.1', '2016-08-19 11:59:44', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a0f0b60156a0f498db003d', 'Firefox', '表单更新成功!(主数据源尚未设置)', '5', '192.168.111.1', '2016-08-19 11:59:59', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a0f0b60156a0f4a82f003e', 'Firefox', '表单更新成功!', '5', '192.168.111.1', '2016-08-19 12:00:03', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a0f0b60156a0f535cc003f', 'Firefox', '表单表删除成功', '4', '192.168.111.1', '2016-08-19 12:00:39', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a107640156a1089ecb0000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-19 12:21:51', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a107640156a108a0f10001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-19 12:21:52', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a107640156a10aa68f0002', 'Firefox', '错误异常: NoSuchRequestHandlingMethodException,错误描述:No matching handler method found for servlet request: path \'/cgreportConfigHeadController.do\', method \'GET\', parameters map[\'form\' -> array[\'\']]', '6', '192.168.111.1', '2016-08-19 12:24:05', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a10b4c0156a10ba9f60000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-19 12:25:11', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a10b4c0156a10bac790001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-19 12:25:12', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a10b4c0156a10bad210002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-19 12:25:12', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a10b4c0156a10bc5120003', 'Firefox', '错误异常: MissingServletRequestParameterException,错误描述:Required String parameter \'id\' is not present', '6', '192.168.111.1', '2016-08-19 12:25:18', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a10b4c0156a10c09650004', 'Firefox', '错误异常: MissingServletRequestParameterException,错误描述:Required String parameter \'id\' is not present', '6', '192.168.111.1', '2016-08-19 12:25:35', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a10cbc0156a10d17d10000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-19 12:26:45', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a10cbc0156a10d1a830001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-19 12:26:45', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a10cbc0156a10d1ae60002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-19 12:26:45', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a115410156a115a83d0000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-19 12:36:06', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a115410156a115aadb0001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-19 12:36:07', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156a115410156a115abc30002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-19 12:36:07', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156b021a80156b02242630000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-22 10:44:10', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156b021a80156b02245210001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-22 10:44:11', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156b021a80156b02245ce0002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-22 10:44:11', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156b021a80156b022d1930003', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-22 10:44:47', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156c0d0fa0156c0d193360000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-25 16:29:35', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156c0d0fa0156c0d1955e0001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-25 16:29:35', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156c0d0fa0156c0d196020002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-25 16:29:36', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156c0d0fa0156c0d1db050003', 'Firefox', '多数据源管理 更新成功', '5', '192.168.111.1', '2016-08-25 16:29:53', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156c0d0fa0156c0d36e140004', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-25 16:31:36', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156c0d0fa0156c0d3e2b70005', 'Firefox', '多数据源管理 更新成功', '5', '192.168.111.1', '2016-08-25 16:32:06', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156c0d0fa0156c0d4a8ba0006', 'Firefox', '多数据源管理 更新成功', '5', '192.168.111.1', '2016-08-25 16:32:57', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156c0d0fa0156c0d4cdbd0007', 'Firefox', '多数据源管理 更新成功', '5', '192.168.111.1', '2016-08-25 16:33:07', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156c0d0fa0156c0d4f9bc0008', 'Firefox', '多数据源管理 更新成功', '5', '192.168.111.1', '2016-08-25 16:33:18', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156c4e8ec0156c4e94b650000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-26 11:33:58', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156c4e8ec0156c4e94ebf0001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-26 11:33:59', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156c4e8ec0156c4e94fa30002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-26 11:33:59', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156c502a40156c5066cce0000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-26 12:05:47', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156c502a40156c5066f0a0001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-26 12:05:48', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156c502a40156c5066f890002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-26 12:05:48', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d42fe60156d430dc6b0000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-29 10:46:27', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d42fe60156d430df620001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-29 10:46:27', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d42fe60156d430e0270002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-29 10:46:28', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d42fe60156d431c6620003', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-29 10:47:27', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d4369c0156d43808a30000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-29 10:54:17', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d443ac0156d44411e70000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-29 11:07:26', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d443ac0156d44414130001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-29 11:07:26', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d443ac0156d44414a90002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-29 11:07:26', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d44d880156d44df1d90000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-29 11:18:13', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d44d880156d44df4240001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-29 11:18:13', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d44d880156d44df5080002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-29 11:18:14', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d4d0180156d4d09a0a0000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-29 13:40:55', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d4d0180156d4d09c910001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-29 13:40:56', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d4d0180156d4d09d4d0002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-29 13:40:56', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d4d0180156d4ebc5c20003', 'Firefox', '错误异常: SQLException,错误描述:Invalid value for getInt() - \'4028ef815335c28f015335c28f0a0000\'', '6', '192.168.111.1', '2016-08-29 14:10:36', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d4fa080156d4fb83760000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-29 14:27:48', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d4fa080156d4fb86160001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-29 14:27:48', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d4fa080156d4fb86900002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-29 14:27:49', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d4fa080156d4fc1b9d0004', 'Firefox', '用户admin已退出', '2', '192.168.111.1', '2016-08-29 14:28:27', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d4fa080156d4fc2d9d0005', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-29 14:28:31', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d4fa080156d4ff2799000f', 'Firefox', '添加成功', '3', '192.168.111.1', '2016-08-29 14:31:46', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d4fa080156d4ffbe790011', 'Firefox', '更新成功', '5', '192.168.111.1', '2016-08-29 14:32:25', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d4fa080156d4ffcbc10012', 'Firefox', '错误异常: NullPointerException,错误描述:null', '6', '192.168.111.1', '2016-08-29 14:32:28', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d4fa080156d4ffd5ff0013', 'Firefox', '错误异常: NullPointerException,错误描述:null', '6', '192.168.111.1', '2016-08-29 14:32:31', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d4fa080156d500ad140015', 'Firefox', '更新成功', '5', '192.168.111.1', '2016-08-29 14:33:26', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d4fa080156d500c2130017', 'Firefox', '更新成功', '5', '192.168.111.1', '2016-08-29 14:33:31', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d4fa080156d501a69f0019', 'Firefox', '更新成功', '5', '192.168.111.1', '2016-08-29 14:34:30', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d4fa080156d501bd59001b', 'Firefox', '更新成功', '5', '192.168.111.1', '2016-08-29 14:34:36', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d4fa080156d50228cb001c', 'Firefox', '错误异常: NullPointerException,错误描述:null', '6', '192.168.111.1', '2016-08-29 14:35:03', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d4fa080156d50236d2001d', 'Firefox', '错误异常: NullPointerException,错误描述:null', '6', '192.168.111.1', '2016-08-29 14:35:07', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d4fa080156d502676d001f', 'Firefox', '更新成功', '5', '192.168.111.1', '2016-08-29 14:35:19', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d4fa080156d5026da90020', 'Firefox', '错误异常: NullPointerException,错误描述:null', '6', '192.168.111.1', '2016-08-29 14:35:21', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d4fa080156d50270210021', 'Firefox', '错误异常: NullPointerException,错误描述:null', '6', '192.168.111.1', '2016-08-29 14:35:22', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d4fa080156d50270d20022', 'Firefox', '错误异常: NullPointerException,错误描述:null', '6', '192.168.111.1', '2016-08-29 14:35:22', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d4fa080156d50272ba0023', 'Firefox', '错误异常: NullPointerException,错误描述:null', '6', '192.168.111.1', '2016-08-29 14:35:22', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d4fa080156d50273630024', 'Firefox', '错误异常: NullPointerException,错误描述:null', '6', '192.168.111.1', '2016-08-29 14:35:22', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d4fa080156d50727aa0026', 'Firefox', '更新成功', '5', '192.168.111.1', '2016-08-29 14:40:31', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d4fa080156d50750700028', 'Firefox', '更新成功', '5', '192.168.111.1', '2016-08-29 14:40:41', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d4fa080156d50771500029', 'Firefox', '错误异常: NullPointerException,错误描述:null', '6', '192.168.111.1', '2016-08-29 14:40:50', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d4fa080156d508a62c002a', 'Firefox', '更新成功', '5', '192.168.111.1', '2016-08-29 14:42:09', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d575a30156d5760d360000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-29 16:41:38', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d575a30156d5760f580001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-29 16:41:39', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d575a30156d576101f0002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-29 16:41:39', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d579bd0156d57a2f800000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-29 16:46:09', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d579bd0156d57a32490001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-29 16:46:10', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d579bd0156d57a32d60002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-29 16:46:10', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d94b500156d94bba140000', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-30 10:33:53', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d94b500156d94bbc6f0001', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-30 10:33:54', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d94b500156d94bbd1e0002', 'Firefox', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-08-30 10:33:54', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d94b500156d95498700004', 'Firefox', '类型分组: 222被添加成功', '3', '192.168.111.1', '2016-08-30 10:43:35', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156d94b500156d954b11a0005', 'Firefox', '类型分组: 222 被删除 成功', '4', '192.168.111.1', '2016-08-30 10:43:41', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156e3bd950156e3be187b0000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-01 11:15:01', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156e3bd950156e3be1cb70001', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-01 11:15:02', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156e3bd950156e3be1d480002', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-01 11:15:02', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156e3c3e70156e3c48a550000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-01 11:22:03', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156e3c3e70156e3c48cf40001', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-01 11:22:04', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156e3c3e70156e3c48d550002', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-01 11:22:04', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156ea16e90156ea175e2a0000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-02 16:50:15', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156ea16e90156ea1761930001', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-02 16:50:16', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156ea16e90156ea17620d0002', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-02 16:50:16', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156ea16e90156ea18ec9e0003', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-02 16:51:57', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156ea16e90156ea1b88480004', 'IE', '用户admin已退出', '2', '192.168.111.1', '2016-09-02 16:54:48', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156ea16e90156ea1ba62e0005', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-02 16:54:55', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156ea16e90156ea1fcba70006', 'IE', '用户admin已退出', '2', '192.168.111.1', '2016-09-02 16:59:27', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156ea16e90156ea1fddd90007', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-02 16:59:32', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156ea2d150156ea2d72170000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-02 17:14:22', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156ea2d150156ea2d74a60001', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-02 17:14:22', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156ea2d150156ea2d75310002', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-02 17:14:22', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156ea2d150156ea2eb7e60003', 'IE', '错误异常: NullPointerException,错误描述:null', '6', '192.168.111.1', '2016-09-02 17:15:45', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156ea2d150156ea2ecb140004', 'IE', '动态报表配置抬头删除成功', '4', '192.168.111.1', '2016-09-02 17:15:50', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156ea2d150156ea2ed3230005', 'IE', '错误异常: NullPointerException,错误描述:null', '6', '192.168.111.1', '2016-09-02 17:15:52', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156ea2d150156ea2ee1320006', 'IE', '错误异常: NullPointerException,错误描述:null', '6', '192.168.111.1', '2016-09-02 17:15:56', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f330230156f330f6fa0000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-04 11:14:47', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f330230156f330f9550001', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-04 11:14:48', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f330230156f330f9db0002', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-04 11:14:48', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f330230156f33241db0003', 'IE', '错误异常: NullPointerException,错误描述:null', '6', '192.168.111.1', '2016-09-04 11:16:12', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f3f2df0156f3f366290000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-04 14:47:10', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f3f2df0156f3f369060001', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-04 14:47:10', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f3f2df0156f3f369b90002', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-04 14:47:11', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f4786c0156f47908190000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-04 17:13:07', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f4786c0156f4790aab0001', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-04 17:13:08', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f4786c0156f4790b250002', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-04 17:13:08', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f482db0156f48339750000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-04 17:24:15', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f482db0156f4833c0e0001', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-04 17:24:16', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f482db0156f4833c8f0002', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-04 17:24:16', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f533740156f533d2340000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-04 20:37:09', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f533740156f533d4d60001', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-04 20:37:09', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f533740156f533d56e0002', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-04 20:37:10', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f533740156f53cf3ac0003', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-04 20:47:07', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f53f350156f53f96c60000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-04 20:50:00', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f5464a0156f546b4010000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-04 20:57:46', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f578290156f57b7f300000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-04 21:55:26', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f578290156f57b81940001', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-04 21:55:27', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f578290156f57b82f50002', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-04 21:55:27', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f591c80156f5927ce80000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-04 22:20:33', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f591c80156f592c6a40002', 'IE', '类型分组: dd被添加成功', '3', '192.168.111.1', '2016-09-04 22:20:52', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f591c80156f592de2c0004', 'IE', '类型分组: aa被添加成功', '3', '192.168.111.1', '2016-09-04 22:20:58', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f591c80156f592ee920006', 'IE', '类型分组: cc被添加成功', '3', '192.168.111.1', '2016-09-04 22:21:02', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f591c80156f592f8160007', 'IE', '类型分组: cc 被删除 成功', '4', '192.168.111.1', '2016-09-04 22:21:04', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f591c80156f59300d70008', 'IE', '类型分组: aa 被删除 成功', '4', '192.168.111.1', '2016-09-04 22:21:07', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f591c80156f59307040009', 'IE', '类型分组: dd 被删除 成功', '4', '192.168.111.1', '2016-09-04 22:21:08', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f5a7e00156f5a8a1a70000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-04 22:44:44', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f5a7e00156f5a8a3c20001', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-04 22:44:45', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f5a7e00156f5a8a43a0002', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-04 22:44:45', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f5a7e00156f5a9c0c60003', 'IE', '菜单 更新成功', '5', '192.168.111.1', '2016-09-04 22:45:58', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f5a7e00156f5aae7290004', 'IE', '菜单 更新成功', '5', '192.168.111.1', '2016-09-04 22:47:13', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f5a7e00156f5abe3910005', 'IE', '菜单 更新成功', '5', '192.168.111.1', '2016-09-04 22:48:18', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f5a7e00156f5ac4af90006', 'IE', '菜单 更新成功', '5', '192.168.111.1', '2016-09-04 22:48:44', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f5a7e00156f5ac533d0007', 'IE', '用户admin已退出', '2', '192.168.111.1', '2016-09-04 22:48:46', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f5a7e00156f5ad71c60008', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-04 22:50:00', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f5ae260156f5ae7fb30000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-04 22:51:09', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f5ae260156f5ae81f20001', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-04 22:51:09', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f5ae260156f5ae826b0002', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-04 22:51:09', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f848210156f848d3e50000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-05 10:58:57', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f848210156f848d8480001', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-05 10:58:58', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f848210156f848d9210002', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-05 10:58:58', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f848210156f84aa307000c', 'IE', '添加成功', '3', '192.168.111.1', '2016-09-05 11:00:56', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f848210156f84c360b000e', 'IE', '更新成功', '5', '192.168.111.1', '2016-09-05 11:02:39', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f848210156f84c58b60010', 'IE', '更新成功', '5', '192.168.111.1', '2016-09-05 11:02:48', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f848210156f84d92890012', 'IE', '更新成功', '5', '192.168.111.1', '2016-09-05 11:04:08', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f848210156f84e0e810013', 'IE', '更新成功', '5', '192.168.111.1', '2016-09-05 11:04:40', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f848210156f84e2b9c0015', 'IE', '更新成功', '5', '192.168.111.1', '2016-09-05 11:04:47', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f877c50156f8782e0f0000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-05 11:50:40', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f877c50156f87830f60001', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-05 11:50:41', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f877c50156f878317f0002', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-05 11:50:41', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f877c50156f8784ffe0003', 'IE', '错误异常: InvalidDataAccessApiUsageException,错误描述:No value supplied for the SQL parameter \'lang_key\': No value registered for key \'lang_key\'', '6', '192.168.111.1', '2016-09-05 11:50:49', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f87b680156f87bc55c0000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-05 11:54:36', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f87b680156f87bc7fb0001', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-05 11:54:36', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f87b680156f87c1b000002', 'IE', '错误异常: InvalidDataAccessApiUsageException,错误描述:No value supplied for the SQL parameter \'lang_key\': No value registered for key \'lang_key\'', '6', '192.168.111.1', '2016-09-05 11:54:58', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f8878b0156f888170e0000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-05 12:08:03', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f8878b0156f88819230001', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-05 12:08:04', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f8878b0156f888199c0002', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-05 12:08:04', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f8878b0156f88865a60003', 'IE', '错误异常: InvalidDataAccessApiUsageException,错误描述:No value supplied for the SQL parameter \'lang_key\': No value registered for key \'lang_key\'', '6', '192.168.111.1', '2016-09-05 12:08:23', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f88d890156f88de8920000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-05 12:14:24', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f88d890156f88deaee0001', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-05 12:14:25', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f88d890156f88deb4d0002', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-05 12:14:25', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f88d890156f88e10c40003', 'IE', '错误异常: InvalidDataAccessApiUsageException,错误描述:No value supplied for the SQL parameter \'lang_key\': No value registered for key \'lang_key\'', '6', '192.168.111.1', '2016-09-05 12:14:35', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f891c90156f892481a0000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-05 12:19:11', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f894ae0156f89529310000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-05 12:22:20', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f894ae0156f8952b550001', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-05 12:22:20', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f894ae0156f8952be60002', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-05 12:22:20', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f894ae0156f895a0930004', 'IE', '更新成功', '5', '192.168.111.1', '2016-09-05 12:22:50', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f894ae0156f895d0370006', 'IE', '更新成功', '5', '192.168.111.1', '2016-09-05 12:23:02', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f899160156f899858c0000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-05 12:27:05', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f899160156f899888e0001', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-05 12:27:06', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f899160156f89989220002', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-05 12:27:06', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f899160156f899c2fa0003', 'IE', '用户admin已退出', '2', '192.168.111.1', '2016-09-05 12:27:21', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f899160156f899dace0004', 'IE', 'User: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-05 12:27:27', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f89fda0156f8a061340000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-05 12:34:35', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f89fda0156f8a063630001', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-05 12:34:36', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f89fda0156f8a063ca0002', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-05 12:34:36', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f89fda0156f8a155e60003', 'IE', '用户admin已退出', '2', '192.168.111.1', '2016-09-05 12:35:38', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f89fda0156f8a174a00004', 'IE', 'User: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-05 12:35:45', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f89fda0156f8a555cc0006', 'IE', '更新成功', '5', '192.168.111.1', '2016-09-05 12:40:00', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f8f07b0156f8f0f7e00000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-05 14:02:36', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f8f07b0156f8f0faca0001', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-05 14:02:37', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f8f07b0156f8f0fb930002', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-05 14:02:37', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f8f07b0156f8f14f2d0003', 'IE', '更新成功', '5', '192.168.111.1', '2016-09-05 14:02:59', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f8f07b0156f8f183c40005', 'IE', '更新成功', '5', '192.168.111.1', '2016-09-05 14:03:12', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f8f5c80156f8f63bf40000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-05 14:08:22', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f8f5c80156f8f63dfc0001', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-05 14:08:22', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f8f5c80156f8f63e900002', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-05 14:08:22', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f95d810156f95e28ef0000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-05 16:01:52', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f95d810156f95e2ada0001', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-05 16:01:53', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f95d810156f95e2b600002', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-05 16:01:53', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f95d810156f95e93b70003', 'IE', '错误异常: NullPointerException,错误描述:null', '6', '192.168.111.1', '2016-09-05 16:02:20', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f95d810156f95ef5300004', 'IE', '更新成功', '5', '192.168.111.1', '2016-09-05 16:02:45', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f95d810156f95f83570005', 'IE', '错误异常: NumberFormatException,错误描述:For input string: \"1 - 1\"', '6', '192.168.111.1', '2016-09-05 16:03:21', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f95d810156f95fbaed0006', 'IE', '错误异常: NumberFormatException,错误描述:For input string: \"1 - 1\"', '6', '192.168.111.1', '2016-09-05 16:03:35', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f95d810156f95fef930007', 'IE', '错误异常: NumberFormatException,错误描述:For input string: \"1 - 1\"', '6', '192.168.111.1', '2016-09-05 16:03:49', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f95d810156f961ad910008', 'IE', '错误异常: NumberFormatException,错误描述:For input string: \"1 - 1\"', '6', '192.168.111.1', '2016-09-05 16:05:43', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f967920156f9683cc60000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-05 16:12:53', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f974790156f9756d370000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-05 16:27:17', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f974790156f9756f940001', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-05 16:27:18', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f974790156f975701d0002', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-05 16:27:18', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f98dcb0156f98f94ec0000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-05 16:55:51', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f98dcb0156f9901f190001', 'IE', '更新成功', '5', '192.168.111.1', '2016-09-05 16:56:27', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f98dcb0156f99087270002', 'IE', '更新成功', '5', '192.168.111.1', '2016-09-05 16:56:53', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f98dcb0156f990cd6f0003', 'IE', '更新成功', '5', '192.168.111.1', '2016-09-05 16:57:11', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f98dcb0156f991195a0004', 'IE', '更新成功', '5', '192.168.111.1', '2016-09-05 16:57:31', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f98dcb0156f9934cdc0005', 'IE', '更新成功', '5', '192.168.111.1', '2016-09-05 16:59:55', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f98dcb0156f99372640006', 'IE', '更新成功', '5', '192.168.111.1', '2016-09-05 17:00:05', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f98dcb0156f993b5c60007', 'IE', '更新成功', '5', '192.168.111.1', '2016-09-05 17:00:22', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f98dcb0156f994a42f0008', 'IE', '更新成功', '5', '192.168.111.1', '2016-09-05 17:01:23', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f98dcb0156f9960e4a0009', 'IE', '更新成功', '5', '192.168.111.1', '2016-09-05 17:02:56', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f98dcb0156f99692ac000a', 'IE', '更新成功', '5', '192.168.111.1', '2016-09-05 17:03:29', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f98dcb0156f99726cc000c', 'IE', '更新成功', '5', '192.168.111.1', '2016-09-05 17:04:07', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f98dcb0156f99768af000d', 'IE', '更新成功', '5', '192.168.111.1', '2016-09-05 17:04:24', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f98dcb0156f9978a82000e', 'IE', '更新成功', '5', '192.168.111.1', '2016-09-05 17:04:33', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f98dcb0156f9987f12000f', 'IE', '更新成功', '5', '192.168.111.1', '2016-09-05 17:05:36', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f98dcb0156f99cdb850011', 'IE', '更新成功', '5', '192.168.111.1', '2016-09-05 17:10:21', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156f9a7ec0156f9a85d510000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-05 17:22:55', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156fa10ba0156fa114e000000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-05 19:17:33', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156fa10ba0156fa11503f0001', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-05 19:17:33', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156faee150156faf1a0300000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-05 23:22:34', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156faee150156faf1a3f50001', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-05 23:22:35', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156faee150156faf1a4e90002', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-05 23:22:35', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156faee150156fafa737e0003', 'IE', '用户admin已退出', '2', '192.168.111.1', '2016-09-05 23:32:12', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156faee150156fafa83560004', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-05 23:32:16', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156fafb240156fafb88670000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-05 23:33:23', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156fafb240156fafb8ab70001', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-05 23:33:24', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156fafb240156fafb8b3b0002', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-05 23:33:24', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156fafb240156fafcc2b70003', 'IE', '菜单 更新成功', '5', '192.168.111.1', '2016-09-05 23:34:44', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156fafb240156fafccb930004', 'IE', '用户admin已退出', '2', '192.168.111.1', '2016-09-05 23:34:46', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156fafb240156fafcd8a40005', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-05 23:34:49', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156fd95c70156fd965c510000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-06 11:41:44', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156fd95c70156fd965f290001', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-06 11:41:45', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156fd95c70156fd965fc70002', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-06 11:41:45', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156fd95c70156fd972f3e0004', 'IE', '用户admin已退出', '2', '192.168.111.1', '2016-09-06 11:42:38', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156fd95c70156fd9740070005', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-06 11:42:43', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156fe0cf20156fe0d61cd0000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-06 13:51:45', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156fe0cf20156fe0d63440001', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-06 13:51:45', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156fe0cf20156fe0d63a30002', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-06 13:51:45', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156fe0cf20156fe0e26360007', 'IE', '添加成功', '3', '192.168.111.1', '2016-09-06 13:52:35', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156fe13b70156fe14c6d70000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-06 13:59:49', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156fe13b70156fe14c9760001', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-06 13:59:50', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156fe13b70156fe14c9d90002', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-06 13:59:50', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156fe13b70156fe1edc140003', 'IE', '菜单 更新成功', '5', '192.168.111.1', '2016-09-06 14:10:50', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156fe13b70156fe1ee48c0004', 'IE', '用户admin已退出', '2', '192.168.111.1', '2016-09-06 14:10:52', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156fe13b70156fe1ef0220005', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-06 14:10:55', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156fe13b70156fe1f1c890006', 'IE', '更新成功', '5', '192.168.111.1', '2016-09-06 14:11:07', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156fe57b10156fe586f540000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-06 15:13:43', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156fe57b10156fe5871a60001', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-06 15:13:44', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156fe57b10156fe5872210002', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-06 15:13:44', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156feb0570156feb1eca00000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-06 16:51:28', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156feb0570156feb1ef2c0001', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-06 16:51:29', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156ffea5c0156ffec69760000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-06 22:34:58', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156ffea5c0156ffec6cf50001', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-06 22:34:59', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156ffea5c0156ffec6d860002', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-06 22:34:59', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156ffea5c0156ffecb21b0004', 'IE', '用户admin已退出', '2', '192.168.111.1', '2016-09-06 22:35:17', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8156ffea5c0156ffecc0cc0005', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-06 22:35:21', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8157024ec60157024f9aa40000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-07 09:42:33', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8157024ec60157026a342d0001', 'IE', '菜单 更新成功', '5', '192.168.111.1', '2016-09-07 10:11:37', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8157027f1f0157027ff6610000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-07 10:35:23', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8157027f1f0157027ff8e10001', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-07 10:35:23', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8157027f1f0157027ff9800002', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-07 10:35:23', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815703693501570369d4710000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-07 14:50:49', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815703693501570369d6850001', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-07 14:50:50', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815703693501570369d6fe0002', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-07 14:50:50', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81570369350157036a4a5f0003', 'IE', '错误异常: HttpRequestMethodNotSupportedException,错误描述:Request method \'GET\' not supported', '6', '192.168.111.1', '2016-09-07 14:51:20', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81570369350157036ab4320004', 'IE', '菜单 更新成功', '5', '192.168.111.1', '2016-09-07 14:51:47', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81570369350157036abe260005', 'IE', '用户admin已退出', '2', '192.168.111.1', '2016-09-07 14:51:49', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81570369350157036af5fe0006', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-07 14:52:03', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815708a5d7015708a641a00000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-08 15:14:56', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815708a5d7015708a644a80001', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-08 15:14:56', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815708a5d7015708a6463f0002', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-08 15:14:57', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81570905000157090577710000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-08 16:58:55', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815709050001570905796c0001', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-08 16:58:56', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81570905000157090579ee0002', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-08 16:58:56', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815709050001570905c7580003', 'IE', '错误异常: NullPointerException,错误描述:null', '6', '192.168.111.1', '2016-09-08 16:59:16', '3', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81571ca7e101571ca85b510000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-12 12:29:38', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81571ca7e101571ca85dab0001', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-12 12:29:38', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81571ca7e101571ca85f9c0002', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-12 12:29:39', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81571ca7e101571ca9c2050037', 'IE', '修改成功', '5', '192.168.111.1', '2016-09-12 12:31:09', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81571ca7e101571ca9ef1b006c', 'IE', '修改成功', '5', '192.168.111.1', '2016-09-12 12:31:21', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815746cf6f015746d0860c0000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-20 16:57:33', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815746cf6f015746d087f30001', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-20 16:57:33', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815746cf6f015746d0889a0002', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-20 16:57:34', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815746cf6f015746d1943e0004', 'IE', '菜单 录入成功', '3', '192.168.111.1', '2016-09-20 16:58:42', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815746cf6f015746d1e22b0005', 'IE', '菜单 更新成功', '5', '192.168.111.1', '2016-09-20 16:59:02', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815746cf6f015746d257210007', 'IE', '菜单 录入成功', '3', '192.168.111.1', '2016-09-20 16:59:32', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815746cf6f015746d29a1b000a', 'IE', '用户admin已退出', '2', '192.168.111.1', '2016-09-20 16:59:49', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815746cf6f015746d2adc9000b', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-20 16:59:54', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815746cf6f015746d314fe000c', 'IE', '菜单 更新成功', '5', '192.168.111.1', '2016-09-20 17:00:21', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815746cf6f015746d31da8000d', 'IE', '用户admin已退出', '2', '192.168.111.1', '2016-09-20 17:00:23', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815746cf6f015746d33338000e', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-20 17:00:28', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815746d5b6015746d614460000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-20 17:03:37', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815746d5b6015746d616eb0001', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-20 17:03:38', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815746d5b6015746d617540002', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-20 17:03:38', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815746d5b6015746d74d5b0004', 'IE', '表单样式表添加成功', '3', '192.168.111.1', '2016-09-20 17:04:57', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815746d5b6015746d760d10005', 'IE', '表单样式表删除成功', '4', '192.168.111.1', '2016-09-20 17:05:02', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815746d5b6015746d8cc5b0007', 'IE', '表单添加成功!(主数据源尚未设置)', '5', '192.168.111.1', '2016-09-20 17:06:35', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815746d5b6015746d988aa000f', 'IE', '添加成功', '3', '192.168.111.1', '2016-09-20 17:07:23', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81574ae99701574aea02150000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-21 12:03:52', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81574ae99701574aea05590001', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-21 12:03:53', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81574ae99701574aea06150002', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-21 12:03:53', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81574ae99701574aeb984c0004', 'IE', '菜单 录入成功', '3', '192.168.111.1', '2016-09-21 12:05:36', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81574ae99701574aed26900006', 'IE', '操作 录入成功', '3', '192.168.111.1', '2016-09-21 12:07:18', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81574ae99701574aedc1da000b', 'IE', '用户admin已退出', '2', '192.168.111.1', '2016-09-21 12:07:58', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81574ae99701574aede9d9000c', 'IE', '用户: demo[销售人员]common.login.success', '1', '192.168.111.1', '2016-09-21 12:08:08', '1', '402880e74d75c4dd014d75d44af30005'); +INSERT INTO `t_s_log` VALUES ('4028ef81574ae99701574aee4875000d', 'IE', '用户demo已退出', '2', '192.168.111.1', '2016-09-21 12:08:32', '1', '402880e74d75c4dd014d75d44af30005'); +INSERT INTO `t_s_log` VALUES ('4028ef81574ae99701574aee57b3000e', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-21 12:08:36', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81574ae99701574aef1e57000f', 'IE', '用户admin已退出', '2', '192.168.111.1', '2016-09-21 12:09:27', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81574ae99701574aef64cf0010', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-21 12:09:45', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815750914701575091e5df0000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-22 14:25:21', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815750914701575091e9fa0001', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-22 14:25:22', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815750914701575091eb050002', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-22 14:25:22', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815769695b01576969cf3a0000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-27 10:12:04', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815769695b01576969d2900001', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-27 10:12:05', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815769695b01576969d3540002', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-27 10:12:05', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815769695b0157696a3a320037', 'IE', '修改成功', '5', '192.168.111.1', '2016-09-27 10:12:31', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8157697fb001576980146f0000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-27 10:36:24', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8157697fb00157698016dc0001', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-27 10:36:24', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8157697fb001576980175c0002', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-27 10:36:24', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8157697fb0015769808ac50037', 'IE', '修改成功', '5', '192.168.111.1', '2016-09-27 10:36:54', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8157697fb0015769818793006c', 'IE', '修改成功', '5', '192.168.111.1', '2016-09-27 10:37:59', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815769821e01576982a9f90000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-27 10:39:13', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815769821e01576982ac240001', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-27 10:39:13', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815769821e01576982aca00002', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-27 10:39:14', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815769821e015769832deb0037', 'IE', '修改成功', '5', '192.168.111.1', '2016-09-27 10:39:47', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8157698c4d0157698cba0b0000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-27 10:50:12', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8157698c4d0157698cbc690001', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-27 10:50:13', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815769b322015769b381790000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-27 11:32:34', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815769b322015769b3839e0001', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-27 11:32:34', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815769b322015769b384490002', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-09-27 11:32:35', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815769b322015769b5bc3b0037', 'IE', '修改成功', '5', '192.168.111.1', '2016-09-27 11:35:00', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8157fa09330157fa0996d00000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-10-25 12:11:54', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8157fa09330157fa099a190001', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-10-25 12:11:55', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8157fa09330157fa099ada0002', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-10-25 12:11:55', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8157fa09330157fa0a96c80003', 'IE', '用户: demo[中国人寿总公司]common.login.success', '1', '192.168.111.1', '2016-10-25 12:13:00', '1', '402880e74d75c4dd014d75d44af30005'); +INSERT INTO `t_s_log` VALUES ('4028ef8157fa0bd90157fa0c68f50000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-10-25 12:14:59', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8157fa0bd90157fa0c6b630001', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-10-25 12:15:00', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8157fa0bd90157fa0c6c340002', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-10-25 12:15:00', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8157fa0bd90157fa0c9af30003', 'IE', '用户: demo[销售人员]common.login.success', '1', '192.168.111.1', '2016-10-25 12:15:12', '1', '402880e74d75c4dd014d75d44af30005'); +INSERT INTO `t_s_log` VALUES ('4028ef8157fa0bd90157fa0d49da0004', 'IE', '用户demo已退出', '2', '192.168.111.1', '2016-10-25 12:15:57', '1', '402880e74d75c4dd014d75d44af30005'); +INSERT INTO `t_s_log` VALUES ('4028ef8157fa0bd90157fa0d6d790005', 'IE', '用户: scott[中国人寿总公司]common.login.success', '1', '192.168.111.1', '2016-10-25 12:16:06', '1', '8a8ab0b246dc81120146dc81819d0053'); +INSERT INTO `t_s_log` VALUES ('4028ef8157fa0bd90157fa0e11ea0006', 'IE', '用户: scott[中国人寿总公司]common.login.success', '1', '192.168.111.1', '2016-10-25 12:16:48', '1', '8a8ab0b246dc81120146dc81819d0053'); +INSERT INTO `t_s_log` VALUES ('4028ef8157fa11320157fa11a86a0000', 'IE', '用户: scott[中国人寿总公司]common.login.success', '1', '192.168.111.1', '2016-10-25 12:20:43', '1', '8a8ab0b246dc81120146dc81819d0053'); +INSERT INTO `t_s_log` VALUES ('4028ef8157fa11320157fa11c3a40001', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-10-25 12:20:50', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8157faf98e0157fafa0f900000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-10-25 16:34:34', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8157faf98e0157fafa11790001', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-10-25 16:34:35', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8157faf98e0157fafa11ef0002', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-10-25 16:34:35', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8157ff0b900157ff0c5eb10000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-10-26 11:33:03', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8157ff0b900157ff0c61730001', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-10-26 11:33:03', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8157ff0b900157ff0c63810002', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-10-26 11:33:04', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8157ff0b900157ff0cbdf30003', 'IE', '删除成功', '4', '192.168.111.1', '2016-10-26 11:33:27', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8157ff0b900157ff0cc5c20004', 'IE', '删除成功', '4', '192.168.111.1', '2016-10-26 11:33:29', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8157ff0b900157ff0ccc510005', 'IE', '删除成功', '4', '192.168.111.1', '2016-10-26 11:33:31', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8157ff7e540157ff7f13a50000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-10-26 13:38:20', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8157ff7e540157ff7f16170001', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-10-26 13:38:21', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8157ff7e540157ff7f16a00002', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-10-26 13:38:21', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81581a3d3501581a3db5060000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-10-31 18:16:41', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81581a3d3501581a3db6f40001', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-10-31 18:16:41', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81581a3d3501581a3db7830002', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-10-31 18:16:42', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81581a3d3501581a3e48210003', 'IE', '用户: scott[中国人寿总公司]common.login.success', '1', '192.168.111.1', '2016-10-31 18:17:19', '1', '8a8ab0b246dc81120146dc81819d0053'); +INSERT INTO `t_s_log` VALUES ('4028ef81581a421c01581a43804f0000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-10-31 18:23:01', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81581a462e01581a46c76e0000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-10-31 18:26:36', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81581a462e01581a46c9d20001', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-10-31 18:26:36', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81581a462e01581a4e8e160002', 'IE', '用户: scott[中国人寿总公司]common.login.success', '1', '192.168.111.1', '2016-10-31 18:35:05', '1', '8a8ab0b246dc81120146dc81819d0053'); +INSERT INTO `t_s_log` VALUES ('4028ef81581b02ae01581b05c5890000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-10-31 21:55:12', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81581b02ae01581b05c77b0001', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-10-31 21:55:13', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef81581b02ae01581b05c8070002', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-10-31 21:55:13', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815884d839015884d909c60000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-11-21 11:06:06', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815884d839015884d90c540001', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-11-21 11:06:06', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef815884d839015884d90e1a0002', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-11-21 11:06:07', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8158949adf0158949c298f0000', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-11-24 12:33:32', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8158949adf0158949c2bf40001', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-11-24 12:33:32', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('4028ef8158949adf0158949c2e6f0002', 'IE', '用户: admin[JEECG开源社区]common.login.success', '1', '192.168.111.1', '2016-11-24 12:33:33', '1', '8a8ab0b246dc81120146dc8181950052'); +INSERT INTO `t_s_log` VALUES ('F63FA7A4AC6D4CB3B9193734DE4C25BC', 'IE', '【admin(JEECG开源社区)】登陆系统成功', '0', '本地', '2017-01-12 22:58:54', '0', '8a8ab0b246dc81120146dc8181950052'); + +-- ---------------------------- +-- Table structure for t_s_muti_lang -- ---------------------------- DROP TABLE IF EXISTS `t_s_muti_lang`; CREATE TABLE `t_s_muti_lang` ( @@ -5194,7 +6506,7 @@ CREATE TABLE `t_s_muti_lang` ( `update_by` varchar(50) default NULL COMMENT '更新人编号', `update_name` varchar(50) default NULL COMMENT '更新人姓名', PRIMARY KEY (`id`), - UNIQUE KEY `uniq_langkey_langcode` (`lang_key`,`lang_code`) + UNIQUE KEY `uniq_langkey_langcode` USING BTREE (`lang_key`,`lang_code`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -5340,6 +6652,10 @@ INSERT INTO `t_s_muti_lang` VALUES ('297e201048b803ec0148b80d34360001', 'common. INSERT INTO `t_s_muti_lang` VALUES ('297e201048b803ec0148b80d6da10003', 'common.type.view', 'Type View', 'en', '2014-09-28 00:59:20', 'admin', '管理员', null, null, null); INSERT INTO `t_s_muti_lang` VALUES ('2a609258aef344bbbcf0c766d922e449', 'common.phone', 'Phone', 'en', '2014-07-03 18:39:43', '4028818d46f764fb0146f7661cb60052', 'admin', '2014-07-02 23:27:53', '4028818d46f764fb0146f7661cb60052', 'admin'); INSERT INTO `t_s_muti_lang` VALUES ('2bad4a20100e456aac2f6be3d1cc85ac', 'common.real.name', 'Real Name', 'en', '2014-07-03 18:39:42', '4028818d46f764fb0146f7661cb60052', 'admin', '2014-07-02 23:27:53', '4028818d46f764fb0146f7661cb60052', 'admin'); +INSERT INTO `t_s_muti_lang` VALUES ('2c948a855611e7c8015611ea72800001', 'menu.funiconstyle', '菜单图标样式', 'zh-cn', '2016-07-22 17:23:13', 'admin', '管理员', '2016-07-22 17:24:24', 'admin', '管理员'); +INSERT INTO `t_s_muti_lang` VALUES ('2c948a855611e7c8015611eb204f0003', 'menu.funiconstyle', 'Menu Icon Style', 'en', '2016-07-22 17:23:57', 'admin', '管理员', null, null, null); +INSERT INTO `t_s_muti_lang` VALUES ('2c948a85567d940f01567db64d4e0005', 'confirm.copy.form', '确认复制表单', 'zh-cn', '2016-08-12 15:45:15', 'admin', '管理员', null, null, null); +INSERT INTO `t_s_muti_lang` VALUES ('2c948a85567d940f01567db6bcc00007', 'confirm.copy.form', 'Confirm copy form', 'en', '2016-08-12 15:45:43', 'admin', '管理员', null, null, null); INSERT INTO `t_s_muti_lang` VALUES ('2d70c1a8158b415b9aff12e1957c1819', 'common.repeat.password', 'Repeat Password', 'en', '2014-07-03 18:39:43', '4028818d46f764fb0146f7661cb60052', 'admin', '2014-07-02 23:27:53', '4028818d46f764fb0146f7661cb60052', 'admin'); INSERT INTO `t_s_muti_lang` VALUES ('2fe5274af5d94fb49240d82b7b8d2a95', 'common.tel', 'Telephone', 'en', '2014-07-03 18:39:43', '4028818d46f764fb0146f7661cb60052', 'admin', '2014-07-02 23:27:53', '4028818d46f764fb0146f7661cb60052', 'admin'); INSERT INTO `t_s_muti_lang` VALUES ('3db54b3731434dc38bc5ea3b20de7db8', 'common.middle', 'Middle', 'en', '2014-07-04 18:39:43', '4028818d46f764fb0146f7661cb60052', 'admin', '2014-07-04 23:27:53', '4028818d46f764fb0146f7661cb60052', 'admin'); @@ -5631,6 +6947,8 @@ INSERT INTO `t_s_muti_lang` VALUES ('402881c347205fc0014720704aa50001', 'menunam INSERT INTO `t_s_muti_lang` VALUES ('402881c347205fc0014720718d360003', 'menuname.rang4to15', 'Menu name should be 4-15 characters and should not empty', 'en', '2014-07-10 21:23:38', '8a8ab0b246dc81120146dc8181950052', 'admin', '2014-07-10 21:23:38', 'admin', '管理员'); INSERT INTO `t_s_muti_lang` VALUES ('402881c347205fc001472082f5130005', 'jeect.platform', 'Jeecg 快速开发平台', 'zh-cn', '2014-07-10 21:42:39', '8a8ab0b246dc81120146dc8181950052', 'admin', '2014-07-10 21:42:39', 'admin', '管理员'); INSERT INTO `t_s_muti_lang` VALUES ('402881c347205fc00147208321e10007', 'jeect.platform', 'Jeecg Quckly Platform', 'en', '2014-07-10 21:42:50', '8a8ab0b246dc81120146dc8181950052', 'admin', '2014-07-10 21:42:50', 'admin', '管理员'); +INSERT INTO `t_s_muti_lang` VALUES ('402881c347205fcc0014720704aa5000', 'menuname.rang2to15', '菜单名称范围2~15位字符,且不为空', 'zh-cn', '2014-07-10 21:22:15', '8a8ab0b246dc81120146dc8181950052', 'admin', '2014-07-10 21:22:15', 'admin', '管理员'); +INSERT INTO `t_s_muti_lang` VALUES ('402881c347205fcd0014720718d36000', 'menuname.rang2to15', 'Menu name should be 2-15 characters and should not empty', 'en', '2014-07-10 21:23:38', '8a8ab0b246dc81120146dc8181950052', 'admin', '2014-07-10 21:23:38', 'admin', '管理员'); INSERT INTO `t_s_muti_lang` VALUES ('402881e446f486df0146f49af73f0001', 'pk.strategies', 'Primary key strategies', 'en', '2014-07-02 09:05:35', '402881e946e70d550146e70fa0680086', 'admin', '2014-07-02 09:05:35', 'admin', '管理员'); INSERT INTO `t_s_muti_lang` VALUES ('402881e446f486df0146f49c57320003', 'pk.strategies', '主键策略', 'zh-cn', '2014-07-02 09:07:05', '402881e946e70d550146e70fa0680086', 'admin', '2014-07-02 09:07:05', 'admin', '管理员'); INSERT INTO `t_s_muti_lang` VALUES ('402881e446f5ec0b0146f5f492d60001', 'table.name', '表名', 'zh-cn', '2014-07-02 15:23:04', '402881e946e70d550146e70fa0680086', 'admin', '2014-07-02 15:23:04', 'admin', '管理员'); @@ -5827,8 +7145,8 @@ INSERT INTO `t_s_muti_lang` VALUES ('4028ef81533051360153305c60c90008', 'form.te INSERT INTO `t_s_muti_lang` VALUES ('4028ef815335c1da015335c8647d0003', 'self.defined.form', 'use defined form', 'en', '2016-03-02 13:23:58', 'admin', '管理员', null, null, null); INSERT INTO `t_s_muti_lang` VALUES ('4028ef81533a788e01533a7a53180005', 'form.tb.db.table.name', 'table', 'en', '2016-03-03 11:16:48', 'admin', '管理员', '2016-03-03 11:17:56', 'admin', '管理员'); INSERT INTO `t_s_muti_lang` VALUES ('4028ef81533a788e01533a7ba98c0008', 'form.tb.db.key', 'db source', 'en', '2016-03-03 11:18:16', 'admin', '管理员', null, null, null); -INSERT INTO `t_s_muti_lang` VALUES ('4028ef81533c078201533c08b1ca0001', 'system.version.number', '3.6.5', 'zh-cn', '2016-03-03 18:31:56', 'admin', '管理员', '2016-06-29 11:50:18', 'admin', '管理员'); -INSERT INTO `t_s_muti_lang` VALUES ('4028ef81533c078201533c08e2370003', 'system.version.number', '3.6.5', 'en', '2016-03-03 18:32:08', 'admin', '管理员', '2016-06-29 11:50:12', 'admin', '管理员'); +INSERT INTO `t_s_muti_lang` VALUES ('4028ef81533c078201533c08b1ca0001', 'system.version.number', '3.6.6', 'zh-cn', '2016-03-03 18:31:56', 'admin', '管理员', '2017-02-08 18:08:09', 'admin', '管理员'); +INSERT INTO `t_s_muti_lang` VALUES ('4028ef81533c078201533c08e2370003', 'system.version.number', '3.6.6', 'en', '2016-03-03 18:32:08', 'admin', '管理员', '2017-02-08 18:08:03', 'admin', '管理员'); INSERT INTO `t_s_muti_lang` VALUES ('4028ef8154753f26015475436db30001', 'common.returntxttype', 'return type', 'en', '2016-05-03 14:17:13', 'admin', '管理员', '2016-05-03 14:41:57', 'admin', '管理员'); INSERT INTO `t_s_muti_lang` VALUES ('4028ef8154753f26015475438dd00003', 'common.returntxttype', '返回类型', 'zh-cn', '2016-05-03 14:17:22', 'admin', '管理员', '2016-05-03 14:42:06', 'admin', '管理员'); INSERT INTO `t_s_muti_lang` VALUES ('4028efa2523a030601523a55381d0004', 'self.defined.form', '自定义表单', 'zh-cn', '2016-01-13 17:33:29', 'admin', '管理员', null, null, null); @@ -6119,7 +7437,7 @@ INSERT INTO `t_s_muti_lang` VALUES ('8a8ab0de46c66d490146c674f6ee0002', 'common. INSERT INTO `t_s_muti_lang` VALUES ('8a8ab0de46c66d490146c675351b0004', 'common.data.loading', 'Data Loading......', 'en', '2014-06-23 10:01:48', 'admin', '管理员', '2014-06-23 10:01:48', 'admin', '管理员'); INSERT INTO `t_s_muti_lang` VALUES ('8a8ab0de46c66d490146c6788e550006', 'common.exit.confirm', '确定退出该系统吗 ?', 'zh-cn', '2014-06-23 10:05:28', 'admin', '管理员', '2014-06-23 10:05:28', 'admin', '管理员'); INSERT INTO `t_s_muti_lang` VALUES ('8a8ab0de46c66d490146c678d8600008', 'common.exit.confirm', 'Confirm Exit?', 'en', '2014-06-23 10:05:46', 'admin', '管理员', '2014-06-23 10:05:46', 'admin', '管理员'); -INSERT INTO `t_s_muti_lang` VALUES ('8a8ab0de46c66d490146c67af864000a', 'common.change.style', '切换页面风格', 'zh-cn', '2014-06-23 10:08:06', 'admin', '管理员', '2015-05-29 14:09:17', 'admin', '管理员'); +INSERT INTO `t_s_muti_lang` VALUES ('8a8ab0de46c66d490146c67af864000a', 'common.change.style', '首页风格', 'zh-cn', '2014-06-23 10:08:06', 'admin', '管理员', '2015-05-29 14:09:17', 'admin', '管理员'); INSERT INTO `t_s_muti_lang` VALUES ('8a8ab0de46c66d490146c67b3590000c', 'common.change.style', 'Change Style', 'en', '2014-06-23 10:08:21', 'admin', '管理员', '2014-06-23 10:08:21', 'admin', '管理员'); INSERT INTO `t_s_muti_lang` VALUES ('8a8ab0de46c66d490146c683c4ea0012', 'common.browser.recommend', '(推荐使用IE8+,谷歌浏览器可以获得更快,更安全的页面响应速度) 技术支持:', 'zh-cn', '2014-06-23 10:17:42', 'admin', '管理员', '2014-06-23 11:05:48', 'admin', '管理员'); INSERT INTO `t_s_muti_lang` VALUES ('8a8ab0de46c66d490146c68486160014', 'common.browser.recommend', '(Recommend IE+, Google browser) Support: ', 'en', '2014-06-23 10:18:32', 'admin', '管理员', '2014-06-23 10:18:32', 'admin', '管理员'); @@ -6192,8 +7510,8 @@ INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d039', 'menu.im INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d040', 'menu.import_export.excel', 'import and export of the excel ', 'en', '2015-06-02 15:23:06', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-06-02 15:23:43', 'admin', 'admin'); INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d041', 'menu.uploads_downloads', '上传下载', 'zh-cn', '2015-06-02 15:31:48', '8a8ab0b246dc81120146dc8181950052', 'admin', '2016-03-21 16:49:07', 'admin', '管理员'); INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d042', 'menu.uploads_downloads', 'Upload', 'en', '2015-06-02 15:31:51', '8a8ab0b246dc81120146dc8181950052', 'admin', '2016-03-21 16:49:19', 'admin', '管理员'); -INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d043', 'menu.JqueryFileUpload.example', 'JqueryFileUpload示例', 'zh-cn', '2015-06-02 15:35:07', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-06-02 15:35:30', 'admin', 'admin'); -INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d044', 'menu.JqueryFileUpload.example', 'JqueryFileUpload example', 'en', '2015-06-02 15:35:09', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-06-02 15:35:32', 'admin', 'admin'); +INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d043', 'menu.JqueryFileUpload.example', 'Jquery上传示例', 'zh-cn', '2015-06-02 15:35:07', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-06-02 15:35:30', 'admin', 'admin'); +INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d044', 'menu.JqueryFileUpload.example', 'JqueryUploadDemo', 'en', '2015-06-02 15:35:09', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-06-02 15:35:32', 'admin', 'admin'); INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d045', 'menu.no.paging', '无分页列表', 'zh-cn', '2015-06-02 15:39:15', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-06-02 15:39:34', 'admin', 'admin'); INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d046', 'menu.no.paging', 'No paging list', 'en', '2015-06-02 15:39:17', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-06-02 15:39:37', 'admin', 'admin'); INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d047', 'menu.jdbc.example', 'jdbc示例', 'zh-cn', '2015-06-02 15:42:32', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-06-02 15:42:49', 'admin', 'admin'); @@ -6204,8 +7522,8 @@ INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d051', 'menu.di INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d052', 'menu.dictionary.labels', 'The dictionary labels', 'en', '2015-06-02 15:50:21', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-06-02 15:50:40', 'admin', 'admin'); INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d053', 'menu.form.thePop_UpStyle', '表单弹出风格', 'zh-cn', '2015-06-02 15:54:56', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-06-02 15:55:13', 'admin', 'admin'); INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d054', 'menu.form.thePop_UpStyle', 'Form the pop-up style', 'en', '2015-06-02 15:54:57', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-06-02 15:55:15', 'admin', 'admin'); -INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d055', 'menu.special.layout', '特殊布局', 'zh-cn', '2015-06-02 15:58:36', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-06-02 15:58:57', 'admin', 'admin'); -INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d056', 'menu.special.layout', 'The special layout', 'en', '2015-06-02 15:58:38', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-06-02 15:58:59', 'admin', 'admin'); +INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d055', 'menu.special.layout', '左右布局', 'zh-cn', '2015-06-02 15:58:36', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-06-02 15:58:57', 'admin', 'admin'); +INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d056', 'menu.special.layout', 'page layout', 'en', '2015-06-02 15:58:38', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-06-02 15:58:59', 'admin', 'admin'); INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d057', 'menu.single.table', '单表例子(无tag)', 'zh-cn', '2015-06-02 16:02:33', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-06-02 16:02:52', 'admin', 'admin'); INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d058', 'menu.single.table', 'Single table example(no tag)', 'en', '2015-06-02 16:02:36', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-06-02 16:02:54', 'admin', 'admin'); INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d059', 'menu.one_to_many.example', '一对多例子(无tag)', 'zh-cn', '2015-06-02 16:06:06', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-06-02 16:08:01', 'admin', 'admin'); @@ -6220,8 +7538,8 @@ INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d067', 'menu.mo INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d068', 'menu.moreAccessoriesManagement', 'More accessories management', 'en', '2015-06-02 16:24:21', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-06-02 16:24:39', 'admin', 'admin'); INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d069', 'menu.datagridHandHtml', 'Datagrid自定义查询条件', 'zh-cn', '2015-06-02 16:28:48', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-12-22 16:58:46', 'admin', '管理员'); INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d070', 'menu.datagridHandHtml', 'Datagrid Custom Condition', 'en', '2015-06-02 16:28:50', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-12-22 16:59:27', 'admin', '管理员'); -INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d071', 'menu.materialPom', '物料POM', 'zh-cn', '2015-06-02 16:37:09', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-06-02 16:37:27', 'admin', 'admin'); -INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d072', 'menu.materialPom', 'material pom', 'en', '2015-06-02 16:37:11', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-06-02 16:37:29', 'admin', 'admin'); +INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d071', 'menu.materialPom', '树列表', 'zh-cn', '2015-06-02 16:37:09', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-06-02 16:37:27', 'admin', 'admin'); +INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d072', 'menu.materialPom', 'tree list', 'en', '2015-06-02 16:37:11', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-06-02 16:37:29', 'admin', 'admin'); INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d073', 'menu.ckfinderDemo', 'ckfinder例子', 'zh-cn', '2015-06-02 16:40:05', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-06-02 16:40:26', 'admin', 'admin'); INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d074', 'menu.ckfinderDemo', 'ckfinder demo', 'en', '2015-06-02 16:40:07', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-06-02 16:40:28', 'admin', 'admin'); INSERT INTO `t_s_muti_lang` VALUES ('jglongjba487c37d001487c488a4d075', 'menu.queryEditor', '查询编辑器', 'zh-cn', '2015-06-02 16:44:01', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-06-02 16:44:34', 'admin', 'admin'); @@ -6352,7 +7670,7 @@ INSERT INTO `t_s_muti_lang` VALUES ('jglongjba87c37d001487c499a4d1113', 'common. INSERT INTO `t_s_muti_lang` VALUES ('jglongjba87c37d001487c499a4d1114', 'common.unlock.user.tips', 'Sure to activate user', 'en', '2015-06-05 16:59:22', '8a8ab0b246dc81120146dc8181950052', 'admin', '2015-06-05 16:59:36', 'admin', 'admin'); -- ---------------------------- --- Table structure for `t_s_notice` +-- Table structure for t_s_notice -- ---------------------------- DROP TABLE IF EXISTS `t_s_notice`; CREATE TABLE `t_s_notice` ( @@ -6371,7 +7689,7 @@ CREATE TABLE `t_s_notice` ( -- Records of t_s_notice -- ---------------------------- INSERT INTO `t_s_notice` VALUES ('402880ea53303a060153304cf8860006', 'jeecg快速平台增加UI选择', 'jeecg快速平台增加UI选择', '1', '1', '2016-03-30 00:00:00', null, '2016-03-01 11:51:04'); -INSERT INTO `t_s_notice` VALUES ('402880ea53303a060153304cf88600062', 'jeecg快速平台增加UI选择', 'jeecg快速平台增加UI选择', '1', '1', '2016-03-30 00:00:00', '', '2016-03-01 11:51:04'); +INSERT INTO `t_s_notice` VALUES ('402880ea53303a060153304cf88600062', 'jeecg快速平台增加UI选择', '

jeecg快速平台增加UI选择

', '1', '3', '2016-03-30 00:00:00', '', '2016-03-01 11:51:04'); INSERT INTO `t_s_notice` VALUES ('402880ea5330fe22015331062a040002', '新公告', '

捷微H5营销活动平台专题公开课

    还在为如何做好微信营销头疼吗?

    微信时代,层出不穷花样百出的营销活动已毫无质疑地成为商家吸粉营销的首选利器,而其中HTML5作为营销界新宠儿,“多快好省”的杰出代表,其灵活性高、开发成本低且制作周期短的种种特性使其在移动营销领域大放异彩。新年伊始,JEEWX隆重推出H5营销活动平台,汇集各种您想到的想不到的小游戏小活动,各种需求轻松创建,一键营销!

    为帮助大家快速掌握捷微H5营销活动平台的使用及开发流程,JEECG开源社区近期将推出专题公开课,欢迎大家报名参加,共同学习!


    开课时间:2016年1月7日20:30-21:30     1月12日20:30-21:30

    开课地点:http://ke.qq.com/course/111073#term_id=100119113

    内容概要:入门讲解(以捷微H5营销活动平台为基础,讲解微信公众号如何进行活动推广)

                     实例开发讲解(实例讲解捷微H5营销活动开发流程及规范)





', '2', '1', '2016-03-17 00:00:00', null, '2016-03-01 15:13:20'); INSERT INTO `t_s_notice` VALUES ('402880ea5330fe22015331062a0400022', '新公告', '

捷微H5营销活动平台专题公开课

    还在为如何做好微信营销头疼吗?

    微信时代,层出不穷花样百出的营销活动已毫无质疑地成为商家吸粉营销的首选利器,而其中HTML5作为营销界新宠儿,“多快好省”的杰出代表,其灵活性高、开发成本低且制作周期短的种种特性使其在移动营销领域大放异彩。新年伊始,JEEWX隆重推出H5营销活动平台,汇集各种您想到的想不到的小游戏小活动,各种需求轻松创建,一键营销!

    为帮助大家快速掌握捷微H5营销活动平台的使用及开发流程,JEECG开源社区近期将推出专题公开课,欢迎大家报名参加,共同学习!


    开课时间:2016年1月7日20:30-21:30     1月12日20:30-21:30

    开课地点:http://ke.qq.com/course/111073#term_id=100119113

    内容概要:入门讲解(以捷微H5营销活动平台为基础,讲解微信公众号如何进行活动推广)

                     实例开发讲解(实例讲解捷微H5营销活动开发流程及规范)





', '2', '1', '2016-03-17 00:00:00', '', '2016-03-01 15:13:20'); INSERT INTO `t_s_notice` VALUES ('402880ea5335da5601533612553f0004', '测试公告~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~', '
  • 微营销

    各类营销活动推送
    与用户互动

  • 微团购

    拇指微团
    将优惠装入客户口袋

  • 微信墙

    活跃现场气氛
    让粉丝涨起来

  • 微调研

    无需人力 电子调研
    为市场调研加一份有力数据

  • 微相册

    各行各业
    照片展现轻松搞定

  • 微社区

    建立微信社交平台
    社区虽小 见微知著

  • 微留言

    意见?需求?疑问?
    一键留言  一键回复

  • 微预约

    各种预约 一键即可
    短信邮件会立即通知商户

  • 微邀请

    电子请帖 微信来袭
    提供用户特别服务

  • 微生活

    微信公众号建立商圈
    吃喝玩乐应有尽有

  • 微餐饮

    扫一扫
    微信也能够实时点餐

  • 微酒店

    在线订房融入微信
    酒店营销多一条有力途径

  • 微房产

    全景看房 楼盘印象 预约看房
    有效助力微信营销

  • 微汽车

    预约试驾或保养 车主关怀
    360度看车应有尽有

  • 微医疗

    在线挂号或咨询
    了解病情 微信都可以


', '2', '1', '2016-03-10 00:00:00', null, '2016-03-02 14:44:44'); @@ -6381,9 +7699,12 @@ INSERT INTO `t_s_notice` VALUES ('402880ea5335da5601533613046e00062', '测试公 INSERT INTO `t_s_notice` VALUES ('4028ef815331b759015331b90ac70004', '今天早下班', '

今天早下班

', '2', '1', '2016-03-25 00:00:00', null, '2016-03-01 18:28:43'); INSERT INTO `t_s_notice` VALUES ('4028ef815331b759015331c37ff50007', '123', '

123

', '2', '2', '2016-04-09 00:00:00', null, '2016-03-01 18:40:09'); INSERT INTO `t_s_notice` VALUES ('4028ef8153eab2e60153eaba09fe0002', '234234', '

234234

', '1', '1', '2016-04-30 00:00:00', null, '2016-04-06 16:39:34'); +INSERT INTO `t_s_notice` VALUES ('4028ef815697f711015697f8500e0003', '今天放假', '

今天放假

', '2', '1', '2016-08-17 00:00:00', null, '2016-08-17 18:07:28'); +INSERT INTO `t_s_notice` VALUES ('4028ef815697f711015697fbb50c0006', '8888888888888888', '

99999999999999999

', '1', '2', '2016-08-17 00:00:00', null, '2016-08-17 18:11:10'); +INSERT INTO `t_s_notice` VALUES ('4028ef815697f711015697fe15f2000e', '3333', '

3333333

', '1', '1', '2016-08-17 00:00:00', null, '2016-08-17 18:13:46'); -- ---------------------------- --- Table structure for `t_s_notice_authority_role` +-- Table structure for t_s_notice_authority_role -- ---------------------------- DROP TABLE IF EXISTS `t_s_notice_authority_role`; CREATE TABLE `t_s_notice_authority_role` ( @@ -6397,9 +7718,10 @@ CREATE TABLE `t_s_notice_authority_role` ( -- Records of t_s_notice_authority_role -- ---------------------------- INSERT INTO `t_s_notice_authority_role` VALUES ('4028ef815331b759015331c3d43f0009', '4028ef815331b759015331c37ff50007', '8a8ab0b246dc81120146dc81818b0051'); +INSERT INTO `t_s_notice_authority_role` VALUES ('4028ef815697f711015697fbeaa00008', '4028ef815697f711015697fbb50c0006', '8a8ab0b246dc81120146dc8181870050'); -- ---------------------------- --- Table structure for `t_s_notice_authority_user` +-- Table structure for t_s_notice_authority_user -- ---------------------------- DROP TABLE IF EXISTS `t_s_notice_authority_user`; CREATE TABLE `t_s_notice_authority_user` ( @@ -6412,9 +7734,10 @@ CREATE TABLE `t_s_notice_authority_user` ( -- ---------------------------- -- Records of t_s_notice_authority_user -- ---------------------------- +INSERT INTO `t_s_notice_authority_user` VALUES ('4028ef815697f711015697fcf1b6000c', '402880ea53303a060153304cf88600062', '8a8ab0b246dc81120146dc81819d0053'); -- ---------------------------- --- Table structure for `t_s_notice_read_user` +-- Table structure for t_s_notice_read_user -- ---------------------------- DROP TABLE IF EXISTS `t_s_notice_read_user`; CREATE TABLE `t_s_notice_read_user` ( @@ -6438,9 +7761,12 @@ INSERT INTO `t_s_notice_read_user` VALUES ('4028ef81533c02db01533c0391fd0001', ' INSERT INTO `t_s_notice_read_user` VALUES ('4028ef81533c02db01533c03a2fd0002', '402880ea53303a060153304cf88600062', '8a8ab0b246dc81120146dc8181950052', '2016-03-03 18:26:24'); INSERT INTO `t_s_notice_read_user` VALUES ('4028ef81533c02db01533c03d9030003', '402880ea53303a060153304cf8860006', '8a8ab0b246dc81120146dc8181950052', '2016-03-03 18:26:38'); INSERT INTO `t_s_notice_read_user` VALUES ('4028ef81540325190154033fc3b60021', '4028ef8153eab2e60153eaba09fe0002', '8a8ab0b246dc81120146dc8181950052', '2016-04-11 10:56:31'); +INSERT INTO `t_s_notice_read_user` VALUES ('4028ef815697f711015697f917840005', '4028ef815697f711015697f8500e0003', '8a8ab0b246dc81120146dc8181950052', '2016-08-17 18:08:19'); +INSERT INTO `t_s_notice_read_user` VALUES ('4028ef815697f711015697fc12f9000a', '4028ef815697f711015697fbb50c0006', '8a8ab0b246dc81120146dc8181950052', '2016-08-17 18:11:34'); +INSERT INTO `t_s_notice_read_user` VALUES ('4028ef8156e3bd950156e3bf0d750003', '4028ef815697f711015697fe15f2000e', '8a8ab0b246dc81120146dc8181950052', '2016-09-01 11:16:04'); -- ---------------------------- --- Table structure for `t_s_operation` +-- Table structure for t_s_operation -- ---------------------------- DROP TABLE IF EXISTS `t_s_operation`; CREATE TABLE `t_s_operation` ( @@ -6453,11 +7779,11 @@ CREATE TABLE `t_s_operation` ( `iconid` varchar(32) default NULL, `operationtype` smallint(6) default NULL, PRIMARY KEY (`ID`), - KEY `FK_pceuy41wr2fjbcilyc7mk3m1f` (`functionid`), - KEY `FK_ny5de7922l39ta2pkhyspd5f` (`iconid`), - CONSTRAINT `FK_ny5de7922l39ta2pkhyspd5f` FOREIGN KEY (`iconid`) REFERENCES `t_s_icon` (`ID`), - CONSTRAINT `FK_pceuy41wr2fjbcilyc7mk3m1f` FOREIGN KEY (`functionid`) REFERENCES `t_s_function` (`ID`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; + KEY `FK_pceuy41wr2fjbcilyc7mk3m1f` USING BTREE (`functionid`), + KEY `FK_ny5de7922l39ta2pkhyspd5f` USING BTREE (`iconid`), + CONSTRAINT `t_s_operation_ibfk_1` FOREIGN KEY (`iconid`) REFERENCES `t_s_icon` (`ID`), + CONSTRAINT `t_s_operation_ibfk_2` FOREIGN KEY (`functionid`) REFERENCES `t_s_function` (`ID`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='InnoDB free: 169984 kB; (`iconid`) REFER `jeecg_20170207/t_s'; -- ---------------------------- -- Records of t_s_operation @@ -6470,7 +7796,7 @@ INSERT INTO `t_s_operation` VALUES ('8a8ab0b246dc81120146dc818258007a', 'del', n INSERT INTO `t_s_operation` VALUES ('8a8ab0b246dc81120146dc81825b007b', 'szqm', null, '审核', '0', '8a8ab0b246dc81120146dc8181300037', '8a8ab0b246dc81120146dc8180800001', '0'); -- ---------------------------- --- Table structure for `t_s_opintemplate` +-- Table structure for t_s_opintemplate -- ---------------------------- DROP TABLE IF EXISTS `t_s_opintemplate`; CREATE TABLE `t_s_opintemplate` ( @@ -6484,7 +7810,7 @@ CREATE TABLE `t_s_opintemplate` ( -- ---------------------------- -- ---------------------------- --- Table structure for `t_s_role` +-- Table structure for t_s_role -- ---------------------------- DROP TABLE IF EXISTS `t_s_role`; CREATE TABLE `t_s_role` ( @@ -6508,21 +7834,21 @@ INSERT INTO `t_s_role` VALUES ('8a8ab0b246dc81120146dc8181870050', 'admin', '管 INSERT INTO `t_s_role` VALUES ('8a8ab0b246dc81120146dc81818b0051', 'manager', '普通用户', '管理员', '2016-05-29 17:42:19', 'admin', null, null, null); -- ---------------------------- --- Table structure for `t_s_role_function` +-- Table structure for t_s_role_function -- ---------------------------- DROP TABLE IF EXISTS `t_s_role_function`; CREATE TABLE `t_s_role_function` ( `ID` varchar(32) NOT NULL, - `operation` varchar(10000) default NULL, + `operation` varchar(2000) default NULL, `functionid` varchar(32) default NULL, `roleid` varchar(32) default NULL, `datarule` varchar(1000) default NULL, PRIMARY KEY (`ID`), - KEY `FK_fvsillj2cxyk5thnuu625urab` (`functionid`), - KEY `FK_9dww3p4w8jwvlrgwhpitsbfif` (`roleid`), - CONSTRAINT `FK_9dww3p4w8jwvlrgwhpitsbfif` FOREIGN KEY (`roleid`) REFERENCES `t_s_role` (`ID`), - CONSTRAINT `FK_fvsillj2cxyk5thnuu625urab` FOREIGN KEY (`functionid`) REFERENCES `t_s_function` (`ID`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; + KEY `FK_fvsillj2cxyk5thnuu625urab` USING BTREE (`functionid`), + KEY `FK_9dww3p4w8jwvlrgwhpitsbfif` USING BTREE (`roleid`), + CONSTRAINT `t_s_role_function_ibfk_1` FOREIGN KEY (`roleid`) REFERENCES `t_s_role` (`ID`), + CONSTRAINT `t_s_role_function_ibfk_2` FOREIGN KEY (`functionid`) REFERENCES `t_s_function` (`ID`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='InnoDB free: 169984 kB; (`roleid`) REFER `jeecg_20170207/t_s'; -- ---------------------------- -- Records of t_s_role_function @@ -6536,8 +7862,6 @@ INSERT INTO `t_s_role_function` VALUES ('4028808848845c0f01488464dc1a0011', null INSERT INTO `t_s_role_function` VALUES ('4028808848845c0f01488464dc1a0012', null, '4028808848845c0f01488461b3ac0004', '8a8ab0b246dc81120146dc8181870050', null); INSERT INTO `t_s_role_function` VALUES ('402880e74d76e784014d76f64d070016', null, '402880e74d76e784014d76f5cc2e0014', '402880e74d75c4dd014d75d3c5f40001', null); INSERT INTO `t_s_role_function` VALUES ('402880e74d76e784014d76f64d0b0017', null, '402880e74d76e784014d76f5505a0012', '402880e74d75c4dd014d75d3c5f40001', null); -INSERT INTO `t_s_role_function` VALUES ('402880e74d76e784014d76fa34ff0022', null, '402880e74d76e784014d76f5505a0012', '8a8ab0b246dc81120146dc8181870050', null); -INSERT INTO `t_s_role_function` VALUES ('402880e74d76e784014d76fa35000023', null, '402880e74d76e784014d76f5cc2e0014', '8a8ab0b246dc81120146dc8181870050', null); INSERT INTO `t_s_role_function` VALUES ('402880e74d76e784014d76fa9bdb0026', null, '402880e74d76e784014d76fa7e970024', '402880e74d75c4dd014d75d3c5f40001', null); INSERT INTO `t_s_role_function` VALUES ('402880e74d76e784014d76fbf5a6002d', null, '402880e74d76e784014d76fa7e970024', '8a8ab0b246dc81120146dc8181870050', null); INSERT INTO `t_s_role_function` VALUES ('402880e74d76e784014d76fd30f60032', null, '402880e74d76e784014d76fd1bd60030', '8a8ab0b246dc81120146dc8181870050', null); @@ -6545,24 +7869,19 @@ INSERT INTO `t_s_role_function` VALUES ('402880e74d76e784014d76fd3db10033', null INSERT INTO `t_s_role_function` VALUES ('402880e750693d4401506945ceed0014', null, '402881e54df73c73014df75ab670000f', '8a8ab0b246dc81120146dc8181870050', null); INSERT INTO `t_s_role_function` VALUES ('402880e750693d4401506945ceed0015', null, '402881e54df73c73014df75b69680011', '8a8ab0b246dc81120146dc8181870050', null); INSERT INTO `t_s_role_function` VALUES ('402880e750697e3001506991c0de0011', null, '4028bc934869765001486977f0980001', '8a8ab0b246dc81120146dc8181870050', null); +INSERT INTO `t_s_role_function` VALUES ('402880e9563b945801563b98c5040003', null, '402880ea560cd87901560cf1d99a0001', '8a8ab0b246dc81120146dc8181870050', null); +INSERT INTO `t_s_role_function` VALUES ('402880e9563b945801563b98c5070004', null, '402880e9563b945801563b9856da0001', '8a8ab0b246dc81120146dc8181870050', null); +INSERT INTO `t_s_role_function` VALUES ('402881875992e76c015992e8931d0002', null, '297eaafb599137290159918fb5110011', '8a8ab0b246dc81120146dc8181870050', null); +INSERT INTO `t_s_role_function` VALUES ('402881875992e76c015992eba70b000b', null, '402881875992e76c015992eb2a3b0009', '8a8ab0b246dc81120146dc8181870050', null); INSERT INTO `t_s_role_function` VALUES ('402881c746de1ea60146de20b9d60003', '', '402881c746de1ea60146de207d770001', '8a8ab0b246dc81120146dc8181870050', null); INSERT INTO `t_s_role_function` VALUES ('402881e74e68621b014e6864403c0003', null, '402881e74e68621b014e686407c20001', '8a8ab0b246dc81120146dc8181870050', null); INSERT INTO `t_s_role_function` VALUES ('402882b54df53718014df539413f0003', null, '402882b54df53718014df538fc100001', '8a8ab0b246dc81120146dc8181870050', null); INSERT INTO `t_s_role_function` VALUES ('402882b54e2ef618014e2f0101380003', null, '402882b54e2ef618014e2f0086d70001', '8a8ab0b246dc81120146dc8181870050', null); INSERT INTO `t_s_role_function` VALUES ('402882b54e439ce7014e43c39cb60008', null, '402882b54e439ce7014e43c1d63c0003', '8a8ab0b246dc81120146dc8181870050', null); INSERT INTO `t_s_role_function` VALUES ('402882b54f027310014f0275130b0003', null, '402882b54f027310014f0274db7a0001', '8a8ab0b246dc81120146dc8181870050', null); -INSERT INTO `t_s_role_function` VALUES ('4028948150f5ba6a0150f5d3d4cf000e', null, '4028948150f5ba6a0150f5d0b0200004', '8a8ab0b246dc81120146dc8181870050', null); -INSERT INTO `t_s_role_function` VALUES ('4028948150f5ba6a0150f5d3d4d3000f', null, '4028948150f5ba6a0150f5d34aca000a', '8a8ab0b246dc81120146dc8181870050', null); INSERT INTO `t_s_role_function` VALUES ('40289481511d91f101511dd7cce80036', null, '402831814d8a2853014d8a55a7c90005', '8a8ab0b246dc81120146dc8181870050', null); INSERT INTO `t_s_role_function` VALUES ('40289481511d91f101511dd7cceb0037', null, '402885814e3d2d09014e3d2e77800001', '8a8ab0b246dc81120146dc8181870050', null); -INSERT INTO `t_s_role_function` VALUES ('4028b88155061bbe015506cdc5da0011', null, '4028b88155061bbe015506cbe157000f', '8a8ab0b246dc81120146dc8181870050', null); INSERT INTO `t_s_role_function` VALUES ('4028ef815331b759015331b838150001', null, '402880ea53303a060153304a9ad50001', '8a8ab0b246dc81120146dc8181870050', null); -INSERT INTO `t_s_role_function` VALUES ('4028ef81535fff510153600ae653000b', null, '4028ef81535fff5101536001bb8d0005', '8a8ab0b246dc81120146dc8181870050', null); -INSERT INTO `t_s_role_function` VALUES ('4028ef815373fb530153740051bd0007', null, '4028ef815373fb53015373fef1c50003', '8a8ab0b246dc81120146dc8181870050', null); -INSERT INTO `t_s_role_function` VALUES ('4028ef815373fb530153740051c00008', null, '4028ef815373fb53015373ff521d0005', '8a8ab0b246dc81120146dc8181870050', null); -INSERT INTO `t_s_role_function` VALUES ('4028ef815378741f0153787637620003', null, '4028ef8153781af3015378643c1e000b', '8a8ab0b246dc81120146dc8181870050', null); -INSERT INTO `t_s_role_function` VALUES ('4028ef815378741f01537877906f0006', null, '4028ef815378741f0153787764cc0004', '8a8ab0b246dc81120146dc8181870050', null); -INSERT INTO `t_s_role_function` VALUES ('4028ef815378741f01537879506e000b', null, '4028ef815378741f01537879315e0009', '8a8ab0b246dc81120146dc8181870050', null); INSERT INTO `t_s_role_function` VALUES ('4028ef815378be7c015378e4182f0015', null, '4028ef815378be7c015378e1395d0008', '8a8ab0b246dc81120146dc8181870050', null); INSERT INTO `t_s_role_function` VALUES ('4028ef815378be7c015378e418320016', null, '4028ef815378be7c015378e30f760010', '8a8ab0b246dc81120146dc8181870050', null); INSERT INTO `t_s_role_function` VALUES ('4028ef815378be7c015378e418320017', null, '4028ef815378be7c015378e27ae5000e', '8a8ab0b246dc81120146dc8181870050', null); @@ -6609,7 +7928,6 @@ INSERT INTO `t_s_role_function` VALUES ('4028ef8155046e080155046f4c6f0008', null INSERT INTO `t_s_role_function` VALUES ('4028ef8155046e080155046f4c6f0009', null, '4028ef815378be7c015378e207cf000c', '402880e74d75c4dd014d75d3c5f40001', null); INSERT INTO `t_s_role_function` VALUES ('4028ef8155046e080155046f4c6f000a', null, '4028ef815378be7c015378e019750003', '402880e74d75c4dd014d75d3c5f40001', null); INSERT INTO `t_s_role_function` VALUES ('4028ef81550c8fad01550c94b53f0001', null, '4028819e5505ee23015505f646190001', '8a8ab0b246dc81120146dc8181870050', null); -INSERT INTO `t_s_role_function` VALUES ('4028ef815595a881015595b1235e0003', '40288088481d019401481d30a0d1000f,', '40288088481d019401481d2fcebf000d', '402880e74d75c4dd014d75d3c5f40001', '4028ef815595a881015595b0ccb60001,'); INSERT INTO `t_s_role_function` VALUES ('4028ef815595a881015595b123610004', null, '402889fb486e848101486e8de3d60005', '402880e74d75c4dd014d75d3c5f40001', null); INSERT INTO `t_s_role_function` VALUES ('4028ef8155d8158f0155d81c27350006', null, '8a8ab0b246dc81120146dc8180d2001a', '8a8ab0b246dc81120146dc81818b0051', null); INSERT INTO `t_s_role_function` VALUES ('4028ef8155d8158f0155d81c27380008', null, '402880e74d76e784014d76f5505a0012', '8a8ab0b246dc81120146dc81818b0051', null); @@ -6617,6 +7935,18 @@ INSERT INTO `t_s_role_function` VALUES ('4028ef8155fd32e40155fd35ddcc000a', null INSERT INTO `t_s_role_function` VALUES ('4028ef8155fd32e40155fd35ddd1000b', null, '4028ef8155fd32e40155fd33c6670001', '8a8ab0b246dc81120146dc8181870050', null); INSERT INTO `t_s_role_function` VALUES ('4028ef8155fd32e40155fd35ddd2000c', null, '4028ef8155fd32e40155fd348df80005', '8a8ab0b246dc81120146dc8181870050', null); INSERT INTO `t_s_role_function` VALUES ('4028ef8155fd32e40155fd35ddd2000d', null, '4028ef8155fd32e40155fd3564520008', '8a8ab0b246dc81120146dc8181870050', null); +INSERT INTO `t_s_role_function` VALUES ('4028ef81560da1da01560da45f160001', '8a8ab0b246dc81120146dc81824f0078,8a8ab0b246dc81120146dc818258007a,', '8a8ab0b246dc81120146dc8181300037', '402880e74d75c4dd014d75d3c5f40001', null); +INSERT INTO `t_s_role_function` VALUES ('4028ef81560da1da01560da45f190002', null, '8a8ab0b246dc81120146dc8180d7001c', '402880e74d75c4dd014d75d3c5f40001', null); +INSERT INTO `t_s_role_function` VALUES ('4028ef815610fe4c015611222e100001', null, '8a8ab0b246dc81120146dc8180f30027', '8a8ab0b246dc81120146dc8181870050', null); +INSERT INTO `t_s_role_function` VALUES ('4028ef81568bf29301568bf677460009', null, '4028ef81568bf29301568bf580fc0003', '8a8ab0b246dc81120146dc8181870050', null); +INSERT INTO `t_s_role_function` VALUES ('4028ef81568c06a201568c14e3a60019', null, '4028ef81568c06a201568c1002bd000b', '8a8ab0b246dc81120146dc8181870050', null); +INSERT INTO `t_s_role_function` VALUES ('4028ef81568c06a201568c1b4e020034', null, '4028ef81568c06a201568c16dbb9001d', '8a8ab0b246dc81120146dc8181870050', null); +INSERT INTO `t_s_role_function` VALUES ('4028ef81568c06a201568c1b4e040035', null, '8a8ab0b246dc81120146dc81814b003f', '8a8ab0b246dc81120146dc8181870050', null); +INSERT INTO `t_s_role_function` VALUES ('4028ef81568c06a201568c1b4e040037', null, '4028ef81568c06a201568c19a905002a', '8a8ab0b246dc81120146dc8181870050', null); +INSERT INTO `t_s_role_function` VALUES ('4028ef81574ae99701574aed784f0007', null, '4028ef81568c06a201568c1002bd000b', '402880e74d75c4dd014d75d3c5f40001', null); +INSERT INTO `t_s_role_function` VALUES ('4028ef81574ae99701574aed78520008', null, '4028ef81574ae99701574aeb97bd0003', '402880e74d75c4dd014d75d3c5f40001', '4028ef81574ae99701574aed26530005,'); +INSERT INTO `t_s_role_function` VALUES ('4028ef81574ae99701574aedb7e00009', null, '8a8ab0b246dc81120146dc8180df001f', '402880e74d75c4dd014d75d3c5f40001', null); +INSERT INTO `t_s_role_function` VALUES ('4028ef81574ae99701574aedb7e2000a', null, '8a8ab0b246dc81120146dc8180d2001a', '402880e74d75c4dd014d75d3c5f40001', null); INSERT INTO `t_s_role_function` VALUES ('4028f0c9528200c70152820c006b0005', null, '4028f0c9528200c701528207d42c0001', '8a8ab0b246dc81120146dc8181870050', null); INSERT INTO `t_s_role_function` VALUES ('8a8ab0b246dc81120146dc81826d007c', '', '8a8ab0b246dc81120146dc8180ce0019', '8a8ab0b246dc81120146dc8181870050', null); INSERT INTO `t_s_role_function` VALUES ('8a8ab0b246dc81120146dc818275007e', '', '8a8ab0b246dc81120146dc8180d2001a', '8a8ab0b246dc81120146dc8181870050', null); @@ -6645,8 +7975,6 @@ INSERT INTO `t_s_role_function` VALUES ('8a8ab0b246dc81120146dc8182e200aa', '', INSERT INTO `t_s_role_function` VALUES ('8a8ab0b246dc81120146dc8182e600ac', '', '8a8ab0b246dc81120146dc818141003c', '8a8ab0b246dc81120146dc8181870050', null); INSERT INTO `t_s_role_function` VALUES ('8a8ab0b246dc81120146dc8182ea00ae', '', '8a8ab0b246dc81120146dc818145003d', '8a8ab0b246dc81120146dc8181870050', null); INSERT INTO `t_s_role_function` VALUES ('8a8ab0b246dc81120146dc8182ef00b0', '', '8a8ab0b246dc81120146dc818148003e', '8a8ab0b246dc81120146dc8181870050', null); -INSERT INTO `t_s_role_function` VALUES ('8a8ab0b246dc81120146dc8182f300b2', '', '8a8ab0b246dc81120146dc81814b003f', '8a8ab0b246dc81120146dc8181870050', null); -INSERT INTO `t_s_role_function` VALUES ('8a8ab0b246dc81120146dc8182f800b4', '', '8a8ab0b246dc81120146dc81814e0040', '8a8ab0b246dc81120146dc8181870050', null); INSERT INTO `t_s_role_function` VALUES ('8a8ab0b246dc81120146dc8182fd00b6', '', '8a8ab0b246dc81120146dc8181510041', '8a8ab0b246dc81120146dc8181870050', null); INSERT INTO `t_s_role_function` VALUES ('8a8ab0b246dc81120146dc81830100b8', '', '8a8ab0b246dc81120146dc8181530042', '8a8ab0b246dc81120146dc8181870050', null); INSERT INTO `t_s_role_function` VALUES ('8a8ab0b246dc81120146dc81830500ba', '', '8a8ab0b246dc81120146dc8181590044', '8a8ab0b246dc81120146dc8181870050', null); @@ -6661,10 +7989,9 @@ INSERT INTO `t_s_role_function` VALUES ('8a8ab0b246dc81120146dc81832700ca', '', INSERT INTO `t_s_role_function` VALUES ('8a8ab0b246dc81120146dc81832b00cc', '', '8a8ab0b246dc81120146dc81817f004e', '8a8ab0b246dc81120146dc8181870050', null); INSERT INTO `t_s_role_function` VALUES ('8a8ab0b246dc81120146dc81832d00cd', '', '8a8ab0b246dc81120146dc81817f004e', '8a8ab0b246dc81120146dc81818b0051', null); INSERT INTO `t_s_role_function` VALUES ('8a8ab0b246dc81120146dc81832f00ce', '', '8a8ab0b246dc81120146dc818183004f', '8a8ab0b246dc81120146dc8181870050', null); -INSERT INTO `t_s_role_function` VALUES ('8a8ab0b246dc81120146dc81833100d1', null, '8a8ab0b246dc81120146dc818183004h', '8a8ab0b246dc81120146dc8181870050', null); -- ---------------------------- --- Table structure for `t_s_role_org` +-- Table structure for t_s_role_org -- ---------------------------- DROP TABLE IF EXISTS `t_s_role_org`; CREATE TABLE `t_s_role_org` ( @@ -6679,7 +8006,7 @@ CREATE TABLE `t_s_role_org` ( -- ---------------------------- -- ---------------------------- --- Table structure for `t_s_role_user` +-- Table structure for t_s_role_user -- ---------------------------- DROP TABLE IF EXISTS `t_s_role_user`; CREATE TABLE `t_s_role_user` ( @@ -6687,24 +8014,27 @@ CREATE TABLE `t_s_role_user` ( `roleid` varchar(32) default NULL, `userid` varchar(32) default NULL, PRIMARY KEY (`ID`), - KEY `FK_n2ucxeorvpjy7qhnmuem01kbx` (`roleid`), - KEY `FK_d4qb5xld2pfb0bkjx9iwtolda` (`userid`), - CONSTRAINT `FK_d4qb5xld2pfb0bkjx9iwtolda` FOREIGN KEY (`userid`) REFERENCES `t_s_user` (`id`), - CONSTRAINT `FK_n2ucxeorvpjy7qhnmuem01kbx` FOREIGN KEY (`roleid`) REFERENCES `t_s_role` (`ID`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; + KEY `FK_n2ucxeorvpjy7qhnmuem01kbx` USING BTREE (`roleid`), + KEY `FK_d4qb5xld2pfb0bkjx9iwtolda` USING BTREE (`userid`), + CONSTRAINT `t_s_role_user_ibfk_1` FOREIGN KEY (`userid`) REFERENCES `t_s_user` (`id`), + CONSTRAINT `t_s_role_user_ibfk_2` FOREIGN KEY (`roleid`) REFERENCES `t_s_role` (`ID`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='InnoDB free: 169984 kB; (`userid`) REFER `jeecg_20170207/t_s'; -- ---------------------------- -- Records of t_s_role_user -- ---------------------------- +INSERT INTO `t_s_role_user` VALUES ('402880f159a546550159a547ab0f0004', '8a8ab0b246dc81120146dc81818b0051', '402880f159a546550159a547aaed0001'); +INSERT INTO `t_s_role_user` VALUES ('402881875988e889015988ec36940003', '402880e74d75c4dd014d75d3c5f40001', '402881875988e889015988ec36770001'); INSERT INTO `t_s_role_user` VALUES ('4028ef8154ff79a50154ff7ae8a40003', '8a8ab0b246dc81120146dc81818b0051', '8a8ab0b246dc81120146dc81819d0053'); INSERT INTO `t_s_role_user` VALUES ('4028ef815500fa15015500fbc3c50002', '8a8ab0b246dc81120146dc8181870050', '8a8ab0b246dc81120146dc8181a10054'); INSERT INTO `t_s_role_user` VALUES ('4028ef81550112c40155011505c50002', '8a8ab0b246dc81120146dc8181870050', '8a8ab0b246dc81120146dc8181950052'); INSERT INTO `t_s_role_user` VALUES ('4028ef815502401c015502415a4d0003', '402880e74d75c4dd014d75d3c5f40001', '402880e74d75c4dd014d75d44af30005'); -INSERT INTO `t_s_role_user` VALUES ('4028ef81550f0ac701550f21f9e70008', '8a8ab0b246dc81120146dc81818b0051', '4028ef81538330cd01538333b7bc0001'); +INSERT INTO `t_s_role_user` VALUES ('4028ef81563ae5be01563ae92de10004', '402880e74d75c4dd014d75d3c5f40001', '4028ef81563ae5be01563ae92d7f0002'); +INSERT INTO `t_s_role_user` VALUES ('4028ef81563ae5be01563ae98c8f0008', '8a8ab0b246dc81120146dc81818b0051', '4028ef81538330cd01538333b7bc0001'); INSERT INTO `t_s_role_user` VALUES ('8a8ab0b246dc81120146dc81834300d4', '8a8ab0b246dc81120146dc8181870050', '8a8ab0b246dc81120146dc8181a60055'); -- ---------------------------- --- Table structure for `t_s_sms` +-- Table structure for t_s_sms -- ---------------------------- DROP TABLE IF EXISTS `t_s_sms`; CREATE TABLE `t_s_sms` ( @@ -6733,7 +8063,7 @@ INSERT INTO `t_s_sms` VALUES ('402880e74dc2f361014dc2f8411e0001', '管理员', ' INSERT INTO `t_s_sms` VALUES ('402880ea533647b00153364e74770001', '管理员', 'admin', '2016-03-02 15:50:24', '管理员', 'admin', '2016-04-06 16:32:52', '发个问候', '3', 'admin', 'admin', '你好', '2016-03-02 00:00:00', null, '2'); -- ---------------------------- --- Table structure for `t_s_sms_sql` +-- Table structure for t_s_sms_sql -- ---------------------------- DROP TABLE IF EXISTS `t_s_sms_sql`; CREATE TABLE `t_s_sms_sql` ( @@ -6755,7 +8085,7 @@ CREATE TABLE `t_s_sms_sql` ( INSERT INTO `t_s_sms_sql` VALUES ('8a71b40e4a386269014a3865f9a90001', 'SQL-查询用户姓名', 'SELECT NAME as name,ID as order_code from t_s_student where id = :id', '2014-12-11 16:10:14', '4028d881436d514601436d5215ac0043', 'admin', '2014-12-14 20:51:27', '4028d881436d514601436d5215ac0043', 'admin'); -- ---------------------------- --- Table structure for `t_s_sms_template` +-- Table structure for t_s_sms_template -- ---------------------------- DROP TABLE IF EXISTS `t_s_sms_template`; CREATE TABLE `t_s_sms_template` ( @@ -6778,7 +8108,7 @@ CREATE TABLE `t_s_sms_template` ( INSERT INTO `t_s_sms_template` VALUES ('8a71b40e4a386269014a38701cff0005', '1', '充值短信提醒模板', '${name}你好,你的订单${order_code}已付款!', '2014-12-11 16:21:19', '4028d881436d514601436d5215ac0043', 'admin', '2014-12-14 21:11:00', '4028d881436d514601436d5215ac0043', 'admin'); -- ---------------------------- --- Table structure for `t_s_sms_template_sql` +-- Table structure for t_s_sms_template_sql -- ---------------------------- DROP TABLE IF EXISTS `t_s_sms_template_sql`; CREATE TABLE `t_s_sms_template_sql` ( @@ -6802,7 +8132,7 @@ CREATE TABLE `t_s_sms_template_sql` ( INSERT INTO `t_s_sms_template_sql` VALUES ('8a71b40e4a386269014a3871f5ee0008', 'CZTX', '充值提醒配置', '8a71b40e4a386269014a3865f9a90001', '8a71b40e4a386269014a38701cff0005', '2014-12-11 16:23:20', '4028d881436d514601436d5215ac0043', 'admin', null, '', ''); -- ---------------------------- --- Table structure for `t_s_student` +-- Table structure for t_s_student -- ---------------------------- DROP TABLE IF EXISTS `t_s_student`; CREATE TABLE `t_s_student` ( @@ -6823,327 +8153,7 @@ INSERT INTO `t_s_student` VALUES ('4', '3班', 'xiaozhang', 'f'); INSERT INTO `t_s_student` VALUES ('4028d881436d514601436d521ae80165', '1班', '张三', 'f'); -- ---------------------------- --- Table structure for `t_s_territory` --- ---------------------------- -DROP TABLE IF EXISTS `t_s_territory`; -CREATE TABLE `t_s_territory` ( - `ID` varchar(32) NOT NULL, - `territorycode` varchar(10) NOT NULL, - `territorylevel` smallint(6) NOT NULL, - `territoryname` varchar(50) NOT NULL, - `territory_pinyin` varchar(40) default NULL, - `territorysort` varchar(3) NOT NULL, - `x_wgs84` double NOT NULL, - `y_wgs84` double NOT NULL, - `territoryparentid` varchar(32) default NULL, - PRIMARY KEY (`ID`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; - --- ---------------------------- --- Records of t_s_territory --- ---------------------------- -INSERT INTO `t_s_territory` VALUES ('1', '100', '1', '全国', 'qg', '0', '106.258754', '38.471318', '0'); -INSERT INTO `t_s_territory` VALUES ('10', '00000016', '2', '河南省', 'HNS', '0', '113.687228', '34.76819', '1'); -INSERT INTO `t_s_territory` VALUES ('100', '371300', '3', '临沂市', 'LYS', '0', '118.356448', '35.104672', '18'); -INSERT INTO `t_s_territory` VALUES ('1000', '370903', '4', '岱岳区', 'DYQ', '0', '117.041582', '36.18799', '96'); -INSERT INTO `t_s_territory` VALUES ('1001', '370921', '4', '宁阳县', 'NYX', '0', '116.805797', '35.758787', '96'); -INSERT INTO `t_s_territory` VALUES ('1002', '370923', '4', '东平县', 'DPX', '0', '116.470304', '35.937102', '96'); -INSERT INTO `t_s_territory` VALUES ('1003', '370982', '4', '新泰市', 'XTS', '0', '117.767953', '35.909032', '96'); -INSERT INTO `t_s_territory` VALUES ('1004', '370983', '4', '肥城市', 'FCS', '0', '116.768358', '36.182571', '96'); -INSERT INTO `t_s_territory` VALUES ('1005', '371002', '4', '环翠区', 'HCQ', '0', '122.123444', '37.501991', '97'); -INSERT INTO `t_s_territory` VALUES ('1006', '371081', '4', '文登市', 'WDS', '0', '122.058128', '37.1939129', '97'); -INSERT INTO `t_s_territory` VALUES ('1007', '371082', '4', '荣成市', 'RCS', '0', '122.486676', '37.165249', '97'); -INSERT INTO `t_s_territory` VALUES ('1008', '371083', '4', '乳山市', 'RSS', '0', '121.539764', '36.919816', '97'); -INSERT INTO `t_s_territory` VALUES ('1009', '371102', '4', '东港区', 'DGQ', '0', '119.462228', '35.425475', '98'); -INSERT INTO `t_s_territory` VALUES ('101', '371400', '3', '德州市', 'DZS', '0', '116.357465', '37.434093', '18'); -INSERT INTO `t_s_territory` VALUES ('1010', '371103', '4', '岚山区', 'LSQ', '0', '119.318813', '35.121816', '98'); -INSERT INTO `t_s_territory` VALUES ('1011', '371121', '4', '五莲县', 'WLX', '0', '119.208744', '35.750095', '98'); -INSERT INTO `t_s_territory` VALUES ('1012', '371122', '4', '莒县', 'JX', '0', '118.837131', '35.579868', '98'); -INSERT INTO `t_s_territory` VALUES ('1013', '371202', '4', '莱城区', 'LCQ', '0', '117.659864', '36.203208', '99'); -INSERT INTO `t_s_territory` VALUES ('1014', '371203', '4', '钢城区', 'GCQ', '0', '117.811355', '36.058572', '99'); -INSERT INTO `t_s_territory` VALUES ('1015', '371302', '4', '兰山区', 'LSQ', '0', '118.347707', '35.051729', '100'); -INSERT INTO `t_s_territory` VALUES ('1016', '371311', '4', '罗庄区', 'LZQ', '0', '118.284786', '34.996741', '100'); -INSERT INTO `t_s_territory` VALUES ('1017', '371312', '4', '河东区', 'HDQ', '0', '118.402893', '35.089917', '100'); -INSERT INTO `t_s_territory` VALUES ('1018', '371321', '4', '沂南县', 'YNX', '0', '118.465213', '35.549976', '100'); -INSERT INTO `t_s_territory` VALUES ('1019', '371322', '4', '郯城县', 'TCX', '0', '118.367263', '34.613557', '100'); -INSERT INTO `t_s_territory` VALUES ('102', '371500', '3', '聊城市', 'LCS', '0', '115.985371', '36.4567039', '18'); -INSERT INTO `t_s_territory` VALUES ('1020', '371323', '4', '沂水县', 'YSX', '0', '118.627918', '35.79045', '100'); -INSERT INTO `t_s_territory` VALUES ('1021', '371324', '4', '苍山县', 'CSX', '0', '118.07065', '34.857149', '100'); -INSERT INTO `t_s_territory` VALUES ('1022', '371325', '4', '费县', 'FX', '0', '117.977868', '35.26634', '100'); -INSERT INTO `t_s_territory` VALUES ('1023', '371326', '4', '平邑县', 'PYX', '0', '117.640352', '35.5059429', '100'); -INSERT INTO `t_s_territory` VALUES ('1024', '371327', '4', '莒南县', 'JNX', '0', '118.835163', '35.174846', '100'); -INSERT INTO `t_s_territory` VALUES ('1025', '371328', '4', '蒙阴县', 'MYX', '0', '117.945085', '35.710032', '100'); -INSERT INTO `t_s_territory` VALUES ('1026', '371329', '4', '临沭县', 'LSX', '0', '118.650782', '34.919852', '100'); -INSERT INTO `t_s_territory` VALUES ('1027', '371402', '4', '德城区', 'DCQ', '0', '116.299434', '37.451272', '101'); -INSERT INTO `t_s_territory` VALUES ('1028', '371421', '4', '陵县', 'LX', '0', '116.576176', '37.33579', '101'); -INSERT INTO `t_s_territory` VALUES ('1029', '371422', '4', '宁津县', 'NJX', '0', '116.800324', '37.652329', '101'); -INSERT INTO `t_s_territory` VALUES ('103', '371600', '3', '滨州市', 'BZS', '0', '117.970703', '37.38199', '18'); -INSERT INTO `t_s_territory` VALUES ('1030', '371423', '4', '庆云县', 'QYX', '0', '117.385123', '37.77539', '101'); -INSERT INTO `t_s_territory` VALUES ('1031', '371424', '4', '临邑县', 'LYX', '0', '116.86665', '37.189864', '101'); -INSERT INTO `t_s_territory` VALUES ('1032', '371425', '4', '齐河县', 'QHX', '0', '116.758917', '36.795011', '101'); -INSERT INTO `t_s_territory` VALUES ('1033', '371426', '4', '平原县', 'PYX', '0', '116.434187', '37.165419', '101'); -INSERT INTO `t_s_territory` VALUES ('1034', '371427', '4', '夏津县', 'XJX', '0', '116.001726', '36.948371', '101'); -INSERT INTO `t_s_territory` VALUES ('1035', '371428', '4', '武城县', 'WCX', '0', '116.069302', '37.213311', '101'); -INSERT INTO `t_s_territory` VALUES ('1036', '371481', '4', '乐陵市', 'LLS', '0', '117.231935', '37.729907', '101'); -INSERT INTO `t_s_territory` VALUES ('1037', '371482', '4', '禹城市', 'YCS', '0', '116.638387', '36.934259', '101'); -INSERT INTO `t_s_territory` VALUES ('1038', '371502', '4', '东昌府区', 'DCFQ', '0', '115.988484', '36.434697', '102'); -INSERT INTO `t_s_territory` VALUES ('1039', '371521', '4', '阳谷县', 'YGX', '0', '115.79182', '36.114392', '102'); -INSERT INTO `t_s_territory` VALUES ('104', '371700', '3', '菏泽市', 'HZS', '0', '115.480656', '35.23375', '18'); -INSERT INTO `t_s_territory` VALUES ('1040', '371522', '4', '莘县', 'SX', '0', '115.671191', '36.233599', '102'); -INSERT INTO `t_s_territory` VALUES ('1041', '371523', '4', '茌平县', 'CPX', '0', '116.255282', '36.5807639', '102'); -INSERT INTO `t_s_territory` VALUES ('1042', '371524', '4', '东阿县', 'DAX', '0', '116.24758', '36.334917', '102'); -INSERT INTO `t_s_territory` VALUES ('1043', '371525', '4', '冠县', 'GX', '0', '115.44274', '36.484009', '102'); -INSERT INTO `t_s_territory` VALUES ('1044', '371526', '4', '高唐县', 'GTX', '0', '116.231478', '36.866062', '102'); -INSERT INTO `t_s_territory` VALUES ('1045', '371581', '4', '临清市', 'LQS', '0', '115.704881', '36.838277', '102'); -INSERT INTO `t_s_territory` VALUES ('1046', '371602', '4', '滨城区', 'BCQ', '0', '118.019146', '37.43206', '103'); -INSERT INTO `t_s_territory` VALUES ('1047', '371621', '4', '惠民县', 'HMX', '0', '117.510451', '37.489769', '103'); -INSERT INTO `t_s_territory` VALUES ('1048', '371622', '4', '阳信县', 'YXX', '0', '117.578262', '37.641106', '103'); -INSERT INTO `t_s_territory` VALUES ('1049', '371623', '4', '无棣县', 'WDX', '0', '117.625696', '37.770261', '103'); -INSERT INTO `t_s_territory` VALUES ('1050', '371624', '4', '沾化县', 'ZHX', '0', '118.132199', '37.698281', '103'); -INSERT INTO `t_s_territory` VALUES ('1051', '371625', '4', '博兴县', 'BXX', '0', '118.131815', '37.150226', '103'); -INSERT INTO `t_s_territory` VALUES ('1052', '371626', '4', '邹平县', 'ZPX', '0', '117.743109', '36.862989', '103'); -INSERT INTO `t_s_territory` VALUES ('1053', '371702', '4', '牡丹区', 'MDQ', '0', '115.417827', '35.252512', '104'); -INSERT INTO `t_s_territory` VALUES ('1054', '371721', '4', '曹县', 'CX', '0', '115.542328', '34.825508', '104'); -INSERT INTO `t_s_territory` VALUES ('1055', '371722', '4', '单县', 'DX', '0', '116.107428', '34.778808', '104'); -INSERT INTO `t_s_territory` VALUES ('1056', '371723', '4', '成武县', 'CWX', '0', '115.889765', '34.952459', '104'); -INSERT INTO `t_s_territory` VALUES ('1057', '371724', '4', '巨野县', 'JYX', '0', '116.094674', '35.396261', '104'); -INSERT INTO `t_s_territory` VALUES ('1058', '371725', '4', '郓城县', 'YCX', '0', '115.943613', '35.599758', '104'); -INSERT INTO `t_s_territory` VALUES ('1059', '371726', '4', '鄄城县', 'JCX', '0', '115.510193', '35.563408', '104'); -INSERT INTO `t_s_territory` VALUES ('1060', '371727', '4', '定陶县', 'DTX', '0', '115.573094', '35.071', '104'); -INSERT INTO `t_s_territory` VALUES ('1061', '371728', '4', '东明县', 'DMX', '0', '115.089905', '35.289368', '104'); -INSERT INTO `t_s_territory` VALUES ('11', '00000008', '2', '黑龙江省', 'HLJS', '0', '126.662507', '45.7421699', '1'); -INSERT INTO `t_s_territory` VALUES ('12', '20000000', '2', '上海市', 'SHS', '0', '121.473704', '31.230393', '1'); -INSERT INTO `t_s_territory` VALUES ('13', '00000010', '2', '江苏省', 'JSS', '0', '118.763232', '32.061707', '1'); -INSERT INTO `t_s_territory` VALUES ('14', '00000011', '2', '浙江省', 'ZJS', '0', '120.153676', '30.26586', '1'); -INSERT INTO `t_s_territory` VALUES ('15', '00000012', '2', '安徽省', 'AHS', '0', '117.284923', '31.861184', '1'); -INSERT INTO `t_s_territory` VALUES ('16', '00000013', '2', '福建省', 'FJS', '0', '119.296506', '26.099933', '1'); -INSERT INTO `t_s_territory` VALUES ('17', '00000014', '2', '江西省', 'JXS', '0', '115.909175', '28.674424', '1'); -INSERT INTO `t_s_territory` VALUES ('1739', '360102', '4', '东湖区', 'DHQ', '0', '115.89901', '28.6849159', '184'); -INSERT INTO `t_s_territory` VALUES ('1740', '360103', '4', '西湖区', 'XHQ', '0', '115.877287', '28.656887', '184'); -INSERT INTO `t_s_territory` VALUES ('1741', '360104', '4', '青云谱区', 'QYPQ', '0', '115.925749', '28.621169', '184'); -INSERT INTO `t_s_territory` VALUES ('1742', '360105', '4', '湾里区', 'WLQ', '0', '115.730994', '28.714869', '184'); -INSERT INTO `t_s_territory` VALUES ('1743', '360111', '4', '青山湖区', 'QSHQ', '0', '115.962144', '28.682985', '184'); -INSERT INTO `t_s_territory` VALUES ('1744', '360121', '4', '南昌县', 'NCX', '0', '115.944162', '28.545459', '184'); -INSERT INTO `t_s_territory` VALUES ('1745', '360122', '4', '新建县', 'XJX', '0', '115.815233', '28.692437', '184'); -INSERT INTO `t_s_territory` VALUES ('1746', '360123', '4', '安义县', 'AYX', '0', '115.549199', '28.844429', '184'); -INSERT INTO `t_s_territory` VALUES ('1747', '360124', '4', '进贤县', 'JXX', '0', '116.240924', '28.376918', '184'); -INSERT INTO `t_s_territory` VALUES ('1748', '360202', '4', '昌江区', 'CJQ', '0', '117.183688', '29.27342', '185'); -INSERT INTO `t_s_territory` VALUES ('1749', '360203', '4', '珠山区', 'ZSQ', '0', '117.202336', '29.301272', '185'); -INSERT INTO `t_s_territory` VALUES ('1750', '360222', '4', '浮梁县', 'FLX', '0', '117.215061', '29.351739', '185'); -INSERT INTO `t_s_territory` VALUES ('1751', '360281', '4', '乐平市', 'LPS', '0', '117.129169', '28.961902', '185'); -INSERT INTO `t_s_territory` VALUES ('1752', '360302', '4', '安源区', 'AYQ', '0', '113.87073', '27.615202', '186'); -INSERT INTO `t_s_territory` VALUES ('1753', '360313', '4', '湘东区', 'XDQ', '0', '113.733059', '27.640075', '186'); -INSERT INTO `t_s_territory` VALUES ('1754', '360321', '4', '莲花县', 'LHX', '0', '113.961465', '27.127669', '186'); -INSERT INTO `t_s_territory` VALUES ('1755', '360322', '4', '上栗县', 'SLX', '0', '113.795219', '27.880567', '186'); -INSERT INTO `t_s_territory` VALUES ('1756', '360323', '4', '芦溪县', 'LXX', '0', '114.029595', '27.631145', '186'); -INSERT INTO `t_s_territory` VALUES ('1757', '360402', '4', '庐山区', 'LSQ', '0', '115.989212', '29.671775', '187'); -INSERT INTO `t_s_territory` VALUES ('1758', '360403', '4', '浔阳区', 'XYQ', '0', '115.990399', '29.72746', '187'); -INSERT INTO `t_s_territory` VALUES ('1759', '360421', '4', '九江县', 'JJX', '0', '115.911314', '29.608456', '187'); -INSERT INTO `t_s_territory` VALUES ('1760', '360423', '4', '武宁县', 'WNX', '0', '115.100579', '29.256323', '187'); -INSERT INTO `t_s_territory` VALUES ('1761', '360424', '4', '修水县', 'XSX', '0', '114.547356', '29.025707', '187'); -INSERT INTO `t_s_territory` VALUES ('1762', '360425', '4', '永修县', 'YXX', '0', '115.809111', '29.021824', '187'); -INSERT INTO `t_s_territory` VALUES ('1763', '360426', '4', '德安县', 'DAX', '0', '115.756883', '29.314348', '187'); -INSERT INTO `t_s_territory` VALUES ('1764', '360427', '4', '星子县', 'XZX', '0', '116.044893', '29.448037', '187'); -INSERT INTO `t_s_territory` VALUES ('1765', '360428', '4', '都昌县', 'DCX', '0', '116.204099', '29.273194', '187'); -INSERT INTO `t_s_territory` VALUES ('1766', '360429', '4', '湖口县', 'HKX', '0', '116.220266', '29.73944', '187'); -INSERT INTO `t_s_territory` VALUES ('1767', '360430', '4', '彭泽县', 'PZX', '0', '116.549359', '29.896061', '187'); -INSERT INTO `t_s_territory` VALUES ('1768', '360481', '4', '瑞昌市', 'RCS', '0', '115.681504', '29.673795', '187'); -INSERT INTO `t_s_territory` VALUES ('1769', '360499', '4', '共青城', 'GQC', '0', '115.774', '29.2417', '187'); -INSERT INTO `t_s_territory` VALUES ('1770', '360502', '4', '渝水区', 'YSQ', '0', '114.944574', '27.80038', '188'); -INSERT INTO `t_s_territory` VALUES ('1771', '360521', '4', '分宜县', 'FYX', '0', '114.692039', '27.814628', '188'); -INSERT INTO `t_s_territory` VALUES ('1772', '360602', '4', '月湖区', 'YHQ', '0', '117.036676', '28.238797', '189'); -INSERT INTO `t_s_territory` VALUES ('1773', '360622', '4', '余江县', 'YJX', '0', '116.818871', '28.204174', '189'); -INSERT INTO `t_s_territory` VALUES ('1774', '360681', '4', '贵溪市', 'GXS', '0', '117.245497', '28.292519', '189'); -INSERT INTO `t_s_territory` VALUES ('1775', '360702', '4', '章贡区', 'ZGQ', '0', '114.941826', '25.862827', '190'); -INSERT INTO `t_s_territory` VALUES ('1776', '360721', '4', '赣县', 'GX', '0', '115.011561', '25.860691', '190'); -INSERT INTO `t_s_territory` VALUES ('1777', '360722', '4', '信丰县', 'XFX', '0', '114.922963', '25.386278', '190'); -INSERT INTO `t_s_territory` VALUES ('1778', '360723', '4', '大余县', 'DYX', '0', '114.362094', '25.401283', '190'); -INSERT INTO `t_s_territory` VALUES ('1779', '360724', '4', '上犹县', 'SYX', '0', '114.551371', '25.784978', '190'); -INSERT INTO `t_s_territory` VALUES ('1780', '360725', '4', '崇义县', 'CYX', '0', '114.308273', '25.681879', '190'); -INSERT INTO `t_s_territory` VALUES ('1781', '360726', '4', '安远县', 'AYX', '0', '115.393922', '25.136925', '190'); -INSERT INTO `t_s_territory` VALUES ('1782', '360727', '4', '龙南县', 'LNX', '0', '114.789811', '24.911107', '190'); -INSERT INTO `t_s_territory` VALUES ('1783', '360728', '4', '定南县', 'DNX', '0', '115.027845', '24.78441', '190'); -INSERT INTO `t_s_territory` VALUES ('1784', '360729', '4', '全南县', 'QNX', '0', '114.530125', '24.742401', '190'); -INSERT INTO `t_s_territory` VALUES ('1785', '360730', '4', '宁都县', 'NDX', '0', '116.009472', '26.470116', '190'); -INSERT INTO `t_s_territory` VALUES ('1786', '360731', '4', '于都县', 'YDX', '0', '115.41551', '25.952066', '190'); -INSERT INTO `t_s_territory` VALUES ('1787', '360732', '4', '兴国县', 'XGX', '0', '115.36319', '26.337937', '190'); -INSERT INTO `t_s_territory` VALUES ('1788', '360733', '4', '会昌县', 'HCX', '0', '115.786057', '25.600272', '190'); -INSERT INTO `t_s_territory` VALUES ('1789', '360734', '4', '寻乌县', 'YWX', '0', '115.646525', '24.963322', '190'); -INSERT INTO `t_s_territory` VALUES ('1790', '360735', '4', '石城县', 'SCX', '0', '116.354201', '26.32686', '190'); -INSERT INTO `t_s_territory` VALUES ('1791', '360781', '4', '瑞金市', 'RJS', '0', '116.02713', '25.885561', '190'); -INSERT INTO `t_s_territory` VALUES ('1792', '360782', '4', '南康市', 'NKS', '0', '114.765238', '25.661356', '190'); -INSERT INTO `t_s_territory` VALUES ('1793', '360802', '4', '吉州区', 'JZQ', '0', '114.994307', '27.129975', '191'); -INSERT INTO `t_s_territory` VALUES ('1794', '360803', '4', '青原区', 'QYQ', '0', '115.01424', '27.081719', '191'); -INSERT INTO `t_s_territory` VALUES ('1795', '360821', '4', '吉安县', 'JAX', '0', '114.907659', '27.040142', '191'); -INSERT INTO `t_s_territory` VALUES ('1796', '360822', '4', '吉水县', 'JSX', '0', '115.135507', '27.229632', '191'); -INSERT INTO `t_s_territory` VALUES ('1797', '360823', '4', '峡江县', 'XJX', '0', '115.316566', '27.582901', '191'); -INSERT INTO `t_s_territory` VALUES ('1798', '360824', '4', '新干县', 'XGX', '0', '115.393043', '27.740809', '191'); -INSERT INTO `t_s_territory` VALUES ('1799', '360825', '4', '永丰县', 'YFX', '0', '115.441477', '27.317869', '191'); -INSERT INTO `t_s_territory` VALUES ('18', '00000015', '2', '山东省', 'SDS', '0', '117.020411', '36.668627', '1'); -INSERT INTO `t_s_territory` VALUES ('1800', '360826', '4', '泰和县', 'THX', '0', '114.908861', '26.790231', '191'); -INSERT INTO `t_s_territory` VALUES ('1801', '360827', '4', '遂川县', 'SCX', '0', '114.52098', '26.311894', '191'); -INSERT INTO `t_s_territory` VALUES ('1802', '360828', '4', '万安县', 'WAX', '0', '114.786256', '26.458257', '191'); -INSERT INTO `t_s_territory` VALUES ('1803', '360829', '4', '安福县', 'AFX', '0', '114.619893', '27.392874', '191'); -INSERT INTO `t_s_territory` VALUES ('1804', '360830', '4', '永新县', 'YXX', '0', '114.242675', '26.945233', '191'); -INSERT INTO `t_s_territory` VALUES ('1805', '360881', '4', '井冈山市', 'JGSS', '0', '114.289182', '26.748186', '191'); -INSERT INTO `t_s_territory` VALUES ('1806', '360902', '4', '袁州区', 'YZQ', '0', '114.424657', '27.798846', '192'); -INSERT INTO `t_s_territory` VALUES ('1807', '360921', '4', '奉新县', 'FXX', '0', '115.384904', '28.700806', '192'); -INSERT INTO `t_s_territory` VALUES ('1808', '360922', '4', '万载县', 'WZX', '0', '114.447551', '28.10455', '192'); -INSERT INTO `t_s_territory` VALUES ('1809', '360923', '4', '上高县', 'SGX', '0', '114.924494', '28.232827', '192'); -INSERT INTO `t_s_territory` VALUES ('1810', '360924', '4', '宜丰县', 'YFX', '0', '114.803542', '28.393613', '192'); -INSERT INTO `t_s_territory` VALUES ('1811', '360925', '4', '靖安县', 'JAX', '0', '115.362629', '28.861475', '192'); -INSERT INTO `t_s_territory` VALUES ('1812', '360926', '4', '铜鼓县', 'TGX', '0', '114.37098', '28.520747', '192'); -INSERT INTO `t_s_territory` VALUES ('1813', '360981', '4', '丰城市', 'FCS', '0', '115.771195', '28.159325', '192'); -INSERT INTO `t_s_territory` VALUES ('1814', '360982', '4', '樟树市', 'ZSS', '0', '115.546063', '28.055796', '192'); -INSERT INTO `t_s_territory` VALUES ('1815', '360983', '4', '高安市', 'GAS', '0', '115.375618', '28.417261', '192'); -INSERT INTO `t_s_territory` VALUES ('1816', '361002', '4', '临川区', 'LCQ', '0', '116.31136', '27.934529', '193'); -INSERT INTO `t_s_territory` VALUES ('1817', '361021', '4', '南城县', 'NCX', '0', '116.644658', '27.552748', '193'); -INSERT INTO `t_s_territory` VALUES ('1818', '361022', '4', '黎川县', 'LCX', '0', '116.907508', '27.282382', '193'); -INSERT INTO `t_s_territory` VALUES ('1819', '361023', '4', '南丰县', 'NFX', '0', '116.525725', '27.218445', '193'); -INSERT INTO `t_s_territory` VALUES ('1820', '361024', '4', '崇仁县', 'CRX', '0', '116.061164', '27.764681', '193'); -INSERT INTO `t_s_territory` VALUES ('1821', '361025', '4', '乐安县', 'LAX', '0', '115.837895', '27.420441', '193'); -INSERT INTO `t_s_territory` VALUES ('1822', '361026', '4', '宜黄县', 'YHX', '0', '116.222128', '27.546146', '193'); -INSERT INTO `t_s_territory` VALUES ('1823', '361027', '4', '金溪县', 'JXX', '0', '116.775435', '27.908337', '193'); -INSERT INTO `t_s_territory` VALUES ('1824', '361028', '4', '资溪县', 'ZXX', '0', '117.060264', '27.706102', '193'); -INSERT INTO `t_s_territory` VALUES ('1825', '361029', '4', '东乡县', 'DXX', '0', '116.590465', '28.236118', '193'); -INSERT INTO `t_s_territory` VALUES ('1826', '361030', '4', '广昌县', 'GCX', '0', '116.325757', '26.837267', '193'); -INSERT INTO `t_s_territory` VALUES ('1827', '361102', '4', '信州区', 'XZQ', '0', '117.966823', '28.43121', '194'); -INSERT INTO `t_s_territory` VALUES ('1828', '361121', '4', '上饶县', 'SRX', '0', '117.90785', '28.448983', '194'); -INSERT INTO `t_s_territory` VALUES ('1829', '361122', '4', '广丰县', 'GFX', '0', '118.19124', '28.436286', '194'); -INSERT INTO `t_s_territory` VALUES ('1830', '361123', '4', '玉山县', 'YSX', '0', '118.245124', '28.682055', '194'); -INSERT INTO `t_s_territory` VALUES ('1831', '361124', '4', '铅山县', 'QSX', '0', '117.709451', '28.315217', '194'); -INSERT INTO `t_s_territory` VALUES ('1832', '361125', '4', '横峰县', 'HFX', '0', '117.596452', '28.407118', '194'); -INSERT INTO `t_s_territory` VALUES ('1833', '361126', '4', '弋阳县', 'YYX', '0', '117.449588', '28.378044', '194'); -INSERT INTO `t_s_territory` VALUES ('1834', '361127', '4', '余干县', 'YGX', '0', '116.695647', '28.702302', '194'); -INSERT INTO `t_s_territory` VALUES ('1835', '361128', '4', '鄱阳县', 'PYX', '0', '116.699746', '29.011699', '194'); -INSERT INTO `t_s_territory` VALUES ('1836', '361129', '4', '万年县', 'WNX', '0', '117.058445', '28.694582', '194'); -INSERT INTO `t_s_territory` VALUES ('1837', '361130', '4', '婺源县', 'WYX', '0', '117.861911', '29.2480249', '194'); -INSERT INTO `t_s_territory` VALUES ('1838', '361181', '4', '德兴市', 'DXS', '0', '117.578713', '28.946464', '194'); -INSERT INTO `t_s_territory` VALUES ('1839', '370102', '4', '历下区', 'LXQ', '0', '117.07653', '36.666344', '195'); -INSERT INTO `t_s_territory` VALUES ('184', '360100', '3', '南昌市', 'NCS', '0', '115.858089', '28.68316', '17'); -INSERT INTO `t_s_territory` VALUES ('1840', '370103', '4', '市中区', 'SZQ', '0', '116.997475', '36.6511749', '195'); -INSERT INTO `t_s_territory` VALUES ('1841', '370104', '4', '槐荫区', 'HYQ', '0', '116.90113', '36.651301', '195'); -INSERT INTO `t_s_territory` VALUES ('1842', '370105', '4', '天桥区', 'TQQ', '0', '116.987492', '36.678016', '195'); -INSERT INTO `t_s_territory` VALUES ('1843', '370112', '4', '历城区', 'LCQ', '0', '117.065222', '36.680171', '195'); -INSERT INTO `t_s_territory` VALUES ('185', '360200', '3', '景德镇市', 'JDZS', '0', '117.17842', '29.268836', '17'); -INSERT INTO `t_s_territory` VALUES ('186', '360300', '3', '萍乡市', 'PXS', '0', '113.854676', '27.622865', '17'); -INSERT INTO `t_s_territory` VALUES ('187', '360400', '3', '九江市', 'JJS', '0', '116.001951', '29.705103', '17'); -INSERT INTO `t_s_territory` VALUES ('188', '360500', '3', '新余市', 'XYS', '0', '114.91741', '27.817819', '17'); -INSERT INTO `t_s_territory` VALUES ('189', '360600', '3', '鹰潭市', 'YTS', '0', '117.069202', '28.260189', '17'); -INSERT INTO `t_s_territory` VALUES ('19', '00000017', '2', '湖北省', 'HBS', '0', '114.341921', '30.545861', '1'); -INSERT INTO `t_s_territory` VALUES ('190', '360700', '3', '赣州市', 'GZS', '0', '114.935025', '25.831925', '17'); -INSERT INTO `t_s_territory` VALUES ('191', '360800', '3', '吉安市', 'JAS', '0', '114.992912', '27.113039', '17'); -INSERT INTO `t_s_territory` VALUES ('192', '360900', '3', '宜春市', 'YCS', '0', '114.416778', '27.815619', '17'); -INSERT INTO `t_s_territory` VALUES ('193', '361000', '3', '抚州市', 'FZS', '0', '116.358176', '27.9492', '17'); -INSERT INTO `t_s_territory` VALUES ('194', '361100', '3', '上饶市', 'SRS', '0', '117.943433', '28.454863', '17'); -INSERT INTO `t_s_territory` VALUES ('195', '370100', '3', '济南市', 'JNS', '0', '116.994917', '36.665282', '18'); -INSERT INTO `t_s_territory` VALUES ('20', '00000018', '2', '湖南省', 'HNS', '0', '112.98381', '28.112444', '1'); -INSERT INTO `t_s_territory` VALUES ('21', '40000000', '2', '重庆市', 'ZQS', '0', '106.551557', '29.56301', '1'); -INSERT INTO `t_s_territory` VALUES ('22', '00000022', '2', '四川省', 'SCS', '0', '104.075931', '30.651652', '1'); -INSERT INTO `t_s_territory` VALUES ('23', '00000019', '2', '广东省', 'GDS', '0', '113.266531', '23.132191', '1'); -INSERT INTO `t_s_territory` VALUES ('24', '00000020', '2', '广西壮族自治区', 'GXZZZZQ', '0', '108.327546', '22.815478', '1'); -INSERT INTO `t_s_territory` VALUES ('25', '00000021', '2', '海南省', 'HNS', '0', '110.349229', '20.017378', '1'); -INSERT INTO `t_s_territory` VALUES ('26', '810000', '2', '香港特别行政区', 'XGTBXZQ', '0', '114.109497', '22.396428', '1'); -INSERT INTO `t_s_territory` VALUES ('27', '820000', '2', '澳门特别行政区', 'AMTBXZQ', '0', '113.543873', '22.198745', '1'); -INSERT INTO `t_s_territory` VALUES ('28', '00000023', '2', '贵州省', 'GZS', '0', '106.707116', '26.598026', '1'); -INSERT INTO `t_s_territory` VALUES ('29', '00000024', '2', '云南省', 'YNS', '0', '102.709812', '25.045359', '1'); -INSERT INTO `t_s_territory` VALUES ('3', '00000006', '2', '辽宁省', 'LNS', '0', '123.42944', '41.835441', '1'); -INSERT INTO `t_s_territory` VALUES ('30', '00000025', '2', '西藏自治区', 'XCZZQ', '0', '91.1170059', '29.647951', '1'); -INSERT INTO `t_s_territory` VALUES ('31', '00000026', '2', '陕西省', 'SXS', '0', '108.954239', '34.265472', '1'); -INSERT INTO `t_s_territory` VALUES ('32', '00000027', '2', '甘肃省', 'GSS', '0', '103.826308', '36.059421', '1'); -INSERT INTO `t_s_territory` VALUES ('33', '00000028', '2', '青海省', 'QHS', '0', '101.780199', '36.620901', '1'); -INSERT INTO `t_s_territory` VALUES ('34', '00000029', '2', '宁夏回族自治区', 'NXHZZZQ', '0', '106.258754', '38.471318', '1'); -INSERT INTO `t_s_territory` VALUES ('35', '00000030', '2', '新疆维吾尔自治区', 'XJWWEZZQ', '0', '87.6278119', '43.793028', '1'); -INSERT INTO `t_s_territory` VALUES ('4', '00000007', '2', '吉林省', 'JLS', '0', '125.326065', '43.896082', '1'); -INSERT INTO `t_s_territory` VALUES ('5', '10000000', '2', '北京市', 'BJS', '0', '116.407413', '39.904214', '1'); -INSERT INTO `t_s_territory` VALUES ('6', '30000000', '2', '天津市', 'TJS', '0', '117.200983', '39.084158', '1'); -INSERT INTO `t_s_territory` VALUES ('7', '00000003', '2', '河北省', 'HBS', '0', '114.468665', '38.037057', '1'); -INSERT INTO `t_s_territory` VALUES ('8', '00000004', '2', '山西省', 'SXS', '0', '112.562569', '37.873376', '1'); -INSERT INTO `t_s_territory` VALUES ('89', '370200', '3', '青岛市', 'QDS', '0', '120.382504', '36.06722', '18'); -INSERT INTO `t_s_territory` VALUES ('9', '00000005', '2', '内蒙古自治区', 'NMGZZQ', '0', '111.765618', '40.817498', '1'); -INSERT INTO `t_s_territory` VALUES ('90', '370300', '3', '淄博市', 'ZBS', '0', '118.055007', '36.813497', '18'); -INSERT INTO `t_s_territory` VALUES ('91', '370400', '3', '枣庄市', 'ZZS', '0', '117.323725', '34.810488', '18'); -INSERT INTO `t_s_territory` VALUES ('92', '370500', '3', '东营市', 'DYS', '0', '118.674767', '37.434751', '18'); -INSERT INTO `t_s_territory` VALUES ('926', '370113', '4', '长清区', 'CQQ', '0', '116.751959', '36.553691', '195'); -INSERT INTO `t_s_territory` VALUES ('927', '370124', '4', '平阴县', 'PYX', '0', '116.456187', '36.289265', '195'); -INSERT INTO `t_s_territory` VALUES ('928', '370125', '4', '济阳县', 'JYX', '0', '117.173529', '36.978547', '195'); -INSERT INTO `t_s_territory` VALUES ('929', '370126', '4', '商河县', 'SHX', '0', '117.157183', '37.309045', '195'); -INSERT INTO `t_s_territory` VALUES ('93', '370600', '3', '烟台市', 'YTS', '0', '121.447926', '37.463819', '18'); -INSERT INTO `t_s_territory` VALUES ('930', '370181', '4', '章丘市', 'ZQS', '0', '117.534326', '36.714015', '195'); -INSERT INTO `t_s_territory` VALUES ('931', '370202', '4', '市南区', 'SNQ', '0', '120.412392', '36.075651', '89'); -INSERT INTO `t_s_territory` VALUES ('932', '370203', '4', '市北区', 'SBQ', '0', '120.374801', '36.087661', '89'); -INSERT INTO `t_s_territory` VALUES ('933', '370205', '4', '四方区', 'SFQ', '0', '120.366454', '36.103993', '89'); -INSERT INTO `t_s_territory` VALUES ('934', '370211', '4', '黄岛区', 'HDQ', '0', '120.198054', '35.960935', '89'); -INSERT INTO `t_s_territory` VALUES ('935', '370212', '4', '崂山区', 'LSQ', '0', '120.468956', '36.107538', '89'); -INSERT INTO `t_s_territory` VALUES ('936', '370213', '4', '李沧区', 'LCQ', '0', '120.432864', '36.145476', '89'); -INSERT INTO `t_s_territory` VALUES ('937', '370214', '4', '城阳区', 'CYQ', '0', '120.396529', '36.307061', '89'); -INSERT INTO `t_s_territory` VALUES ('938', '370281', '4', '胶州市', 'JZS', '0', '120.033345', '36.264664', '89'); -INSERT INTO `t_s_territory` VALUES ('939', '370282', '4', '即墨市', 'JMS', '0', '120.447162', '36.389401', '89'); -INSERT INTO `t_s_territory` VALUES ('94', '370700', '3', '潍坊市', 'WFS', '0', '119.16193', '36.706691', '18'); -INSERT INTO `t_s_territory` VALUES ('940', '370283', '4', '平度市', 'PDS', '0', '119.960014', '36.7867', '89'); -INSERT INTO `t_s_territory` VALUES ('941', '370284', '4', '胶南市', 'JNS', '0', '120.04643', '35.8725', '89'); -INSERT INTO `t_s_territory` VALUES ('942', '370285', '4', '莱西市', 'LXS', '0', '120.51769', '36.889084', '89'); -INSERT INTO `t_s_territory` VALUES ('943', '370302', '4', '淄川区', 'ZCQ', '0', '117.966842', '36.643449', '90'); -INSERT INTO `t_s_territory` VALUES ('944', '370303', '4', '张店区', 'ZDQ', '0', '118.017656', '36.806773', '90'); -INSERT INTO `t_s_territory` VALUES ('945', '370304', '4', '博山区', 'BSQ', '0', '117.861698', '36.494752', '90'); -INSERT INTO `t_s_territory` VALUES ('946', '370305', '4', '临淄区', 'LZQ', '0', '118.308977', '36.827343', '90'); -INSERT INTO `t_s_territory` VALUES ('947', '370306', '4', '周村区', 'ZCQ', '0', '117.869877', '36.803109', '90'); -INSERT INTO `t_s_territory` VALUES ('948', '370321', '4', '桓台县', 'HTX', '0', '118.097955', '36.959623', '90'); -INSERT INTO `t_s_territory` VALUES ('949', '370322', '4', '高青县', 'GQX', '0', '117.826916', '37.171063', '90'); -INSERT INTO `t_s_territory` VALUES ('95', '370800', '3', '济宁市', 'JNS', '0', '116.587099', '35.414921', '18'); -INSERT INTO `t_s_territory` VALUES ('950', '370323', '4', '沂源县', 'YYX', '0', '118.170979', '36.184827', '90'); -INSERT INTO `t_s_territory` VALUES ('951', '370402', '4', '市中区', 'SZQ', '0', '117.556124', '34.864114', '91'); -INSERT INTO `t_s_territory` VALUES ('952', '370403', '4', '薛城区', 'YCQ', '0', '117.263157', '34.795206', '91'); -INSERT INTO `t_s_territory` VALUES ('953', '370404', '4', '峄城区', 'YCQ', '0', '117.590819', '34.772236', '91'); -INSERT INTO `t_s_territory` VALUES ('954', '370405', '4', '台儿庄区', 'TEZQ', '0', '117.733832', '34.562528', '91'); -INSERT INTO `t_s_territory` VALUES ('955', '370406', '4', '山亭区', 'STQ', '0', '117.461343', '35.099549', '91'); -INSERT INTO `t_s_territory` VALUES ('956', '370481', '4', '滕州市', 'TZS', '0', '117.164388', '35.084021', '91'); -INSERT INTO `t_s_territory` VALUES ('957', '370502', '4', '东营区', 'DYQ', '0', '118.582184', '37.448964', '92'); -INSERT INTO `t_s_territory` VALUES ('958', '370503', '4', '河口区', 'HKQ', '0', '118.525579', '37.886138', '92'); -INSERT INTO `t_s_territory` VALUES ('959', '370521', '4', '垦利县', 'KLX', '0', '118.547627', '37.58754', '92'); -INSERT INTO `t_s_territory` VALUES ('960', '370522', '4', '利津县', 'LJX', '0', '118.255273', '37.49026', '92'); -INSERT INTO `t_s_territory` VALUES ('961', '370523', '4', '广饶县', 'GRX', '0', '118.407045', '37.0537', '92'); -INSERT INTO `t_s_territory` VALUES ('962', '370602', '4', '芝罘区', 'ZFQ', '0', '121.400031', '37.540687', '93'); -INSERT INTO `t_s_territory` VALUES ('963', '370611', '4', '福山区', 'FSQ', '0', '121.267697', '37.498051', '93'); -INSERT INTO `t_s_territory` VALUES ('964', '370612', '4', '牟平区', 'MPQ', '0', '121.600512', '37.386901', '93'); -INSERT INTO `t_s_territory` VALUES ('965', '370613', '4', '莱山区', 'LSQ', '0', '121.445304', '37.511305', '93'); -INSERT INTO `t_s_territory` VALUES ('966', '370614', '4', '开发区', 'KFQ', '0', '121.251001', '37.554683', '93'); -INSERT INTO `t_s_territory` VALUES ('967', '370634', '4', '长岛县', 'CDX', '0', '120.736584', '37.921417', '93'); -INSERT INTO `t_s_territory` VALUES ('968', '370681', '4', '龙口市', 'LKS', '0', '120.477836', '37.646064', '93'); -INSERT INTO `t_s_territory` VALUES ('969', '370682', '4', '莱阳市', 'LYS', '0', '120.711607', '36.97891', '93'); -INSERT INTO `t_s_territory` VALUES ('970', '370683', '4', '莱州市', 'LZS', '0', '119.942327', '37.177017', '93'); -INSERT INTO `t_s_territory` VALUES ('971', '370684', '4', '蓬莱市', 'PLS', '0', '120.758848', '37.810661', '93'); -INSERT INTO `t_s_territory` VALUES ('972', '370685', '4', '招远市', 'ZYS', '0', '120.434072', '37.355469', '93'); -INSERT INTO `t_s_territory` VALUES ('973', '370686', '4', '栖霞市', 'QXS', '0', '120.849675', '37.335123', '93'); -INSERT INTO `t_s_territory` VALUES ('974', '370687', '4', '海阳市', 'HYS', '0', '121.158477', '36.776425', '93'); -INSERT INTO `t_s_territory` VALUES ('975', '370702', '4', '潍城区', 'WCQ', '0', '119.024836', '36.7281', '94'); -INSERT INTO `t_s_territory` VALUES ('976', '370703', '4', '寒亭区', 'HTQ', '0', '119.219734', '36.775491', '94'); -INSERT INTO `t_s_territory` VALUES ('977', '370704', '4', '坊子区', 'FZQ', '0', '119.166485', '36.654448', '94'); -INSERT INTO `t_s_territory` VALUES ('978', '370705', '4', '奎文区', 'KWQ', '0', '119.132486', '36.707676', '94'); -INSERT INTO `t_s_territory` VALUES ('979', '370724', '4', '临朐县', 'LQX', '0', '118.542982', '36.5125059', '94'); -INSERT INTO `t_s_territory` VALUES ('980', '370725', '4', '昌乐县', 'CLX', '0', '118.829914', '36.706945', '94'); -INSERT INTO `t_s_territory` VALUES ('981', '370781', '4', '青州市', 'QZS', '0', '118.479622', '36.684528', '94'); -INSERT INTO `t_s_territory` VALUES ('982', '370782', '4', '诸城市', 'ZCS', '0', '119.410103', '35.995654', '94'); -INSERT INTO `t_s_territory` VALUES ('983', '370783', '4', '寿光市', 'SGS', '0', '118.790652', '36.85548', '94'); -INSERT INTO `t_s_territory` VALUES ('984', '370784', '4', '安丘市', 'AQS', '0', '119.218978', '36.478494', '94'); -INSERT INTO `t_s_territory` VALUES ('985', '370785', '4', '高密市', 'GMS', '0', '119.755597', '36.3825949', '94'); -INSERT INTO `t_s_territory` VALUES ('986', '370786', '4', '昌邑市', 'CYS', '0', '119.398525', '36.85882', '94'); -INSERT INTO `t_s_territory` VALUES ('987', '370802', '4', '市中区', 'SZQ', '0', '116.596614', '35.40819', '95'); -INSERT INTO `t_s_territory` VALUES ('988', '370811', '4', '任城区', 'RCQ', '0', '116.628562', '35.433727', '95'); -INSERT INTO `t_s_territory` VALUES ('989', '370826', '4', '微山县', 'WSX', '0', '117.128946', '34.8071', '95'); -INSERT INTO `t_s_territory` VALUES ('990', '370827', '4', '鱼台县', 'YTX', '0', '116.650608', '35.012749', '95'); -INSERT INTO `t_s_territory` VALUES ('991', '370828', '4', '金乡县', 'JXX', '0', '116.311532', '35.06662', '95'); -INSERT INTO `t_s_territory` VALUES ('992', '370829', '4', '嘉祥县', 'JXX', '0', '116.342442', '35.407829', '95'); -INSERT INTO `t_s_territory` VALUES ('993', '370830', '4', '汶上县', 'WSX', '0', '116.489043', '35.732799', '95'); -INSERT INTO `t_s_territory` VALUES ('994', '370831', '4', '泗水县', 'SSX', '0', '117.251195', '35.664323', '95'); -INSERT INTO `t_s_territory` VALUES ('995', '370832', '4', '梁山县', 'LSX', '0', '116.096044', '35.802306', '95'); -INSERT INTO `t_s_territory` VALUES ('996', '370881', '4', '曲阜市', 'QFS', '0', '116.986532', '35.581137', '95'); -INSERT INTO `t_s_territory` VALUES ('997', '370882', '4', '兖州市', 'YZS', '0', '116.783834', '35.553144', '95'); -INSERT INTO `t_s_territory` VALUES ('998', '370883', '4', '邹城市', 'ZCS', '0', '117.003743', '35.405185', '95'); -INSERT INTO `t_s_territory` VALUES ('999', '370902', '4', '泰山区', 'TSQ', '0', '117.135354', '36.192084', '96'); - --- ---------------------------- --- Table structure for `t_s_timetask` +-- Table structure for t_s_timetask -- ---------------------------- DROP TABLE IF EXISTS `t_s_timetask`; CREATE TABLE `t_s_timetask` ( @@ -7169,7 +8179,7 @@ INSERT INTO `t_s_timetask` VALUES ('402880e74c79dd47014c79de88f70001', 'admin', INSERT INTO `t_s_timetask` VALUES ('8a8ab0b246dc81120146dc81850c016a', null, null, null, '0 0/1 * * * ?', '1', '0', '测试Demo', 'taskDemoServiceTaskCronTrigger', 'admin', '2015-07-16 15:33:48', '管理员'); -- ---------------------------- --- Table structure for `t_s_type` +-- Table structure for t_s_type -- ---------------------------- DROP TABLE IF EXISTS `t_s_type`; CREATE TABLE `t_s_type` ( @@ -7178,166 +8188,170 @@ CREATE TABLE `t_s_type` ( `typename` varchar(50) default NULL, `typepid` varchar(32) default NULL, `typegroupid` varchar(32) default NULL, + `create_date` datetime default NULL COMMENT '创建时间', + `create_name` varchar(36) default NULL COMMENT '创建用户', PRIMARY KEY (`ID`), - KEY `FK_nw2b22gy7plh7pqows186odmq` (`typepid`), - KEY `FK_3q40mr4ebtd0cvx79matl39x1` (`typegroupid`), - CONSTRAINT `FK_3q40mr4ebtd0cvx79matl39x1` FOREIGN KEY (`typegroupid`) REFERENCES `t_s_typegroup` (`ID`), - CONSTRAINT `FK_nw2b22gy7plh7pqows186odmq` FOREIGN KEY (`typepid`) REFERENCES `t_s_type` (`ID`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; + KEY `FK_nw2b22gy7plh7pqows186odmq` USING BTREE (`typepid`), + KEY `FK_3q40mr4ebtd0cvx79matl39x1` USING BTREE (`typegroupid`), + CONSTRAINT `t_s_type_ibfk_1` FOREIGN KEY (`typegroupid`) REFERENCES `t_s_typegroup` (`ID`), + CONSTRAINT `t_s_type_ibfk_2` FOREIGN KEY (`typepid`) REFERENCES `t_s_type` (`ID`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='InnoDB free: 169984 kB; (`typegroupid`) REFER `jeecg_2017020'; -- ---------------------------- -- Records of t_s_type -- ---------------------------- -INSERT INTO `t_s_type` VALUES ('297e201047e95ee30147e9baab5c000b', '1', 'common.company', null, '297e201047e95ee30147e9ba56ce0009'); -INSERT INTO `t_s_type` VALUES ('297e201047e95ee30147e9baef97000d', '2', 'common.department', null, '297e201047e95ee30147e9ba56ce0009'); -INSERT INTO `t_s_type` VALUES ('297e201047e95ee30147e9bb1210000f', '3', 'common.position', null, '297e201047e95ee30147e9ba56ce0009'); -INSERT INTO `t_s_type` VALUES ('2c90ac564c9d1734014c9db1e025002d', 'Y', '是', null, '2c90ac564c9d1734014c9db1a167002b'); -INSERT INTO `t_s_type` VALUES ('2c90ac564c9d1734014c9db20b0d002f', 'N', '否', null, '2c90ac564c9d1734014c9db1a167002b'); -INSERT INTO `t_s_type` VALUES ('402880884883eff4014884180bf80029', '1', '蔷薇七村', null, '402880884883eff401488415cbb60027'); -INSERT INTO `t_s_type` VALUES ('402880cd4dbd4baa014dbd9c184f0003', 'WXTP', '图片', null, 'jglongjbtstypegourp2015060400001'); -INSERT INTO `t_s_type` VALUES ('402881a151f1af7c0151f1bb1b520004', 'cigong', '辞工', null, '402881a151f1af7c0151f1b9d7f50002'); -INSERT INTO `t_s_type` VALUES ('402881a151f1af7c0151f1bc55b10006', 'jicigong', '急辞工', null, '402881a151f1af7c0151f1b9d7f50002'); -INSERT INTO `t_s_type` VALUES ('402881a151f1af7c0151f1bca0680008', 'citui', '辞退', null, '402881a151f1af7c0151f1b9d7f50002'); -INSERT INTO `t_s_type` VALUES ('402881a151f1af7c0151f1bcbf62000a', 'kaichu', '开除', null, '402881a151f1af7c0151f1b9d7f50002'); -INSERT INTO `t_s_type` VALUES ('402881a151f1af7c0151f1bce839000c', 'zidonglizhi', '自动离职', null, '402881a151f1af7c0151f1b9d7f50002'); -INSERT INTO `t_s_type` VALUES ('402881e44df713f5014df73ef09a003d', 'table', 'form.db.type.table', null, '402881e44df713f5014df738349c002f'); -INSERT INTO `t_s_type` VALUES ('402881e44df713f5014df73f1436003f', 'sql', 'form.db.type.sql', null, '402881e44df713f5014df738349c002f'); -INSERT INTO `t_s_type` VALUES ('402881e44df713f5014df73f3f830041', 'clazz', 'form.db.type.clazz', null, '402881e44df713f5014df738349c002f'); -INSERT INTO `t_s_type` VALUES ('402881e54dcb624a014dcbf65e5a0010', 'bdfl_ptbd', '普通表单', null, '402881e54dcb624a014dcbf4912b000e'); -INSERT INTO `t_s_type` VALUES ('402881e54dcb624a014dcbf6a4620012', 'bdfl_fzbd', '复杂表单', null, '402881e54dcb624a014dcbf4912b000e'); -INSERT INTO `t_s_type` VALUES ('402881e54dce16ba014dce17990c0001', 'bdfl_vipbd', 'VIP表单', null, '402881e54dcb624a014dcbf4912b000e'); -INSERT INTO `t_s_type` VALUES ('402881e64ca6fd1b014ca7052d930006', 'spline', '曲线图', null, '402881e64ca6fd1b014ca7044c370004'); -INSERT INTO `t_s_type` VALUES ('402881e64ca6fd1b014ca705b2b40008', 'column', '柱状图', null, '402881e64ca6fd1b014ca7044c370004'); -INSERT INTO `t_s_type` VALUES ('402881e64ca6fd1b014ca7061fb7000a', 'pie', '饼图', null, '402881e64ca6fd1b014ca7044c370004'); -INSERT INTO `t_s_type` VALUES ('402881e946e71f5f0146e736c4e80008', 'en', 'common.english', null, '402881e946e71f5f0146e73619bb0002'); -INSERT INTO `t_s_type` VALUES ('402881e946e71f5f0146e740dcad0012', 'zh-cn', 'common.chinese', null, '402881e946e71f5f0146e73619bb0002'); -INSERT INTO `t_s_type` VALUES ('4028838850c35b6a0150c372e3b10005', '*', '非空', null, '4028838850c35b6a0150c37251e00002'); -INSERT INTO `t_s_type` VALUES ('4028838850c35b6a0150c3abef800019', 'n', '数字', null, '4028838850c35b6a0150c37251e00002'); -INSERT INTO `t_s_type` VALUES ('4028838850c35b6a0150c3ac17f9001b', 's', '字母', null, '4028838850c35b6a0150c37251e00002'); -INSERT INTO `t_s_type` VALUES ('4028838850d2666a0150d267a61e0001', 'p', '邮政编码', null, '4028838850c35b6a0150c37251e00002'); -INSERT INTO `t_s_type` VALUES ('4028838850d2666a0150d267d5c10003', 'm', '手机号码', null, '4028838850c35b6a0150c37251e00002'); -INSERT INTO `t_s_type` VALUES ('4028838850d2666a0150d26812d40005', 'e', '电子邮件', null, '4028838850c35b6a0150c37251e00002'); -INSERT INTO `t_s_type` VALUES ('4028838850d2666a0150d26850210007', 'url', '网址', null, '4028838850c35b6a0150c37251e00002'); -INSERT INTO `t_s_type` VALUES ('4028838850d2666a0150d268ae510009', '*6-16', '6到16位任意字符', null, '4028838850c35b6a0150c37251e00002'); -INSERT INTO `t_s_type` VALUES ('4028838850d2666a0150d268e229000b', 'n6-16', '6到16位数字', null, '4028838850c35b6a0150c37251e00002'); -INSERT INTO `t_s_type` VALUES ('4028838850d2666a0150d26912e2000d', 's6-18', '6到18位字符串', null, '4028838850c35b6a0150c37251e00002'); -INSERT INTO `t_s_type` VALUES ('4028b881533ac16a01533adf65370003', 'Pie2D', '2D饼图', null, '4028b881533ac16a01533adb50460001'); -INSERT INTO `t_s_type` VALUES ('4028b881533ac16a01533ae0363d0005', 'Pie3D', '3D饼图', null, '4028b881533ac16a01533adb50460001'); -INSERT INTO `t_s_type` VALUES ('4028b881533ac16a01533ae2d2a50007', 'Column2D', '2D柱状图', null, '4028b881533ac16a01533adb50460001'); -INSERT INTO `t_s_type` VALUES ('4028b881533ac16a01533ae305340009', 'Column3D', '3D柱状图', null, '4028b881533ac16a01533adb50460001'); -INSERT INTO `t_s_type` VALUES ('4028b881533ac16a01533ae45759000b', 'Bar2D', '条状图', null, '4028b881533ac16a01533adb50460001'); -INSERT INTO `t_s_type` VALUES ('4028b881533ac16a01533ae4c6de000d', 'Area2D', '面积图', null, '4028b881533ac16a01533adb50460001'); -INSERT INTO `t_s_type` VALUES ('4028b881533ac16a01533ae50a67000f', 'LineBasic2D', '折线图', null, '4028b881533ac16a01533adb50460001'); -INSERT INTO `t_s_type` VALUES ('4028ef8154753f2601547546bb620007', '1', '单选', null, '4028ef8154753f2601547546249f0005'); -INSERT INTO `t_s_type` VALUES ('4028ef8154753f2601547546d3d60009', '2', '多选', null, '4028ef8154753f2601547546249f0005'); -INSERT INTO `t_s_type` VALUES ('8a1c7ee54e3e2ca9014e3e520bdc0010', 'spring', 'java.enhance.type.spring', null, '8a1c7ee54e3e2ca9014e3e4b78f90009'); -INSERT INTO `t_s_type` VALUES ('8a1c7ee54e3e2ca9014e3e524b560012', 'class', 'java.enhance.type.class', null, '8a1c7ee54e3e2ca9014e3e4b78f90009'); -INSERT INTO `t_s_type` VALUES ('8a71b40e4a38319b014a3859a2c1001a', '1', 'common.smsAlertsModel', null, '8a71b40e4a38319b014a3858fca40018'); -INSERT INTO `t_s_type` VALUES ('8a71b40e4a38319b014a385a01d1001c', '2', 'common.emailAlertsModel', null, '8a71b40e4a38319b014a3858fca40018'); -INSERT INTO `t_s_type` VALUES ('8a71b40e4a38319b014a385d30300020', '1', 'common.smsAlerts', null, '8a71b40e4a38319b014a385cb115001e'); -INSERT INTO `t_s_type` VALUES ('8a71b40e4a38319b014a385d86c30022', '2', 'common.emailAlerts', null, '8a71b40e4a38319b014a385cb115001e'); -INSERT INTO `t_s_type` VALUES ('8a71b40e4a38319b014a385dc1370024', '3', 'common.sysAlerts', null, '8a71b40e4a38319b014a385cb115001e'); -INSERT INTO `t_s_type` VALUES ('8a71b40e4a38319b014a3860603f0028', '1', 'common.didNotSend', null, '8a71b40e4a38319b014a386022bd0026'); -INSERT INTO `t_s_type` VALUES ('8a71b40e4a38319b014a38608d98002a', '2', 'common.sendSuccess', null, '8a71b40e4a38319b014a386022bd0026'); -INSERT INTO `t_s_type` VALUES ('8a71b40e4a38319b014a3860b181002c', '3', 'common.failToSend', null, '8a71b40e4a38319b014a386022bd0026'); -INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc8181f30060', '2', 'menu.icon', null, '8a8ab0b246dc81120146dc8181aa0056'); -INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc8181f70061', '1', 'system.icon', null, '8a8ab0b246dc81120146dc8181aa0056'); -INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc8181fa0062', 'files', 'common.attachment', null, '8a8ab0b246dc81120146dc8181ca005e'); -INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc8181fe0063', '1', 'lang.excellent.order', null, '8a8ab0b246dc81120146dc8181b10057'); -INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc8182010064', '2', 'lang.normal.order', null, '8a8ab0b246dc81120146dc8181b10057'); -INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc8182050065', '1', 'lang.contract.customer', null, '8a8ab0b246dc81120146dc8181b50058'); -INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc8182080066', '2', 'lang.normal.customer', null, '8a8ab0b246dc81120146dc8181b50058'); -INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc81820b0067', '1', 'lang.special.servcie', null, '8a8ab0b246dc81120146dc8181b90059'); -INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc8182100068', '2', 'lang.normal.service', null, '8a8ab0b246dc81120146dc8181b90059'); -INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc8182130069', 'single', 'common.single.condition.query', null, '8a8ab0b246dc81120146dc8181bc005a'); -INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc818216006a', 'group', 'common.scope.query', null, '8a8ab0b246dc81120146dc8181bc005a'); -INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc81821a006b', 'Y', 'common.yes', null, '8a8ab0b246dc81120146dc8181c0005b'); -INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc81821d006c', 'N', 'common.no', null, '8a8ab0b246dc81120146dc8181c0005b'); -INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc818221006d', 'Integer', 'common.db.integer', null, '8a8ab0b246dc81120146dc8181c3005c'); -INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc818224006e', 'Date', 'common.db.date', null, '8a8ab0b246dc81120146dc8181c3005c'); -INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc818227006f', 'String', 'common.db.string', null, '8a8ab0b246dc81120146dc8181c3005c'); -INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc81822b0070', 'Long', 'common.db.long', null, '8a8ab0b246dc81120146dc8181c3005c'); -INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc81822f0071', 'act', 'common.workflow.engine.table', null, '8a8ab0b246dc81120146dc8181c6005d'); -INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc8182320072', 't_s', 'common.system.table', null, '8a8ab0b246dc81120146dc8181c6005d'); -INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc8182350073', 't_b', 'common.business.table', null, '8a8ab0b246dc81120146dc8181c6005d'); -INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc8182390074', 't_p', 'common.customer.engine.table', null, '8a8ab0b246dc81120146dc8181c6005d'); -INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc81823c0075', 'news', 'common.news', null, '8a8ab0b246dc81120146dc8181ca005e'); -INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc8182400076', '0', 'common.male', null, '8a8ab0b246dc81120146dc8181cd005f'); -INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc8182430077', '1', 'common.female', null, '8a8ab0b246dc81120146dc8181cd005f'); -INSERT INTO `t_s_type` VALUES ('8a8ab0ba487c527201487c7863ec001b', 'oracle', 'common.oracle', null, '8a8ab0ba487c527201487c7732790019'); -INSERT INTO `t_s_type` VALUES ('8a8ab0ba487c527201487c78aefc001d', 'sqlserver2008', 'common.sqlserver2008', null, '8a8ab0ba487c527201487c7732790019'); -INSERT INTO `t_s_type` VALUES ('8a8ab0ba487c527201487c78fbb5001f', 'mysql', 'common.mysql', null, '8a8ab0ba487c527201487c7732790019'); -INSERT INTO `t_s_type` VALUES ('f852d85d47ed64a40147ed71f6b40005', '>', '大于', null, 'f852d85d47ed64a40147ed70894c0003'); -INSERT INTO `t_s_type` VALUES ('f852d85d47ed64a40147ed72a9dc0007', '>=', '大于等于', null, 'f852d85d47ed64a40147ed70894c0003'); -INSERT INTO `t_s_type` VALUES ('f852d85d47ed64a40147ed750e1c0009', '<', '小于', null, 'f852d85d47ed64a40147ed70894c0003'); -INSERT INTO `t_s_type` VALUES ('f852d85d47ed64a40147ed753b6f000b', '<=', '小于等于', null, 'f852d85d47ed64a40147ed70894c0003'); -INSERT INTO `t_s_type` VALUES ('f852d85d47ed64a40147ed75afe5000d', '=', '等于', null, 'f852d85d47ed64a40147ed70894c0003'); -INSERT INTO `t_s_type` VALUES ('f852d85d47ed64a40147ed75ed62000f', 'IN', '包含', null, 'f852d85d47ed64a40147ed70894c0003'); -INSERT INTO `t_s_type` VALUES ('f852d85d47ed64a40147ed7638b20011', 'LIKE', '模糊', null, 'f852d85d47ed64a40147ed70894c0003'); -INSERT INTO `t_s_type` VALUES ('f852d85d47ed64a40147ed767c240013', '!=', '不等于', null, 'f852d85d47ed64a40147ed70894c0003'); -INSERT INTO `t_s_type` VALUES ('ff80808151399d0d015139b0e0b80003', 'hour', '小时', null, '4028ab8c5134f1ed0151350f08d90003'); -INSERT INTO `t_s_type` VALUES ('ff80808151399d0d015139b1609d0006', 'day', '天', null, '4028ab8c5134f1ed0151350f08d90003'); -INSERT INTO `t_s_type` VALUES ('ff80808151399d0d015139b283a10008', 'perday', '天/人', null, '4028ab8c5134f1ed0151350f08d90003'); -INSERT INTO `t_s_type` VALUES ('ff80808151399d0d015139b29550000a', 'permoney', '元/人', null, '4028ab8c5134f1ed0151350f08d90003'); -INSERT INTO `t_s_type` VALUES ('ff80808151399d0d015139b2a6e5000c', 'money', '元', null, '4028ab8c5134f1ed0151350f08d90003'); -INSERT INTO `t_s_type` VALUES ('ff80808151399d0d015139b2bab4000e', 'age', '岁', null, '4028ab8c5134f1ed0151350f08d90003'); -INSERT INTO `t_s_type` VALUES ('ff80808151399d0d015139b2c9ce0010', 'class', '课时', null, '4028ab8c5134f1ed0151350f08d90003'); -INSERT INTO `t_s_type` VALUES ('jglongjbtstype201506041030000001', 'WXGZYD', '关注引导', null, 'jglongjbtstypegourp2015060400001'); -INSERT INTO `t_s_type` VALUES ('jglongjbtstype201506041030000002', 'WXNRQ', '内容区', null, 'jglongjbtstypegourp2015060400001'); -INSERT INTO `t_s_type` VALUES ('jglongjbtstype201506041030000003', 'WXYWYD', '原文引导', null, 'jglongjbtstypegourp2015060400001'); -INSERT INTO `t_s_type` VALUES ('jglongjbtstype201506041030000004', 'WXBT', '标题', null, 'jglongjbtstypegourp2015060400001'); -INSERT INTO `t_s_type` VALUES ('jglongjbtstype201506041030000005', 'WXFGX', '分隔线', null, 'jglongjbtstypegourp2015060400001'); -INSERT INTO `t_s_type` VALUES ('jglongjbtstype201506041030000006', 'WXHTZH', '互推账号', null, 'jglongjbtstypegourp2015060400001'); -INSERT INTO `t_s_type` VALUES ('jglongjbtstype201506041030000007', 'WXQT', '其他', null, 'jglongjbtstypegourp2015060400001'); -INSERT INTO `t_s_type` VALUES ('jglongjbtstype201506041030000008', 'WXWDYS', '我的样式', null, 'jglongjbtstypegourp2015060400001'); - --- ---------------------------- --- Table structure for `t_s_typegroup` +INSERT INTO `t_s_type` VALUES ('297e201047e95ee30147e9baab5c000b', '1', 'common.company', null, '297e201047e95ee30147e9ba56ce0009', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('297e201047e95ee30147e9baef97000d', '2', 'common.department', null, '297e201047e95ee30147e9ba56ce0009', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('297e201047e95ee30147e9bb1210000f', '3', 'common.position', null, '297e201047e95ee30147e9ba56ce0009', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('2c90ac564c9d1734014c9db1e025002d', 'Y', '是', null, '2c90ac564c9d1734014c9db1a167002b', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('2c90ac564c9d1734014c9db20b0d002f', 'N', '否', null, '2c90ac564c9d1734014c9db1a167002b', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('402880884883eff4014884180bf80029', '1', '蔷薇七村', null, '402880884883eff401488415cbb60027', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('402880cd4dbd4baa014dbd9c184f0003', 'WXTP', '图片', null, 'jglongjbtstypegourp2015060400001', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('402881a151f1af7c0151f1bb1b520004', 'cigong', '辞工', null, '402881a151f1af7c0151f1b9d7f50002', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('402881a151f1af7c0151f1bc55b10006', 'jicigong', '急辞工', null, '402881a151f1af7c0151f1b9d7f50002', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('402881a151f1af7c0151f1bca0680008', 'citui', '辞退', null, '402881a151f1af7c0151f1b9d7f50002', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('402881a151f1af7c0151f1bcbf62000a', 'kaichu', '开除', null, '402881a151f1af7c0151f1b9d7f50002', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('402881a151f1af7c0151f1bce839000c', 'zidonglizhi', '自动离职', null, '402881a151f1af7c0151f1b9d7f50002', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('402881e44df713f5014df73ef09a003d', 'table', 'form.db.type.table', null, '402881e44df713f5014df738349c002f', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('402881e44df713f5014df73f1436003f', 'sql', 'form.db.type.sql', null, '402881e44df713f5014df738349c002f', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('402881e44df713f5014df73f3f830041', 'clazz', 'form.db.type.clazz', null, '402881e44df713f5014df738349c002f', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('402881e54dcb624a014dcbf65e5a0010', 'bdfl_ptbd', '普通表单', null, '402881e54dcb624a014dcbf4912b000e', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('402881e54dcb624a014dcbf6a4620012', 'bdfl_fzbd', '复杂表单', null, '402881e54dcb624a014dcbf4912b000e', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('402881e54dce16ba014dce17990c0001', 'bdfl_vipbd', 'VIP表单', null, '402881e54dcb624a014dcbf4912b000e', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('402881e64ca6fd1b014ca7052d930006', 'spline', '曲线图', null, '402881e64ca6fd1b014ca7044c370004', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('402881e64ca6fd1b014ca705b2b40008', 'column', '柱状图', null, '402881e64ca6fd1b014ca7044c370004', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('402881e64ca6fd1b014ca7061fb7000a', 'pie', '饼图', null, '402881e64ca6fd1b014ca7044c370004', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('402881e946e71f5f0146e736c4e80008', 'en', 'common.english', null, '402881e946e71f5f0146e73619bb0002', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('402881e946e71f5f0146e740dcad0012', 'zh-cn', 'common.chinese', null, '402881e946e71f5f0146e73619bb0002', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('4028838850c35b6a0150c372e3b10005', '*', '非空', null, '4028838850c35b6a0150c37251e00002', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('4028838850c35b6a0150c3abef800019', 'n', '数字', null, '4028838850c35b6a0150c37251e00002', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('4028838850c35b6a0150c3ac17f9001b', 's', '字母', null, '4028838850c35b6a0150c37251e00002', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('4028838850d2666a0150d267a61e0001', 'p', '邮政编码', null, '4028838850c35b6a0150c37251e00002', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('4028838850d2666a0150d267d5c10003', 'm', '手机号码', null, '4028838850c35b6a0150c37251e00002', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('4028838850d2666a0150d26812d40005', 'e', '电子邮件', null, '4028838850c35b6a0150c37251e00002', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('4028838850d2666a0150d26850210007', 'url', '网址', null, '4028838850c35b6a0150c37251e00002', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('4028838850d2666a0150d268ae510009', '*6-16', '6到16位任意字符', null, '4028838850c35b6a0150c37251e00002', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('4028838850d2666a0150d268e229000b', 'n6-16', '6到16位数字', null, '4028838850c35b6a0150c37251e00002', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('4028838850d2666a0150d26912e2000d', 's6-18', '6到18位字符串', null, '4028838850c35b6a0150c37251e00002', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('4028b881533ac16a01533adf65370003', 'Pie2D', '2D饼图', null, '4028b881533ac16a01533adb50460001', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('4028b881533ac16a01533ae0363d0005', 'Pie3D', '3D饼图', null, '4028b881533ac16a01533adb50460001', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('4028b881533ac16a01533ae2d2a50007', 'Column2D', '2D柱状图', null, '4028b881533ac16a01533adb50460001', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('4028b881533ac16a01533ae305340009', 'Column3D', '3D柱状图', null, '4028b881533ac16a01533adb50460001', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('4028b881533ac16a01533ae45759000b', 'Bar2D', '条状图', null, '4028b881533ac16a01533adb50460001', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('4028b881533ac16a01533ae4c6de000d', 'Area2D', '面积图', null, '4028b881533ac16a01533adb50460001', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('4028b881533ac16a01533ae50a67000f', 'LineBasic2D', '折线图', null, '4028b881533ac16a01533adb50460001', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('4028ef8154753f2601547546bb620007', '1', '单选', null, '4028ef8154753f2601547546249f0005', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('4028ef8154753f2601547546d3d60009', '2', '多选', null, '4028ef8154753f2601547546249f0005', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('8a1c7ee54e3e2ca9014e3e520bdc0010', 'spring', 'java.enhance.type.spring', null, '8a1c7ee54e3e2ca9014e3e4b78f90009', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('8a1c7ee54e3e2ca9014e3e524b560012', 'class', 'java.enhance.type.class', null, '8a1c7ee54e3e2ca9014e3e4b78f90009', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('8a71b40e4a38319b014a3859a2c1001a', '1', 'common.smsAlertsModel', null, '8a71b40e4a38319b014a3858fca40018', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('8a71b40e4a38319b014a385a01d1001c', '2', 'common.emailAlertsModel', null, '8a71b40e4a38319b014a3858fca40018', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('8a71b40e4a38319b014a385d30300020', '1', 'common.smsAlerts', null, '8a71b40e4a38319b014a385cb115001e', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('8a71b40e4a38319b014a385d86c30022', '2', 'common.emailAlerts', null, '8a71b40e4a38319b014a385cb115001e', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('8a71b40e4a38319b014a385dc1370024', '3', 'common.sysAlerts', null, '8a71b40e4a38319b014a385cb115001e', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('8a71b40e4a38319b014a3860603f0028', '1', 'common.didNotSend', null, '8a71b40e4a38319b014a386022bd0026', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('8a71b40e4a38319b014a38608d98002a', '2', 'common.sendSuccess', null, '8a71b40e4a38319b014a386022bd0026', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('8a71b40e4a38319b014a3860b181002c', '3', 'common.failToSend', null, '8a71b40e4a38319b014a386022bd0026', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc8181f30060', '2', 'menu.icon', null, '8a8ab0b246dc81120146dc8181aa0056', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc8181f70061', '1', 'system.icon', null, '8a8ab0b246dc81120146dc8181aa0056', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc8181fa0062', 'files', 'common.attachment', null, '8a8ab0b246dc81120146dc8181ca005e', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc8181fe0063', '1', 'lang.excellent.order', null, '8a8ab0b246dc81120146dc8181b10057', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc8182010064', '2', 'lang.normal.order', null, '8a8ab0b246dc81120146dc8181b10057', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc8182050065', '1', 'lang.contract.customer', null, '8a8ab0b246dc81120146dc8181b50058', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc8182080066', '2', 'lang.normal.customer', null, '8a8ab0b246dc81120146dc8181b50058', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc81820b0067', '1', 'lang.special.servcie', null, '8a8ab0b246dc81120146dc8181b90059', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc8182100068', '2', 'lang.normal.service', null, '8a8ab0b246dc81120146dc8181b90059', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc8182130069', 'single', 'common.single.condition.query', null, '8a8ab0b246dc81120146dc8181bc005a', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc818216006a', 'group', 'common.scope.query', null, '8a8ab0b246dc81120146dc8181bc005a', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc81821a006b', 'Y', 'common.yes', null, '8a8ab0b246dc81120146dc8181c0005b', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc81821d006c', 'N', 'common.no', null, '8a8ab0b246dc81120146dc8181c0005b', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc818221006d', 'Integer', 'common.db.integer', null, '8a8ab0b246dc81120146dc8181c3005c', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc818224006e', 'Date', 'common.db.date', null, '8a8ab0b246dc81120146dc8181c3005c', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc818227006f', 'String', 'common.db.string', null, '8a8ab0b246dc81120146dc8181c3005c', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc81822b0070', 'Long', 'common.db.long', null, '8a8ab0b246dc81120146dc8181c3005c', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc81822f0071', 'act', 'common.workflow.engine.table', null, '8a8ab0b246dc81120146dc8181c6005d', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc8182320072', 't_s', 'common.system.table', null, '8a8ab0b246dc81120146dc8181c6005d', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc8182350073', 't_b', 'common.business.table', null, '8a8ab0b246dc81120146dc8181c6005d', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc8182390074', 't_p', 'common.customer.engine.table', null, '8a8ab0b246dc81120146dc8181c6005d', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc81823c0075', 'news', 'common.news', null, '8a8ab0b246dc81120146dc8181ca005e', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc8182400076', '0', 'common.male', null, '8a8ab0b246dc81120146dc8181cd005f', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('8a8ab0b246dc81120146dc8182430077', '1', 'common.female', null, '8a8ab0b246dc81120146dc8181cd005f', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('8a8ab0ba487c527201487c7863ec001b', 'oracle', 'common.oracle', null, '8a8ab0ba487c527201487c7732790019', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('8a8ab0ba487c527201487c78aefc001d', 'sqlserver2008', 'common.sqlserver2008', null, '8a8ab0ba487c527201487c7732790019', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('8a8ab0ba487c527201487c78fbb5001f', 'mysql', 'common.mysql', null, '8a8ab0ba487c527201487c7732790019', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('f852d85d47ed64a40147ed71f6b40005', '>', '大于', null, 'f852d85d47ed64a40147ed70894c0003', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('f852d85d47ed64a40147ed72a9dc0007', '>=', '大于等于', null, 'f852d85d47ed64a40147ed70894c0003', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('f852d85d47ed64a40147ed750e1c0009', '<', '小于', null, 'f852d85d47ed64a40147ed70894c0003', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('f852d85d47ed64a40147ed753b6f000b', '<=', '小于等于', null, 'f852d85d47ed64a40147ed70894c0003', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('f852d85d47ed64a40147ed75afe5000d', '=', '等于', null, 'f852d85d47ed64a40147ed70894c0003', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('f852d85d47ed64a40147ed75ed62000f', 'IN', '包含', null, 'f852d85d47ed64a40147ed70894c0003', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('f852d85d47ed64a40147ed7638b20011', 'LIKE', '模糊', null, 'f852d85d47ed64a40147ed70894c0003', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('f852d85d47ed64a40147ed767c240013', '!=', '不等于', null, 'f852d85d47ed64a40147ed70894c0003', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('ff80808151399d0d015139b0e0b80003', 'hour', '小时', null, '4028ab8c5134f1ed0151350f08d90003', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('ff80808151399d0d015139b1609d0006', 'day', '天', null, '4028ab8c5134f1ed0151350f08d90003', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('ff80808151399d0d015139b283a10008', 'perday', '天/人', null, '4028ab8c5134f1ed0151350f08d90003', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('ff80808151399d0d015139b29550000a', 'permoney', '元/人', null, '4028ab8c5134f1ed0151350f08d90003', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('ff80808151399d0d015139b2a6e5000c', 'money', '元', null, '4028ab8c5134f1ed0151350f08d90003', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('ff80808151399d0d015139b2bab4000e', 'age', '岁', null, '4028ab8c5134f1ed0151350f08d90003', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('ff80808151399d0d015139b2c9ce0010', 'class', '课时', null, '4028ab8c5134f1ed0151350f08d90003', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('jglongjbtstype201506041030000001', 'WXGZYD', '关注引导', null, 'jglongjbtstypegourp2015060400001', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('jglongjbtstype201506041030000002', 'WXNRQ', '内容区', null, 'jglongjbtstypegourp2015060400001', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('jglongjbtstype201506041030000003', 'WXYWYD', '原文引导', null, 'jglongjbtstypegourp2015060400001', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('jglongjbtstype201506041030000004', 'WXBT', '标题', null, 'jglongjbtstypegourp2015060400001', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('jglongjbtstype201506041030000005', 'WXFGX', '分隔线', null, 'jglongjbtstypegourp2015060400001', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('jglongjbtstype201506041030000006', 'WXHTZH', '互推账号', null, 'jglongjbtstypegourp2015060400001', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('jglongjbtstype201506041030000007', 'WXQT', '其他', null, 'jglongjbtstypegourp2015060400001', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_type` VALUES ('jglongjbtstype201506041030000008', 'WXWDYS', '我的样式', null, 'jglongjbtstypegourp2015060400001', '2016-09-04 22:19:12', '管理员'); + +-- ---------------------------- +-- Table structure for t_s_typegroup -- ---------------------------- DROP TABLE IF EXISTS `t_s_typegroup`; CREATE TABLE `t_s_typegroup` ( `ID` varchar(32) NOT NULL, `typegroupcode` varchar(50) default NULL, `typegroupname` varchar(50) default NULL, + `create_date` datetime default NULL COMMENT '创建时间', + `create_name` varchar(36) default NULL COMMENT '创建用户', PRIMARY KEY (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of t_s_typegroup -- ---------------------------- -INSERT INTO `t_s_typegroup` VALUES ('297e201047e95ee30147e9ba56ce0009', 'orgtype', 'common.org.type'); -INSERT INTO `t_s_typegroup` VALUES ('2c90ac564c9d1734014c9db1a167002b', 'sf_yn', '是否YN'); -INSERT INTO `t_s_typegroup` VALUES ('402880884883eff401488415cbb60027', 'smsTplType', '模板类型'); -INSERT INTO `t_s_typegroup` VALUES ('402881a151f1af7c0151f1b9d7f50002', 'outType', '离职方式'); -INSERT INTO `t_s_typegroup` VALUES ('402881e44df713f5014df738349c002f', 'formDbType', 'form.db.type'); -INSERT INTO `t_s_typegroup` VALUES ('402881e54dcb624a014dcbf4912b000e', 'bdfl', '表单分类'); -INSERT INTO `t_s_typegroup` VALUES ('402881e64ca6fd1b014ca7044c370004', 'tblx', '图表类型'); -INSERT INTO `t_s_typegroup` VALUES ('402881e946e71f5f0146e73619bb0002', 'lang', 'common.mutilang'); -INSERT INTO `t_s_typegroup` VALUES ('4028838850c35b6a0150c37251e00002', 'dataType', '校验规则'); -INSERT INTO `t_s_typegroup` VALUES ('4028ab8c5134f1ed0151350f08d90003', 'units', '常用单位'); -INSERT INTO `t_s_typegroup` VALUES ('4028b881533ac16a01533adb50460001', 'graphType', '动态图表类型'); -INSERT INTO `t_s_typegroup` VALUES ('4028ef8154753f2601547546249f0005', 'pop_retype', 'POP返回类型'); -INSERT INTO `t_s_typegroup` VALUES ('4028efa25219c9f0015219d1d2720004', 'leaveType', '请假类别'); -INSERT INTO `t_s_typegroup` VALUES ('8a1c7ee54e3e2ca9014e3e4b78f90009', 'enhanceType', 'java.enhance.type'); -INSERT INTO `t_s_typegroup` VALUES ('8a71b40e4a38319b014a3858fca40018', 'msgTplType', '消息模板分类'); -INSERT INTO `t_s_typegroup` VALUES ('8a71b40e4a38319b014a385cb115001e', 'msgType', '消息类别'); -INSERT INTO `t_s_typegroup` VALUES ('8a71b40e4a38319b014a386022bd0026', 'msgStatus', '消息发送状态'); -INSERT INTO `t_s_typegroup` VALUES ('8a8ab0b246dc81120146dc8181aa0056', 'icontype', 'common.icon.type'); -INSERT INTO `t_s_typegroup` VALUES ('8a8ab0b246dc81120146dc8181b10057', 'order', 'lang.order.type'); -INSERT INTO `t_s_typegroup` VALUES ('8a8ab0b246dc81120146dc8181b50058', 'custom', 'lang.customer.type'); -INSERT INTO `t_s_typegroup` VALUES ('8a8ab0b246dc81120146dc8181b90059', 'service', 'lang.service.item.type'); -INSERT INTO `t_s_typegroup` VALUES ('8a8ab0b246dc81120146dc8181bc005a', 'searchmode', 'common.query.module'); -INSERT INTO `t_s_typegroup` VALUES ('8a8ab0b246dc81120146dc8181c0005b', 'yesorno', 'common.logic.condition'); -INSERT INTO `t_s_typegroup` VALUES ('8a8ab0b246dc81120146dc8181c3005c', 'fieldtype', 'field.type'); -INSERT INTO `t_s_typegroup` VALUES ('8a8ab0b246dc81120146dc8181c6005d', 'database', 'common.data.table'); -INSERT INTO `t_s_typegroup` VALUES ('8a8ab0b246dc81120146dc8181ca005e', 'fieltype', 'common.document.category'); -INSERT INTO `t_s_typegroup` VALUES ('8a8ab0b246dc81120146dc8181cd005f', 'sex', 'common.sex.type'); -INSERT INTO `t_s_typegroup` VALUES ('8a8ab0ba487c527201487c7732790019', 'dbtype', 'common.dbtype'); -INSERT INTO `t_s_typegroup` VALUES ('f852d85d47ed64a40147ed70894c0003', 'rulecon', '规则条件'); -INSERT INTO `t_s_typegroup` VALUES ('jglongjbtstypegourp2015060400001', 'weixin', '微信模板类型'); - --- ---------------------------- --- Table structure for `t_s_user` +INSERT INTO `t_s_typegroup` VALUES ('297e201047e95ee30147e9ba56ce0009', 'orgtype', 'common.org.type', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_typegroup` VALUES ('2c90ac564c9d1734014c9db1a167002b', 'sf_yn', '是否YN', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_typegroup` VALUES ('402880884883eff401488415cbb60027', 'smsTplType', '模板类型', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_typegroup` VALUES ('402881a151f1af7c0151f1b9d7f50002', 'outType', '离职方式', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_typegroup` VALUES ('402881e44df713f5014df738349c002f', 'formDbType', 'form.db.type', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_typegroup` VALUES ('402881e54dcb624a014dcbf4912b000e', 'bdfl', '表单分类', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_typegroup` VALUES ('402881e64ca6fd1b014ca7044c370004', 'tblx', '图表类型', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_typegroup` VALUES ('402881e946e71f5f0146e73619bb0002', 'lang', 'common.mutilang', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_typegroup` VALUES ('4028838850c35b6a0150c37251e00002', 'dataType', '校验规则', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_typegroup` VALUES ('4028ab8c5134f1ed0151350f08d90003', 'units', '常用单位', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_typegroup` VALUES ('4028b881533ac16a01533adb50460001', 'graphType', '动态图表类型', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_typegroup` VALUES ('4028ef8154753f2601547546249f0005', 'pop_retype', 'POP返回类型', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_typegroup` VALUES ('4028efa25219c9f0015219d1d2720004', 'leaveType', '请假类别', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_typegroup` VALUES ('8a1c7ee54e3e2ca9014e3e4b78f90009', 'enhanceType', 'java.enhance.type', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_typegroup` VALUES ('8a71b40e4a38319b014a3858fca40018', 'msgTplType', '消息模板分类', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_typegroup` VALUES ('8a71b40e4a38319b014a385cb115001e', 'msgType', '消息类别', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_typegroup` VALUES ('8a71b40e4a38319b014a386022bd0026', 'msgStatus', '消息发送状态', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_typegroup` VALUES ('8a8ab0b246dc81120146dc8181aa0056', 'icontype', 'common.icon.type', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_typegroup` VALUES ('8a8ab0b246dc81120146dc8181b10057', 'order', 'lang.order.type', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_typegroup` VALUES ('8a8ab0b246dc81120146dc8181b50058', 'custom', 'lang.customer.type', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_typegroup` VALUES ('8a8ab0b246dc81120146dc8181b90059', 'service', 'lang.service.item.type', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_typegroup` VALUES ('8a8ab0b246dc81120146dc8181bc005a', 'searchmode', 'common.query.module', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_typegroup` VALUES ('8a8ab0b246dc81120146dc8181c0005b', 'yesorno', 'common.logic.condition', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_typegroup` VALUES ('8a8ab0b246dc81120146dc8181c3005c', 'fieldtype', 'field.type', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_typegroup` VALUES ('8a8ab0b246dc81120146dc8181c6005d', 'database', 'common.data.table', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_typegroup` VALUES ('8a8ab0b246dc81120146dc8181ca005e', 'fieltype', 'common.document.category', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_typegroup` VALUES ('8a8ab0b246dc81120146dc8181cd005f', 'sex', 'common.sex.type', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_typegroup` VALUES ('8a8ab0ba487c527201487c7732790019', 'dbtype', 'common.dbtype', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_typegroup` VALUES ('f852d85d47ed64a40147ed70894c0003', 'rulecon', '规则条件', '2016-09-04 22:19:12', '管理员'); +INSERT INTO `t_s_typegroup` VALUES ('jglongjbtstypegourp2015060400001', 'weixin', '微信模板类型', '2016-09-04 22:19:12', '管理员'); + +-- ---------------------------- +-- Table structure for t_s_user -- ---------------------------- DROP TABLE IF EXISTS `t_s_user`; CREATE TABLE `t_s_user` ( @@ -7353,22 +8367,25 @@ CREATE TABLE `t_s_user` ( `create_date` datetime default NULL COMMENT '创建时间', `create_by` varchar(32) default NULL COMMENT '创建人id', PRIMARY KEY (`id`), - KEY `FK_2cuji5h6yorrxgsr8ojndlmal` (`id`), - CONSTRAINT `FK_2cuji5h6yorrxgsr8ojndlmal` FOREIGN KEY (`id`) REFERENCES `t_s_base_user` (`ID`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; + KEY `FK_2cuji5h6yorrxgsr8ojndlmal` USING BTREE (`id`), + CONSTRAINT `t_s_user_ibfk_1` FOREIGN KEY (`id`) REFERENCES `t_s_base_user` (`ID`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='InnoDB free: 169984 kB; (`id`) REFER `jeecg_20170207/t_s_bas'; -- ---------------------------- -- Records of t_s_user -- ---------------------------- INSERT INTO `t_s_user` VALUES ('', '', '', null, '402880e74d75c4dd014d75d44af30005', '管理员', '2016-06-27 16:00:02', 'admin', '管理员', '2015-05-21 17:35:56', 'admin'); -INSERT INTO `t_s_user` VALUES ('zhangdaiscott@163.com', '13426432323', '991', null, '4028ef81538330cd01538333b7bc0001', '管理员', '2016-07-11 11:44:33', 'admin', '管理员', '2016-03-17 14:11:58', 'admin'); +INSERT INTO `t_s_user` VALUES ('', '', '', null, '402880f159a546550159a547aaed0001', '管理员', '2017-01-16 11:17:47', 'admin', '管理员', '2017-01-16 11:17:34', 'admin'); +INSERT INTO `t_s_user` VALUES ('', '', '', null, '402881875988e889015988ec36770001', '管理员', '2017-01-10 23:08:33', 'admin', '管理员', '2017-01-10 23:08:18', 'admin'); +INSERT INTO `t_s_user` VALUES ('zhangdaiscott@163.com', '13426432323', '991', null, '4028ef81538330cd01538333b7bc0001', '管理员', '2016-07-30 16:26:39', 'admin', '管理员', '2016-03-17 14:11:58', 'admin'); +INSERT INTO `t_s_user` VALUES ('', '', '', null, '4028ef81563ae5be01563ae92d7f0002', '管理员', '2016-07-30 16:26:20', 'admin', '管理员', '2016-07-30 16:26:15', 'admin'); INSERT INTO `t_s_user` VALUES ('', '', '', 'images/renfang/qm/licf.gif', '8a8ab0b246dc81120146dc8181950052', '管理员', '2016-05-30 17:53:22', 'admin', null, null, null); INSERT INTO `t_s_user` VALUES ('zhangdaiscott@163.com', '13426430000', '7496661', null, '8a8ab0b246dc81120146dc81819d0053', '管理员', '2016-05-30 10:25:25', 'admin', null, null, null); INSERT INTO `t_s_user` VALUES ('', '', '', null, '8a8ab0b246dc81120146dc8181a10054', '管理员', '2016-06-01 15:07:57', 'admin', null, null, null); INSERT INTO `t_s_user` VALUES (null, null, null, null, '8a8ab0b246dc81120146dc8181a60055', '管理员', '2016-04-08 18:34:53', 'admin', null, null, null); -- ---------------------------- --- Table structure for `t_s_user_org` +-- Table structure for t_s_user_org -- ---------------------------- DROP TABLE IF EXISTS `t_s_user_org`; CREATE TABLE `t_s_user_org` ( @@ -7376,25 +8393,29 @@ CREATE TABLE `t_s_user_org` ( `user_id` varchar(32) default NULL, `org_id` varchar(32) default NULL, PRIMARY KEY (`ID`), - KEY `index_user_id` (`user_id`), - KEY `index_org_id` (`org_id`) + KEY `index_user_id` USING BTREE (`user_id`), + KEY `index_org_id` USING BTREE (`org_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of t_s_user_org -- ---------------------------- +INSERT INTO `t_s_user_org` VALUES ('402880f159a546550159a547aafc0002', '402880f159a546550159a547aaed0001', '402881875992e76c015992f641b0002c'); +INSERT INTO `t_s_user_org` VALUES ('402881875988e889015988ec36880002', '402881875988e889015988ec36770001', '8a8ab0b246dc81120146dc8180ba0017'); +INSERT INTO `t_s_user_org` VALUES ('402881875988e889015988ec64590005', '402881875988e889015988ec36770001', '8a8ab0b246dc81120146dc8180a20016'); INSERT INTO `t_s_user_org` VALUES ('4028ef8154ff79a50154ff7ae7670001', '8a8ab0b246dc81120146dc81819d0053', '8a8ab0b246dc81120146dc8180a20016'); INSERT INTO `t_s_user_org` VALUES ('4028ef8154ff79a50154ff7ae76c0002', '8a8ab0b246dc81120146dc81819d0053', '8a8ab0b246dc81120146dc8180bd0018'); INSERT INTO `t_s_user_org` VALUES ('4028ef815500fa15015500fbc3290001', '8a8ab0b246dc81120146dc8181a10054', '8a8ab0b246dc81120146dc8180a20016'); INSERT INTO `t_s_user_org` VALUES ('4028ef81550112c40155011505270001', '8a8ab0b246dc81120146dc8181950052', '8a8ab0b246dc81120146dc8180ba0017'); INSERT INTO `t_s_user_org` VALUES ('4028ef815502401c01550241595d0001', '402880e74d75c4dd014d75d44af30005', '402880e6487e661a01487e6b504e0001'); INSERT INTO `t_s_user_org` VALUES ('4028ef815502401c0155024159670002', '402880e74d75c4dd014d75d44af30005', '8a8ab0b246dc81120146dc8180a20016'); -INSERT INTO `t_s_user_org` VALUES ('4028ef81550f0ac701550f21f93e0006', '4028ef81538330cd01538333b7bc0001', '402880e447e9ba550147e9c53b2e0013'); -INSERT INTO `t_s_user_org` VALUES ('4028ef81550f0ac701550f21f9420007', '4028ef81538330cd01538333b7bc0001', '8a8ab0b246dc81120146dc8180bd0018'); +INSERT INTO `t_s_user_org` VALUES ('4028ef81563ae5be01563ae92dc20003', '4028ef81563ae5be01563ae92d7f0002', '8a8ab0b246dc81120146dc8180a20016'); +INSERT INTO `t_s_user_org` VALUES ('4028ef81563ae5be01563ae98bd40006', '4028ef81538330cd01538333b7bc0001', '402880e447e9ba550147e9c53b2e0013'); +INSERT INTO `t_s_user_org` VALUES ('4028ef81563ae5be01563ae98bd40007', '4028ef81538330cd01538333b7bc0001', '8a8ab0b246dc81120146dc8180bd0018'); INSERT INTO `t_s_user_org` VALUES ('8a8ab0b246dc81120146dc8181a60055', '8a8ab0b246dc81120146dc8181a60055', '8a8ab0b246dc81120146dc8180a20016'); -- ---------------------------- --- Table structure for `t_s_version` +-- Table structure for t_s_version -- ---------------------------- DROP TABLE IF EXISTS `t_s_version`; CREATE TABLE `t_s_version` ( @@ -7411,7 +8432,7 @@ CREATE TABLE `t_s_version` ( -- ---------------------------- -- ---------------------------- --- Procedure structure for `formDataList` +-- Procedure structure for formDataList -- ---------------------------- DROP PROCEDURE IF EXISTS `formDataList`; DELIMITER ;; @@ -7428,7 +8449,7 @@ END DELIMITER ; -- ---------------------------- --- Procedure structure for `replaceOrgCode` +-- Procedure structure for replaceOrgCode -- ---------------------------- DROP PROCEDURE IF EXISTS `replaceOrgCode`; DELIMITER ;; diff --git a/pom.xml b/pom.xml index 793ed164..cab2f8b7 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.jeecgframework jeecg - 3.6.5 + 3.6.6 war UTF-8 @@ -11,7 +11,6 @@ 1.6-SNAPSHOT 16.0.1 - 4.0.9.RELEASE 4.1.0.Final 4.0.2.Final @@ -45,7 +44,7 @@ 1.7.0 3.2.1 1.2 - 1.3 + 1.6 2.0 1.3.2 1.2.1 @@ -71,7 +70,7 @@ 0.2.9 5.1.27 - 1.0.0 + 4.0 10.2.0.5.0 @@ -120,49 +119,6 @@ true - - central - Central Repository - http://repo.maven.apache.org/maven2 - - false - - - - sonatype-snapshots - sonatype-snapshots - https://oss.sonatype.org/content/repositories/snapshots - - true - - - false - - - - spy - Spy Repository - http://files.couchbase.com/maven2/ - - false - - - - xerces - xerces - https://xerces.apache.org/xerces2-j/ - - false - - - - proxool - proxool - http://proxool.cvs.sourceforge.net/viewvc/proxool/ - - false - - @@ -401,44 +357,49 @@ ${druid.version} runtime - + mysql mysql-connector-java ${mysql.version} runtime + + + --> + + --> + + --> + @@ -941,12 +902,18 @@ org.p3framework jeecg-p3-core - 1.0-SNAPSHOT + 1.1.1 org.p3framework jeecg-p3-ui - 1.1-SNAPSHOT + 1.1.2 + jar + + + org.p3framework + jeecg-p3-bizcore + 1.0-SNAPSHOT jar @@ -955,6 +922,7 @@ jeecg-p3-biz-demo 1.0.2 + org.p3framework @@ -963,23 +931,14 @@ jar compile - org.p3framework - jeecg-p3-biz-qywx + jeecg-p3-biz-chat 1.0.0 - jar - compile - - org.jeewx - jeewx-qywx-api - 1.0-SNAPSHOT - jar - compile - - --> - + diff --git a/src/main/java/org/jeecgframework/core/common/dao/ICommonDao.java b/src/main/java/org/jeecgframework/core/common/dao/ICommonDao.java index 8442f8d8..a948e1b8 100644 --- a/src/main/java/org/jeecgframework/core/common/dao/ICommonDao.java +++ b/src/main/java/org/jeecgframework/core/common/dao/ICommonDao.java @@ -65,7 +65,6 @@ public interface ICommonDao extends IGenericBaseCommonDao{ * @return List */ public List ComboTree(List all, ComboTreeModel comboTreeModel, List in, boolean recursive); - public List treegrid(List all,TreeGridModel treeGridModel); } diff --git a/src/main/java/org/jeecgframework/core/common/dao/IGenericBaseCommonDao.java b/src/main/java/org/jeecgframework/core/common/dao/IGenericBaseCommonDao.java index 0cb1e9c3..89c4586f 100644 --- a/src/main/java/org/jeecgframework/core/common/dao/IGenericBaseCommonDao.java +++ b/src/main/java/org/jeecgframework/core/common/dao/IGenericBaseCommonDao.java @@ -322,11 +322,10 @@ public interface IGenericBaseCommonDao { int maxResult); public List findByDetached(DetachedCriteria dc); - + /** * 执行存储过程 * @param execute */ public List executeProcedure(String procedureSql,Object... params); - } diff --git a/src/main/java/org/jeecgframework/core/common/dao/impl/CommonDao.java b/src/main/java/org/jeecgframework/core/common/dao/impl/CommonDao.java index 1c16b8ca..9722e4f5 100644 --- a/src/main/java/org/jeecgframework/core/common/dao/impl/CommonDao.java +++ b/src/main/java/org/jeecgframework/core/common/dao/impl/CommonDao.java @@ -65,7 +65,6 @@ public class CommonDao extends GenericBaseCommonDao implements ICommonDao, IGene return users.get(0); } } - return null; } @@ -182,9 +181,7 @@ public class CommonDao extends GenericBaseCommonDao implements ICommonDao, IGene } if (uploadFile.getByteField() != null) { // 二进制文件保存在数据库中 - // reflectHelper.setMethodValue(uploadFile.getByteField(), StreamUtils.InputStreamTOByte(mf.getInputStream())); - } File savefile = new File(savePath); if (uploadFile.getRealPath() != null) { @@ -193,7 +190,6 @@ public class CommonDao extends GenericBaseCommonDao implements ICommonDao, IGene } saveOrUpdate(object); // 文件拷贝到指定硬盘目录 - if("txt".equals(extend)){ //利用utf-8字符集的固定首行隐藏编码原理 //Unicode:FF FE UTF-8:EF BB @@ -212,13 +208,11 @@ public class CommonDao extends GenericBaseCommonDao implements ICommonDao, IGene out.close(); } } else { - //GBK String contents = new String(mf.getBytes(),"GBK"); OutputStream out = new FileOutputStream(savePath); out.write(contents.getBytes()); out.close(); - } } catch(Exception e){ String contents = new String(mf.getBytes(),"UTF-8"); @@ -231,7 +225,6 @@ public class CommonDao extends GenericBaseCommonDao implements ICommonDao, IGene } else { FileCopyUtils.copy(mf.getBytes(), savefile); } - // if (uploadFile.getSwfpath() != null) { // // 转SWF @@ -496,9 +489,7 @@ public class CommonDao extends GenericBaseCommonDao implements ICommonDao, IGene for (Object obj : all) { trees.add(comboTree(obj, comboTreeModel, in, recursive)); } - all.clear(); - return trees; } @@ -528,11 +519,9 @@ public class CommonDao extends GenericBaseCommonDao implements ICommonDao, IGene for (Object inobj : in) { ReflectHelper reflectHelper2 = new ReflectHelper(inobj); String inId = oConvertUtils.getString(reflectHelper2.getMethodValue(comboTreeModel.getIdField())); - if (inId.equals(id)) { tree.setChecked(true); } - } } } @@ -552,11 +541,10 @@ public class CommonDao extends GenericBaseCommonDao implements ICommonDao, IGene tree.setChildren(children); } } - + if(curChildList!=null){ curChildList.clear(); } - return tree; } /** @@ -651,12 +639,15 @@ public class CommonDao extends GenericBaseCommonDao implements ICommonDao, IGene tg.getFieldMap().put(entry.getKey(), fieldValue); } } - if (treeGridModel.getFunctionType() != null) { String functionType = oConvertUtils.getString(reflectHelper.getMethodValue(treeGridModel.getFunctionType())); tg.setFunctionType(functionType); } - + + if(treeGridModel.getIconStyle() != null){ + String iconStyle = oConvertUtils.getString(reflectHelper.getMethodValue(treeGridModel.getIconStyle())); + tg.setIconStyle(iconStyle); + } treegrid.add(tg); } return treegrid; diff --git a/src/main/java/org/jeecgframework/core/common/dao/impl/GenericBaseCommonDao.java b/src/main/java/org/jeecgframework/core/common/dao/impl/GenericBaseCommonDao.java index 81514c98..a1219249 100644 --- a/src/main/java/org/jeecgframework/core/common/dao/impl/GenericBaseCommonDao.java +++ b/src/main/java/org/jeecgframework/core/common/dao/impl/GenericBaseCommonDao.java @@ -882,10 +882,8 @@ public abstract class GenericBaseCommonDao * */ public Long getCountForJdbcParam(String sql, Object[] objs) { - return this.jdbcTemplate.queryForObject(sql, objs,Long.class); - } public List> findForJdbc(String sql, Object... objs) { @@ -918,15 +916,12 @@ public abstract class GenericBaseCommonDao keyValue = keyHolder.getKey().longValue(); } } - return keyValue; } public Integer countByJdbc(String sql, Object... param) { - return this.jdbcTemplate.queryForObject(sql, param,Integer.class); - } public Map findOneForJdbc(String sql, Object... objs) { @@ -994,5 +989,4 @@ public abstract class GenericBaseCommonDao return sqlQuery.list(); } - } diff --git a/src/main/java/org/jeecgframework/core/common/dao/jdbc/JdbcDao.java b/src/main/java/org/jeecgframework/core/common/dao/jdbc/JdbcDao.java index 7721fecd..42262b30 100644 --- a/src/main/java/org/jeecgframework/core/common/dao/jdbc/JdbcDao.java +++ b/src/main/java/org/jeecgframework/core/common/dao/jdbc/JdbcDao.java @@ -193,18 +193,14 @@ public class JdbcDao extends SimpleJdbcTemplate{ * 使用指定的检索标准检索数据并分页返回数据For JDBC */ public Long getCountForJdbc(String sql) { - return jdbcTemplate.queryForObject(sql,Long.class); - } /** * 使用指定的检索标准检索数据并分页返回数据For JDBC-采用预处理方式 * */ public Long getCountForJdbcParam(String sql,Object... objs) { - return jdbcTemplate.queryForObject(sql, objs,Long.class); - } public Integer executeSql2(String sql,List param) { @@ -216,9 +212,7 @@ public class JdbcDao extends SimpleJdbcTemplate{ } public Integer countByJdbc(String sql, Object... param) { - return this.jdbcTemplate.queryForObject(sql, param,Integer.class); - } /** diff --git a/src/main/java/org/jeecgframework/core/common/dao/jdbc/SimpleJdbcTemplate.java b/src/main/java/org/jeecgframework/core/common/dao/jdbc/SimpleJdbcTemplate.java index 4a774480..c284fcc4 100644 --- a/src/main/java/org/jeecgframework/core/common/dao/jdbc/SimpleJdbcTemplate.java +++ b/src/main/java/org/jeecgframework/core/common/dao/jdbc/SimpleJdbcTemplate.java @@ -22,7 +22,7 @@ import org.springframework.util.Assert; public class SimpleJdbcTemplate { protected final Log logger = LogFactory.getLog(getClass()); - + protected JdbcTemplate jdbcTemplate; protected NamedParameterJdbcTemplate namedJdbcTemplate; @@ -33,7 +33,6 @@ public class SimpleJdbcTemplate { simpleJdbcInsert=new SimpleJdbcInsert(dataSource); } - /** * 根据sql语句,返回对象集合 * @param sql语句(参数用冒号加参数名,例如select * from tb where id=:id) @@ -69,10 +68,8 @@ public class SimpleJdbcTemplate { if(parameters!=null){ return jdbcTemplate.queryForObject(sql, resultBeanMapper(clazz), parameters); }else{ - return jdbcTemplate.queryForObject(sql, resultBeanMapper(clazz),Long.class); - } }catch (Exception e) { return null; @@ -88,13 +85,11 @@ public class SimpleJdbcTemplate { public long findForLong(final String sql,Map parameters){ try{ Assert.hasText(sql,"sql语句不正确!"); - if(parameters!=null){ return namedJdbcTemplate.queryForObject(sql, parameters,Long.class); }else{ return jdbcTemplate.queryForObject(sql,Long.class); } - }catch (Exception e) { return 0; } @@ -189,12 +184,11 @@ public class SimpleJdbcTemplate { int[] updateCounts = jdbcTemplate.batchUpdate(sql,batch); return updateCounts; } - + protected BeanPropertyRowMapper resultBeanMapper(Class clazz) { return BeanPropertyRowMapper.newInstance(clazz); } - protected BeanPropertySqlParameterSource paramBeanMapper(Object object) { return new BeanPropertySqlParameterSource(object); } diff --git a/src/main/java/org/jeecgframework/web/demo/entity/test/QueryCondition.java b/src/main/java/org/jeecgframework/core/common/model/common/QueryCondition.java similarity index 94% rename from src/main/java/org/jeecgframework/web/demo/entity/test/QueryCondition.java rename to src/main/java/org/jeecgframework/core/common/model/common/QueryCondition.java index febb61b2..8864da50 100644 --- a/src/main/java/org/jeecgframework/web/demo/entity/test/QueryCondition.java +++ b/src/main/java/org/jeecgframework/core/common/model/common/QueryCondition.java @@ -1,9 +1,7 @@ -package org.jeecgframework.web.demo.entity.test; +package org.jeecgframework.core.common.model.common; import java.util.List; - import org.jeecgframework.core.util.PropertiesUtil; -import org.jeecgframework.web.cgform.common.CgAutoListConstant; public class QueryCondition { String field; diff --git a/src/main/java/org/jeecgframework/core/common/model/json/TreeGrid.java b/src/main/java/org/jeecgframework/core/common/model/json/TreeGrid.java index b8925aae..c1248134 100644 --- a/src/main/java/org/jeecgframework/core/common/model/json/TreeGrid.java +++ b/src/main/java/org/jeecgframework/core/common/model/json/TreeGrid.java @@ -18,8 +18,8 @@ public class TreeGrid implements java.io.Serializable { private String state = "open";// 是否展开(open,closed) private String order;//排序 private Map fieldMap; // 存储实体字段信息容器: key-字段名称,value-字段值 - private String functionType;// 其他参数 + private String iconStyle;//菜单图表样式 public String getFunctionType() { return functionType; @@ -27,7 +27,6 @@ public class TreeGrid implements java.io.Serializable { public void setFunctionType(String functionType) { this.functionType = functionType; } - public String getOrder() { return order; } @@ -118,6 +117,7 @@ public class TreeGrid implements java.io.Serializable { ", 'operations':'" + operations + '\'' + ", 'state':'" + state + '\'' + ", 'order':'" + order + '\'' + + ", 'iconStyle':'" + iconStyle + '\'' + assembleFieldsJson() + '}'; } @@ -133,5 +133,11 @@ public class TreeGrid implements java.io.Serializable { } return fieldsJson; } + public String getIconStyle() { + return iconStyle; + } + public void setIconStyle(String iconStyle) { + this.iconStyle = iconStyle; + } } diff --git a/src/main/java/org/jeecgframework/web/cgreport/service/excel/CgReportExcelServiceI.java b/src/main/java/org/jeecgframework/core/common/service/CommonExcelServiceI.java similarity index 71% rename from src/main/java/org/jeecgframework/web/cgreport/service/excel/CgReportExcelServiceI.java rename to src/main/java/org/jeecgframework/core/common/service/CommonExcelServiceI.java index 3d0e8c46..39179339 100644 --- a/src/main/java/org/jeecgframework/web/cgreport/service/excel/CgReportExcelServiceI.java +++ b/src/main/java/org/jeecgframework/core/common/service/CommonExcelServiceI.java @@ -1,9 +1,8 @@ -package org.jeecgframework.web.cgreport.service.excel; +package org.jeecgframework.core.common.service; import java.util.Collection; import org.apache.poi.hssf.usermodel.HSSFWorkbook; -import org.jeecgframework.core.common.service.CommonService; /** * @@ -13,7 +12,7 @@ import org.jeecgframework.core.common.service.CommonService; * @date Aug 1, 2013 8:53:54 AM * @version V1.0 */ -public interface CgReportExcelServiceI extends CommonService{ +public interface CommonExcelServiceI extends CommonService{ /** * * @param title 标题 diff --git a/src/main/java/org/jeecgframework/core/common/service/CommonService.java b/src/main/java/org/jeecgframework/core/common/service/CommonService.java index 0f09a6a6..ee25d1e1 100644 --- a/src/main/java/org/jeecgframework/core/common/service/CommonService.java +++ b/src/main/java/org/jeecgframework/core/common/service/CommonService.java @@ -258,7 +258,6 @@ public interface CommonService { */ public List ComboTree(List all, ComboTreeModel comboTreeModel, List in, boolean recursive); - /** * 构建树形数据表 * @@ -351,7 +350,7 @@ public interface CommonService { int maxResult); public List findByDetached(DetachedCriteria dc); - + /** * 执行存储过程 * @param executeSql @@ -359,5 +358,4 @@ public interface CommonService { * @return */ public List executeProcedure(String procedureSql,Object... params); - } diff --git a/src/main/java/org/jeecgframework/web/cgreport/service/impl/excel/CgReportExcelServiceImpl.java b/src/main/java/org/jeecgframework/core/common/service/impl/CommonExcelServiceImpl.java similarity index 93% rename from src/main/java/org/jeecgframework/web/cgreport/service/impl/excel/CgReportExcelServiceImpl.java rename to src/main/java/org/jeecgframework/core/common/service/impl/CommonExcelServiceImpl.java index ca3487d6..f1722257 100644 --- a/src/main/java/org/jeecgframework/web/cgreport/service/impl/excel/CgReportExcelServiceImpl.java +++ b/src/main/java/org/jeecgframework/core/common/service/impl/CommonExcelServiceImpl.java @@ -1,11 +1,10 @@ -package org.jeecgframework.web.cgreport.service.impl.excel; +package org.jeecgframework.core.common.service.impl; import java.util.Collection; import java.util.Iterator; import java.util.List; import java.util.Map; -import org.jeecgframework.web.cgreport.service.excel.CgReportExcelServiceI; import org.apache.poi.hssf.usermodel.HSSFCellStyle; import org.apache.poi.hssf.usermodel.HSSFRichTextString; @@ -16,13 +15,13 @@ import org.apache.poi.ss.usermodel.CellStyle; import org.apache.poi.ss.usermodel.RichTextString; import org.apache.poi.ss.usermodel.Row; import org.apache.poi.ss.usermodel.Sheet; -import org.jeecgframework.core.common.service.impl.CommonServiceImpl; +import org.jeecgframework.core.common.service.CommonExcelServiceI; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; @Service(value="cgReportExcelService") @Transactional -public class CgReportExcelServiceImpl extends CommonServiceImpl implements - CgReportExcelServiceI { +public class CommonExcelServiceImpl extends CommonServiceImpl implements + CommonExcelServiceI { @SuppressWarnings("unchecked") public HSSFWorkbook exportExcel(String title, Collection titleSet, diff --git a/src/main/java/org/jeecgframework/core/common/service/impl/CommonServiceImpl.java b/src/main/java/org/jeecgframework/core/common/service/impl/CommonServiceImpl.java index ccb8e250..cb6371d8 100644 --- a/src/main/java/org/jeecgframework/core/common/service/impl/CommonServiceImpl.java +++ b/src/main/java/org/jeecgframework/core/common/service/impl/CommonServiceImpl.java @@ -418,7 +418,6 @@ public class CommonServiceImpl implements CommonService { return commonDao.getCountForJdbcParam(sql,objs); } - public void batchSave(List entitys) { this.commonDao.batchSave(entitys); @@ -450,5 +449,4 @@ public class CommonServiceImpl implements CommonService { public List executeProcedure(String procedureSql,Object... params) { return this.commonDao.executeProcedure(procedureSql, params); } - } diff --git a/src/main/java/org/jeecgframework/core/constant/Globals.java b/src/main/java/org/jeecgframework/core/constant/Globals.java index 6b31be68..d32d507f 100644 --- a/src/main/java/org/jeecgframework/core/constant/Globals.java +++ b/src/main/java/org/jeecgframework/core/constant/Globals.java @@ -69,7 +69,7 @@ public final class Globals { */ public static final String Function_Order_ONE="ofun";//一级权限 public static final String Function_Order_TWO="tfun";//二级权限 - + /** * 权限类型 */ @@ -100,7 +100,6 @@ public final class Globals { * 数据权限 - 菜单数据规则sql */ public static final String MENU_DATA_AUTHOR_RULE_SQL ="MENU_DATA_AUTHOR_RULE_SQL"; - /** * 新闻法规 */ diff --git a/src/main/java/org/jeecgframework/core/extend/hqlsearch/HqlGenerateUtil.java b/src/main/java/org/jeecgframework/core/extend/hqlsearch/HqlGenerateUtil.java index b269bc6c..6e341003 100644 --- a/src/main/java/org/jeecgframework/core/extend/hqlsearch/HqlGenerateUtil.java +++ b/src/main/java/org/jeecgframework/core/extend/hqlsearch/HqlGenerateUtil.java @@ -17,6 +17,7 @@ import org.apache.commons.lang.StringUtils; import org.hibernate.criterion.Restrictions; import org.jeecgframework.core.annotation.query.QueryTimeFormat; import org.jeecgframework.core.common.hibernate.qbc.CriteriaQuery; +import org.jeecgframework.core.common.model.common.QueryCondition; import org.jeecgframework.core.extend.hqlsearch.parse.ObjectParseUtil; import org.jeecgframework.core.extend.hqlsearch.parse.PageValueConvertRuleEnum; import org.jeecgframework.core.extend.hqlsearch.parse.vo.HqlRuleEnum; @@ -25,7 +26,6 @@ import org.jeecgframework.core.util.JeecgDataAutorUtils; import org.jeecgframework.core.util.LogUtil; import org.jeecgframework.core.util.ResourceUtil; import org.jeecgframework.core.util.StringUtil; -import org.jeecgframework.web.demo.entity.test.QueryCondition; import org.jeecgframework.web.system.pojo.base.TSDataRule; import org.springframework.util.NumberUtils; @@ -142,19 +142,17 @@ public class HqlGenerateUtil { // for:查询拼装的替换 if (value != null && !value.equals("")) { HqlRuleEnum rule = PageValueConvertRuleEnum.convert(value); - + // if(HqlRuleEnum.LIKE.equals(rule)&&(!(value+"").contains("*"))&&!"class java.lang.Integer".contains(type)){ // value="*%"+String.valueOf(value.toString())+"%*"; // } else { // rule = HqlRuleEnum.EQ; // } - value = PageValueConvertRuleEnum.replaceValue(rule, value); ObjectParseUtil.addCriteria(cq, aliasName, rule, value); } else if (parameterMap != null) { - Object beginValue_=null , endValue_ =null; if ("class java.lang.Integer".equals(type)) { if(!"".equals(beginValue)&&null!=beginValue) @@ -233,7 +231,7 @@ public class HqlGenerateUtil { // for:用户反馈 cq.createAlias(aliasName, aliasName.replaceAll("\\.", "_")); - // ------------end--Author:JueYue Date:20140521 for:用户反馈 + installHqlJoinAlias(cq, param, ruleMap, parameterMap, aliasName); } @@ -289,7 +287,7 @@ public class HqlGenerateUtil { } private static String converRuleValue(String ruleValue) { - //---author:jg_xugj----start-----date:20151226--------for:#814 【数据权限】扩展支持写表达式,通过session取值 + //这个方法建议去掉,直接调用ResourceUtil.converRuleValue(ruleValue) String value = ResourceUtil.converRuleValue(ruleValue); return value!= null ? value : ruleValue; @@ -491,7 +489,7 @@ public class HqlGenerateUtil { // for:用户反馈 cq.createAlias(aliasName, aliasName.replaceAll("\\.", "_")); - // ------------end--Author:JueYue Date:20140521 for:用户反馈 + getDataAuthorConditionHql(cq, param); } } diff --git a/src/main/java/org/jeecgframework/core/extend/hqlsearch/SysContextSqlConvert.java b/src/main/java/org/jeecgframework/core/extend/hqlsearch/SysContextSqlConvert.java index faecff6e..5017c13b 100644 --- a/src/main/java/org/jeecgframework/core/extend/hqlsearch/SysContextSqlConvert.java +++ b/src/main/java/org/jeecgframework/core/extend/hqlsearch/SysContextSqlConvert.java @@ -49,7 +49,7 @@ public class SysContextSqlConvert { ValueTemp = ValueTemp; } String tempValue = null; - //---author:jg_xugj----start-----date:20151226--------for:#814 【数据权限】扩展支持写表达式,通过session取值 + tempValue = ResourceUtil.converRuleValue(ValueTemp); if(tempValue!=null){ diff --git a/src/main/java/org/jeecgframework/core/extend/hqlsearch/parse/PageValueConvertRuleEnum.java b/src/main/java/org/jeecgframework/core/extend/hqlsearch/parse/PageValueConvertRuleEnum.java index a8af1600..fb0cd503 100644 --- a/src/main/java/org/jeecgframework/core/extend/hqlsearch/parse/PageValueConvertRuleEnum.java +++ b/src/main/java/org/jeecgframework/core/extend/hqlsearch/parse/PageValueConvertRuleEnum.java @@ -50,11 +50,9 @@ public class PageValueConvertRuleEnum { if(rule == null && val.startsWith(HqlParseEnum.SUFFIX_NOT_EQUAL.getValue())){ rule = HqlRuleEnum.NE; } - // if(rule==null&&ResourceUtil.fuzzySearch){ // rule = HqlRuleEnum.LIKE; // } - return rule != null ? rule : HqlRuleEnum.EQ; } diff --git a/src/main/java/org/jeecgframework/core/extend/swftools/OpenOfficePDFConverter.java b/src/main/java/org/jeecgframework/core/extend/swftools/OpenOfficePDFConverter.java index 3485478c..6f46cc66 100644 --- a/src/main/java/org/jeecgframework/core/extend/swftools/OpenOfficePDFConverter.java +++ b/src/main/java/org/jeecgframework/core/extend/swftools/OpenOfficePDFConverter.java @@ -23,7 +23,7 @@ public class OpenOfficePDFConverter implements PDFConverter { private static int[] port = { 8100 }; public void convert2PDF(String inputFile, String pdfFile, String extend) { - + // if (extend.equals("txt")) { // // String odtFile = FileUtils.getFilePrefix(inputFile) + ".odt"; @@ -41,7 +41,6 @@ public class OpenOfficePDFConverter implements PDFConverter { // } // // } - startService(); //pdfFile = pdfFile.replaceAll(" ", "").replaceAll(" ", ""); diff --git a/src/main/java/org/jeecgframework/core/extend/swftools/SWFToolsSWFConverter.java b/src/main/java/org/jeecgframework/core/extend/swftools/SWFToolsSWFConverter.java index c8eec0a3..e2e1659f 100644 --- a/src/main/java/org/jeecgframework/core/extend/swftools/SWFToolsSWFConverter.java +++ b/src/main/java/org/jeecgframework/core/extend/swftools/SWFToolsSWFConverter.java @@ -11,6 +11,15 @@ public class SWFToolsSWFConverter implements SWFConverter { /** SWFTools pdf2swf.exe路径 */ private static String PDF2SWF_PATH = ConStant.SWFTOOLS_PDF2SWF_PATH; + /** + * 判断是否是windows操作系统 + * @author chenj + * @return + */ + private boolean isWindowsSystem() { + String p = System.getProperty("os.name"); + return p.toLowerCase().indexOf("windows") >= 0 ? true : false; + } public void convert2SWF(String inputFile, String swfFile, String extend) { File pdfFile = new File(inputFile); File outFile = new File(swfFile); @@ -24,14 +33,34 @@ public class SWFToolsSWFConverter implements SWFConverter { org.jeecgframework.core.util.LogUtil.info("SWF文件已存在!"); return; } - String command = ConStant.getSWFToolsPath(extend) + " \"" + inputFile - - + "\" -o " +" \""+ swfFile +" \""+ " -s languagedir=D:\\xpdf-chinese-simplified -T 9 -f"; -// + "\" -o " + swfFile + " -s languagedir=D:\\xpdf-chinese-simplified -T 9 -f"; - try { // 开始转换文档 - Process process = Runtime.getRuntime().exec(command); + + //Process process = Runtime.getRuntime().exec(command); + Process process = null; + if (isWindowsSystem()) { + //如果是windows系统 + //命令行命令 + //String cmd = exePath + " \"" + fileDir + "\" -o \"" + filePath + "/" + fileName + ".swf\" -T 9 -f"; + //ConStant.getSWFToolsPath(extend) + String command = ConStant.getSWFToolsPath(extend) + " \"" + inputFile + + + "\" -o " +" \""+ swfFile +" \""+ " -s languagedir=D:\\xpdf-chinese-simplified -T 9 -f"; +// + "\" -o " + swfFile + " -s languagedir=D:\\xpdf-chinese-simplified -T 9 -f"; + + //Runtime执行后返回创建的进程对象 + process = Runtime.getRuntime().exec(command); + } else { + //如果是linux系统,路径不能有空格,而且一定不能用双引号,否则无法创建进程 + String[] command = new String[3]; + command[0] = ConStant.getSWFToolsPath(extend); + command[1] = inputFile; + command[2] = swfFile; + //Runtime执行后返回创建的进程对象 + process = Runtime.getRuntime().exec(command); + } + + StreamGobbler errorGobbler = new StreamGobbler( process.getErrorStream(), "Error"); StreamGobbler outputGobbler = new StreamGobbler( @@ -48,8 +77,19 @@ public class SWFToolsSWFConverter implements SWFConverter { e.printStackTrace(); } } + public void convert2SWF(String inputFile, String extend) { String swfFile = PinyinUtil.getPinYinHeadChar(FileUtils.getFilePrefix2(inputFile)) + ".swf"; convert2SWF(inputFile, swfFile, extend); } + + /** + * 测试main方法 + * @param args + */ + public static void main(String[] args) { + //转换器安装路径 + String exePath = "D:/SWFTools/pdf2swf.exe"; + new SWFToolsSWFConverter().convert2SWF("C:/Users/chenj/Desktop/jeecg/陈劲任务.pdf", exePath); + } } diff --git a/src/main/java/org/jeecgframework/core/interceptors/AuthInterceptor.java b/src/main/java/org/jeecgframework/core/interceptors/AuthInterceptor.java index fdac5c01..5dd437ea 100644 --- a/src/main/java/org/jeecgframework/core/interceptors/AuthInterceptor.java +++ b/src/main/java/org/jeecgframework/core/interceptors/AuthInterceptor.java @@ -96,7 +96,6 @@ public class AuthInterceptor implements HandlerInterceptor { } //String functionId=oConvertUtils.getString(request.getParameter("clickFunctionId")); String functionId=""; - //onlinecoding的访问地址有规律可循,数据权限链接篡改 if(requestPath.equals("cgAutoListController.do?datagrid")) { requestPath += "&configId=" + request.getParameter("configId"); @@ -107,7 +106,7 @@ public class AuthInterceptor implements HandlerInterceptor { if(requestPath.equals("cgFormBuildController.do?ftlForm")) { requestPath += "&tableName=" + request.getParameter("tableName"); } - + if(requestPath.equals("cgFormBuildController.do?goAddFtlForm")) { requestPath += "&tableName=" + request.getParameter("tableName"); } @@ -117,10 +116,8 @@ public class AuthInterceptor implements HandlerInterceptor { if(requestPath.equals("cgFormBuildController.do?goDatilFtlForm")) { requestPath += "&tableName=" + request.getParameter("tableName"); } - //这个地方用全匹配?应该是模糊查询吧 //TODO - String uri= request.getRequestURI().substring(request.getContextPath().length() + 1); String realRequestPath = null; if(uri.endsWith(".do")||uri.endsWith(".action")){ @@ -129,7 +126,6 @@ public class AuthInterceptor implements HandlerInterceptor { realRequestPath=uri; } List functions = systemService.findByProperty(TSFunction.class, "functionUrl", realRequestPath); - if (functions.size()>0){ functionId = functions.get(0).getId(); } @@ -141,7 +137,6 @@ public class AuthInterceptor implements HandlerInterceptor { request.setAttribute(Globals.OPERATIONCODES, operationCodes); } if(!oConvertUtils.isEmpty(functionId)){ - //List allOperation=this.systemService.findListbySql("SELECT operationcode FROM t_s_operation WHERE functionid='"+functionId+"'"); List allOperation=this.systemService.findByProperty(TSOperation.class, "TSFunction.id", functionId); @@ -151,7 +146,7 @@ public class AuthInterceptor implements HandlerInterceptor { //s=s.replaceAll(" ", ""); newall.add(s); } -//---author:jg_xugj----start-----date:20151210--------for:#781 【oracle兼容】兼容问题fun.operation!='' 在oracle 数据下不正确 + String hasOperSql="SELECT operation FROM t_s_role_function fun, t_s_role_user role WHERE " + "fun.functionid='"+functionId+"' AND fun.operation is not null AND fun.roleid=role.roleid AND role.userid='"+client.getUser().getId()+"' "; List hasOperList = this.systemService.findListbySql(hasOperSql); @@ -236,13 +231,11 @@ public class AuthInterceptor implements HandlerInterceptor { if(list.size()==0){ String orgId = currLoginUser.getCurrentDepart().getId(); - String functionOfOrgSql = "SELECT DISTINCT f.id from t_s_function f, t_s_role_function rf, t_s_role_org ro " + "WHERE f.ID=rf.functionid AND rf.roleid=ro.role_id " + "AND ro.org_id='" +orgId+ "' AND f.functionurl like '"+requestPath+"%'"; List functionOfOrgList = this.systemService.findListbySql(functionOfOrgSql); return functionOfOrgList.size() > 0; - }else{ return true; } @@ -260,7 +253,13 @@ public class AuthInterceptor implements HandlerInterceptor { } private void forward(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { - request.getRequestDispatcher("webpage/login/timeout.jsp").forward(request, response); + + //超时,未登陆页面跳转 + //response.sendRedirect(request.getServletContext().getContextPath()+"/loginController.do?login"); + + response.sendRedirect(request.getServletContext().getContextPath()+"/webpage/login/timeout.jsp"); + //request.getRequestDispatcher("loginController.do?login").forward(request, response); + } } diff --git a/src/main/java/org/jeecgframework/web/cgreport/common/CgReportConstant.java b/src/main/java/org/jeecgframework/core/online/def/CgReportConstant.java similarity index 95% rename from src/main/java/org/jeecgframework/web/cgreport/common/CgReportConstant.java rename to src/main/java/org/jeecgframework/core/online/def/CgReportConstant.java index 54f4f1dc..7a734bd5 100644 --- a/src/main/java/org/jeecgframework/web/cgreport/common/CgReportConstant.java +++ b/src/main/java/org/jeecgframework/core/online/def/CgReportConstant.java @@ -1,4 +1,4 @@ -package org.jeecgframework.web.cgreport.common; +package org.jeecgframework.core.online.def; /** * * @Title:CgReportConstant @@ -65,4 +65,6 @@ public class CgReportConstant { /**显示模式Double*/ public static final String TYPE_DOUBLE = "Double"; + /** iframe */ + public static final String CONFIG_IFRAME = "config_iframe"; } diff --git a/src/main/java/org/jeecgframework/web/cgreport/exception/CgReportNotFoundException.java b/src/main/java/org/jeecgframework/core/online/exception/CgReportNotFoundException.java similarity index 87% rename from src/main/java/org/jeecgframework/web/cgreport/exception/CgReportNotFoundException.java rename to src/main/java/org/jeecgframework/core/online/exception/CgReportNotFoundException.java index cddcf733..485a2dd8 100644 --- a/src/main/java/org/jeecgframework/web/cgreport/exception/CgReportNotFoundException.java +++ b/src/main/java/org/jeecgframework/core/online/exception/CgReportNotFoundException.java @@ -1,4 +1,4 @@ -package org.jeecgframework.web.cgreport.exception; +package org.jeecgframework.core.online.exception; /** * * @Title:CgReportNotFoundException diff --git a/src/main/java/org/jeecgframework/core/online/util/CgReportQueryParamUtil.java b/src/main/java/org/jeecgframework/core/online/util/CgReportQueryParamUtil.java new file mode 100644 index 00000000..e085c053 --- /dev/null +++ b/src/main/java/org/jeecgframework/core/online/util/CgReportQueryParamUtil.java @@ -0,0 +1,249 @@ +package org.jeecgframework.core.online.util; + +import java.io.UnsupportedEncodingException; +import java.text.SimpleDateFormat; +import java.util.Date; +import java.util.Iterator; +import java.util.List; +import java.util.Map; +import javax.servlet.http.HttpServletRequest; +import net.sf.json.JSONArray; +import net.sf.json.JSONObject; + +import org.jeecgframework.core.online.def.CgReportConstant; +import org.jeecgframework.core.util.DBTypeUtil; +import org.jeecgframework.core.util.StringUtil; + +/** + * + * @Title:QueryParamUtil + * @description:动态报表查询条件处理工具 + * @author 赵俊夫 + * @date Jul 5, 2013 10:22:31 PM + * @version V1.0 + */ +public class CgReportQueryParamUtil + +{ + /** + * 组装查询参数 + * @param request 请求(查询值从此处取) + * @param item 动态报表字段配置 + * @param params 参数存放 + */ + @SuppressWarnings("unchecked") + public static void loadQueryParams(HttpServletRequest request, Map item, Map params) { + String filedName = (String) item.get(CgReportConstant.ITEM_FIELDNAME); + String queryMode = (String) item.get(CgReportConstant.ITEM_QUERYMODE); + String filedType = (String) item.get(CgReportConstant.ITEM_FIELDTYPE); + if("single".equals(queryMode)){ + //单条件组装方式 + String value =request.getParameter(filedName); + try { + if(StringUtil.isEmpty(value)){ + return; + } + String uri = request.getQueryString(); + if(uri.contains(filedName+"=")){ + String contiansChinesevalue = new String(value.getBytes("ISO-8859-1"), "UTF-8"); + value = contiansChinesevalue; + } + } catch (UnsupportedEncodingException e) { + e.printStackTrace(); + return; + } + sql_inj_throw(value); + value = applyType(filedType,value); + if(!StringUtil.isEmpty(value)){ + if(value.contains("*")){ + //模糊查询 + value = value.replaceAll("\\*", "%"); + params.put(filedName, CgReportConstant.OP_LIKE+value); + }else{ + params.put(filedName, CgReportConstant.OP_EQ+value); + } + } + }else if("group".equals(queryMode)){ + //范围查询组装 + String begin = request.getParameter(filedName+"_begin"); + sql_inj_throw(begin); + begin= applyType(filedType,begin); + String end = request.getParameter(filedName+"_end"); + sql_inj_throw(end); + end= applyType(filedType,end); + if(!StringUtil.isEmpty(begin)){ + String re = CgReportConstant.OP_RQ+begin; + if(!StringUtil.isEmpty(end)){ + re +=" AND "+filedName+CgReportConstant.OP_LQ+end; + } + params.put(filedName, re); + }else if(!StringUtil.isEmpty(end)){ + String re = CgReportConstant.OP_LQ+end; + params.put(filedName, re); + } + } + } + + /** + * 将结果集转化为列表json格式 + * @param result 结果集 + * @param size 总大小 + * @return 处理好的json格式 + */ + public static String getJson(List> result,Long size){ + JSONObject main = new JSONObject(); + JSONArray rows = new JSONArray(); + main.put("total",size ); + for(Map m:result){ + JSONObject item = new JSONObject(); + Iterator it =m.keySet().iterator(); + while(it.hasNext()){ + String key = (String) it.next(); + String value =String.valueOf(m.get(key)); + key = key.toLowerCase(); + if(key.contains("time")||key.contains("date")){ + value = datatimeFormat(value); + } + item.put(key,value ); + } + rows.add(item); + } + main.put("rows", rows); + return main.toString(); + } + + /** + * 将结果集转化为列表json格式(不含分页信息) + * @param result 结果集 + * @param size 总大小 + * @return 处理好的json格式 + */ + public static String getJson(List> result){ + JSONArray rows = new JSONArray(); + for(Map m:result){ + JSONObject item = new JSONObject(); + Iterator it =m.keySet().iterator(); + while(it.hasNext()){ + String key = (String) it.next(); + String value =String.valueOf(m.get(key)); + key = key.toLowerCase(); + if(key.contains("time")||key.contains("date")){ + value = datatimeFormat(value); + } + item.put(key,value ); + } + rows.add(item); + } + return rows.toString(); + } + + /** + * 将毫秒数去掉 + * @param datetime + * @return + */ + public static String datatimeFormat(String datetime){ + SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss.S"); + SimpleDateFormat dateFormatTo = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); + Date d = null; + try{ + d = dateFormat.parse(datetime); + return dateFormatTo.format(d); + }catch (Exception e) { + return datetime; + } + } + + /** + * 防止sql注入 + * @param str 输入sql + * @return 是否存在注入关键字 + */ + public static boolean sql_inj(String str) { + if(StringUtil.isEmpty(str)){ + return false; + } + String inj_str = "'|and|exec|insert|select|delete|update|count|chr|mid|master|truncate|char|declare|;|or|+|,"; +// String inj_str = "'|and|exec|insert|select|delete|update|count|chr|mid|master|truncate|char|declare|;|or|-|+|,"; + String inj_stra[] = inj_str.split("\\|"); + for (int i = 0; i < inj_stra.length; i++) { + if (str.indexOf(" "+inj_stra[i]+" ") >= 0) { + return true; + } + } + return false; + } + /** + * 当存在sql注入时抛异常 + * @param str 输入sql + */ + public static void sql_inj_throw(String str){ + if(sql_inj(str)){ + throw new RuntimeException("请注意,填入的参数可能存在SQL注入!"); + } + } + + /** + * 根据字段类型 进行处理 + * @param fieldType 字段类型 + * @param value 值 + * @return + */ + public static String applyType(String fieldType, String value) { + if(!StringUtil.isEmpty(value)){ + String result = ""; + if(CgReportConstant.TYPE_STRING.equalsIgnoreCase(fieldType)){ + //if(ResourceUtil.fuzzySearch&&(!value.contains("*"))){ + // value="*"+value+"*"; + //} + result = "'" +value+ "'"; + }else if(CgReportConstant.TYPE_DATE.equalsIgnoreCase(fieldType)){ + result = getDateFunction(value, "yyyy-MM-dd"); + }else if(CgReportConstant.TYPE_DOUBLE.equalsIgnoreCase(fieldType)){ + result = value; + }else if(CgReportConstant.TYPE_INTEGER.equalsIgnoreCase(fieldType)){ + result = value; + }else{ + result = value; + } + return result; + }else{ + return ""; + } + } + + /** + * 跨数据库返回日期函数 + * @param dateStr 日期值 + * @param dateFormat 日期格式 + * @return 日期函数 + */ + public static String getDateFunction(String dateStr,String dateFormat){ + String dbType = getDBType(); + String dateFunction = ""; + if("mysql".equalsIgnoreCase(dbType)){ + //mysql日期函数 + dateFunction = "'"+dateStr+"'"; + }else if("oracle".equalsIgnoreCase(dbType)){ + //oracle日期函数 + dateFunction = "TO_DATE('"+dateStr+"','"+dateFormat+"')"; + }else if("sqlserver".equalsIgnoreCase(dbType)){ + //sqlserver日期函数 + dateFunction = "(CONVERT(VARCHAR,'"+dateStr+"') as DATETIME)"; + }else if("postgres".equalsIgnoreCase(dbType)){ + //postgres日期函数 + dateFunction = "'"+dateStr+"'::date "; + }else{ + dateFunction = dateStr; + } + return dateFunction; + } + + /** + * 获取数据库类型 + * @return + */ + public static String getDBType(){ + return DBTypeUtil.getDBType(); + } +} diff --git a/src/main/java/org/jeecgframework/web/cgform/engine/FreemarkerHelper.java b/src/main/java/org/jeecgframework/core/online/util/FreemarkerHelper.java similarity index 76% rename from src/main/java/org/jeecgframework/web/cgform/engine/FreemarkerHelper.java rename to src/main/java/org/jeecgframework/core/online/util/FreemarkerHelper.java index 814e59e6..211449db 100644 --- a/src/main/java/org/jeecgframework/web/cgform/engine/FreemarkerHelper.java +++ b/src/main/java/org/jeecgframework/core/online/util/FreemarkerHelper.java @@ -1,10 +1,13 @@ -package org.jeecgframework.web.cgform.engine; +package org.jeecgframework.core.online.util; import java.io.StringWriter; import java.util.Map; +import org.jeecgframework.core.util.ApplicationContextUtil; + import freemarker.template.Configuration; import freemarker.template.Template; +import freemarker.template.TemplateDirectiveModel; /** * * @Title:FreemarkerHelper @@ -16,6 +19,8 @@ import freemarker.template.Template; public class FreemarkerHelper { private static Configuration _tplConfig = new Configuration(); static{ + _tplConfig.setSharedVariable("DictData", (TemplateDirectiveModel)ApplicationContextUtil.getContext().getBean("dictDataTag")); + _tplConfig.setSharedVariable("mutiLang", (TemplateDirectiveModel)ApplicationContextUtil.getContext().getBean("mutiLangTag")); _tplConfig.setClassForTemplateLoading(FreemarkerHelper.class, "/"); _tplConfig.setDateTimeFormat("yyyy-MM-dd HH:mm:ss"); _tplConfig.setDateFormat("yyyy-MM-dd"); diff --git a/src/main/java/org/jeecgframework/core/servlet/Uploader.java b/src/main/java/org/jeecgframework/core/servlet/Uploader.java index 687d00fa..ce0d5080 100644 --- a/src/main/java/org/jeecgframework/core/servlet/Uploader.java +++ b/src/main/java/org/jeecgframework/core/servlet/Uploader.java @@ -291,9 +291,9 @@ public class Uploader { String servletPath = this.request.getServletPath(); String realPath = this.request.getSession().getServletContext() .getRealPath(servletPath); - //update-begin--author:scott--date:20160628----for:变更UE编辑器上传路径到upload目录下------ + String newUrl = new File(realPath).getParent().replace("\\content\\plug-in\\ueditor\\jsp", "") + "/" + path; - //update-end--author:scott--date:20160628----for:变更UE编辑器上传路径到upload目录下------ + return newUrl; } diff --git a/src/main/java/org/jeecgframework/core/timer/DataBaseCronTriggerBean.java b/src/main/java/org/jeecgframework/core/timer/DataBaseCronTriggerBean.java index e5f6030c..837cf393 100644 --- a/src/main/java/org/jeecgframework/core/timer/DataBaseCronTriggerBean.java +++ b/src/main/java/org/jeecgframework/core/timer/DataBaseCronTriggerBean.java @@ -27,14 +27,12 @@ public class DataBaseCronTriggerBean extends CronTriggerBean{ (TSTimeTaskEntity.class,"taskId",this.getName()); if(task!=null&&task.getIsEffect().equals("1") &&!task.getCronExpression().equals(this.getCronExpression())){ - try { this.setCronExpression(task.getCronExpression()); } catch (ParseException e) { // TODO 异常必须被处理 e.printStackTrace(); } - DynamicTask.updateSpringMvcTaskXML(this,task.getCronExpression()); } } diff --git a/src/main/java/org/jeecgframework/core/util/DBTypeUtil.java b/src/main/java/org/jeecgframework/core/util/DBTypeUtil.java index 5ca0e631..c7d16521 100644 --- a/src/main/java/org/jeecgframework/core/util/DBTypeUtil.java +++ b/src/main/java/org/jeecgframework/core/util/DBTypeUtil.java @@ -5,9 +5,6 @@ package org.jeecgframework.core.util; import org.apache.log4j.Logger; import org.springframework.context.ApplicationContext; -import org.jeecgframework.web.cgform.controller.autolist.CgAutoListController; -import org.jeecgframework.web.system.listener.OnlineListener; - /** * * @author 张代浩 @@ -21,7 +18,7 @@ public class DBTypeUtil { */ public static String getDBType(){ String retStr=""; - ApplicationContext ctx = OnlineListener.getCtx(); + ApplicationContext ctx = ApplicationContextUtil.getContext(); if (ctx==null) { return retStr;//如果ctx为空,则服务器异常了 }else{ @@ -37,7 +34,7 @@ public class DBTypeUtil { }else if (dbdialect.equals("org.hibernate.dialect.PostgreSQLDialect")) { retStr = "postgres"; } - else if (dbdialect.equals("org.jeecgframework.core.common.hibernate.SQLServer2008Dialect")) { + else if (dbdialect.equals("org.jeecgframework.core.common.hibernate.dialect.MySQLServer2008Dialect")) { retStr = "sqlserver"; } return retStr; diff --git a/src/main/java/org/jeecgframework/core/util/DateUtils.java b/src/main/java/org/jeecgframework/core/util/DateUtils.java index 6caf9be4..e2a99ade 100644 --- a/src/main/java/org/jeecgframework/core/util/DateUtils.java +++ b/src/main/java/org/jeecgframework/core/util/DateUtils.java @@ -326,6 +326,15 @@ public class DateUtils extends PropertyEditorSupport { public static String formatDate() { return date_sdf.format(getCalendar().getTime()); } + + /** + * 默认方式表示的系统当前日期,具体格式:yyyy-MM-dd HH:mm:ss + * + * @return 默认日期按“yyyy-MM-dd HH:mm:ss“格式显示 + */ + public static String formatDateTime() { + return datetimeFormat.format(getCalendar().getTime()); + } /** * 获取时间字符串 */ diff --git a/src/main/java/org/jeecgframework/core/util/DynamicDBUtil.java b/src/main/java/org/jeecgframework/core/util/DynamicDBUtil.java index fc14aa50..a0e12312 100644 --- a/src/main/java/org/jeecgframework/core/util/DynamicDBUtil.java +++ b/src/main/java/org/jeecgframework/core/util/DynamicDBUtil.java @@ -29,7 +29,6 @@ public class DynamicDBUtil { //设置数据源的时候,要重新解密 //String dbPassword = dynamicSourceEntity.getDbPassword(); String dbPassword = PasswordUtil.decrypt(dynamicSourceEntity.getDbPassword(), dynamicSourceEntity.getDbUser(), PasswordUtil.getStaticSalt());//解密字符串; - dataSource.setDriverClassName(driverClassName); dataSource.setUrl(url); @@ -111,7 +110,7 @@ public class DynamicDBUtil { } return list; } - //add-begin--Author:luobaoli Date:20150620 for:增加返回值为List的方法 + public static List findList(final String dbKey, String sql, Class clazz,Object... param) { List list; JdbcTemplate jdbcTemplate = getJdbcTemplate(dbKey); @@ -123,7 +122,7 @@ public class DynamicDBUtil { } return list; } - //add-end--Author:luobaoli Date:20150620 for:增加返回值为List的方法 + public static void main(String[] args) { DynamicDataSourceEntity dynamicSourceEntity = new DynamicDataSourceEntity(); diff --git a/src/main/java/org/jeecgframework/core/util/JeecgDataAutorUtils.java b/src/main/java/org/jeecgframework/core/util/JeecgDataAutorUtils.java index c32210f9..0186c5b5 100644 --- a/src/main/java/org/jeecgframework/core/util/JeecgDataAutorUtils.java +++ b/src/main/java/org/jeecgframework/core/util/JeecgDataAutorUtils.java @@ -38,7 +38,7 @@ public class JeecgDataAutorUtils { } /** - * 获取查询条件方法 + * 获取请求对应的数据权限规则 * * @param request * @return @@ -50,7 +50,7 @@ public class JeecgDataAutorUtils { } /** - * 获取查询条件方法 + * 获取请求对应的数据权限SQL * * @param request * @return diff --git a/src/main/java/org/jeecgframework/core/util/ListtoMenu.java b/src/main/java/org/jeecgframework/core/util/ListtoMenu.java index ae62036b..7b35e6c5 100644 --- a/src/main/java/org/jeecgframework/core/util/ListtoMenu.java +++ b/src/main/java/org/jeecgframework/core/util/ListtoMenu.java @@ -14,8 +14,6 @@ import org.springframework.beans.factory.annotation.Autowired; * 动态菜单栏生成 * * @author 张代浩 - * update-begin--Author:jg_longjb龙金波 Date:20150313 for:本文件中所有.getTSFunctions().size()替换为.getSubFunctionSize(); - * update-begin--Author:jg_gudongli辜栋利 Date:20150516 for:本文件中所有.getSubFunctionSize()替换为hasSubFunction() * 获取是否有子节点不用查询数据库; */ public class ListtoMenu { @@ -310,7 +308,6 @@ public class ListtoMenu { return menuString.toString(); } - /** * 获取顶级菜单的下级菜单-----面板式菜单 * @param parent @@ -414,19 +411,15 @@ public class ListtoMenu { menuString.append(getMutiLang(function.getFunctionName())); menuString.append("\',\'"); menuString.append(function.getFunctionUrl()); - //如果是外部链接,则不加菜单ID if(function.getFunctionUrl().indexOf("http:")==-1){ - if(function.getFunctionUrl().indexOf("?") == -1){ menuString.append("?clickFunctionId="); } else { menuString.append("&clickFunctionId="); } - menuString.append(function.getId()); } - menuString.append("\',\'"); menuString.append(icon); menuString.append("\')\" title=\""); @@ -642,10 +635,8 @@ public class ListtoMenu { dataString.append("'"+function.getId()+"':{ "); dataString.append("appid:'"+function.getId()+"',"); dataString.append("url:'"+function.getFunctionUrl()+"',"); - // dataString.append(getIconandName(function.getFunctionName())); dataString.append(getIconAndNameForDesk(function)); - dataString.append("asc :"+function.getFunctionOrder()); dataString.append(" },"); } @@ -743,8 +734,12 @@ public class ListtoMenu { int curIndex = 0; for (TSFunction function : list) { menuString.append("
  • "); - menuString.append("") - .append(getMutiLang(function.getFunctionName())); + if(function.getFunctionIconStyle()!=null&&!function.getFunctionIconStyle().trim().equals("")){ + menuString.append(""); + }else{ + menuString.append(""); + } + menuString.append(getMutiLang(function.getFunctionName())); /* int submenusize = function.getSubFunctionSize(); if (submenusize == 0) { menuString.append("
  • "); @@ -804,7 +799,13 @@ public class ListtoMenu { int curIndex = 0; for (TSFunction function : list) { menuString.append("
  • "); - menuString.append(""); + if(function.getFunctionIconStyle()!=null&&!function.getFunctionIconStyle().trim().equals("")){ + menuString.append(""); + }else{ + menuString.append(""); + } + + menuString.append(""); menuString.append(getMutiLang(function.getFunctionName())); menuString.append(""); @@ -838,13 +839,28 @@ public class ListtoMenu { for (TSFunction function : list) { if (function.getTSFunction().getId().equals(parent.getId())){ if(!function.hasSubFunction(map)){ - menuString.append(getLeafOfACETree(function)); + menuString.append(getLeafOfACETree(function,map)); + }else { + /* 20160830 wangkun TASK #1330 【改造】ace首页风格,菜单不支持三级菜单,改造支持三级*/ + menuString.append("
  • "); + if(function.getFunctionIconStyle()!=null&&!function.getFunctionIconStyle().trim().equals("")){ + menuString.append(""); + }else{ + menuString.append(""); + } + menuString.append(""); + menuString.append(getMutiLang(function.getFunctionName())); + menuString.append(""); + menuString.append("
      "); + menuString.append(getACESubMenu(function,2,map)); + menuString.append("
  • "); + /* 20160830 wangkun TASK #1330 【改造】ace首页风格,菜单不支持三级菜单,改造支持三级*/ } } } return menuString.toString(); } - private static String getLeafOfACETree(TSFunction function){ + private static String getLeafOfACETree(TSFunction function,Map> map){ StringBuffer menuString = new StringBuffer(); String icon = "folder"; if (function.getTSIcon() != null) { @@ -864,12 +880,16 @@ public class ListtoMenu { menuString.append("\" url=\""); menuString.append(function.getFunctionUrl()); menuString.append("\" >"); - menuString.append(""); + /* 20160830 wangkun TASK #1330 【改造】ace首页风格,菜单不支持三级菜单,改造支持三级*/ + if(function.hasSubFunction(map)){ + menuString.append(""); + } + /* 20160830 wangkun TASK #1330 【改造】ace首页风格,菜单不支持三级菜单,改造支持三级*/ menuString.append(name); menuString.append(""); return menuString.toString(); } - + private static String getLeafOfDIYTree(TSFunction function){ StringBuffer menuString = new StringBuffer(); String icon = "folder"; @@ -904,7 +924,11 @@ public class ListtoMenu { int curIndex = 0; for (TSFunction function : list) { menuString.append("
  • "); - menuString.append(""); + if(function.getFunctionIconStyle()!=null&&!function.getFunctionIconStyle().trim().equals("")){ + menuString.append(""); + }else{ + menuString.append(""); + } menuString.append(""); menuString.append(getMutiLang(function.getFunctionName())); menuString.append(""); @@ -931,14 +955,17 @@ public class ListtoMenu { for (TSFunction function : list) { if (function.getTSFunction().getId().equals(parent.getId())){ if(!function.hasSubFunction(map)){ - menuString.append(getLeafOfHplusTree(function)); + menuString.append(getLeafOfHplusTree(function,map)); + }else{ + menuString.append(getLeafOfHplusTree(function,map)); + } } } return menuString.toString(); } - private static String getLeafOfHplusTree(TSFunction function) { + private static String getLeafOfHplusTree(TSFunction function,Map> map) { StringBuffer menuString = new StringBuffer(); String icon = "folder"; if (function.getTSIcon() != null) { @@ -947,8 +974,31 @@ public class ListtoMenu { //addTabs({id:'home',title:'首页',close: false,url: 'loginController.do?home'}); String name = getMutiLang(function.getFunctionName()) ; menuString.append("
  • "); - menuString.append(name); - menuString.append("
  • "); + if(!function.hasSubFunction(map)){ + if(function.getFunctionIconStyle()!=null&&!function.getFunctionIconStyle().trim().equals("")){ + menuString.append(""); + } + menuString.append(""); + menuString.append(name); + menuString.append(""); + menuString.append(""); + menuString.append(""); + }else { + if(function.getFunctionIconStyle()!=null&&!function.getFunctionIconStyle().trim().equals("")){ + menuString.append(""); + }else{ + menuString.append(""); + } + menuString.append(""); + menuString.append(name); + menuString.append(""); + menuString.append(""); + menuString.append(""); + menuString.append(""); + menuString.append("
      "); + menuString.append(getHplusSubMenu(function,2,map)); + menuString.append("
    "); + } return menuString.toString(); } } \ No newline at end of file diff --git a/src/main/java/org/jeecgframework/core/util/MutiLangUtil.java b/src/main/java/org/jeecgframework/core/util/MutiLangUtil.java index e3d9210d..6c67bb1c 100644 --- a/src/main/java/org/jeecgframework/core/util/MutiLangUtil.java +++ b/src/main/java/org/jeecgframework/core/util/MutiLangUtil.java @@ -30,7 +30,6 @@ public class MutiLangUtil { return message; } - // add-begin--Author:zhangguoming Date:20140727 for:通用删除消息方法 /** * 通用删除消息方法 * @@ -41,7 +40,7 @@ public class MutiLangUtil { String message = getMutiLangInstance().getLang("common.delete.fail.param", param_lang_key); return message; } - // add-end--Author:zhangguoming Date:20140727 for:通用删除消息方法 + /** * 通用更新成功消息方法 @@ -179,7 +178,6 @@ public class MutiLangUtil { return context; } - // add-begin--Author:zhangguoming Date:20140928 for:多语言 /** * 处理列表中对象的多语言属性值,即为列表中实体对象的属性值替换为多语言所对应的值 * @param list 对象列表 @@ -214,6 +212,6 @@ public class MutiLangUtil { list.clear(); list.addAll(newList); } - // add-end--Author:zhangguoming Date:20140928 for:多语言 + } diff --git a/src/main/java/org/jeecgframework/core/util/ResourceUtil.java b/src/main/java/org/jeecgframework/core/util/ResourceUtil.java index ca45fa68..69b4134f 100644 --- a/src/main/java/org/jeecgframework/core/util/ResourceUtil.java +++ b/src/main/java/org/jeecgframework/core/util/ResourceUtil.java @@ -56,10 +56,8 @@ public class ResourceUtil { * #默认开启模糊查询方式 1为开启 条件无需带*就能模糊查询[暂时取消] * fuzzySearch=0 */ - // public final static boolean fuzzySearch= ResourceUtil.isFuzzySearch(); - /** * 获取session定义名称 * @@ -72,7 +70,6 @@ public class ResourceUtil { HttpSession session = ContextHolderUtils.getSession(); if(ClientManager.getInstance().getClient(session.getId())!=null){ return ClientManager.getInstance().getClient(session.getId()).getUser(); - }else{ TSUser u = (TSUser) session.getAttribute(ResourceUtil.LOCAL_CLINET_USER); Client client = new Client(); @@ -81,7 +78,6 @@ public class ResourceUtil { client.setUser(u); ClientManager.getInstance().addClinet(session.getId(), client); } - return null; } @Deprecated @@ -210,7 +206,6 @@ public class ResourceUtil { return bundle.getString("randCodeType"); } - /** * 获取组织机构编码长度的类型 * @@ -238,7 +233,6 @@ public class ResourceUtil { } else { key = key; } - //替换为系统的登录用户账号 // if (key.equals(DataBaseConstant.CREATE_BY) @@ -263,7 +257,7 @@ public class ResourceUtil { //替换为系统登录用户的公司编码 if (key.equals(DataBaseConstant.SYS_COMPANY_CODE)|| key.equals(DataBaseConstant.SYS_COMPANY_CODE_TABLE)) { returnValue = getSessionUserName().getCurrentDepart().getOrgCode() - .substring(0, Integer.valueOf(getOrgCodeLengthType())); + .substring(0, Integer.valueOf(getOrgCodeLengthType()) + 1); } //替换为系统用户登录所使用的机构编码 if (key.equals(DataBaseConstant.SYS_ORG_CODE)|| key.equals(DataBaseConstant.SYS_ORG_CODE_TABLE)) { @@ -280,7 +274,7 @@ public class ResourceUtil { if(returnValue!=null){returnValue = returnValue + moshi;} return returnValue; } - //---author:jg_xugj----start-----date:20151226--------for:#814 【数据权限】扩展支持写表达式,通过session取值 + /** * 获取用户session 中的变量 * @param key @@ -295,7 +289,7 @@ public class ResourceUtil { moshi = key.substring(key.indexOf("}")+1); } String returnValue = null; -//---author:jg_xugj----start-----date:20151226--------for:修改bug 1、key.contains("${") 应改为 key.contains("#{") 2、StringUtil.isEmpty(key) 判断 不为空 + if (key.contains("#{")) { key = key.substring(2,key.indexOf("}")); } @@ -328,9 +322,7 @@ public class ResourceUtil { org.jeecgframework.core.util.LogUtil.info(getPorjectPath()); org.jeecgframework.core.util.LogUtil.info(getSysPath()); } - // public static boolean isFuzzySearch(){ // return "1".equals(bundle.getString("fuzzySearch")); // } - } diff --git a/src/main/java/org/jeecgframework/core/util/SqlUtil.java b/src/main/java/org/jeecgframework/core/util/SqlUtil.java index 476a551b..c7430cfa 100644 --- a/src/main/java/org/jeecgframework/core/util/SqlUtil.java +++ b/src/main/java/org/jeecgframework/core/util/SqlUtil.java @@ -25,7 +25,6 @@ public class SqlUtil { public static final String ORACLE_SQL = "select * from (select row_.*,rownum rownum_ from ({0}) row_ where rownum <= {1}) where rownum_>{2}"; //oracle public static final String SQLSERVER_SQL = "select * from ( select row_number() over(order by tempColumn) tempRowNumber, * from (select top {1} tempColumn = 0, {0}) t ) tt where tempRowNumber > {2}"; //sqlserver - //add-begin--Author:luobaoli Date:20150620 for:增加各个数据库获取表的SQL和获取指定表列的SQL /** * 获取所有表的SQL */ @@ -41,7 +40,7 @@ public class SqlUtil { public static final String POSTGRE_ALLCOLUMNS_SQL = "select table_name from information_schema.columns where table_name = {0}"; public static final String ORACLE_ALLCOLUMNS_SQL = "select column_name from all_tab_columns where table_name ={0}"; public static final String SQLSERVER_ALLCOLUMNS_SQL = "select name from syscolumns where id={0}"; - //add-end--Author:luobaoli Date:20150620 for:增加各个数据库获取表的SQL和获取指定表列的SQL + /** * 获取全sql * @param sql @@ -152,8 +151,7 @@ public class SqlUtil { int selectDistinctIndex = sql.toLowerCase().indexOf("select distinct"); return selectIndex + (selectDistinctIndex == selectIndex ? 15 : 6); } - - //add-begin--Author:luobaoli Date:20150620 for:增加各个数据库获取表的SQL和获取指定表列的SQL + public static String getAllTableSql(String dbType,String ... param){ if(StringUtil.isNotEmpty(dbType)){ if(dbType.equals(DATABSE_TYPE_MYSQL)){ @@ -183,5 +181,5 @@ public class SqlUtil { } return null; } - //add-end--Author:luobaoli Date:20150620 for:增加各个数据库获取表的SQL和获取指定表列的SQL + } diff --git a/src/main/java/org/jeecgframework/core/util/SysThemesUtil.java b/src/main/java/org/jeecgframework/core/util/SysThemesUtil.java index d8d4ef65..525b23d5 100644 --- a/src/main/java/org/jeecgframework/core/util/SysThemesUtil.java +++ b/src/main/java/org/jeecgframework/core/util/SysThemesUtil.java @@ -91,6 +91,9 @@ public class SysThemesUtil { }else{ sb.append(""); } + + sb.append(""); + return sb.toString(); } diff --git a/src/main/java/org/jeecgframework/core/util/YouBianCodeUtil.java b/src/main/java/org/jeecgframework/core/util/YouBianCodeUtil.java index 4c1a9d0b..11c8db8a 100644 --- a/src/main/java/org/jeecgframework/core/util/YouBianCodeUtil.java +++ b/src/main/java/org/jeecgframework/core/util/YouBianCodeUtil.java @@ -12,7 +12,6 @@ public class YouBianCodeUtil { // 数字位数(默认生成3位的数字) private static final int numLength = 2;//代表数字位数 - public static final int zhanweiLength = 1+numLength; /** @@ -79,7 +78,6 @@ public class YouBianCodeUtil { // return parentCode + getNextYouBianCode(localCode); return getNextYouBianCode(localCode); - }else{ parentCode = parentCode + "A"+ getNextStrNum(0); } diff --git a/src/main/java/org/jeecgframework/tag/core/easyui/AuthFilterTag.java b/src/main/java/org/jeecgframework/tag/core/easyui/AuthFilterTag.java index 9f35f3f3..67c542b3 100644 --- a/src/main/java/org/jeecgframework/tag/core/easyui/AuthFilterTag.java +++ b/src/main/java/org/jeecgframework/tag/core/easyui/AuthFilterTag.java @@ -60,7 +60,6 @@ public class AuthFilterTag extends TagSupport{ protected void getAuthFilter(StringBuilder out) { out.append(""); } diff --git a/src/main/java/org/jeecgframework/tag/core/easyui/BaseTag.java b/src/main/java/org/jeecgframework/tag/core/easyui/BaseTag.java index e8f4cfd3..f0ec5bc0 100644 --- a/src/main/java/org/jeecgframework/tag/core/easyui/BaseTag.java +++ b/src/main/java/org/jeecgframework/tag/core/easyui/BaseTag.java @@ -34,7 +34,6 @@ public class BaseTag extends TagSupport { this.cssTheme = cssTheme; } - public void setType(String type) { this.type = type; } @@ -79,17 +78,14 @@ public class BaseTag extends TagSupport { String lang = (String)((HttpServletRequest) this.pageContext.getRequest()).getSession().getAttribute("lang"); String langjs = StringUtil.replace("", "{0}", lang); sb.append(langjs); - + if (oConvertUtils.isIn("jquery-webos", types)) { sb.append(""); } else if (oConvertUtils.isIn("jquery", types)) { sb.append(""); - sb.append(""); sb.append(""); - } - if (oConvertUtils.isIn("ckeditor", types)) { sb.append(""); sb.append(""); @@ -104,13 +100,14 @@ public class BaseTag extends TagSupport { // sb.append(""); sb.append(SysThemesUtil.getEasyUiTheme(sysThemesEnum)); sb.append(SysThemesUtil.getEasyUiMainTheme(sysThemesEnum)); - sb.append(SysThemesUtil.getEasyUiIconTheme(sysThemesEnum)); // sb.append(""); sb.append(""); sb.append(""); sb.append(""); - sb.append(""); + +// sb.append(""); + sb.append(StringUtil.replace("", "{0}", lang)); sb.append(""); sb.append(""); } @@ -176,7 +173,6 @@ public class BaseTag extends TagSupport { // sb.append(""); sb.append(SysThemesUtil.getCommonTheme(sysThemesEnum)); - // sb.append(""); sb.append(SysThemesUtil.getLhgdialogTheme(sysThemesEnum)); sb.append(SysThemesUtil.getBootstrapTabTheme(sysThemesEnum)); @@ -213,10 +209,8 @@ public class BaseTag extends TagSupport { }finally{ if(out!=null){ try { - out.clearBuffer(); sb.setLength(0); - } catch (Exception e) { e.printStackTrace(); } diff --git a/src/main/java/org/jeecgframework/tag/core/easyui/ChooseTag.java b/src/main/java/org/jeecgframework/tag/core/easyui/ChooseTag.java index a0d75465..ec9f7028 100644 --- a/src/main/java/org/jeecgframework/tag/core/easyui/ChooseTag.java +++ b/src/main/java/org/jeecgframework/tag/core/easyui/ChooseTag.java @@ -165,11 +165,9 @@ public class ChooseTag extends TagSupport { private void clearAll(StringBuffer sb,String methodname) { String[] textnames=null; String[] inputTextnames=null; - if (!StringUtil.isEmpty(this.textname)) { textnames = textname.split(","); } - if(StringUtil.isNotEmpty(inputTextname)){ inputTextnames = inputTextname.split(","); }else{ diff --git a/src/main/java/org/jeecgframework/tag/core/easyui/DataGridColumnTag.java b/src/main/java/org/jeecgframework/tag/core/easyui/DataGridColumnTag.java index bbe32055..b287d748 100644 --- a/src/main/java/org/jeecgframework/tag/core/easyui/DataGridColumnTag.java +++ b/src/main/java/org/jeecgframework/tag/core/easyui/DataGridColumnTag.java @@ -31,7 +31,6 @@ public class DataGridColumnTag extends TagSupport { protected String formatterjs;//自定义函数名称(调用页面自定义js方法 参数为(value,row,index) protected boolean hidden=false; - protected String replace; protected String treefield; protected boolean image; @@ -56,7 +55,6 @@ public class DataGridColumnTag extends TagSupport { protected String editor;//高级查询用的编辑器 private String defaultVal = "";//列默认值 - public String getEditor() { return editor; } diff --git a/src/main/java/org/jeecgframework/tag/core/easyui/DataGridConfOptTag.java b/src/main/java/org/jeecgframework/tag/core/easyui/DataGridConfOptTag.java index 5275092b..f8a827df 100644 --- a/src/main/java/org/jeecgframework/tag/core/easyui/DataGridConfOptTag.java +++ b/src/main/java/org/jeecgframework/tag/core/easyui/DataGridConfOptTag.java @@ -21,13 +21,15 @@ public class DataGridConfOptTag extends TagSupport { private String exp;//判断链接是否显示的表达式 private String operationCode;//按钮的操作Code private String urlStyle;//样式 + private String urlclass;//自定义按钮样式 + private String urlfont;//自定义按钮图标样式 public int doStartTag() throws JspTagException { return EVAL_PAGE; } public int doEndTag() throws JspTagException { Tag t = findAncestorWithClass(this, DataGridTag.class); DataGridTag parent = (DataGridTag) t; - parent.setConfUrl(url,MutiLangUtil.getMutiLangInstance().getLang(title),MutiLangUtil.getMutiLangInstance().getLang(message),exp,operationCode,urlStyle); + parent.setConfUrl(url,MutiLangUtil.getMutiLangInstance().getLang(title),MutiLangUtil.getMutiLangInstance().getLang(message),exp,operationCode,urlStyle,urlclass,urlfont); return EVAL_PAGE; } public void setExp(String exp) { @@ -51,4 +53,17 @@ public class DataGridConfOptTag extends TagSupport { public String getUrlStyle() { return urlStyle; } + public String getUrlclass() { + return urlclass; + } + public void setUrlclass(String urlclass) { + this.urlclass = urlclass; + } + public String getUrlfont() { + return urlfont; + } + public void setUrlfont(String urlfont) { + this.urlfont = urlfont; + } + } diff --git a/src/main/java/org/jeecgframework/tag/core/easyui/DataGridDelOptTag.java b/src/main/java/org/jeecgframework/tag/core/easyui/DataGridDelOptTag.java index d44c1fb2..79f1a373 100644 --- a/src/main/java/org/jeecgframework/tag/core/easyui/DataGridDelOptTag.java +++ b/src/main/java/org/jeecgframework/tag/core/easyui/DataGridDelOptTag.java @@ -24,6 +24,10 @@ public class DataGridDelOptTag extends TagSupport { private String operationCode;//按钮的操作Code private String langArg; private String urlStyle;//样式 + + private String urlclass;//按钮样式 + private String urlfont;//按钮图标 + public int doStartTag() throws JspTagException { return EVAL_PAGE; @@ -33,7 +37,7 @@ public class DataGridDelOptTag extends TagSupport { Tag t = findAncestorWithClass(this, DataGridTag.class); DataGridTag parent = (DataGridTag) t; - parent.setDelUrl(url, title, message, exp, funname,operationCode,urlStyle); + parent.setDelUrl(url, title, message, exp, funname,operationCode,urlStyle,urlclass,urlfont); return EVAL_PAGE; } public void setFunname(String funname) { @@ -64,4 +68,19 @@ public class DataGridDelOptTag extends TagSupport { public String getUrlStyle() { return urlStyle; } + + public String getUrlclass() { + return urlclass; + } + public void setUrlclass(String urlclass) { + this.urlclass = urlclass; + } + public String getUrlfont() { + return urlfont; + } + public void setUrlfont(String urlfont) { + this.urlfont = urlfont; + } + + } diff --git a/src/main/java/org/jeecgframework/tag/core/easyui/DataGridFunOptTag.java b/src/main/java/org/jeecgframework/tag/core/easyui/DataGridFunOptTag.java index 49465c24..b208e17e 100644 --- a/src/main/java/org/jeecgframework/tag/core/easyui/DataGridFunOptTag.java +++ b/src/main/java/org/jeecgframework/tag/core/easyui/DataGridFunOptTag.java @@ -22,7 +22,10 @@ public class DataGridFunOptTag extends TagSupport { private String operationCode;//按钮的操作Code private String langArg;//按钮的操作Code private String urlStyle;//样式 - + + private String urlclass;//按钮样式 + private String urlfont;//按钮图标 + public int doStartTag() throws JspTagException { return EVAL_PAGE; @@ -32,7 +35,7 @@ public class DataGridFunOptTag extends TagSupport { Tag t = findAncestorWithClass(this, DataGridTag.class); DataGridTag parent = (DataGridTag) t; - parent.setFunUrl(title,exp,funname,operationCode,urlStyle); + parent.setFunUrl(title,exp,funname,operationCode,urlStyle,urlclass,urlfont); return EVAL_PAGE; } public void setFunname(String funname) { @@ -58,4 +61,20 @@ public class DataGridFunOptTag extends TagSupport { return urlStyle; } + public String getUrlclass() { + return urlclass; + } + public void setUrlclass(String urlclass) { + this.urlclass = urlclass; + } + public String getUrlfont() { + return urlfont; + } + public void setUrlfont(String urlfont) { + this.urlfont = urlfont; + } + + + + } diff --git a/src/main/java/org/jeecgframework/tag/core/easyui/DataGridTag.java b/src/main/java/org/jeecgframework/tag/core/easyui/DataGridTag.java index c2a28047..bba6b20a 100644 --- a/src/main/java/org/jeecgframework/tag/core/easyui/DataGridTag.java +++ b/src/main/java/org/jeecgframework/tag/core/easyui/DataGridTag.java @@ -98,7 +98,6 @@ public class DataGridTag extends TagSupport { this.cssTheme = cssTheme; } - private boolean queryBuilder = false;// 高级查询器 public boolean isQueryBuilder() { return queryBuilder; @@ -197,8 +196,10 @@ public class DataGridTag extends TagSupport { } /** * 设置询问操作URL + * @param urlfont + * @param urlclass */ - public void setConfUrl(String url, String title, String message, String exp,String operationCode, String urlStyle) { + public void setConfUrl(String url, String title, String message, String exp,String operationCode, String urlStyle, String urlclass, String urlfont) { DataGridUrl dataGridUrl = new DataGridUrl(); dataGridUrl.setTitle(title); dataGridUrl.setUrl(url); @@ -206,13 +207,15 @@ public class DataGridTag extends TagSupport { dataGridUrl.setMessage(message); dataGridUrl.setExp(exp); dataGridUrl.setUrlStyle(urlStyle); + dataGridUrl.setUrlclass(urlclass); + dataGridUrl.setUrlfont(urlfont); installOperationCode(dataGridUrl, operationCode,urlList); } /** * 设置删除操作URL */ - public void setDelUrl(String url, String title, String message, String exp, String funname,String operationCode, String urlStyle) { + public void setDelUrl(String url, String title, String message, String exp, String funname,String operationCode, String urlStyle,String urlclass,String urlfont) { DataGridUrl dataGridUrl = new DataGridUrl(); dataGridUrl.setTitle(title); dataGridUrl.setUrl(url); @@ -221,6 +224,10 @@ public class DataGridTag extends TagSupport { dataGridUrl.setExp(exp); dataGridUrl.setFunname(funname); dataGridUrl.setUrlStyle(urlStyle); + + dataGridUrl.setUrlclass(urlclass); + dataGridUrl.setUrlfont(urlfont); + installOperationCode(dataGridUrl, operationCode,urlList); } /** @@ -259,13 +266,17 @@ public class DataGridTag extends TagSupport { /** * 设置自定义函数操作URL */ - public void setFunUrl(String title, String exp, String funname,String operationCode, String urlStyle) { + public void setFunUrl(String title, String exp, String funname,String operationCode, String urlStyle,String urlclass,String urlfont) { DataGridUrl dataGridUrl = new DataGridUrl(); dataGridUrl.setTitle(title); dataGridUrl.setType(OptTypeDirection.Fun); dataGridUrl.setExp(exp); dataGridUrl.setFunname(funname); dataGridUrl.setUrlStyle(urlStyle); + + dataGridUrl.setUrlclass(urlclass); + dataGridUrl.setUrlfont(urlfont); + installOperationCode(dataGridUrl, operationCode,urlList); } @@ -338,9 +349,7 @@ public class DataGridTag extends TagSupport { dataGridColumn.setEditor(editor); dataGridColumn.setDefaultVal(defaultVal); - columnList.add(dataGridColumn); - Set operationCodes = (Set) super.pageContext.getRequest().getAttribute(Globals.OPERATIONCODES); if (null!=operationCodes) { for (String MyoperationCode : operationCodes) { @@ -355,7 +364,6 @@ public class DataGridTag extends TagSupport { } } - if (field != "opt") { @@ -487,7 +495,6 @@ public class DataGridTag extends TagSupport { out.print(end().toString()); out.flush(); // } - }else{ out.print(datatables().toString()); out.flush(); @@ -497,7 +504,6 @@ public class DataGridTag extends TagSupport { }finally{ if(out!=null){ try { - out.clearBuffer(); end().setLength(0); // 清空资源 @@ -508,7 +514,6 @@ public class DataGridTag extends TagSupport { columnList.clear(); fields = ""; searchFields = ""; - } catch (Exception e) { e.printStackTrace(); } @@ -568,7 +573,6 @@ public class DataGridTag extends TagSupport { sb.append(",\"bSortable\":" + column.isSortable() + ""); sb.append(",\"bVisible\":" + !column.isHidden() + ""); - sb.append(",\"bSearchable\":" + column.isQuery() + ""); } sb.append("}"); @@ -646,7 +650,6 @@ public class DataGridTag extends TagSupport { //System.out.println("queryParams===="+queryParams); sb.append(queryParams); } - sb.append(StringUtil.replaceAll("loadMsg: \'{0}\',", "{0}", MutiLangUtil.getMutiLangInstance().getLang("common.data.loading"))); sb.append("pageSize: " + pageSize + ","); sb.append("pagination:" + pagination + ","); @@ -706,10 +709,8 @@ public class DataGridTag extends TagSupport { sb.append("}"); sb.append("});"); this.setPager(sb, grid); - sb.append("try{restoreheader();}catch(ex){}"); sb.append("});"); - sb.append("function reloadTable(){"); sb.append("try{"); sb.append(" $(\'#\'+gridname).datagrid(\'reload\');" ); @@ -723,7 +724,6 @@ public class DataGridTag extends TagSupport { sb.append("function getSelectRows(){"); sb.append(" return $(\'#"+name+"\').datagrid('getChecked');"); sb.append("}"); - sb.append(" function saveHeader(){"); sb.append(" var columnsFields =null;var easyextends=false;try{columnsFields = $('#"+name+"').datagrid('getColumns');easyextends=true;"); sb.append("}catch(e){columnsFields =$('#"+name+"').datagrid('getColumnFields');}"); @@ -774,13 +774,12 @@ public class DataGridTag extends TagSupport { sb.append( "}"); sb.append( "}"); sb.append( "}"); - if (columnList.size() > 0) { sb.append("function " + name + "search(){"); - + //update by jg_renjie at 2016/1/11 for:TASK #823 增加form实现Form表单验证 sb.append("try { if(! $(\"#"+name+"Form\").Validform({tiptype:3}).check()){return false;} } catch (e){}"); sb.append("if(true){"); - + //update by jg_renjie at 2016/1/11 for:TASK #823 增加form实现Form表单验证 sb.append("var queryParams=$(\'#" + name + "\').datagrid('options').queryParams;"); sb.append("$(\'#" + name + "tb\').find('*').each(function(){queryParams[$(this).attr('name')]=$(this).val();});"); sb.append("$(\'#" + name + "\')." + grid + "({url:'" + actionUrl + "&field=" + searchFields + "',pageNumber:1});" + "}}"); @@ -789,29 +788,27 @@ public class DataGridTag extends TagSupport { sb.append("function dosearch(params){"); sb.append("var jsonparams=$.parseJSON(params);"); sb.append("$(\'#" + name + "\')." + grid + "({url:'" + actionUrl + "&field=" + searchFields + "',queryParams:jsonparams});" + "}"); - + //searchbox框执行方法 searchboxFun(sb,grid); - //生成重置按钮功能js - + //回车事件 sb.append("function EnterPress(e){"); sb.append("var e = e || window.event;"); sb.append("if(e.keyCode == 13){ "); sb.append(name+"search();"); sb.append("}}"); - sb.append("function searchReset(name){"); sb.append(" $(\"#\"+name+\"tb\").find(\":input\").val(\"\");"); - + //update by jg_renjie at 2016/1/11 for:TASK #823 增加form实现Form表单验证,此处避免reset时走验证,代码做了冗余 //String func = name.trim() + "search();"; //sb.append(func); sb.append("var queryParams=$(\'#" + name + "\').datagrid('options').queryParams;"); sb.append("$(\'#" + name + "tb\').find('*').each(function(){queryParams[$(this).attr('name')]=$(this).val();});"); sb.append("$(\'#" + name + "\')." + grid + "({url:'" + actionUrl + "&field=" + searchFields + "',pageNumber:1});"); - + //update by jg_renjie at 2016/1/11 for:TASK #823 增加form实现Form表单验证,此处避免reset时走验证,代码做了冗余 sb.append("}"); } sb.append(""); @@ -829,14 +826,14 @@ public class DataGridTag extends TagSupport { //-----longjb1 增加用于高级查询的参数项 sb.append(""); - - sb.append("
    "); + //update by jg_renjie at 2016/1/11 for:TASK #823 增加form实现Form表单验证 + sb.append(""); sb.append(""); sb.append(""); sb.append(""); sb.append(""); sb.append(""); - + //update by jg_renjie at 2016/1/11 for:TASK #823 //如果表单是组合查询 if("group".equals(getQueryMode())){ for (DataGridColumn col : columnList) { @@ -863,7 +860,6 @@ public class DataGridTag extends TagSupport { }else{ sb.append(""); } - } sb.append(""); @@ -880,7 +876,6 @@ public class DataGridTag extends TagSupport { }else{ sb.append(" "); } - }else if(col.getDictionary().contains(",")&&(!col.isPopup())){ String[] dic = col.getDictionary().split(","); @@ -899,7 +894,6 @@ public class DataGridTag extends TagSupport { sb.append(" "); } @@ -921,7 +915,6 @@ public class DataGridTag extends TagSupport { + type.getTypecode() + "\">"); } - sb.append(MutiLangUtil.getMutiLangInstance().getLang(type.getTypename())); sb.append(" "); @@ -938,7 +931,6 @@ public class DataGridTag extends TagSupport { }else{ sb.append(""); } - //sb.append(""); @@ -947,7 +939,6 @@ public class DataGridTag extends TagSupport { sb.append(""); sb.append("~"); sb.append(""); - } sb.append(""); } @@ -1175,17 +1166,43 @@ public class DataGridTag extends TagSupport { style.append(dataGridUrl.getUrlStyle()); style.append("\' "); } - + + StringBuffer urlclass = new StringBuffer(); + if(!StringUtil.isEmpty(dataGridUrl.getUrlclass())){ + urlclass.append(" class=\'"); + urlclass.append(dataGridUrl.getUrlclass()); + urlclass.append("\'"); + } + StringBuffer urlfont = new StringBuffer(); + if(!StringUtil.isEmpty(dataGridUrl.getUrlfont())){ + urlfont.append(" "); + } if (OptTypeDirection.Confirm.equals(dataGridUrl.getType())) { - sb.append("href+=\"[ \";"); + if(!StringUtil.isEmpty(dataGridUrl.getUrlclass())){ + sb.append("href+=\" "+urlfont.toString()+" \";"); + }else{ + sb.append("href+=\"[ \";"); + } } if (OptTypeDirection.Del.equals(dataGridUrl.getType())) { - sb.append("href+=\"[\";"); + if(!StringUtil.isEmpty(dataGridUrl.getUrlclass())){//倘若urlclass不为空,则去掉链接前面的"["; + sb.append("href+=\" "+urlfont.toString()+" \";"); + }else{ + sb.append("href+=\"[\";"); + } + } if (OptTypeDirection.Fun.equals(dataGridUrl.getType())) { String name = TagUtil.getFunction(dataGridUrl.getFunname()); String parmars = TagUtil.getFunParams(dataGridUrl.getFunname()); - sb.append("href+=\"[\";"); + if(!StringUtil.isEmpty(dataGridUrl.getUrlclass())){//倘若urlclass不为空,则去掉链接前面的"["; + sb.append("href+=\" "+urlfont.toString()+"\";"); + }else{ + sb.append("href+=\"[\";"); + } + } if (OptTypeDirection.OpenWin.equals(dataGridUrl.getType())) { sb.append("href+=\"[\";"); @@ -1193,11 +1210,15 @@ public class DataGridTag extends TagSupport { if (OptTypeDirection.Deff.equals(dataGridUrl.getType())) { sb.append("href+=\"[\";"); } - if (OptTypeDirection.OpenTab.equals(dataGridUrl.getType())) { sb.append("href+=\"[\";"); } - sb.append("href+=\"" + dataGridUrl.getTitle() + "]\";"); + if(!StringUtil.isEmpty(dataGridUrl.getUrlclass())){//倘若urlclass不为空,则去掉链接后面的"]"; + sb.append("href+=\"" + dataGridUrl.getTitle() + " \";"); + }else{ + sb.append("href+=\"" + dataGridUrl.getTitle() + "]\";"); + } + if (StringUtil.isNotEmpty(exp)) { for (int i = 0; i < exp.split("&&").length; i++) { @@ -1292,61 +1313,60 @@ public class DataGridTag extends TagSupport { if(StringUtils.isNotEmpty(column.getExtendParams())){ if(column.getExtendParams().indexOf("editor:'combobox'")>-1){//倘若扩展参数中包含editor:'combobox' + StringBuffer comboboxStr =new StringBuffer();//声明一个替换扩展参数中的editor:'combobox'的变量 if(!StringUtil.isEmpty(column.getDictionary())){//根据数据字典生成editor:'combobox' if(column.getDictionary().contains(",")){ String[] dic = column.getDictionary().split(","); - String sql = "select " + dic[1] + " as field," + dic[2] - + " as text from " + dic[0]; - systemService = ApplicationContextUtil.getContext().getBean( - SystemService.class); + String sql = "select " + dic[1] + " as field," + dic[2]+ " as text from " + dic[0]; + systemService = ApplicationContextUtil.getContext().getBean(SystemService.class); List> list = systemService.findForJdbc(sql); - sb.append(",editor:{type:'combobox',options:{valueField:'typecode',textField:'typename',data:["); + + comboboxStr.append("editor:{type:'combobox',options:{valueField:'typecode',textField:'typename',data:["); for (Map map : list){ - sb.append("{'typecode':'"+map.get("field")+"','typename':'"+map.get("text")+"'},"); + comboboxStr.append("{'typecode':'"+map.get("field")+"','typename':'"+map.get("text")+"'},"); } - sb.append("],required:true}}"); + comboboxStr.append("],required:true}}"); //再增加formatter参数 - sb.append(",formatter:function(value,row){"); + comboboxStr.append(",formatter:function(value,row){"); for (Map map : list){ - sb.append("if(value =='"+map.get("field")+"'){"); - sb.append("return '"+map.get("text")+"';"); - sb.append("}"); - sb.append("return row."+map.get("field")+";"); + comboboxStr.append("if(value =='"+map.get("field")+"'){"); + comboboxStr.append("return '"+map.get("text")+"';"); + comboboxStr.append("}"); } - sb.append("}"); + comboboxStr.append("return row."+map.get("field")+";"); + comboboxStr.append("}"); }else{ Map> typedatas = ResourceUtil.allTypes; List types = typedatas.get(column.getDictionary().toLowerCase()); if (types != null) { - sb.append(",editor:{type:'combobox',options:{valueField:'typecode',textField:'typename',data:["); + comboboxStr.append("editor:{type:'combobox',options:{valueField:'typecode',textField:'typename',data:["); for (TSType type : types) { - sb.append("{'typecode':'"+type.getTypecode()+"','typename':'"+MutiLangUtil.getMutiLangInstance().getLang(type.getTypename())+"'},"); + comboboxStr.append("{'typecode':'"+type.getTypecode()+"','typename':'"+MutiLangUtil.getMutiLangInstance().getLang(type.getTypename())+"'},"); } - sb.append("],required:true}}"); + comboboxStr.append("],required:true}}"); //再增加formatter参数 - sb.append(",formatter:function(value,row){"); + comboboxStr.append(",formatter:function(value,row){"); for (TSType type : types) { - sb.append("if(value =='"+type.getTypecode()+"'){"); - sb.append("return '"+MutiLangUtil.getMutiLangInstance().getLang(type.getTypename())+"';"); - sb.append("}"); - sb.append("return row."+field+";"); + comboboxStr.append("if(value =='"+type.getTypecode()+"'){"); + comboboxStr.append("return '"+MutiLangUtil.getMutiLangInstance().getLang(type.getTypename())+"';"); + comboboxStr.append("}"); } - sb.append("}"); + comboboxStr.append("return row."+field+";"); + comboboxStr.append("}"); } } } - }else{ - - //sb.append(","+column.getExtendParams().substring(0,column.getExtendParams().length()-1)); - if(column.getExtendParams().lastIndexOf(",")!=-1 || column.getExtendParams().lastIndexOf("''")!=-1){ - sb.append(","+column.getExtendParams().substring(0,column.getExtendParams().length()-1)); - }else{ - sb.append(","+column.getExtendParams()); - } - + column.setExtendParams(column.getExtendParams().replaceAll("editor:'combobox'", comboboxStr.toString()));//替换扩展参数 + //System.out.println("column.getExtendParams()=="+column.getExtendParams()); } + //sb.append(","+column.getExtendParams().substring(0,column.getExtendParams().length()-1)); + if(column.getExtendParams().endsWith(",") || column.getExtendParams().endsWith("''")){ + sb.append(","+column.getExtendParams().substring(0,column.getExtendParams().length()-1)); + }else{ + sb.append(","+column.getExtendParams()); + } } @@ -1354,7 +1374,6 @@ public class DataGridTag extends TagSupport { if (column.isHidden()) { sb.append(",hidden:true"); } - if (!treegrid) { // 字段排序 if ((column.isSortable()) && (field.indexOf("_") <= 0 && field != "opt")) { @@ -1369,7 +1388,6 @@ public class DataGridTag extends TagSupport { sb.append(",formatter:function(value,rec,index){"); sb.append(" return "+column.getFormatterjs()+"(value,rec,index);}"); } - }else { // 显示图片 if (column.isImage()) { @@ -1409,7 +1427,6 @@ public class DataGridTag extends TagSupport { sb.append(" if(value.length<=");sb.append(column.getShowLen());sb.append(") {return value}"); sb.append(" else{ return ''+ value.substring(0,");sb.append(column.getShowLen());sb.append(")+'...';}}"); } - else if (columnValueList.size() > 0 && !column.getField().equals("opt")) {// 值替換 String testString = ""; for (ColumnValue columnValue : columnValueList) { @@ -1513,7 +1530,6 @@ public class DataGridTag extends TagSupport { } public String getNoAuthOperButton(){ - StringBuffer sb = new StringBuffer(); if(ResourceUtil.getSessionUserName().getUserName().equals("admin")|| !Globals.BUTTON_AUTHORITY_CHECK){ }else{ @@ -1539,7 +1555,6 @@ public class DataGridTag extends TagSupport { } } - //org.jeecgframework.core.util.LogUtil.info("----getNoAuthOperButton-------"+sb.toString()); return sb.toString(); } @@ -1780,7 +1795,6 @@ public class DataGridTag extends TagSupport { sb.append("function get" + name + "Selections(field){" + "var ids = [];" + "var rows = $(\'#" + name + "\')." + grid + "(\'getSelections\');" + "for(var i=0;i 0) { sb.append("function " + name + "search(){"); sb.append("var queryParams=$(\'#" + name + "\').datagrid('options').queryParams;"); @@ -1834,7 +1847,6 @@ public class DataGridTag extends TagSupport { sb.append("if(e.keyCode == 13){ "); sb.append(name+"search();"); sb.append("}}"); - sb.append("function searchReset(name){"); sb.append(" $(\"#"+name+"tb\").find(\":input\").val(\"\");"); diff --git a/src/main/java/org/jeecgframework/tag/core/easyui/DictSelectTag.java b/src/main/java/org/jeecgframework/tag/core/easyui/DictSelectTag.java index 1784b4c6..c46373fd 100644 --- a/src/main/java/org/jeecgframework/tag/core/easyui/DictSelectTag.java +++ b/src/main/java/org/jeecgframework/tag/core/easyui/DictSelectTag.java @@ -44,7 +44,7 @@ public class DictSelectTag extends TagSupport { private String dictField;// 自定义字典表的匹配字段-字典的编码值 private String dictText;// 自定义字典表的显示文本-字典的显示值 private String extendJson;//扩展参数 - + private String readonly;// 只读属性 public String getReadonly() { return readonly; @@ -70,7 +70,6 @@ public class DictSelectTag extends TagSupport { public void setDatatype(String datatype) { this.datatype = datatype; } - @Autowired private static SystemService systemService; @@ -124,9 +123,8 @@ public class DictSelectTag extends TagSupport { } }else { sb.append(""); - select("common.please.select", "", sb); - for (TSType type : types) { select(type.getTypename(), type.getTypecode(), sb); } @@ -240,10 +232,8 @@ public class DictSelectTag extends TagSupport { if (!StringUtils.isBlank(this.id)) { sb.append(" id=\"" + id + "\""); } - this.readonly(sb); - this.datatype(sb); sb.append(" />"); } else { @@ -252,9 +242,7 @@ public class DictSelectTag extends TagSupport { if (!StringUtils.isBlank(this.id)) { sb.append(" id=\"" + id + "\""); } - this.readonly(sb); - this.datatype(sb); sb.append(" />"); } @@ -271,6 +259,9 @@ public class DictSelectTag extends TagSupport { * @param sb */ private void checkbox(String name, String code, StringBuffer sb) { + if(this.defaultVal==null){ + this.defaultVal=""; + } String[] values = this.defaultVal.split(","); Boolean checked = false; for (int i = 0; i < values.length; i++) { @@ -287,9 +278,7 @@ public class DictSelectTag extends TagSupport { if (!StringUtils.isBlank(this.id)) { sb.append(" id=\"" + id + "\""); } - this.readonly(sb); - this.datatype(sb); sb.append(" />"); } else { @@ -298,9 +287,7 @@ public class DictSelectTag extends TagSupport { if (!StringUtils.isBlank(this.id)) { sb.append(" id=\"" + id + "\""); } - this.readonly(sb); - this.datatype(sb); sb.append(" />"); } @@ -334,7 +321,6 @@ public class DictSelectTag extends TagSupport { private List> queryDic() { String sql = "select " + dictField + " as field," + dictText + " as text from " + dictTable; - if(dictCondition!=null){ sql+=dictCondition; } diff --git a/src/main/java/org/jeecgframework/tag/core/easyui/FormValidationTag.java b/src/main/java/org/jeecgframework/tag/core/easyui/FormValidationTag.java index 76d34a85..245a0716 100644 --- a/src/main/java/org/jeecgframework/tag/core/easyui/FormValidationTag.java +++ b/src/main/java/org/jeecgframework/tag/core/easyui/FormValidationTag.java @@ -42,7 +42,6 @@ public class FormValidationTag extends TagSupport { public void setCssTheme(String cssTheme) { this.cssTheme = cssTheme; } - public String getStyleClass() { return styleClass; } @@ -50,7 +49,6 @@ public class FormValidationTag extends TagSupport { public void setStyleClass(String styleClass) { this.styleClass = styleClass; } - public void setTabtitle(String tabtitle) { this.tabtitle = tabtitle; } @@ -108,7 +106,6 @@ public class FormValidationTag extends TagSupport { if(this.getStyleClass()!=null){ sb.append("class=\""+this.getStyleClass()+"\" "); } - sb.append(" action=\"" + action + "\" name=\"" + formid + "\" method=\"post\">"); if ("btn_sub".equals(btnsub) && dialog) sb.append(""); @@ -156,7 +153,6 @@ public class FormValidationTag extends TagSupport { sb.append(SysThemesUtil.getValidformStyleTheme(sysThemesEnum)); //tablefrom.css sb.append(SysThemesUtil.getValidformTablefrom(sysThemesEnum)); - sb.append(StringUtil.replace("", "{0}", lang)); sb.append(StringUtil.replace("", "{0}", lang)); sb.append(StringUtil.replace("", "{0}", lang)); @@ -244,7 +240,6 @@ public class FormValidationTag extends TagSupport { } jqsb.append("jqtransform :{selector:\"select\"}"); } - if (usePlugin.indexOf("jqtransform") >= 0) { sb.append(jqsb); } @@ -297,9 +292,7 @@ public class FormValidationTag extends TagSupport { e.printStackTrace(); }finally{ try { - sb.setLength(0); - out.clearBuffer(); } catch (Exception e2) { } diff --git a/src/main/java/org/jeecgframework/tag/core/easyui/HasPermissionTag.java b/src/main/java/org/jeecgframework/tag/core/easyui/HasPermissionTag.java new file mode 100644 index 00000000..33e1f316 --- /dev/null +++ b/src/main/java/org/jeecgframework/tag/core/easyui/HasPermissionTag.java @@ -0,0 +1,80 @@ +package org.jeecgframework.tag.core.easyui; + +import java.io.IOException; +import java.util.Set; + +import javax.servlet.jsp.JspException; +import javax.servlet.jsp.JspWriter; +import javax.servlet.jsp.tagext.TagSupport; + +import org.jeecgframework.core.constant.Globals; +import org.jeecgframework.core.util.ApplicationContextUtil; +import org.jeecgframework.core.util.ResourceUtil; +import org.jeecgframework.core.util.oConvertUtils; +import org.jeecgframework.web.system.pojo.base.TSOperation; +import org.jeecgframework.web.system.service.SystemService; +import org.springframework.beans.factory.annotation.Autowired; +/** + * + * @Title:HasPermissionTag + * @description:新权限JSP标签,通过标签的 “权限标示” 控制代码片段是否显示 + * @author chenj + * @date 2016-08-19 + * @version V1.0 + */ +public class HasPermissionTag extends TagSupport{ + /** + * + */ + private static final long serialVersionUID = 1L; + /**按钮code*/ + private String name; + @Autowired + private SystemService systemService; + public int doStartTag() throws JspException { + String p = getName(); + + boolean show = showTagBody(p); + if (show) { + return TagSupport.EVAL_BODY_INCLUDE; + } else { + return TagSupport.SKIP_BODY; + } + } + public boolean showTagBody(String p) { + + if(ResourceUtil.getSessionUserName().getUserName().equals("admin")|| !Globals.BUTTON_AUTHORITY_CHECK){ + return true; + }else{ + //权限判断; + Set operationCodes = (Set) super.pageContext.getRequest().getAttribute(Globals.OPERATIONCODES); + if (null!=operationCodes) { + for (String MyoperationCode : operationCodes) { + if (oConvertUtils.isEmpty(MyoperationCode)) + break; + systemService = ApplicationContextUtil.getContext().getBean(SystemService.class); + TSOperation operation = systemService.getEntity(TSOperation.class, MyoperationCode); + if (operation.getOperationcode().equals(p)){ + return true; + } + } + } + + } +// if(p!=null&&p.trim().equals("show")){ +// return true; +// }else if(p!=null&&p.trim().equals("hide")){ +// return false; +// } + return false; + } + + public String getName() { + return name; + } + public void setName(String name) { + this.name = name; + } + + +} diff --git a/src/main/java/org/jeecgframework/tag/core/easyui/MenuTag.java b/src/main/java/org/jeecgframework/tag/core/easyui/MenuTag.java index b382943c..7958c285 100644 --- a/src/main/java/org/jeecgframework/tag/core/easyui/MenuTag.java +++ b/src/main/java/org/jeecgframework/tag/core/easyui/MenuTag.java @@ -44,7 +44,6 @@ public class MenuTag extends TagSupport { public int doEndTag() throws JspTagException { JspWriter out = null; try { - out = this.pageContext.getOut(); out.print(end().toString()); out.flush(); @@ -58,7 +57,6 @@ public class MenuTag extends TagSupport { // out.print(menu); // out.flush(); // } - } catch (IOException e) { e.printStackTrace(); }finally{ @@ -72,22 +70,18 @@ public class MenuTag extends TagSupport { public StringBuffer end() { StringBuffer sb = new StringBuffer(); - if (style.equals("easyui")) { sb.append("
      "); sb.append(ListtoMenu.getEasyuiMultistageTree(menuFun, style)); sb.append("
    "); } if(style.equals("shortcut")) - // { sb.append("
    "); { sb.append("
    "); - sb.append(ListtoMenu.getEasyuiMultistageTree(menuFun, style)); sb.append("
    "); } - if(style.equals("bootstrap")) { sb.append(ListtoMenu.getBootMenu(parentFun, childFun)); diff --git a/src/main/java/org/jeecgframework/tag/core/easyui/SelectZTreeTag.java b/src/main/java/org/jeecgframework/tag/core/easyui/SelectZTreeTag.java new file mode 100644 index 00000000..b468f766 --- /dev/null +++ b/src/main/java/org/jeecgframework/tag/core/easyui/SelectZTreeTag.java @@ -0,0 +1,173 @@ +package org.jeecgframework.tag.core.easyui; + +import java.io.IOException; + +import javax.servlet.jsp.JspTagException; +import javax.servlet.jsp.JspWriter; +import javax.servlet.jsp.tagext.TagSupport; + +import org.apache.commons.lang.StringUtils; + +/** + * + * 下拉选择菜单框 + * + * @author: gengjiajia + * @date: 日期:2016-7-25 + * @version 1.0 + */ +public class SelectZTreeTag extends TagSupport { + + private static final long serialVersionUID = 1; + + private String id; + private String url; + private String windowWidth; //窗口宽度 + private String windowHeight; //窗口高度 + public String getUrl() { + return url; + } + + public String getId() { + return id; + } + + public void setId(String id) { + this.id = id; + } + + public void setUrl(String url) { + this.url = url; + } + + public String getWindowWidth() { + return windowWidth; + } + + public void setWindowWidth(String windowWidth) { + this.windowWidth = windowWidth; + } + + public String getWindowHeight() { + return windowHeight; + } + + public void setWindowHeight(String windowHeight) { + this.windowHeight = windowHeight; + } + + public int doStartTag() throws JspTagException { + return EVAL_PAGE; + } + + public int doEndTag() throws JspTagException { + JspWriter out = null; + try { + out = this.pageContext.getOut(); + out.print(end().toString()); + out.flush(); + } catch (IOException e) { + e.printStackTrace(); + }finally{ + if(out!=null){ + try { + out.clear(); + out.close(); + } catch (Exception e) { + } + } + + } + return EVAL_PAGE; + } + + public StringBuffer end() { + + StringBuffer sb = new StringBuffer(); + if (StringUtils.isBlank(url)) { + url = "url"; + } + + if(StringUtils.isBlank(windowWidth)){ + windowWidth = "200px"; + } + + if(StringUtils.isBlank(windowHeight)){ + windowHeight = "30px"; + } + sb.append(""); + sb.append(""); + sb.append(""); + sb.append(""); + sb.append(" "); + sb.append("
    "); + sb.append("
      "); + sb.append("
      "); + return sb; + } +} diff --git a/src/main/java/org/jeecgframework/tag/core/easyui/TabsTag.java b/src/main/java/org/jeecgframework/tag/core/easyui/TabsTag.java index 2d61c159..0105d4ca 100644 --- a/src/main/java/org/jeecgframework/tag/core/easyui/TabsTag.java +++ b/src/main/java/org/jeecgframework/tag/core/easyui/TabsTag.java @@ -160,13 +160,13 @@ public class TabsTag extends TagSupport { } if (tabs) { //增加width属性,fit属性之前写死,改为由页面设定,不填默认true - sb.append("
      "); + sb.append("
      "); if (!iframe) { for (Tab tab : tabList) { if (tab.getHref() != null) { - sb.append("
      "); + sb.append("
      "); } else { - sb.append("
      "); + sb.append("
      "); sb.append(""); diff --git a/src/main/java/org/jeecgframework/tag/core/easyui/TagUtil.java b/src/main/java/org/jeecgframework/tag/core/easyui/TagUtil.java index 34bac2c0..5e504971 100644 --- a/src/main/java/org/jeecgframework/tag/core/easyui/TagUtil.java +++ b/src/main/java/org/jeecgframework/tag/core/easyui/TagUtil.java @@ -84,10 +84,8 @@ public class TagUtil { } else { value = fieldNametoValues(childFieldName, value); } - } if(value != "" && value != null) { - value = converunicode(value.toString()); } return value; @@ -97,7 +95,6 @@ public class TagUtil { for (int i=0; i0){ StringBuffer sb = new StringBuffer(); @@ -650,7 +641,6 @@ public class TagUtil { } } - public static String getJsonByMap(List fields,List> datas){ if(datas!=null && datas.size()>0){ StringBuffer sb = new StringBuffer(); diff --git a/src/main/java/org/jeecgframework/tag/core/easyui/UploadTag.java b/src/main/java/org/jeecgframework/tag/core/easyui/UploadTag.java index 57cf56d1..d7421643 100644 --- a/src/main/java/org/jeecgframework/tag/core/easyui/UploadTag.java +++ b/src/main/java/org/jeecgframework/tag/core/easyui/UploadTag.java @@ -31,15 +31,23 @@ public class UploadTag extends TagSupport { protected boolean auto=false;//是否自动上传 protected String onUploadSuccess;//上传成功处理函数 protected boolean view=false;//生成查看删除链接 - protected String formId;//参数名称 + public String getFormId() { return formId; } public void setFormId(String formId) { this.formId = formId; } + + private String fileSizeLimit = "15MB";//上传文件大小设置 + public String getFileSizeLimit() { + return fileSizeLimit; + } + public void setFileSizeLimit(String fileSizeLimit) { + this.fileSizeLimit = fileSizeLimit; + } public void setView(boolean view) { @@ -122,7 +130,7 @@ public class UploadTag extends TagSupport { +"fileTypeDesc:\'文件格式:\'," +"queueID:\'"+queueID+"\'," +"fileTypeExts:\'"+extend+"\'," - +"fileSizeLimit:\'15MB\'," + +"fileSizeLimit:\'"+fileSizeLimit+"\'," +"swf:\'plug-in/uploadify/uploadify.swf\', " +"uploader:\'"+getUploader() +"onUploadStart : function(file) { "); @@ -142,7 +150,6 @@ public class UploadTag extends TagSupport { } } sb.append("});"); - }else if (formId!=null) { sb.append(" var o = {};"); sb.append(" var _array = $('#"+formId+"').serializeArray();"); @@ -158,7 +165,6 @@ public class UploadTag extends TagSupport { sb.append(" });"); sb.append("$(\'#"+id+"\').uploadify(\"settings\", \"formData\", o);"); }; - sb.append("} ," +"onQueueComplete : function(queueData) { "); if(dialog) @@ -185,9 +191,7 @@ public class UploadTag extends TagSupport { if(view) { sb.append("var fileitem=\"\"+d.attributes.name+\"  \";"); - sb.append(" m=new Map(); "); - sb.append("m.put(d.attributes.id,fileitem);"); sb.append("fileKey=d.attributes.fileKey;"); } diff --git a/src/main/java/org/jeecgframework/tag/vo/easyui/DataGridColumn.java b/src/main/java/org/jeecgframework/tag/vo/easyui/DataGridColumn.java index bd0233fc..b17c4149 100644 --- a/src/main/java/org/jeecgframework/tag/vo/easyui/DataGridColumn.java +++ b/src/main/java/org/jeecgframework/tag/vo/easyui/DataGridColumn.java @@ -44,7 +44,6 @@ public class DataGridColumn { protected String editor;//高级查询用的编辑器 private String defaultVal = "";//列默认值 - public String getEditor() { return editor; diff --git a/src/main/java/org/jeecgframework/tag/vo/easyui/DataGridUrl.java b/src/main/java/org/jeecgframework/tag/vo/easyui/DataGridUrl.java index 366402fa..8272cfc1 100644 --- a/src/main/java/org/jeecgframework/tag/vo/easyui/DataGridUrl.java +++ b/src/main/java/org/jeecgframework/tag/vo/easyui/DataGridUrl.java @@ -20,6 +20,10 @@ public class DataGridUrl { private boolean isRadio;//是否是单选框 private String onclick;//选项单击事件 private String urlStyle;//url样式 + + private String urlclass;//按钮样式 + private String urlfont;//按钮图标 + public String getOnclick() { return onclick; } @@ -124,6 +128,19 @@ public class DataGridUrl { public String getUrlStyle() { return urlStyle; } - + + public String getUrlclass() { + return urlclass; + } + public void setUrlclass(String urlclass) { + this.urlclass = urlclass; + } + public String getUrlfont() { + return urlfont; + } + public void setUrlfont(String urlfont) { + this.urlfont = urlfont; + } + } diff --git a/src/main/java/org/jeecgframework/tag/vo/easyui/TreeGridModel.java b/src/main/java/org/jeecgframework/tag/vo/easyui/TreeGridModel.java index bd700a66..0fbded5b 100644 --- a/src/main/java/org/jeecgframework/tag/vo/easyui/TreeGridModel.java +++ b/src/main/java/org/jeecgframework/tag/vo/easyui/TreeGridModel.java @@ -22,6 +22,7 @@ public class TreeGridModel implements java.io.Serializable { private String icon; private String order; private String functionType; + private String iconStyle;//图标样式 public String getFunctionType() { return functionType; @@ -101,6 +102,13 @@ public class TreeGridModel implements java.io.Serializable { public void setFieldMap(Map fieldMap) { this.fieldMap = fieldMap; } + public String getIconStyle() { + return iconStyle; + } + public void setIconStyle(String iconStyle) { + this.iconStyle = iconStyle; + } + } diff --git a/src/main/java/org/jeecgframework/web/cgform/controller/autoform/AutoFormController.java b/src/main/java/org/jeecgframework/web/autoform/controller/AutoFormController.java similarity index 84% rename from src/main/java/org/jeecgframework/web/cgform/controller/autoform/AutoFormController.java rename to src/main/java/org/jeecgframework/web/autoform/controller/AutoFormController.java index 6268792f..b4efd15d 100644 --- a/src/main/java/org/jeecgframework/web/cgform/controller/autoform/AutoFormController.java +++ b/src/main/java/org/jeecgframework/web/autoform/controller/AutoFormController.java @@ -1,4 +1,4 @@ -package org.jeecgframework.web.cgform.controller.autoform; +package org.jeecgframework.web.autoform.controller; import java.io.IOException; import java.io.StringWriter; @@ -9,10 +9,6 @@ import java.util.HashMap; import java.util.Iterator; import java.util.List; import java.util.Map; -import java.util.Map.Entry; -import java.util.Set; -import java.util.regex.Matcher; -import java.util.regex.Pattern; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; @@ -22,7 +18,7 @@ import net.sf.json.JSONObject; import org.apache.commons.lang3.StringUtils; import org.apache.log4j.Logger; -import org.jeecgframework.codegenerate.database.JeecgReadTable; +import org.apache.velocity.VelocityContext; import org.jeecgframework.core.common.controller.BaseController; import org.jeecgframework.core.common.exception.BusinessException; import org.jeecgframework.core.common.hibernate.qbc.CriteriaQuery; @@ -32,19 +28,19 @@ import org.jeecgframework.core.constant.Globals; import org.jeecgframework.core.util.DynamicDBUtil; import org.jeecgframework.core.util.MyBeanUtils; import org.jeecgframework.core.util.ResourceUtil; -import org.jeecgframework.core.util.SqlUtil; import org.jeecgframework.core.util.StringUtil; import org.jeecgframework.core.util.oConvertUtils; +import org.jeecgframework.p3.core.util.plugin.ViewVelocity; import org.jeecgframework.tag.core.easyui.TagUtil; -import org.jeecgframework.web.cgform.entity.autoform.AutoFormDbEntity; -import org.jeecgframework.web.cgform.entity.autoform.AutoFormDbFieldEntity; -import org.jeecgframework.web.cgform.entity.autoform.AutoFormEntity; -import org.jeecgframework.web.cgform.entity.autoform.AutoFormParamEntity; -import org.jeecgframework.web.cgform.entity.autoform.AutoFormStyleEntity; -import org.jeecgframework.web.cgform.service.autoform.AutoFormDbServiceI; -import org.jeecgframework.web.cgform.service.autoform.AutoFormServiceI; -import org.jeecgframework.web.cgform.util.AutoFormCommUtil; -import org.jeecgframework.web.cgform.util.AutoFormTemplateParseUtil; +import org.jeecgframework.web.autoform.entity.AutoFormDbEntity; +import org.jeecgframework.web.autoform.entity.AutoFormDbFieldEntity; +import org.jeecgframework.web.autoform.entity.AutoFormEntity; +import org.jeecgframework.web.autoform.entity.AutoFormParamEntity; +import org.jeecgframework.web.autoform.entity.AutoFormStyleEntity; +import org.jeecgframework.web.autoform.service.AutoFormDbServiceI; +import org.jeecgframework.web.autoform.service.AutoFormServiceI; +import org.jeecgframework.web.autoform.util.AutoFormCommUtil; +import org.jeecgframework.web.autoform.util.AutoFormTemplateParseUtil; import org.jeecgframework.web.cgform.util.TemplateUtil; import org.jeecgframework.web.system.pojo.base.DynamicDataSourceEntity; import org.jeecgframework.web.system.pojo.base.TSType; @@ -55,7 +51,6 @@ import org.jsoup.nodes.Document; import org.jsoup.nodes.Element; import org.jsoup.select.Elements; import org.springframework.beans.factory.annotation.Autowired; -import org.springframework.context.annotation.Scope; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.ResponseBody; @@ -102,7 +97,7 @@ public class AutoFormController extends BaseController { */ @RequestMapping(params = "autoForm") public ModelAndView autoForm(HttpServletRequest request) { - return new ModelAndView("jeecg/cgform/autoform/autoFormList"); + return new ModelAndView("jeecg/autoform/autoFormList"); } /** @@ -114,7 +109,6 @@ public class AutoFormController extends BaseController { * @param */ - @SuppressWarnings("unchecked") @RequestMapping(params = "datagrid") public void datagrid(AutoFormEntity autoForm,HttpServletRequest request, HttpServletResponse response, DataGrid dataGrid) { CriteriaQuery cq = new CriteriaQuery(AutoFormEntity.class, dataGrid); @@ -205,11 +199,9 @@ public class AutoFormController extends BaseController { autoForm.setFormContent(html); autoForm.setFormParse(autoForm.getFormContent()); } - autoForm.setCreateDate(new Date()); autoForm.setCreateName(ResourceUtil.getSessionUserName().getRealName()); autoForm.setCreateBy(ResourceUtil.getSessionUserName().getUserName()); - autoFormService.save(autoForm); systemService.addLog(message, Globals.Log_Type_INSERT, Globals.Log_Leavel_INFO); }catch(Exception e){ @@ -249,17 +241,15 @@ public class AutoFormController extends BaseController { t.setFormContent(html); t.setFormParse(autoForm.getFormContent()); } - autoForm.setUpdateDate(new Date()); autoForm.setUpdateName(ResourceUtil.getSessionUserName().getRealName()); autoForm.setUpdateBy(ResourceUtil.getSessionUserName().getUserName()); - autoFormService.saveOrUpdate(t); attributes.put("id", t.getId()); j.setAttributes(attributes); - message = "表单更新成功"; + message = "表单更新成功!"; if(StringUtils.isBlank(autoForm.getMainTableSource())) - message+=",主数据源为空,请选择主数据源!"; + message+="(主数据源尚未设置)"; } else { if(StringUtils.isNotBlank(autoForm.getFormContent())){ // Map map = tool.processor(autoForm.getFormContent()); @@ -272,15 +262,14 @@ public class AutoFormController extends BaseController { autoForm.setFormContent(html); autoForm.setFormParse(autoForm.getFormContent()); } - + //TODO 待实现 - autoFormService.save(autoForm); attributes.put("id", autoForm.getId()); j.setAttributes(attributes); - message = "表单添加成功"; + message = "表单添加成功!"; if(StringUtils.isBlank(autoForm.getMainTableSource())) - message+=",主数据源为空,请选择主数据源!"; + message+="(主数据源尚未设置)"; } systemService.addLog(message, Globals.Log_Type_UPDATE, Globals.Log_Leavel_INFO); } catch (Exception e) { @@ -307,7 +296,6 @@ public class AutoFormController extends BaseController { map.put(name, name); } } - // Elements ids = doc.select("input[name$=.id]"); // for (Element el: ids) { // String name = el.attr("name"); @@ -318,7 +306,6 @@ public class AutoFormController extends BaseController { // map.put(name, name); // } // } - } @@ -336,7 +323,7 @@ public class AutoFormController extends BaseController { JSONArray jsonArray = JSONArray.fromObject(getStyleList("")); req.setAttribute("styleSelect", jsonArray.toString()); - return new ModelAndView("jeecg/cgform/autoform/autoForm-add"); + return new ModelAndView("jeecg/autoform/autoForm-add"); } /** * 表单表编辑页面跳转 @@ -355,7 +342,7 @@ public class AutoFormController extends BaseController { JSONArray dbArray = JSONArray.fromObject(getFormDbList(autoForm.getId())); req.setAttribute("dbDate", dbArray.toString()); - return new ModelAndView("jeecg/cgform/autoform/autoForm-update"); + return new ModelAndView("jeecg/autoform/autoForm-update"); } /** @@ -409,9 +396,7 @@ public class AutoFormController extends BaseController { for(AutoFormDbEntity dbForm:list){ map = new HashMap(); map.put("id", dbForm.getId()); - map.put("name", dbForm.getDbChName()+"("+dbForm.getDbName()+")"); - map.put("dbCode", dbForm.getDbName()); map.put("pid", "0"); //增加父节点 @@ -422,9 +407,7 @@ public class AutoFormController extends BaseController { for(AutoFormDbFieldEntity field: fieldlist){ map = new HashMap(); map.put("id", field.getId()); - map.put("name", (StringUtils.isBlank(field.getFieldText())||"null".equals(field.getFieldText()))?field.getFieldName():field.getFieldText()+"("+field.getFieldName()+")"); - map.put("pId", dbForm.getId()); map.put("nocheck",true); dateList.add(map); @@ -436,9 +419,7 @@ public class AutoFormController extends BaseController { for(AutoFormDbFieldEntity field: fieldlist){ map = new HashMap(); map.put("id", field.getId()); - map.put("name", (StringUtils.isBlank(field.getFieldText())||"null".equals(field.getFieldText()))?field.getFieldName():field.getFieldText()+"("+field.getFieldName()+")"); - map.put("pId", dbForm.getId()); map.put("nocheck",true); dateList.add(map); @@ -487,15 +468,11 @@ public class AutoFormController extends BaseController { dsData.put("dsName", db.getDbName()); dsList.add(dsData); if("table".equals(db.getDbType())){ - String hql = "select new Map(t.fieldName as fieldName,t.fieldText as fieldText) from AutoFormDbFieldEntity t where t.autoFormDbId=?"; - List> columns = this.systemService.findHql(hql, autoFormDbId); dsData.put("columns", columns); } else if("sql".equals(db.getDbType())){ - String hql = "select new Map(t.fieldName as fieldName,t.fieldText as fieldText) from AutoFormDbFieldEntity t where t.autoFormDbId=?"; - List> columns = this.systemService.findHql(hql, autoFormDbId); if(columns.size()>0){ dsData.put("columns", columns); @@ -563,12 +540,11 @@ public class AutoFormController extends BaseController { //3.传递参数 //req.setAttribute("tbDbKey", autoFormDbEntity.getTbDbKey()); req.setAttribute("dbKey", autoFormDbEntity.getDbKey()); - } req.setAttribute("paramList", paramList); req.setAttribute("autoFormPage", autoForm); } - return new ModelAndView("jeecg/cgform/autoform/autoForm-view"); + return new ModelAndView("jeecg/autoform/autoForm-view"); } @@ -633,7 +609,6 @@ public class AutoFormController extends BaseController { paramMap.put(key, tem.get(key)); } - String op = req.getParameter("op"); if(StringUtil.isEmpty(op)){ op = AutoFormTemplateParseUtil.OP_VIEW; @@ -642,10 +617,10 @@ public class AutoFormController extends BaseController { if(StringUtils.isNotBlank(autoForm.getFormName())){ autoForm = this.systemService.findUniqueByProperty(AutoFormEntity.class, "formName", autoForm.getFormName()); if(autoForm==null){ - return new ModelAndView("jeecg/cgform/autoform/autoForm-error").addObject("message", "表单信息获取失败!"); + return new ModelAndView("jeecg/autoform/autoForm-error").addObject("message", "表单信息获取失败!"); } }else{ - return new ModelAndView("jeecg/cgform/autoform/autoForm-error").addObject("message", "formName不能为空!"); + return new ModelAndView("jeecg/autoform/autoForm-error").addObject("message", "formName不能为空!"); } //根据formid查询表单的参数 @@ -654,7 +629,7 @@ public class AutoFormController extends BaseController { for(String param:paramList){ String paramValue = req.getParameter(param); if(paramValue==null){ - return new ModelAndView("jeecg/cgform/autoform/autoForm-error").addObject("message", "缺少表单参数:"+param); + return new ModelAndView("jeecg/autoform/autoForm-error").addObject("message", "缺少表单参数:"+param); } } } @@ -673,7 +648,7 @@ public class AutoFormController extends BaseController { ftlContent = AutoFormTemplateParseUtil.parseHtmlForAdd(ftlContent,paras); req.setAttribute("formContent", ftlContent); req.setAttribute("op", op); - return new ModelAndView("jeecg/cgform/autoform/autoForm-review-add"); + return new ModelAndView("jeecg/autoform/autoForm-review-add"); }else if(AutoFormTemplateParseUtil.OP_UPDATE.equals(op)){ paras = getFormData(autoForm,paramMap); String id = req.getParameter("id"); @@ -684,23 +659,23 @@ public class AutoFormController extends BaseController { ftlContent = AutoFormTemplateParseUtil.parseHtmlForUpdate(ftlContent,paras); req.setAttribute("formContent", ftlContent); req.setAttribute("op", op); - return new ModelAndView("jeecg/cgform/autoform/autoForm-review-update"); + return new ModelAndView("jeecg/autoform/autoForm-review-update"); }else if(AutoFormTemplateParseUtil.OP_ADD_OR_UPDATE.equals(op)){ paras = getFormData(autoForm,paramMap); // 2.解析ueditor html 注入数据【智能提交模式】 ftlContent = AutoFormTemplateParseUtil.parseHtmlForAddOrUpdate(ftlContent,paras); req.setAttribute("formContent", ftlContent); req.setAttribute("op", op); - return new ModelAndView("jeecg/cgform/autoform/autoForm-review-addorupdate"); + return new ModelAndView("jeecg/autoform/autoForm-review-addorupdate"); } req.setAttribute("formContent", ftlContent); req.setAttribute("op", op); - return new ModelAndView("jeecg/cgform/autoform/autoForm-review"); + return new ModelAndView("jeecg/autoform/autoForm-review"); } catch (Exception e) { e.printStackTrace(); message = "表单添加失败:"+e.getMessage(); } - return new ModelAndView("jeecg/cgform/autoform/autoForm-error").addObject("message", message); + return new ModelAndView("jeecg/autoform/autoForm-error").addObject("message", message); } @@ -728,7 +703,7 @@ public class AutoFormController extends BaseController { if(autoFormDbFieldEntityList.size()>0){ StringBuffer hqlTable = new StringBuffer().append("select "); for(AutoFormDbFieldEntity autoFormDbFieldEntity:autoFormDbFieldEntityList){ - //author:jg_renjie----start-----date:20160228--------for:TASK #704 【表单填报预览】针对特殊类型数据,需要进行转换,比如blob + boolean flag = false; for(Map typeMap:typeList){ String dataType = typeMap.get("dataType").toString().toUpperCase(); @@ -759,7 +734,6 @@ public class AutoFormController extends BaseController { //当前上下文中的DB环境,获取数据库表中的所有数据 data = systemService.findForJdbc(hqlTable.toString()); } - else{ DynamicDataSourceEntity dynamicDataSourceEntity = dynamicDataSourceServiceI.getDynamicDataSourceEntityForDbKey(formDb.getDbKey()); if(dynamicDataSourceEntity!=null){ @@ -799,14 +773,18 @@ public class AutoFormController extends BaseController { // data = systemService.findForJdbc(dbDynSql); Object dbKeys = paramMap.get("dbKey"); - if (dbKeys != null && dbKeys != "") { + if (oConvertUtils.isNotEmpty(dbKeys)) { if (dbKeys instanceof String) { String dbKey = dbKeys.toString(); data = DynamicDBUtil.findList(dbKey, dbDynSql); } else { String[] keys = (String[]) dbKeys; String dbKey = keys[0]; - data = DynamicDBUtil.findList(dbKey, dbDynSql); + if(oConvertUtils.isNotEmpty(dbKey)){ + data = DynamicDBUtil.findList(dbKey, dbDynSql); + }else{ + data = systemService.findForJdbc(dbDynSql); + } } } else { data = systemService.findForJdbc(dbDynSql); @@ -831,7 +809,7 @@ public class AutoFormController extends BaseController { * @param dbTableNm * @return */ - //author:jg_renjie----start-----date:20160228--------for:TASK #704 【表单填报预览】针对特殊类型数据,需要进行转换,比如blob + private List> getColumnTypes(String dbTableNm,String dbkey){ List> list = new ArrayList>(); String sql = "select DATA_TYPE as dataType,COLUMN_NAME as columnNm from information_schema.COLUMNS where TABLE_NAME='"+dbTableNm+"'"; @@ -884,7 +862,7 @@ public class AutoFormController extends BaseController { TemplateUtil tool = new TemplateUtil(); Map map = tool.processor(autoForm.getFormContent()); req.setAttribute("formContent", map.get("parseHtml")); - return new ModelAndView("jeecg/cgform/autoform/autoForm-review"); + return new ModelAndView("jeecg/autoform/autoForm-review"); } /** * @@ -917,9 +895,7 @@ public class AutoFormController extends BaseController { if(StringUtils.isNotBlank(dbForm.getAutoFormId())){ List dbFormList = this.systemService.findByProperty(AutoFormDbEntity.class, "autoFormId", dbForm.getAutoFormId()); if(dbFormList.size()>0){ - message = ""; - for(AutoFormDbEntity entity:dbFormList){ //根据数据源名称进行匹配数据 message += ""; @@ -928,17 +904,13 @@ public class AutoFormController extends BaseController { j.setMsg(message); } else{ j.setSuccess(false); - message = ""; - j.setMsg(message); } }else{ //2.如果ID为空,则option拼接提示信息 j.setSuccess(false); - message = ""; - j.setMsg(message); } return j; @@ -958,12 +930,11 @@ public class AutoFormController extends BaseController { //1.如果ID不为空则拼接option字符串 //根据数据源名称进行匹配数据 if(StringUtils.isNotBlank(dbForm.getDbName()) && StringUtils.isNotBlank(dbForm.getAutoFormId())){ - + String hqlList = "from AutoFormDbEntity t where t.dbName = ? and autoFormId = ?"; List list= this.systemService.findHql(hqlList, dbForm.getDbName(),dbForm.getAutoFormId()); if(list.size() ==1){ dbForm = list.get(0); - //dbForm = this.systemService.findUniqueByProperty(AutoFormDbEntity.class, "dbName", dbForm.getDbName()); List> columns = new ArrayList>(); if("table".equals(dbForm.getDbType())){ @@ -982,9 +953,7 @@ public class AutoFormController extends BaseController { } } if(columns.size()>0){ - message = ""; - for(Map map:columns){ message += ""; } @@ -992,23 +961,19 @@ public class AutoFormController extends BaseController { j.setMsg(message); } else{ j.setSuccess(false); - message = ""; - j.setMsg(message); } }else{ //2.如果ID为空,则option拼接提示信息 j.setSuccess(false); - message = ""; - j.setMsg(message); } } return j; } - //add-begin--Author:jg_renjie Date:20150725 for:数据源根据autoFormId与dbName取数据,并拼接成tr串 + /** * 得到与指定数据源对应的字段,并拼接成table字符串 * @param dbForm @@ -1026,7 +991,7 @@ public class AutoFormController extends BaseController { Map attributes = new HashMap(); if(StringUtils.isNotBlank(dbForm.getDbName()) && StringUtils.isNotBlank(dbForm.getAutoFormId())){ - + String hqlList = "from AutoFormDbEntity t where t.dbName = ? and autoFormId = ?"; List list= this.systemService.findHql(hqlList, dbForm.getDbName(),dbForm.getAutoFormId()); if(list.size() ==1){ @@ -1038,7 +1003,6 @@ public class AutoFormController extends BaseController { } else { attributes.put("dbName", dbForm.getDbName()); } - //dbForm = this.systemService.findUniqueByProperty(AutoFormDbEntity.class, "dbName", dbForm.getDbName()); List> columns = new ArrayList>(); if("table".equals(dbForm.getDbType())){ @@ -1198,7 +1162,6 @@ public class AutoFormController extends BaseController { } else { message = ""; } - j.setSuccess(true); //j.setMsg(message); @@ -1215,7 +1178,7 @@ public class AutoFormController extends BaseController { } return j; } - //add-end--Author:jg_renjie Date:20150725 for:数据源根据autoFormId与dbName取数据,并拼接成tr串 + /** * 字段下拉框选择值时,自动填充表头信息 @@ -1245,7 +1208,6 @@ public class AutoFormController extends BaseController { j.setMsg(message); return j; } - /** * 添加表单 @@ -1352,7 +1314,6 @@ public class AutoFormController extends BaseController { return j; } - @RequestMapping(params = "checkTbCode") @ResponseBody public com.alibaba.fastjson.JSONObject checkTbCode(String param,String cVal){ @@ -1375,7 +1336,6 @@ public class AutoFormController extends BaseController { jsonObject.put("status", "y"); return jsonObject; } - private void delFormDb(String autoFormId){ List list = this.systemService.findByProperty(AutoFormDbEntity.class, "autoFormId", autoFormId); if(list!=null&&list.size()>0) { @@ -1386,4 +1346,169 @@ public class AutoFormController extends BaseController { } } + /** + * 表单表列表 页面跳转 + * + * @return + */ + @RequestMapping(params = "autoForm_vm") + public void autoFormVM(HttpServletResponse response, HttpServletRequest request) throws Exception { + VelocityContext velocityContext = new VelocityContext(); + String viewName = "autoform/autoFormList.vm"; + ViewVelocity.view(request, response, viewName, velocityContext); + } + + @RequestMapping(params = "goAdd_vm") + public void goAddVM(HttpServletResponse response, HttpServletRequest request) throws Exception { + + JSONArray jsonArray = JSONArray.fromObject(getStyleList("")); + + VelocityContext velocityContext = new VelocityContext(); + + String viewName = "autoform/autoForm-add.vm"; + velocityContext.put("styleSelect", jsonArray.toString()); + + ViewVelocity.view(request,response,viewName,velocityContext); + } + + @RequestMapping(params = "goUpdate_vm") + public void goUpdateVM(AutoFormEntity autoForm, HttpServletResponse response, HttpServletRequest request) throws Exception { + VelocityContext velocityContext = new VelocityContext(); + if (StringUtil.isNotEmpty(autoForm.getId())) { + autoForm = autoFormService.getEntity(AutoFormEntity.class, autoForm.getId()); + velocityContext.put("autoFormPage", autoForm); + } + JSONArray jsonArray = JSONArray.fromObject(getStyleList(autoForm.getFormStyleId())); + velocityContext.put("styleSelect", jsonArray.toString()); + + JSONArray dbArray = JSONArray.fromObject(getFormDbList(autoForm.getId())); + velocityContext.put("dbDate", dbArray.toString()); + + String viewName = "autoform/autoForm-update.vm"; + ViewVelocity.view(request,response,viewName,velocityContext); + } + + /* + * 在预览前,检查制定的数据源是否有参数,并输入参数的值 + */ + @RequestMapping(params = "parse_vm") + public void parseVM(AutoFormEntity autoForm, HttpServletResponse response, HttpServletRequest request) throws Exception { + VelocityContext velocityContext = new VelocityContext(); + + if(StringUtils.isNotBlank(autoForm.getId())){ + autoForm = this.systemService.findUniqueByProperty(AutoFormEntity.class, "id", autoForm.getId()); + List paramList = getFormParams(autoForm.getId()); + List autoList = systemService.findByProperty(AutoFormDbEntity.class, "dbName", autoForm.getMainTableSource()); + if (autoList!=null&&autoList.size()>0) { + AutoFormDbEntity autoFormDbEntity = autoList.get(0); + + //3.传递参数 + //req.setAttribute("tbDbKey", autoFormDbEntity.getTbDbKey()); + velocityContext.put("dbKey", autoFormDbEntity.getDbKey()); + } + velocityContext.put("paramList", paramList); + velocityContext.put("autoFormPage", autoForm); + } + + String viewName = "autoform/autoForm-view.vm"; + ViewVelocity.view(request,response,viewName,velocityContext); + } + + @RequestMapping(params = "viewContent_vm") + public void viewContentVM(AutoFormEntity autoForm, HttpServletResponse response, HttpServletRequest request) throws Exception { + VelocityContext velocityContext = new VelocityContext(); + String message = ""; + try { + //获取参数 + Map tem = request.getParameterMap(); + Map paramMap = new HashMap(); + for(String key :tem.keySet()){ + paramMap.put(key, tem.get(key)); + } + + String op = request.getParameter("op"); + if(StringUtil.isEmpty(op)){ + op = AutoFormTemplateParseUtil.OP_VIEW; + } + Map>> paras = new HashMap>>(); + if(StringUtils.isNotBlank(autoForm.getFormName())){ + autoForm = this.systemService.findUniqueByProperty(AutoFormEntity.class, "formName", autoForm.getFormName()); + if(autoForm==null){ + String viewName = "autoform/autoForm-error.vm"; + velocityContext.put("message", "表单信息获取失败!"); + ViewVelocity.view(request,response,viewName,velocityContext); + } + }else{ + String viewName = "autoform/autoForm-error.vm"; + velocityContext.put("message", "formName不能为空!"); + ViewVelocity.view(request,response,viewName,velocityContext); + } + + //根据formid查询表单的参数 + List paramList = getFormParams(autoForm.getId()); + if(paramList!=null&¶mList.size()>0){ + for(String param:paramList){ + String paramValue = request.getParameter(param); + if(paramValue==null){ + String viewName = "autoform/autoForm-error.vm"; + velocityContext.put("message", "缺少表单参数:"+param); + ViewVelocity.view(request,response,viewName,velocityContext); + } + } + } + velocityContext.put("formName", autoForm.getFormName()); + velocityContext.put("param", paramMap); + //paras = getFormData(autoForm,paramMap); + + String ftlContent = autoForm.getFormParse(); + // 1.获取表单数据 + if(AutoFormTemplateParseUtil.OP_VIEW.equals(op)){ + // 2.解析ueditor html 注入数据【预览查看模式】 + paras = getFormData(autoForm,paramMap); + ftlContent = AutoFormTemplateParseUtil.parseHtmlForView(ftlContent,paras); + }else if(AutoFormTemplateParseUtil.OP_ADD.equals(op)){ + // 2.解析ueditor html 注入数据【添加提交模式】 + ftlContent = AutoFormTemplateParseUtil.parseHtmlForAdd(ftlContent,paras); + velocityContext.put("formContent", ftlContent); + velocityContext.put("op", op); + + String viewName = "autoform/autoForm-review-add.vm"; + ViewVelocity.view(request,response,viewName,velocityContext); + }else if(AutoFormTemplateParseUtil.OP_UPDATE.equals(op)){ + paras = getFormData(autoForm,paramMap); + String id = request.getParameter("id"); + if(StringUtil.isEmpty(id)){ + throw new BusinessException("参数id不能为空!"); + } + // 2.解析ueditor html 注入数据【更新提交模式】 + ftlContent = AutoFormTemplateParseUtil.parseHtmlForUpdate(ftlContent,paras); + velocityContext.put("formContent", ftlContent); + velocityContext.put("op", op); + + String viewName = "autoform/autoForm-review-update.vm"; + ViewVelocity.view(request,response,viewName,velocityContext); + }else if(AutoFormTemplateParseUtil.OP_ADD_OR_UPDATE.equals(op)){ + paras = getFormData(autoForm,paramMap); + // 2.解析ueditor html 注入数据【智能提交模式】 + ftlContent = AutoFormTemplateParseUtil.parseHtmlForAddOrUpdate(ftlContent,paras); + velocityContext.put("formContent", ftlContent); + velocityContext.put("op", op); + + String viewName = "autoform/autoForm-review-addorupdate.vm"; + ViewVelocity.view(request,response,viewName,velocityContext); + } + velocityContext.put("formContent", ftlContent); + velocityContext.put("op", op); + + String viewName = "autoform/autoForm-review.vm"; + ViewVelocity.view(request,response,viewName,velocityContext); + } catch (Exception e) { + e.printStackTrace(); + message = "表单添加失败:"+e.getMessage(); + } + + String viewName = "autoform/autoForm-error.vm"; + velocityContext.put("message", message); + ViewVelocity.view(request,response,viewName,velocityContext); + } } diff --git a/src/main/java/org/jeecgframework/web/cgform/controller/autoform/AutoFormDbController.java b/src/main/java/org/jeecgframework/web/autoform/controller/AutoFormDbController.java similarity index 69% rename from src/main/java/org/jeecgframework/web/cgform/controller/autoform/AutoFormDbController.java rename to src/main/java/org/jeecgframework/web/autoform/controller/AutoFormDbController.java index ed2433a2..3c2fe021 100644 --- a/src/main/java/org/jeecgframework/web/cgform/controller/autoform/AutoFormDbController.java +++ b/src/main/java/org/jeecgframework/web/autoform/controller/AutoFormDbController.java @@ -1,4 +1,4 @@ -package org.jeecgframework.web.cgform.controller.autoform; +package org.jeecgframework.web.autoform.controller; import java.sql.SQLException; import java.util.ArrayList; @@ -6,15 +6,13 @@ import java.util.Collection; import java.util.HashMap; import java.util.List; import java.util.Map; -import java.util.Set; -import java.util.regex.Matcher; -import java.util.regex.Pattern; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.apache.commons.lang.StringUtils; import org.apache.log4j.Logger; +import org.apache.velocity.VelocityContext; import org.jeecgframework.codegenerate.database.JeecgReadTable; import org.jeecgframework.codegenerate.pojo.Columnt; import org.jeecgframework.core.common.controller.BaseController; @@ -24,19 +22,19 @@ import org.jeecgframework.core.common.model.json.AjaxJson; import org.jeecgframework.core.common.model.json.DataGrid; import org.jeecgframework.core.constant.Globals; import org.jeecgframework.core.util.DynamicDBUtil; -import org.jeecgframework.core.util.LogUtil; import org.jeecgframework.core.util.ResourceUtil; import org.jeecgframework.core.util.SqlUtil; import org.jeecgframework.core.util.StringUtil; import org.jeecgframework.core.util.oConvertUtils; +import org.jeecgframework.p3.core.util.plugin.ViewVelocity; import org.jeecgframework.tag.core.easyui.TagUtil; +import org.jeecgframework.web.autoform.entity.AutoFormDbEntity; +import org.jeecgframework.web.autoform.entity.AutoFormDbFieldEntity; +import org.jeecgframework.web.autoform.entity.AutoFormDbPage; +import org.jeecgframework.web.autoform.entity.AutoFormParamEntity; +import org.jeecgframework.web.autoform.entity.AutoFormStyleEntity; +import org.jeecgframework.web.autoform.service.AutoFormDbServiceI; import org.jeecgframework.web.cgform.common.CgAutoListConstant; -import org.jeecgframework.web.cgform.entity.autoform.AutoFormDbEntity; -import org.jeecgframework.web.cgform.entity.autoform.AutoFormDbFieldEntity; -import org.jeecgframework.web.cgform.entity.autoform.AutoFormDbPage; -import org.jeecgframework.web.cgform.entity.autoform.AutoFormParamEntity; -import org.jeecgframework.web.cgform.entity.autoform.AutoFormStyleEntity; -import org.jeecgframework.web.cgform.service.autoform.AutoFormDbServiceI; import org.jeecgframework.web.system.pojo.base.DynamicDataSourceEntity; import org.jeecgframework.web.system.service.DynamicDataSourceServiceI; import org.jeecgframework.web.system.service.SystemService; @@ -49,7 +47,6 @@ import org.springframework.web.bind.annotation.ResponseBody; import org.springframework.web.servlet.ModelAndView; import com.alibaba.fastjson.JSONObject; -import com.sun.mail.handlers.message_rfc822; /** @@ -90,7 +87,7 @@ public class AutoFormDbController extends BaseController { request.setAttribute("autoFormId", autoFormId); } - return new ModelAndView("jeecg/cgform/autoform/autoFormDbList"); + return new ModelAndView("jeecg/autoform/autoFormDbList"); } /** @@ -226,20 +223,18 @@ public class AutoFormDbController extends BaseController { if (StringUtil.isNotEmpty(autoFormDb.getId())) { autoFormDb = autoFormDbService.getEntity(AutoFormDbEntity.class, autoFormDb.getId()); } - req.setAttribute("autoFormDbPage", autoFormDb); - + Collection dynamicDataSourceEntitys = ResourceUtil.dynamicDataSourceMap.values(); req.setAttribute("dynamicDataSourceEntitys", dynamicDataSourceEntitys); - + try { List tableNames = new JeecgReadTable().readAllTableNames(); req.setAttribute("tableNames", tableNames); } catch (SQLException e) { logger.info(e.getMessage()); } - - return new ModelAndView("jeecg/cgform/autoform/autoFormDb-add"); + return new ModelAndView("jeecg/autoform/autoFormDb-add"); } /** @@ -251,7 +246,6 @@ public class AutoFormDbController extends BaseController { public ModelAndView goUpdate(AutoFormDbEntity autoFormDb, HttpServletRequest req) { if (StringUtil.isNotEmpty(autoFormDb.getId())) { autoFormDb = autoFormDbService.getEntity(AutoFormDbEntity.class, autoFormDb.getId()); - List tableNames = null; if(StringUtils.isNotBlank(autoFormDb.getDbKey()) && "table".equals(autoFormDb.getDbType())){ @@ -259,10 +253,9 @@ public class AutoFormDbController extends BaseController { if(dynamicDataSourceEntity!=null){ tableNames = DynamicDBUtil.findList(autoFormDb.getDbKey(),SqlUtil.getAllTableSql(dynamicDataSourceEntity.getDbType(), "'"+dynamicDataSourceEntity.getDbName()+"'"),String.class); } - } - + Collection dynamicDataSourceEntitys = ResourceUtil.dynamicDataSourceMap.values(); req.setAttribute("dynamicDataSourceEntitys", dynamicDataSourceEntitys); @@ -274,9 +267,7 @@ public class AutoFormDbController extends BaseController { //dbKey = autoFormDb.getTbDbKey(); dbKey = autoFormDb.getDbKey(); - } - if(StringUtils.isBlank(dbKey)){ //默认当前平台数据源 try { @@ -292,11 +283,10 @@ public class AutoFormDbController extends BaseController { } req.setAttribute("tableNames", tableNames); - req.setAttribute("autoFormDbPage", autoFormDb); } - return new ModelAndView("jeecg/cgform/autoform/autoFormDb-update"); + return new ModelAndView("jeecg/autoform/autoFormDb-update"); } @@ -318,7 +308,7 @@ public class AutoFormDbController extends BaseController { logger.info(e.getMessage()); } } - return new ModelAndView("jeecg/cgform/autoform/autoFormDbFieldList"); + return new ModelAndView("jeecg/autoform/autoFormDbFieldList"); } /** * 加载明细列表[表单参数] @@ -338,7 +328,7 @@ public class AutoFormDbController extends BaseController { logger.info(e.getMessage()); } } - return new ModelAndView("jeecg/cgform/autoform/autoFormParamList"); + return new ModelAndView("jeecg/autoform/autoFormParamList"); } /** @@ -360,7 +350,6 @@ public class AutoFormDbController extends BaseController { //params = autoFormDbService.getSqlParams(sql); files = autoFormDbService.getField(sql,dbKey); params = autoFormDbService.getSqlParams(sql); - }catch (Exception e) { e.printStackTrace(); String errorInfo = "解析失败!

      失败原因:"; @@ -381,8 +370,7 @@ public class AutoFormDbController extends BaseController { reJson.put("params", params); return reJson; } - - //add-begin--Author:luobaoli Date:20150621 for:当数据库类型选择为Table时,增加表属性列表 + /** * 加载明细列表[表属性] * @@ -401,11 +389,9 @@ public class AutoFormDbController extends BaseController { logger.info(e.getMessage()); } } - return new ModelAndView("jeecg/cgform/autoform/autoFormDbFieldForTableList"); + return new ModelAndView("jeecg/autoform/autoFormDbFieldForTableList"); } - //add-end--Author:luobaoli Date:20150621 for:当数据库类型选择为Table时,增加表属性列表 - - //add-begin--Author:luobaoli Date:20150621 for:获取数据源类型对应数据库的所有表 + /** * 根据数据源获取所有表 * @param db_key @@ -423,7 +409,6 @@ public class AutoFormDbController extends BaseController { if(dynamicDataSourceEntity!=null){ tableNames = DynamicDBUtil.findList(dbKey,SqlUtil.getAllTableSql(dynamicDataSourceEntity.getDbType(), "'" + dynamicDataSourceEntity.getDbName() + "'"),String.class); } - }else{ tableNames = new JeecgReadTable().readAllTableNames(); } @@ -437,9 +422,7 @@ public class AutoFormDbController extends BaseController { return reJson; } - //add-end--Author:luobaoli Date:20150621 for:获取数据源类型对应数据库的所有表 - - //add-begin--Author:luobaoli Date:20150621 for:获取指定表的所有列 + /** * 根据数据源和表获取所有属性 * @param sql @@ -452,12 +435,10 @@ public class AutoFormDbController extends BaseController { Map reJson = new HashMap(); List columnsNames = null; if(StringUtils.isNotBlank(dbKey)){ - DynamicDataSourceEntity dynamicDataSourceEntity = dynamicDataSourceServiceI.getDynamicDataSourceEntityForDbKey(dbKey); if(dynamicDataSourceEntity!=null){ columnsNames = DynamicDBUtil.findList(dbKey,SqlUtil.getAllCloumnSql(dynamicDataSourceEntity.getDbType(), "'" + tableName + "'", "'" + dynamicDataSourceEntity.getDbName() + "'"),String.class); } - }else{ try { List columns = new JeecgReadTable().readOriginalTableColumn(tableName); @@ -477,9 +458,7 @@ public class AutoFormDbController extends BaseController { return reJson; } - //add-end--Author:luobaoli Date:20150621 for:获取指定表的所有列 - - //add-begin--Author:luobaoli Date:20150626 for:新增数据源展示页面 + /** * 数据源展示 * @param id @@ -502,11 +481,9 @@ public class AutoFormDbController extends BaseController { req.setAttribute("autoFormDbEntity", autoFormDbEntity); } - return new ModelAndView("jeecg/cgform/autoform/autoFormDb-view"); + return new ModelAndView("jeecg/autoform/autoFormDb-view"); } - //add-end--Author:luobaoli Date:20150626 for:新增数据源展示页面 - - //add-begin--Author:luobaoli Date:20150626 for:新增通过动态SQL或者数据源表动态获取相关数据功能 + /** @@ -543,7 +520,6 @@ public class AutoFormDbController extends BaseController { //当前上下文中的DB环境,获取数据库表中的所有数据 map = systemService.findForJdbc(hqlTable.toString()); } - else{ DynamicDataSourceEntity dynamicDataSourceEntity = dynamicDataSourceServiceI.getDynamicDataSourceEntityForDbKey(dbKey); if(dynamicDataSourceEntity!=null){ @@ -584,12 +560,10 @@ public class AutoFormDbController extends BaseController { map = DynamicDBUtil.findList(tbDbKey,dbDynSql);*/ if (StringUtil.isNotEmpty(dbKey)) { map = DynamicDBUtil.findList(dbKey,dbDynSql); - }else{ map = systemService.findForJdbc(dbDynSql); } } - msg = "动态SQL数据查询成功!"; j.setObj(map); } catch (Exception e) { @@ -605,11 +579,6 @@ public class AutoFormDbController extends BaseController { j.setMsg(msg); return j; } - - //add-end--Author:luobaoli Date:20150626 for:新增通过动态SQL或者数据源表动态获取相关数据功能 - - - //add-begin--Author:jg_renjie Date:20150720 for:增加数据源名称的唯一性校验 /** * 判断数据源名称是否重复 @@ -639,7 +608,208 @@ public class AutoFormDbController extends BaseController { return jsonObject; } - //add-end--Author:jg_renjie Date:20150720 for:增加数据源名称的唯一性校验 + /** + * 表单数据源列表 页面跳转 + * + * @return + */ + @RequestMapping(params = "autoFormDb_vm") + public void autoFormDbVM(HttpServletResponse response, HttpServletRequest request) throws Exception { + VelocityContext velocityContext = new VelocityContext(); + + String autoFormId = request.getParameter("autoFormId"); + if(oConvertUtils.isNotEmpty(autoFormId)){ + velocityContext.put("autoFormId", autoFormId); + } + + String viewName = "autoform/autoFormDbList.vm"; + ViewVelocity.view(request, response, viewName, velocityContext); + } + + /** + * 表单数据源新增页面跳转 + * + * @return + */ + @RequestMapping(params = "goAdd_vm") + public void goAddVM(AutoFormDbEntity autoFormDb, HttpServletResponse response, HttpServletRequest request) throws Exception{ + + VelocityContext velocityContext = new VelocityContext(); + + if (StringUtil.isNotEmpty(autoFormDb.getId())) { + autoFormDb = autoFormDbService.getEntity(AutoFormDbEntity.class, autoFormDb.getId()); + } + velocityContext.put("autoFormDbPage", autoFormDb); + + Collection dynamicDataSourceEntitys = ResourceUtil.dynamicDataSourceMap.values(); + velocityContext.put("dynamicDataSourceEntitys", dynamicDataSourceEntitys); + + try { + List tableNames = new JeecgReadTable().readAllTableNames(); + velocityContext.put("tableNames", tableNames); + } catch (SQLException e) { + logger.info(e.getMessage()); + } + + String viewName = "autoform/autoFormDb-add.vm"; + ViewVelocity.view(request, response, viewName, velocityContext); + } + + /** + * 表单数据源编辑页面跳转 + * + * @return + */ + @RequestMapping(params = "goUpdate_vm") + public void goUpdateVM(AutoFormDbEntity autoFormDb, HttpServletResponse response, HttpServletRequest request) throws Exception{ + + VelocityContext velocityContext = new VelocityContext(); + + if (StringUtil.isNotEmpty(autoFormDb.getId())) { + autoFormDb = autoFormDbService.getEntity(AutoFormDbEntity.class, autoFormDb.getId()); + List tableNames = null; + if(StringUtils.isNotBlank(autoFormDb.getDbKey()) && "table".equals(autoFormDb.getDbType())){ + + DynamicDataSourceEntity dynamicDataSourceEntity = dynamicDataSourceServiceI.getDynamicDataSourceEntityForDbKey(autoFormDb.getDbKey()); + if(dynamicDataSourceEntity!=null){ + tableNames = DynamicDBUtil.findList(autoFormDb.getDbKey(),SqlUtil.getAllTableSql(dynamicDataSourceEntity.getDbType(), "'"+dynamicDataSourceEntity.getDbName()+"'"),String.class); + } + + } + + Collection dynamicDataSourceEntitys = ResourceUtil.dynamicDataSourceMap.values(); + velocityContext.put("dynamicDataSourceEntitys", dynamicDataSourceEntitys); + + //数据源类型 + String dbKey = null; + if(CgAutoListConstant.DB_TYPE_TABLE.equals(autoFormDb.getDbType())){ + dbKey = autoFormDb.getDbKey(); + }else if(CgAutoListConstant.DB_TYPE_SQL.equals(autoFormDb.getDbType())){ + + //dbKey = autoFormDb.getTbDbKey(); + dbKey = autoFormDb.getDbKey(); + } + if(StringUtils.isBlank(dbKey)){ + //默认当前平台数据源 + try { + tableNames = new JeecgReadTable().readAllTableNames(); + } catch (SQLException e) { + } + }else{ + //个性化配置多数据源 + DynamicDataSourceEntity dynamicDataSourceEntity = dynamicDataSourceServiceI.getDynamicDataSourceEntityForDbKey(dbKey); + if(dynamicDataSourceEntity!=null){ + tableNames = DynamicDBUtil.findList(dbKey,SqlUtil.getAllTableSql(dynamicDataSourceEntity.getDbType(), "'" + dynamicDataSourceEntity.getDbName() + "'"),String.class); + } + } + + velocityContext.put("tableNames", tableNames); + velocityContext.put("autoFormDbPage", autoFormDb); + + } + String viewName = "autoform/autoFormDb-update.vm"; + ViewVelocity.view(request, response, viewName, velocityContext); + } + + /** + * 加载明细列表[表单数据源属性] + * + * @return + */ + @RequestMapping(params = "autoFormDbFieldList_vm") + public void autoFormDbFieldListVM(AutoFormDbEntity autoFormDb, HttpServletResponse response, HttpServletRequest request) throws Exception{ + VelocityContext velocityContext = new VelocityContext(); + if (StringUtil.isNotEmpty(autoFormDb.getId())) { + //=================================================================================== + //查询-表单数据源属性 + String hql0 = "from AutoFormDbFieldEntity where 1 = 1 AND aUTO_FORM_DB_ID = ? "; + try{ + List autoFormDbFieldEntityList = systemService.findHql(hql0,autoFormDb.getId()); + velocityContext.put("autoFormDbFieldList", autoFormDbFieldEntityList); + }catch(Exception e){ + logger.info(e.getMessage()); + } + } + String viewName = "autoform/autoFormDbFieldList.vm"; + ViewVelocity.view(request, response, viewName, velocityContext); + } + + /** + * 加载明细列表[表单参数] + * + * @return + */ + @RequestMapping(params = "autoFormParamList_vm") + public void autoFormParamListVM(AutoFormDbEntity autoFormDb, HttpServletResponse response, HttpServletRequest request) throws Exception{ + VelocityContext velocityContext = new VelocityContext(); + if (StringUtil.isNotEmpty(autoFormDb.getId())) { + //=================================================================================== + //查询-表单参数 + String hql1 = "from AutoFormParamEntity where 1 = 1 AND aUTO_FORM_DB_ID = ? "; + try{ + List autoFormParamEntityList = systemService.findHql(hql1,autoFormDb.getId()); + velocityContext.put("autoFormParamList", autoFormParamEntityList); + }catch(Exception e){ + logger.info(e.getMessage()); + } + } + + String viewName = "autoform/autoFormParamList.vm"; + ViewVelocity.view(request, response, viewName, velocityContext); + } + + /** + * 数据源展示 + * @param id + * @return + */ + @RequestMapping(params="goView_vm") + public void goViewVM(@RequestParam String id, HttpServletResponse response, HttpServletRequest request) throws Exception{ + + VelocityContext velocityContext = new VelocityContext(); + + if(StringUtil.isNotEmpty(id)){ + AutoFormDbEntity autoFormDbEntity = autoFormDbService.getEntity(AutoFormDbEntity.class, id); + if(autoFormDbEntity!=null){ + //查询-表单参数 + String hql1 = "from AutoFormParamEntity where 1 = 1 AND aUTO_FORM_DB_ID = ? "; + try{ + List autoFormParamEntityList = systemService.findHql(hql1,id); + velocityContext.put("autoFormParamList", autoFormParamEntityList); + }catch(Exception e){ + logger.info(e.getMessage()); + } + } + + velocityContext.put("autoFormDbEntity", autoFormDbEntity); + } + + String viewName = "autoform/autoFormDb-view.vm"; + ViewVelocity.view(request, response, viewName, velocityContext); + } + /** + * 加载明细列表[表属性] + * + * @return + */ + @RequestMapping(params = "autoFormDbFieldForTableList_vm") + public void autoFormDbFieldForTableListVM(AutoFormDbEntity autoFormDb, HttpServletResponse response, HttpServletRequest request) throws Exception{ + VelocityContext velocityContext = new VelocityContext(); + if (StringUtil.isNotEmpty(autoFormDb.getId())) { + //=================================================================================== + //查询-表单数据源属性 + String hql0 = "from AutoFormDbFieldEntity where 1 = 1 AND aUTO_FORM_DB_ID = ? "; + try{ + List autoFormDbFieldEntityList = systemService.findHql(hql0,autoFormDb.getId()); + velocityContext.put("autoFormDbFieldList", autoFormDbFieldEntityList); + }catch(Exception e){ + logger.info(e.getMessage()); + } + } + + String viewName = "autoform/autoFormDbFieldForTableList.vm"; + ViewVelocity.view(request, response, viewName, velocityContext); + } } diff --git a/src/main/java/org/jeecgframework/web/cgform/controller/autoform/AutoFormStyleController.java b/src/main/java/org/jeecgframework/web/autoform/controller/AutoFormStyleController.java similarity index 82% rename from src/main/java/org/jeecgframework/web/cgform/controller/autoform/AutoFormStyleController.java rename to src/main/java/org/jeecgframework/web/autoform/controller/AutoFormStyleController.java index 8dda1dc6..eda864eb 100644 --- a/src/main/java/org/jeecgframework/web/cgform/controller/autoform/AutoFormStyleController.java +++ b/src/main/java/org/jeecgframework/web/autoform/controller/AutoFormStyleController.java @@ -1,34 +1,32 @@ -package org.jeecgframework.web.cgform.controller.autoform; +package org.jeecgframework.web.autoform.controller; import java.util.ArrayList; import java.util.List; -import java.text.SimpleDateFormat; + import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.apache.commons.lang3.StringUtils; import org.apache.log4j.Logger; -import org.springframework.beans.factory.annotation.Autowired; -import org.springframework.stereotype.Controller; -import org.springframework.ui.ModelMap; -import org.springframework.web.bind.annotation.RequestMapping; -import org.springframework.web.bind.annotation.ResponseBody; -import org.springframework.web.servlet.ModelAndView; - -import org.springframework.context.annotation.Scope; +import org.apache.velocity.VelocityContext; import org.jeecgframework.core.common.controller.BaseController; import org.jeecgframework.core.common.exception.BusinessException; import org.jeecgframework.core.common.hibernate.qbc.CriteriaQuery; import org.jeecgframework.core.common.model.json.AjaxJson; import org.jeecgframework.core.common.model.json.DataGrid; import org.jeecgframework.core.constant.Globals; +import org.jeecgframework.core.util.MyBeanUtils; import org.jeecgframework.core.util.StringUtil; +import org.jeecgframework.p3.core.util.plugin.ViewVelocity; import org.jeecgframework.tag.core.easyui.TagUtil; -import org.jeecgframework.web.cgform.entity.autoform.AutoFormStyleEntity; -import org.jeecgframework.web.cgform.service.autoform.AutoFormStyleServiceI; -import org.jeecgframework.web.system.pojo.base.TSDepart; +import org.jeecgframework.web.autoform.entity.AutoFormStyleEntity; +import org.jeecgframework.web.autoform.service.AutoFormStyleServiceI; import org.jeecgframework.web.system.service.SystemService; -import org.jeecgframework.core.util.MyBeanUtils; +import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.stereotype.Controller; +import org.springframework.web.bind.annotation.RequestMapping; +import org.springframework.web.bind.annotation.ResponseBody; +import org.springframework.web.servlet.ModelAndView; import com.alibaba.fastjson.JSONObject; @@ -64,7 +62,7 @@ public class AutoFormStyleController extends BaseController { */ @RequestMapping(params = "autoFormStyle") public ModelAndView autoFormStyle(HttpServletRequest request) { - return new ModelAndView("jeecg/cgform/autoform/autoFormStyleList"); + return new ModelAndView("jeecg/autoform/autoFormStyleList"); } /** @@ -206,7 +204,7 @@ public class AutoFormStyleController extends BaseController { autoFormStyle = autoFormStyleService.getEntity(AutoFormStyleEntity.class, autoFormStyle.getId()); req.setAttribute("autoFormStylePage", autoFormStyle); } - return new ModelAndView("jeecg/cgform/autoform/autoFormStyle-add"); + return new ModelAndView("jeecg/autoform/autoFormStyle-add"); } /** * 表单样式表编辑页面跳转 @@ -219,7 +217,7 @@ public class AutoFormStyleController extends BaseController { autoFormStyle = autoFormStyleService.getEntity(AutoFormStyleEntity.class, autoFormStyle.getId()); req.setAttribute("autoFormStylePage", autoFormStyle); } - return new ModelAndView("jeecg/cgform/autoform/autoFormStyle-update"); + return new ModelAndView("jeecg/autoform/autoFormStyle-update"); } @@ -330,4 +328,49 @@ public class AutoFormStyleController extends BaseController { } return j; }*/ + + /** + * 表单样式表新增页面跳转 + * + * @return + */ + @RequestMapping(params = "goAdd_vm") + public void goAddVM(AutoFormStyleEntity autoFormStyle, HttpServletResponse response, HttpServletRequest request) throws Exception { + VelocityContext velocityContext = new VelocityContext(); + + if (StringUtil.isNotEmpty(autoFormStyle.getId())) { + autoFormStyle = autoFormStyleService.getEntity(AutoFormStyleEntity.class, autoFormStyle.getId()); + velocityContext.put("autoFormStylePage", autoFormStyle); + } + String viewName = "autoform/autoFormStyle-add.vm"; + ViewVelocity.view(request,response,viewName,velocityContext); + } + + /** + * 表单样式表编辑页面跳转 + * + * @return + */ + @RequestMapping(params = "goUpdate_vm") + public void goUpdateVM(AutoFormStyleEntity autoFormStyle, HttpServletResponse response, HttpServletRequest request) throws Exception { + VelocityContext velocityContext = new VelocityContext(); + if (StringUtil.isNotEmpty(autoFormStyle.getId())) { + autoFormStyle = autoFormStyleService.getEntity(AutoFormStyleEntity.class, autoFormStyle.getId()); + velocityContext.put("autoFormStylePage", autoFormStyle); + } + String viewName = "autoform/autoFormStyle-update.vm"; + ViewVelocity.view(request,response,viewName,velocityContext); + } + + /** + * 表单样式表列表 页面跳转 + * + * @return + */ + @RequestMapping(params = "autoFormStyle_vm") + public void autoFormStyleVM(HttpServletResponse response, HttpServletRequest request) throws Exception { + VelocityContext velocityContext = new VelocityContext(); + String viewName = "autoform/autoFormStyleList.vm"; + ViewVelocity.view(request, response, viewName, velocityContext); + } } diff --git a/src/main/java/org/jeecgframework/web/cgform/entity/autoform/AutoFormDbEntity.java b/src/main/java/org/jeecgframework/web/autoform/entity/AutoFormDbEntity.java similarity index 95% rename from src/main/java/org/jeecgframework/web/cgform/entity/autoform/AutoFormDbEntity.java rename to src/main/java/org/jeecgframework/web/autoform/entity/AutoFormDbEntity.java index 530ad87b..461009d4 100644 --- a/src/main/java/org/jeecgframework/web/cgform/entity/autoform/AutoFormDbEntity.java +++ b/src/main/java/org/jeecgframework/web/autoform/entity/AutoFormDbEntity.java @@ -1,4 +1,4 @@ -package org.jeecgframework.web.cgform.entity.autoform; +package org.jeecgframework.web.autoform.entity; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; @@ -54,9 +54,7 @@ public class AutoFormDbEntity implements java.io.Serializable { private java.lang.String tbDbKey; /**填报数据表*/ private java.lang.String tbDbTableName; - private String dbChName; - /** *方法: 取得java.lang.String *@return: java.lang.String 主键 @@ -312,7 +310,6 @@ public class AutoFormDbEntity implements java.io.Serializable { this.autoFormId = autoFormId; } - //add-begin--Author:luobaoli Date:20150620 for:增加数据源字段 /** *方法: 取得java.lang.String *@return: java.lang.String 主键字段 @@ -326,9 +323,7 @@ public class AutoFormDbEntity implements java.io.Serializable { public void setDbKey(java.lang.String dbKey) { this.dbKey = dbKey; } - //add-end--Author:luobaoli Date:20150620 for:增加数据源字段 - //add-begin--Author: jg_huangxg Date:20150723 for:增加填报数据源字段和填报数据表字段 public void setTbDbKey(java.lang.String tbDbKey) { this.tbDbKey = tbDbKey; } @@ -346,7 +341,6 @@ public class AutoFormDbEntity implements java.io.Serializable { public java.lang.String getTbDbTableName() { return tbDbTableName; } - //add-end--Author: jg_huangxg Date:20150723 for:增加填报数据源字段和填报数据表字段 @Column(name ="DB_CH_NAME",nullable=true,length=32) public String getDbChName() { @@ -356,5 +350,4 @@ public class AutoFormDbEntity implements java.io.Serializable { public void setDbChName(String dbChName) { this.dbChName = dbChName; } - } diff --git a/src/main/java/org/jeecgframework/web/cgform/entity/autoform/AutoFormDbFieldEntity.java b/src/main/java/org/jeecgframework/web/autoform/entity/AutoFormDbFieldEntity.java similarity index 94% rename from src/main/java/org/jeecgframework/web/cgform/entity/autoform/AutoFormDbFieldEntity.java rename to src/main/java/org/jeecgframework/web/autoform/entity/AutoFormDbFieldEntity.java index 2b3de6ba..f9716e67 100644 --- a/src/main/java/org/jeecgframework/web/cgform/entity/autoform/AutoFormDbFieldEntity.java +++ b/src/main/java/org/jeecgframework/web/autoform/entity/AutoFormDbFieldEntity.java @@ -1,21 +1,12 @@ -package org.jeecgframework.web.cgform.entity.autoform; - -import java.math.BigDecimal; -import java.util.Date; -import java.lang.String; -import java.lang.Double; -import java.lang.Integer; -import java.math.BigDecimal; -import javax.xml.soap.Text; -import java.sql.Blob; +package org.jeecgframework.web.autoform.entity; + import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; -import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.Table; + import org.hibernate.annotations.GenericGenerator; -import javax.persistence.SequenceGenerator; import org.jeecgframework.poi.excel.annotation.Excel; /** @@ -53,10 +44,8 @@ public class AutoFormDbFieldEntity implements java.io.Serializable { /**字段名*/ @Excel(name="字段名") private java.lang.String fieldName; - @Excel(name="字段文本") private String fieldText; - /** *方法: 取得java.lang.String *@return: java.lang.String 主键 @@ -246,5 +235,4 @@ public class AutoFormDbFieldEntity implements java.io.Serializable { this.fieldText = fieldText; } - } diff --git a/src/main/java/org/jeecgframework/web/cgform/entity/autoform/AutoFormDbPage.java b/src/main/java/org/jeecgframework/web/autoform/entity/AutoFormDbPage.java similarity index 97% rename from src/main/java/org/jeecgframework/web/cgform/entity/autoform/AutoFormDbPage.java rename to src/main/java/org/jeecgframework/web/autoform/entity/AutoFormDbPage.java index 89f1cd57..a93ef8f1 100644 --- a/src/main/java/org/jeecgframework/web/cgform/entity/autoform/AutoFormDbPage.java +++ b/src/main/java/org/jeecgframework/web/autoform/entity/AutoFormDbPage.java @@ -1,9 +1,10 @@ -package org.jeecgframework.web.cgform.entity.autoform; +package org.jeecgframework.web.autoform.entity; import java.util.ArrayList; import java.util.List; + /** * @Title: Entity * @Description: 表单数据源 @@ -271,12 +272,12 @@ public class AutoFormDbPage implements java.io.Serializable { public void setAutoFormId(java.lang.String autoFormId){ this.autoFormId = autoFormId; } - //add-begin--Author:luobaoli Date:20150620 for:增加数据源字段 + public java.lang.String getDbKey() { return dbKey; } public void setDbKey(java.lang.String dbKey) { this.dbKey = dbKey; } - //add-end--Author:luobaoli Date:20150620 for:增加数据源字段 + } diff --git a/src/main/java/org/jeecgframework/web/cgform/entity/autoform/AutoFormEntity.java b/src/main/java/org/jeecgframework/web/autoform/entity/AutoFormEntity.java similarity index 95% rename from src/main/java/org/jeecgframework/web/cgform/entity/autoform/AutoFormEntity.java rename to src/main/java/org/jeecgframework/web/autoform/entity/AutoFormEntity.java index 29de0860..7b01380a 100644 --- a/src/main/java/org/jeecgframework/web/cgform/entity/autoform/AutoFormEntity.java +++ b/src/main/java/org/jeecgframework/web/autoform/entity/AutoFormEntity.java @@ -1,23 +1,13 @@ -package org.jeecgframework.web.cgform.entity.autoform; +package org.jeecgframework.web.autoform.entity; -import java.math.BigDecimal; -import java.util.Date; -import java.lang.String; -import java.lang.Double; -import java.lang.Integer; -import java.math.BigDecimal; -import javax.xml.soap.Text; -import java.sql.Blob; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; -import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.Table; import javax.persistence.Transient; import org.hibernate.annotations.GenericGenerator; -import javax.persistence.SequenceGenerator; import org.jeecgframework.poi.excel.annotation.Excel; /** @@ -71,9 +61,7 @@ public class AutoFormEntity implements java.io.Serializable { private java.lang.String dbId; private java.lang.String autoFormId; - private String mainTableSource; - /** *方法: 取得java.lang.String *@return: java.lang.String 主键 @@ -311,7 +299,6 @@ public class AutoFormEntity implements java.io.Serializable { public void setAutoFormId(java.lang.String autoFormId) { this.autoFormId = autoFormId; } - @Column(name ="main_table_source",nullable=true) public String getMainTableSource() { return mainTableSource; @@ -320,5 +307,4 @@ public class AutoFormEntity implements java.io.Serializable { public void setMainTableSource(String mainTableSource) { this.mainTableSource = mainTableSource; } - } diff --git a/src/main/java/org/jeecgframework/web/cgform/entity/autoform/AutoFormParamEntity.java b/src/main/java/org/jeecgframework/web/autoform/entity/AutoFormParamEntity.java similarity index 99% rename from src/main/java/org/jeecgframework/web/cgform/entity/autoform/AutoFormParamEntity.java rename to src/main/java/org/jeecgframework/web/autoform/entity/AutoFormParamEntity.java index 0d3dd633..49b6ba8e 100644 --- a/src/main/java/org/jeecgframework/web/cgform/entity/autoform/AutoFormParamEntity.java +++ b/src/main/java/org/jeecgframework/web/autoform/entity/AutoFormParamEntity.java @@ -1,4 +1,4 @@ -package org.jeecgframework.web.cgform.entity.autoform; +package org.jeecgframework.web.autoform.entity; import javax.persistence.Column; import javax.persistence.Entity; diff --git a/src/main/java/org/jeecgframework/web/cgform/entity/autoform/AutoFormStyleEntity.java b/src/main/java/org/jeecgframework/web/autoform/entity/AutoFormStyleEntity.java similarity index 94% rename from src/main/java/org/jeecgframework/web/cgform/entity/autoform/AutoFormStyleEntity.java rename to src/main/java/org/jeecgframework/web/autoform/entity/AutoFormStyleEntity.java index 5ae06658..1da06b21 100644 --- a/src/main/java/org/jeecgframework/web/cgform/entity/autoform/AutoFormStyleEntity.java +++ b/src/main/java/org/jeecgframework/web/autoform/entity/AutoFormStyleEntity.java @@ -1,21 +1,12 @@ -package org.jeecgframework.web.cgform.entity.autoform; +package org.jeecgframework.web.autoform.entity; -import java.math.BigDecimal; -import java.util.Date; -import java.lang.String; -import java.lang.Double; -import java.lang.Integer; -import java.math.BigDecimal; -import javax.xml.soap.Text; -import java.sql.Blob; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; -import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.Table; + import org.hibernate.annotations.GenericGenerator; -import javax.persistence.SequenceGenerator; import org.jeecgframework.poi.excel.annotation.Excel; /** diff --git a/src/main/java/org/jeecgframework/web/cgform/service/autoform/AutoFormDbServiceI.java b/src/main/java/org/jeecgframework/web/autoform/service/AutoFormDbServiceI.java similarity index 82% rename from src/main/java/org/jeecgframework/web/cgform/service/autoform/AutoFormDbServiceI.java rename to src/main/java/org/jeecgframework/web/autoform/service/AutoFormDbServiceI.java index 9a53c602..418076b2 100644 --- a/src/main/java/org/jeecgframework/web/cgform/service/autoform/AutoFormDbServiceI.java +++ b/src/main/java/org/jeecgframework/web/autoform/service/AutoFormDbServiceI.java @@ -1,10 +1,10 @@ -package org.jeecgframework.web.cgform.service.autoform; +package org.jeecgframework.web.autoform.service; import java.util.List; import org.jeecgframework.core.common.service.CommonService; -import org.jeecgframework.web.cgform.entity.autoform.AutoFormDbEntity; -import org.jeecgframework.web.cgform.entity.autoform.AutoFormDbFieldEntity; -import org.jeecgframework.web.cgform.entity.autoform.AutoFormParamEntity; +import org.jeecgframework.web.autoform.entity.AutoFormDbEntity; +import org.jeecgframework.web.autoform.entity.AutoFormDbFieldEntity; +import org.jeecgframework.web.autoform.entity.AutoFormParamEntity; public interface AutoFormDbServiceI extends CommonService{ diff --git a/src/main/java/org/jeecgframework/web/cgform/service/autoform/AutoFormServiceI.java b/src/main/java/org/jeecgframework/web/autoform/service/AutoFormServiceI.java similarity index 91% rename from src/main/java/org/jeecgframework/web/cgform/service/autoform/AutoFormServiceI.java rename to src/main/java/org/jeecgframework/web/autoform/service/AutoFormServiceI.java index e93c625e..03721c16 100644 --- a/src/main/java/org/jeecgframework/web/cgform/service/autoform/AutoFormServiceI.java +++ b/src/main/java/org/jeecgframework/web/autoform/service/AutoFormServiceI.java @@ -1,7 +1,7 @@ -package org.jeecgframework.web.cgform.service.autoform; +package org.jeecgframework.web.autoform.service; import org.jeecgframework.core.common.service.CommonService; -import org.jeecgframework.web.cgform.entity.autoform.AutoFormEntity; +import org.jeecgframework.web.autoform.entity.AutoFormEntity; import org.jeecgframework.web.cgform.exception.BusinessException; import java.io.Serializable; diff --git a/src/main/java/org/jeecgframework/web/cgform/service/autoform/AutoFormStyleServiceI.java b/src/main/java/org/jeecgframework/web/autoform/service/AutoFormStyleServiceI.java similarity index 83% rename from src/main/java/org/jeecgframework/web/cgform/service/autoform/AutoFormStyleServiceI.java rename to src/main/java/org/jeecgframework/web/autoform/service/AutoFormStyleServiceI.java index 04b03a5d..891289e0 100644 --- a/src/main/java/org/jeecgframework/web/cgform/service/autoform/AutoFormStyleServiceI.java +++ b/src/main/java/org/jeecgframework/web/autoform/service/AutoFormStyleServiceI.java @@ -1,7 +1,7 @@ -package org.jeecgframework.web.cgform.service.autoform; +package org.jeecgframework.web.autoform.service; import org.jeecgframework.core.common.service.CommonService; -import org.jeecgframework.web.cgform.entity.autoform.AutoFormStyleEntity; +import org.jeecgframework.web.autoform.entity.AutoFormStyleEntity; import java.io.Serializable; diff --git a/src/main/java/org/jeecgframework/web/cgform/service/impl/autoform/AutoFormDbServiceImpl.java b/src/main/java/org/jeecgframework/web/autoform/service/impl/AutoFormDbServiceImpl.java similarity index 96% rename from src/main/java/org/jeecgframework/web/cgform/service/impl/autoform/AutoFormDbServiceImpl.java rename to src/main/java/org/jeecgframework/web/autoform/service/impl/AutoFormDbServiceImpl.java index 95dc2d3e..55af8a18 100644 --- a/src/main/java/org/jeecgframework/web/cgform/service/impl/autoform/AutoFormDbServiceImpl.java +++ b/src/main/java/org/jeecgframework/web/autoform/service/impl/AutoFormDbServiceImpl.java @@ -1,4 +1,4 @@ -package org.jeecgframework.web.cgform.service.impl.autoform; +package org.jeecgframework.web.autoform.service.impl; import java.util.ArrayList; import java.util.List; import java.util.Map; @@ -15,10 +15,10 @@ import org.jeecgframework.core.util.DynamicDBUtil; import org.jeecgframework.core.util.MyBeanUtils; import org.jeecgframework.core.util.SqlUtil; import org.jeecgframework.core.util.oConvertUtils; -import org.jeecgframework.web.cgform.entity.autoform.AutoFormDbEntity; -import org.jeecgframework.web.cgform.entity.autoform.AutoFormDbFieldEntity; -import org.jeecgframework.web.cgform.entity.autoform.AutoFormParamEntity; -import org.jeecgframework.web.cgform.service.autoform.AutoFormDbServiceI; +import org.jeecgframework.web.autoform.entity.AutoFormDbEntity; +import org.jeecgframework.web.autoform.entity.AutoFormDbFieldEntity; +import org.jeecgframework.web.autoform.entity.AutoFormParamEntity; +import org.jeecgframework.web.autoform.service.AutoFormDbServiceI; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; @@ -288,5 +288,4 @@ public class AutoFormDbServiceImpl extends CommonServiceImpl implements AutoForm } return fields; } - } \ No newline at end of file diff --git a/src/main/java/org/jeecgframework/web/cgform/service/impl/autoform/AutoFormServiceImpl.java b/src/main/java/org/jeecgframework/web/autoform/service/impl/AutoFormServiceImpl.java similarity index 96% rename from src/main/java/org/jeecgframework/web/cgform/service/impl/autoform/AutoFormServiceImpl.java rename to src/main/java/org/jeecgframework/web/autoform/service/impl/AutoFormServiceImpl.java index 519ddd9f..366153c5 100644 --- a/src/main/java/org/jeecgframework/web/cgform/service/impl/autoform/AutoFormServiceImpl.java +++ b/src/main/java/org/jeecgframework/web/autoform/service/impl/AutoFormServiceImpl.java @@ -1,4 +1,4 @@ -package org.jeecgframework.web.cgform.service.impl.autoform; +package org.jeecgframework.web.autoform.service.impl; import java.io.Serializable; import java.util.Date; @@ -16,11 +16,11 @@ import org.jeecgframework.core.util.DateUtils; import org.jeecgframework.core.util.ResourceUtil; import org.jeecgframework.core.util.StringUtil; import org.jeecgframework.core.util.UUIDGenerator; -import org.jeecgframework.web.cgform.entity.autoform.AutoFormDbEntity; -import org.jeecgframework.web.cgform.entity.autoform.AutoFormEntity; +import org.jeecgframework.web.autoform.entity.AutoFormDbEntity; +import org.jeecgframework.web.autoform.entity.AutoFormEntity; +import org.jeecgframework.web.autoform.service.AutoFormServiceI; +import org.jeecgframework.web.autoform.util.AutoFormTemplateParseUtil; import org.jeecgframework.web.cgform.exception.BusinessException; -import org.jeecgframework.web.cgform.service.autoform.AutoFormServiceI; -import org.jeecgframework.web.cgform.util.AutoFormTemplateParseUtil; import org.springframework.dao.DuplicateKeyException; import org.springframework.jdbc.UncategorizedSQLException; import org.springframework.stereotype.Service; @@ -152,7 +152,7 @@ public class AutoFormServiceImpl extends CommonServiceImpl implements AutoFormSe } } } - //add-start--Author:chenchunpeng Date:20160613 for:自定义表单设定默认值 + /** * 插入操作时将系统变量约定的字段赋值 * @param data @@ -198,7 +198,7 @@ public class AutoFormServiceImpl extends CommonServiceImpl implements AutoFormSe data.put(DataBaseConstant.UPDATE_NAME_TABLE, ResourceUtil.getUserSystemData(DataBaseConstant.SYS_USER_NAME)); } } - //add-end--Author:chenchunpeng Date:chenchunpeng Date:20160613 for:自定义表单设定默认值 + @SuppressWarnings({ "rawtypes", "unchecked" }) @Override public String doUpdateTable(String formName, @@ -232,7 +232,7 @@ public class AutoFormServiceImpl extends CommonServiceImpl implements AutoFormSe } String tbDbTableName = autoFormDbEntity.getTbDbTableName(); //系统上下文变量赋值 - //add-start--Author:chenchunpeng Date:20160613 for:自定义表单设定默认值 + Object val=data.get("id"); //通过判断id是否有值确定是添加还是修改 if(StringUtil.isNotEmpty(val)){ @@ -240,7 +240,7 @@ public class AutoFormServiceImpl extends CommonServiceImpl implements AutoFormSe }else{ fillInsertSysVar(data); } - //add-end--Author:chenchunpeng Date:20160613 for:自定义表单设定默认值 + String id = null; String comma = ""; StringBuffer updateSqlBuffer = new StringBuffer(); diff --git a/src/main/java/org/jeecgframework/web/cgform/service/impl/autoform/AutoFormStyleServiceImpl.java b/src/main/java/org/jeecgframework/web/autoform/service/impl/AutoFormStyleServiceImpl.java similarity index 91% rename from src/main/java/org/jeecgframework/web/cgform/service/impl/autoform/AutoFormStyleServiceImpl.java rename to src/main/java/org/jeecgframework/web/autoform/service/impl/AutoFormStyleServiceImpl.java index 87878e38..15b55756 100644 --- a/src/main/java/org/jeecgframework/web/cgform/service/impl/autoform/AutoFormStyleServiceImpl.java +++ b/src/main/java/org/jeecgframework/web/autoform/service/impl/AutoFormStyleServiceImpl.java @@ -1,8 +1,8 @@ -package org.jeecgframework.web.cgform.service.impl.autoform; +package org.jeecgframework.web.autoform.service.impl; import org.jeecgframework.core.common.service.impl.CommonServiceImpl; -import org.jeecgframework.web.cgform.entity.autoform.AutoFormStyleEntity; -import org.jeecgframework.web.cgform.service.autoform.AutoFormStyleServiceI; +import org.jeecgframework.web.autoform.entity.AutoFormStyleEntity; +import org.jeecgframework.web.autoform.service.AutoFormStyleServiceI; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; import java.util.UUID; diff --git a/src/main/java/org/jeecgframework/web/cgform/util/AutoFormCommUtil.java b/src/main/java/org/jeecgframework/web/autoform/util/AutoFormCommUtil.java similarity index 98% rename from src/main/java/org/jeecgframework/web/cgform/util/AutoFormCommUtil.java rename to src/main/java/org/jeecgframework/web/autoform/util/AutoFormCommUtil.java index ed86e795..fa8b042f 100644 --- a/src/main/java/org/jeecgframework/web/cgform/util/AutoFormCommUtil.java +++ b/src/main/java/org/jeecgframework/web/autoform/util/AutoFormCommUtil.java @@ -1,4 +1,4 @@ -package org.jeecgframework.web.cgform.util; +package org.jeecgframework.web.autoform.util; import java.util.HashMap; import java.util.Iterator; diff --git a/src/main/java/org/jeecgframework/web/cgform/util/AutoFormTemplateParseUtil.java b/src/main/java/org/jeecgframework/web/autoform/util/AutoFormTemplateParseUtil.java similarity index 99% rename from src/main/java/org/jeecgframework/web/cgform/util/AutoFormTemplateParseUtil.java rename to src/main/java/org/jeecgframework/web/autoform/util/AutoFormTemplateParseUtil.java index fe0890c5..c2fc2146 100644 --- a/src/main/java/org/jeecgframework/web/cgform/util/AutoFormTemplateParseUtil.java +++ b/src/main/java/org/jeecgframework/web/autoform/util/AutoFormTemplateParseUtil.java @@ -1,4 +1,4 @@ -package org.jeecgframework.web.cgform.util; +package org.jeecgframework.web.autoform.util; import java.text.MessageFormat; import java.text.SimpleDateFormat; @@ -479,13 +479,11 @@ public class AutoFormTemplateParseUtil { if ((i+1) == tdCount)// 最后一列不显示 { - // if(row == 0){ // tr += ""; // } else { tr += ""; // } - } if (row == 0)// 统计的行只有一行 @@ -493,9 +491,7 @@ public class AutoFormTemplateParseUtil { // region if(!"1".equals(flag)){ if (sum != "") { - isExistSum = true; - tdSum += MessageFormat .format( "合计:{3}", @@ -524,7 +520,6 @@ public class AutoFormTemplateParseUtil { temp_html = MessageFormat.format(temp, theader, sbTr.toString(), tdSum); String divId = name+"_row_templet"; - temp_html += ""; - return temp_html; } @@ -766,9 +760,7 @@ public class AutoFormTemplateParseUtil { // String leipiplugins = (String)atrrMap.get("leipiplugins"); String orgtype = (String)atrrMap.get("orgtype"); String autofield = (String)atrrMap.get("autofield"); - String datatype = (String)atrrMap.get("datatype"); - StringBuilder sb = new StringBuilder(); //add by jg_renjie at 20151029 for:自定义单行文本控件实现日历选项及datatype无值时提示错误 sb.append(""); html = sb.toString(); return html; diff --git a/src/main/java/org/jeecgframework/web/cgdynamgraph/controller/CgDynamGraphConfigHeadController.java b/src/main/java/org/jeecgframework/web/cgdynamgraph/controller/CgDynamGraphConfigHeadController.java index f0644c09..f066b9bd 100644 --- a/src/main/java/org/jeecgframework/web/cgdynamgraph/controller/CgDynamGraphConfigHeadController.java +++ b/src/main/java/org/jeecgframework/web/cgdynamgraph/controller/CgDynamGraphConfigHeadController.java @@ -5,6 +5,7 @@ import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.apache.log4j.Logger; +import org.apache.velocity.VelocityContext; import org.jeecgframework.core.common.controller.BaseController; import org.jeecgframework.core.common.exception.BusinessException; import org.jeecgframework.core.common.hibernate.qbc.CriteriaQuery; @@ -12,15 +13,17 @@ import org.jeecgframework.core.common.model.json.AjaxJson; import org.jeecgframework.core.common.model.json.DataGrid; import org.jeecgframework.core.constant.Globals; import org.jeecgframework.core.util.StringUtil; +import org.jeecgframework.p3.core.util.plugin.ViewVelocity; import org.jeecgframework.tag.core.easyui.TagUtil; import org.jeecgframework.web.cgdynamgraph.entity.core.CgDynamGraphConfigHeadEntity; import org.jeecgframework.web.cgdynamgraph.entity.core.CgDynamGraphConfigItemEntity; import org.jeecgframework.web.cgdynamgraph.entity.core.CgDynamGraphConfigParamEntity; import org.jeecgframework.web.cgdynamgraph.page.core.CgDynamGraphConfigHeadPage; import org.jeecgframework.web.cgdynamgraph.service.core.CgDynamGraphConfigHeadServiceI; +import org.jeecgframework.web.cgreport.entity.core.CgreportConfigHeadEntity; +import org.jeecgframework.web.cgreport.entity.core.CgreportConfigParamEntity; import org.jeecgframework.web.system.service.SystemService; import org.springframework.beans.factory.annotation.Autowired; -import org.springframework.context.annotation.Scope; import org.springframework.stereotype.Controller; import org.springframework.ui.ModelMap; import org.springframework.web.bind.annotation.RequestMapping; @@ -30,8 +33,8 @@ import org.springframework.web.servlet.ModelAndView; /** * @Title: Controller - * @Description: 动态图表配置抬头 - * @author 赵俊夫 + * @Description: Online移动报表配置功能 + * @author scott * @date 2016-01-10 16:00:21 * @version V1.0 * @@ -60,6 +63,13 @@ public class CgDynamGraphConfigHeadController extends BaseController { public ModelAndView CgDynamGraphConfigHead(HttpServletRequest request) { return new ModelAndView("jeecg/cgdynamgraph/core/cgDynamGraphConfigHeadList"); } + + @RequestMapping(params = "cgDynamGraphConfigHeadVM") + public void CgDynamGraphConfigHeadVM(HttpServletResponse response, HttpServletRequest request) throws Exception{ + VelocityContext velocityContext = new VelocityContext(); + String viewName = "cgdynamgraph/cgDynamGraphConfigHeadList.vm"; + ViewVelocity.view(request, response, viewName, velocityContext); + } /** * easyui AJAX请求数据 @@ -200,6 +210,14 @@ public class CgDynamGraphConfigHeadController extends BaseController { return new ModelAndView("jeecg/cgdynamgraph/core/cgDynamGraphConfigHead-add"); } + @RequestMapping(params = "goAdd_vm") + public void goAddVM(HttpServletResponse response, HttpServletRequest request) throws Exception { + VelocityContext velocityContext = new VelocityContext(); + String viewName = "cgdynamgraph/cgDynamGraphConfigHead-add.vm"; + + ViewVelocity.view(request,response,viewName,velocityContext); + } + /** * 动态报表配置抬头编辑页面跳转 * @@ -214,6 +232,18 @@ public class CgDynamGraphConfigHeadController extends BaseController { return new ModelAndView("jeecg/cgdynamgraph/core/cgDynamGraphConfigHead-update"); } + @RequestMapping(params = "goUpdate_vm") + public void goUpdateVM(@RequestParam(required = true, value = "id" ) String id, HttpServletResponse response, HttpServletRequest request) throws Exception { + + VelocityContext velocityContext = new VelocityContext(); + String viewName = "cgdynamgraph/cgDynamGraphConfigHead-update.vm"; + + CgDynamGraphConfigHeadEntity cgDynamGraphConfigHead = cgDynamGraphConfigHeadService.getEntity(CgDynamGraphConfigHeadEntity.class, id); + + velocityContext.put("cgDynamGraphConfigHeadPage",cgDynamGraphConfigHead); + + ViewVelocity.view(request,response,viewName,velocityContext); + } /** * 加载明细列表[动态报表配置明细] @@ -238,6 +268,26 @@ public class CgDynamGraphConfigHeadController extends BaseController { return new ModelAndView("jeecg/cgdynamgraph/core/cgDynamGraphConfigItemList"); } + @RequestMapping(params = "cgDynamGraphConfigItemList_vm") + public void cgDynamGraphConfigItemListVM(@RequestParam(required = true, value = "id" ) String id, HttpServletResponse response, HttpServletRequest request) throws Exception { + + VelocityContext velocityContext = new VelocityContext(); + String viewName = "cgdynamgraph/cgDynamGraphConfigItemList.vm"; + //=================================================================================== + //获取参数 + Object id0 = id; + //=================================================================================== + //查询-动态报表配置明细 + String hql0 = "from CgDynamGraphConfigItemEntity where 1 = 1 AND cgrheadId = ? "; + try{ + List cgDynamGraphConfigItemEntityList = systemService.findHql(hql0,id0); + velocityContext.put("cgDynamGraphConfigItemList", cgDynamGraphConfigItemEntityList); + }catch(Exception e){ + logger.info(e.getMessage()); + } + ViewVelocity.view(request,response,viewName,velocityContext); + } + /** * 加载参数列表[动态报表参数] * @@ -261,6 +311,25 @@ public class CgDynamGraphConfigHeadController extends BaseController { return new ModelAndView("jeecg/cgdynamgraph/core/cgDynamGraphConfigParamList"); } + @RequestMapping(params = "cgDynamGraphConfigParamList_vm") + public void cgDynamGraphConfigParamListVM(@RequestParam(required = true, value = "id" ) String id, HttpServletResponse response, HttpServletRequest request) throws Exception { + VelocityContext velocityContext = new VelocityContext(); + String viewName = "cgdynamgraph/cgDynamGraphConfigParamList.vm"; + //=================================================================================== + //获取参数 + Object id0 = id; + //=================================================================================== + //查询-动态报表配置明细 + String hql0 = "from CgDynamGraphConfigParamEntity where 1 = 1 AND cgrheadId = ? "; + try{ + List cgDynamGraphConfigParamEntityList = systemService.findHql(hql0,id0); + velocityContext.put("cgDynamGraphConfigParamList",cgDynamGraphConfigParamEntityList); + }catch(Exception e){ + logger.info(e.getMessage()); + } + ViewVelocity.view(request,response,viewName,velocityContext); + } + @RequestMapping(params = "popmenulink") public ModelAndView popmenulink(ModelMap modelMap, @RequestParam String url, @@ -287,4 +356,33 @@ public class CgDynamGraphConfigHeadController extends BaseController { modelMap.put("params",sb.toString()); return new ModelAndView("jeecg/cgreport/core/popmenulink"); } + + @RequestMapping(params = "popmenulink_vm") + public void popmenulinkVM(@RequestParam String url, @RequestParam String title, HttpServletResponse response, HttpServletRequest request) throws Exception { + VelocityContext velocityContext = new VelocityContext(); + String viewName = "cgdynamgraph/popmenulink.vm"; + StringBuilder sb = new StringBuilder(""); + try{ + CgreportConfigHeadEntity cgreportConfigHead = systemService.findUniqueByProperty(CgreportConfigHeadEntity.class, "code", title); + String hql0 = "from CgreportConfigParamEntity where 1 = 1 AND cgrheadId = ? "; + List cgreportConfigParamList = systemService.findHql(hql0,cgreportConfigHead.getId()); + if(cgreportConfigParamList!=null&cgreportConfigParamList.size()>0){ + for(CgreportConfigParamEntity cgreportConfigParam :cgreportConfigParamList){ + sb.append("&").append(cgreportConfigParam.getParamName()).append("="); + if(StringUtil.isNotEmpty(cgreportConfigParam.getParamValue())){ + sb.append(cgreportConfigParam.getParamValue()); + }else{ + sb.append("${"+cgreportConfigParam.getParamName()+"}"); + } + } + } + }catch(Exception e){ + logger.info(e.getMessage()); + } + velocityContext.put("title",title); + velocityContext.put("url",url); + velocityContext.put("params",sb.toString()); + + ViewVelocity.view(request,response,viewName,velocityContext); + } } diff --git a/src/main/java/org/jeecgframework/web/cgdynamgraph/controller/CgDynamGraphController.java b/src/main/java/org/jeecgframework/web/cgdynamgraph/controller/CgDynamGraphController.java index 224ef152..608e5bda 100644 --- a/src/main/java/org/jeecgframework/web/cgdynamgraph/controller/CgDynamGraphController.java +++ b/src/main/java/org/jeecgframework/web/cgdynamgraph/controller/CgDynamGraphController.java @@ -20,6 +20,10 @@ import org.apache.commons.lang.StringUtils; import org.jeecgframework.core.common.controller.BaseController; import org.jeecgframework.core.common.exception.BusinessException; import org.jeecgframework.core.enums.SysThemesEnum; +import org.jeecgframework.core.online.def.CgReportConstant; +import org.jeecgframework.core.online.exception.CgReportNotFoundException; +import org.jeecgframework.core.online.util.CgReportQueryParamUtil; +import org.jeecgframework.core.online.util.FreemarkerHelper; import org.jeecgframework.core.util.ContextHolderUtils; import org.jeecgframework.core.util.DynamicDBUtil; import org.jeecgframework.core.util.SqlUtil; @@ -27,11 +31,6 @@ import org.jeecgframework.core.util.StringUtil; import org.jeecgframework.core.util.SysThemesUtil; import org.jeecgframework.core.util.oConvertUtils; import org.jeecgframework.web.cgdynamgraph.service.core.CgDynamGraphServiceI; -import org.jeecgframework.web.cgform.common.CgAutoListConstant; -import org.jeecgframework.web.cgform.engine.FreemarkerHelper; -import org.jeecgframework.web.cgreport.common.CgReportConstant; -import org.jeecgframework.web.cgreport.exception.CgReportNotFoundException; -import org.jeecgframework.web.cgreport.util.CgReportQueryParamUtil; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; @@ -40,8 +39,8 @@ import org.springframework.web.bind.annotation.ResponseBody; /** * * @Title:CgReportController - * @description:动态报表展示控制器 - * @author 赵俊夫 + * @description: Online移动报表展示 + * @author scott * @date Jul 29, 2013 9:39:40 PM * @version V1.0 */ @@ -66,7 +65,7 @@ public class CgDynamGraphController extends BaseController { //step.3 组合模板+数据参数,进行页面展现 loadVars(cgDynamGraphMap,request); String html; - + //判断是否为综合类 Map mainConfig = (Map )cgDynamGraphMap.get(CgReportConstant.MAIN); String defaultGtype =mainConfig.get("graph_type")==null?null:(String)mainConfig.get("graph_type"); @@ -81,7 +80,6 @@ public class CgDynamGraphController extends BaseController { //设置gtype html = viewEngine.parseTemplate("/org/jeecgframework/web/cgdynamgraph/engine/core/cgDynamGraphDesignMobile.ftl", cgDynamGraphMap); } - try { response.setContentType("text/html"); response.setHeader("Cache-Control", "no-store"); @@ -264,7 +262,6 @@ public class CgDynamGraphController extends BaseController { } } //step.4 进行查询返回结果 - String dbKey=(String)configM.get("db_source"); List> result=null; Long size=0l; @@ -282,7 +279,6 @@ public class CgDynamGraphController extends BaseController { result= cgDynamGraphService.queryByCgDynamGraphSql(querySql, queryparams); size = cgDynamGraphService.countQueryByCgDynamGraphSql(querySql, queryparams); } - dealDic(result,items); dealReplace(result,items); response.setContentType("application/json"); @@ -329,7 +325,6 @@ public class CgDynamGraphController extends BaseController { }else{ errorInfo += "SQL语法错误."; } - reJson.put("status", "error"); reJson.put("datas", errorInfo); return reJson; diff --git a/src/main/java/org/jeecgframework/web/cgdynamgraph/entity/core/CgDynamGraphConfigHeadEntity.java b/src/main/java/org/jeecgframework/web/cgdynamgraph/entity/core/CgDynamGraphConfigHeadEntity.java index 468d7ce2..90e2fa03 100644 --- a/src/main/java/org/jeecgframework/web/cgdynamgraph/entity/core/CgDynamGraphConfigHeadEntity.java +++ b/src/main/java/org/jeecgframework/web/cgdynamgraph/entity/core/CgDynamGraphConfigHeadEntity.java @@ -43,10 +43,9 @@ public class CgDynamGraphConfigHeadEntity implements java.io.Serializable { private java.lang.String updateBy; /**修改人名称*/ private java.lang.String updateName; - + /**动态数据源*/ private String dbSource; - /**图表类型*/ @@ -236,7 +235,6 @@ public class CgDynamGraphConfigHeadEntity implements java.io.Serializable { public void setUpdateName(java.lang.String updateName){ this.updateName = updateName; } - @Column(name ="db_source",length=36) public String getDbSource() { return dbSource; @@ -245,7 +243,6 @@ public class CgDynamGraphConfigHeadEntity implements java.io.Serializable { public void setDbSource(String dbSource) { this.dbSource = dbSource; } - @Column(name ="graph_type",length=36) public String getGraphType() { diff --git a/src/main/java/org/jeecgframework/web/cgdynamgraph/page/core/CgDynamGraphConfigHeadPage.java b/src/main/java/org/jeecgframework/web/cgdynamgraph/page/core/CgDynamGraphConfigHeadPage.java index cac81c7c..9d8b3bbf 100644 --- a/src/main/java/org/jeecgframework/web/cgdynamgraph/page/core/CgDynamGraphConfigHeadPage.java +++ b/src/main/java/org/jeecgframework/web/cgdynamgraph/page/core/CgDynamGraphConfigHeadPage.java @@ -55,7 +55,7 @@ public class CgDynamGraphConfigHeadPage implements java.io.Serializable { private java.lang.String cgrSql; /**描述*/ private java.lang.String content; - + /**图表类型*/ private String graphType; /**数据结构类型*/ @@ -63,7 +63,6 @@ public class CgDynamGraphConfigHeadPage implements java.io.Serializable { /**是否分页*/ private String isPagination; - /** @@ -150,7 +149,6 @@ public class CgDynamGraphConfigHeadPage implements java.io.Serializable { public void setContent(java.lang.String content){ this.content = content; } - @Column(name ="graph_type",length=36) public String getGraphType() { return graphType; @@ -178,5 +176,4 @@ public class CgDynamGraphConfigHeadPage implements java.io.Serializable { this.isPagination = isPagination; } - } diff --git a/src/main/java/org/jeecgframework/web/cgdynamgraph/service/impl/core/CgDynamGraphServiceImpl.java b/src/main/java/org/jeecgframework/web/cgdynamgraph/service/impl/core/CgDynamGraphServiceImpl.java index 4f712dda..e0d3c302 100644 --- a/src/main/java/org/jeecgframework/web/cgdynamgraph/service/impl/core/CgDynamGraphServiceImpl.java +++ b/src/main/java/org/jeecgframework/web/cgdynamgraph/service/impl/core/CgDynamGraphServiceImpl.java @@ -10,13 +10,13 @@ import java.util.Set; import org.jeecgframework.core.common.dao.jdbc.JdbcDao; import org.jeecgframework.core.common.exception.BusinessException; import org.jeecgframework.core.common.service.impl.CommonServiceImpl; +import org.jeecgframework.core.online.def.CgReportConstant; import org.jeecgframework.core.util.StringUtil; import org.jeecgframework.core.util.oConvertUtils; import org.jeecgframework.web.cgdynamgraph.dao.core.CgDynamGraphDao; import org.jeecgframework.web.cgdynamgraph.entity.core.CgDynamGraphConfigHeadEntity; import org.jeecgframework.web.cgdynamgraph.entity.core.CgDynamGraphConfigParamEntity; import org.jeecgframework.web.cgdynamgraph.service.core.CgDynamGraphServiceI; -import org.jeecgframework.web.cgreport.common.CgReportConstant; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; diff --git a/src/main/java/org/jeecgframework/web/cgform/common/CgAutoListConstant.java b/src/main/java/org/jeecgframework/web/cgform/common/CgAutoListConstant.java index 385daf0f..7b803901 100644 --- a/src/main/java/org/jeecgframework/web/cgform/common/CgAutoListConstant.java +++ b/src/main/java/org/jeecgframework/web/cgform/common/CgAutoListConstant.java @@ -157,4 +157,8 @@ public class CgAutoListConstant { public static final String CODE_JSP_MODE_03 = "03"; /** 自定义模板 */ public static final String CODE_JSP_MODE_04 = "04"; + + /** online配置表单版本分隔符 */ + public static final String ONLINE_TABLE_SPLIT_STR = "__"; + } diff --git a/src/main/java/org/jeecgframework/web/cgform/common/FormHtmlUtil.java b/src/main/java/org/jeecgframework/web/cgform/common/FormHtmlUtil.java index 199753ed..0dcc86cd 100644 --- a/src/main/java/org/jeecgframework/web/cgform/common/FormHtmlUtil.java +++ b/src/main/java/org/jeecgframework/web/cgform/common/FormHtmlUtil.java @@ -50,12 +50,10 @@ public class FormHtmlUtil { private static String getTextAreaFormHtml( CgFormFieldEntity cgFormFieldEntity) { StringBuilder html = new StringBuilder(""); - html.append(" +

      +     您可以键入“”作为一个参数,这里abc是参数的名称。例如:
      +     select * from table where id = ${abc}。
      +     select * from table where id = '${abc}'(如果id字段为字符串类型) +

      +
      + + + + +
      + 查询参数 +
      +
      + + + + +
      + 查询数据列 +
      +
      + + + +
      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      +
      +
      + + + + + + +
      [ + 删除] +
      +
      +
      +
      + + + + + + + + + + + + + + +
      [ + 删除] +
      +
      +
      +
      + + + + + + +
      [ + 删除] +
      +
      + + \ No newline at end of file diff --git a/src/main/resources/content/autoform/autoFormDb-update.vm b/src/main/resources/content/autoform/autoFormDb-update.vm new file mode 100644 index 00000000..a39633c0 --- /dev/null +++ b/src/main/resources/content/autoform/autoFormDb-update.vm @@ -0,0 +1,411 @@ + + + + 表单数据源 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + + + + + + + +
      + + + 数据库表 + 动态SQL + java类 + + + + + + +
      + + + + + + + +
      + + #if($autoFormDbPage.dbType == 'table') +
      + + + + + + + + + + + +
      + + + + + + + + + + +
      +
      +
      +
      + #end + + #if($autoFormDbPage.dbType == 'sql') +
      + + + + + + + + + + + + + + +
      + + + +
      +
      + +

      +     您可以键入“”作为一个参数,这里abc是参数的名称。例如:
      +     select * from table where id = ${abc}。
      +     select * from table where id = '${abc}'(如果id字段为字符串类型) +

      +
      +
      +
      + 查询参数 +
      +
      +
      +
      + 查询数据列 +
      +
      +
      +
      + #end + + #if($autoFormDbPage.dbType == 'clazz') +
      + JAVA类配置 +
      + #end +
      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      +
      +
      + + + + + + +
      [ + 删除] +
      +
      +
      +
      + + + + + + + + + + + + + + +
      [ + 删除] +
      +
      +
      +
      + + + + + + +
      + [删除] +
      +
      + + \ No newline at end of file diff --git a/src/main/resources/content/autoform/autoFormDb-view.vm b/src/main/resources/content/autoform/autoFormDb-view.vm new file mode 100644 index 00000000..062c223c --- /dev/null +++ b/src/main/resources/content/autoform/autoFormDb-view.vm @@ -0,0 +1,93 @@ + + + + 表单数据源 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + 参数录入区 +
      + + + + + + + + + #if($!{autoFormParamList}) + #set($count=1) + #foreach($!{info} in $!{autoFormParamList}) + #if($count%2 == 1) + + #end + + + #if($count%2 == 0) + + #end + #set($count=$count+1) + #end + #if($autoFormParamList.size()%2 == 1) + + + #end + #end + + + + +
      +
      +
      +
      +
      + 结果展示区 + +
      + + \ No newline at end of file diff --git a/src/main/webapp/webpage/jeecg/cgform/autoform/autoFormDb.js b/src/main/resources/content/autoform/autoFormDb.js similarity index 99% rename from src/main/webapp/webpage/jeecg/cgform/autoform/autoFormDb.js rename to src/main/resources/content/autoform/autoFormDb.js index 01a11271..1ee76761 100644 --- a/src/main/webapp/webpage/jeecg/cgform/autoform/autoFormDb.js +++ b/src/main/resources/content/autoform/autoFormDb.js @@ -67,6 +67,7 @@ $(function(){ storeParams(); $.ajax({ url:"autoFormDbController.do?getFields", + data:{sql:$("#dbDynSql").val(), dbKey:$("#dbKey").val()}, //data:{sql:$("#dbDynSql").val()}, @@ -291,4 +292,3 @@ function getTableName(){ } } } -// \ No newline at end of file diff --git a/src/main/resources/content/autoform/autoFormDbFieldForTableList.vm b/src/main/resources/content/autoform/autoFormDbFieldForTableList.vm new file mode 100644 index 00000000..f2b6e320 --- /dev/null +++ b/src/main/resources/content/autoform/autoFormDbFieldForTableList.vm @@ -0,0 +1,81 @@ + +
      + 添加 + 删除 +
      + + + + + + + + + + #if($!{autoFormDbFieldList}) + #set($count=0) + #foreach($!{info} in $!{autoFormDbFieldList}) + + + + + + + + + + + + + + + + + + #set($count=$count+1) + #end + #end + +
      编码选择字段字段文本操作
      $!{velocityCount}
      \ No newline at end of file diff --git a/src/main/resources/content/autoform/autoFormDbFieldList.vm b/src/main/resources/content/autoform/autoFormDbFieldList.vm new file mode 100644 index 00000000..72b1fb9d --- /dev/null +++ b/src/main/resources/content/autoform/autoFormDbFieldList.vm @@ -0,0 +1,69 @@ + +
      + 添加 + 删除 +
      + + + + + + + + + + #if($!{autoFormDbFieldList}) + #set($count=0) + #foreach($!{info} in $!{autoFormDbFieldList}) + + + + + + + + + + + + + + + + + + #set($count=$count+1) + #end + #end + +
      编码选择字段字段文本操作
      $!{velocityCount}
      diff --git a/src/main/resources/content/autoform/autoFormDbList.vm b/src/main/resources/content/autoform/autoFormDbList.vm new file mode 100644 index 00000000..944db5d0 --- /dev/null +++ b/src/main/resources/content/autoform/autoFormDbList.vm @@ -0,0 +1,446 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      +
      +
      +
      +
      + + 编辑 + 查看 + 批量删除 + +
      +
      +
      +
      + + \ No newline at end of file diff --git a/src/main/resources/content/autoform/autoFormList.vm b/src/main/resources/content/autoform/autoFormList.vm new file mode 100644 index 00000000..bb69d1b6 --- /dev/null +++ b/src/main/resources/content/autoform/autoFormList.vm @@ -0,0 +1,449 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      +
      +
      + +
      +
      + + \ No newline at end of file diff --git a/src/main/resources/content/autoform/autoFormParamList.vm b/src/main/resources/content/autoform/autoFormParamList.vm new file mode 100644 index 00000000..0b334926 --- /dev/null +++ b/src/main/resources/content/autoform/autoFormParamList.vm @@ -0,0 +1,96 @@ + +
      + 添加 + 删除 +
      + + + + + + + + + + + + #if($!{autoFormParamList}) + #set($count=0) + #foreach($!{info} in $!{autoFormParamList}) + + + + + + + + + + + + + + + + + + + + #set($count=$count+1) + #end + #end + +
      编码选择参数参数文本默认值排序操作
      $!{velocityCount}
      + + + + + + + + + + + + + +
      \ No newline at end of file diff --git a/src/main/resources/content/autoform/autoFormStyle-add.vm b/src/main/resources/content/autoform/autoFormStyle-add.vm new file mode 100644 index 00000000..2e163dea --- /dev/null +++ b/src/main/resources/content/autoform/autoFormStyle-add.vm @@ -0,0 +1,117 @@ + + + + 表单样式表 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + + + + + + + + + + + + + + + + + + + +
      + + + + + +
      + + +
      +
      + + \ No newline at end of file diff --git a/src/main/resources/content/autoform/autoFormStyle-update.vm b/src/main/resources/content/autoform/autoFormStyle-update.vm new file mode 100644 index 00000000..ac37a621 --- /dev/null +++ b/src/main/resources/content/autoform/autoFormStyle-update.vm @@ -0,0 +1,117 @@ + + + + 表单样式表 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + + + + + + + + + + + + + + + + + + + +
      + + + + + +
      + + +
      +
      + + \ No newline at end of file diff --git a/src/main/resources/content/autoform/autoFormStyleList.vm b/src/main/resources/content/autoform/autoFormStyleList.vm new file mode 100644 index 00000000..9582f9c7 --- /dev/null +++ b/src/main/resources/content/autoform/autoFormStyleList.vm @@ -0,0 +1,356 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      +
      +
      +
      + +
      +
      +
      + + \ No newline at end of file diff --git a/src/main/resources/content/cgdynamgraph/cgDynamGraphConfigHead-add.vm b/src/main/resources/content/cgdynamgraph/cgDynamGraphConfigHead-add.vm new file mode 100644 index 00000000..17d81f5a --- /dev/null +++ b/src/main/resources/content/cgdynamgraph/cgDynamGraphConfigHead-add.vm @@ -0,0 +1,309 @@ + + + + Online移动报表配置 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + + + + + + + + + + + + + + + + + + + + + + + + + +
      + + + + + + + + + + #selectTableTag("db_key","db_name","t_s_data_source","dbSource","") +
      + + + +

      +     您可以键入“”作为一个参数,这里abc是参数的名称。例如: +
          select broswer name,count(1) value, '#286FBB' color from t_s_log where id = ${abc} group by broswer。 +
          select broswer name,count(1) value, '#286FBB' color from t_s_log where id = '${abc}' group by broswer。(如果id字段为字符串类型) +
           + 注:必要用 name,value,color 列。 name 为X轴数据,value 为Y轴数据,color为图表的颜色 +

      +
      + + + +
      + + #selectDictTag("graphType","graphType","") + + + #selectDictTag("fieldtype","dataStructure","") +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      + + + + + + + + + + + + + + + + + +
      + + + + + + + + #selectDictTag("fieldtype","cgDynamGraphConfigItemList[#index#].fieldType","") + + + + + + #selectDictTag("searchmode","cgDynamGraphConfigItemList[#index#].SMode","") + + + + + + #selectDictTag("yesorno","cgDynamGraphConfigItemList[#index#].SFlag","") +
      + + + + + + + + + + +
      + + + + + + + + + +
      + + \ No newline at end of file diff --git a/src/main/resources/content/cgdynamgraph/cgDynamGraphConfigHead-update.vm b/src/main/resources/content/cgdynamgraph/cgDynamGraphConfigHead-update.vm new file mode 100644 index 00000000..b7952982 --- /dev/null +++ b/src/main/resources/content/cgdynamgraph/cgDynamGraphConfigHead-update.vm @@ -0,0 +1,289 @@ + + + + Online移动报表配置 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + + + + + + + + + + + + + + + + + + + + + + + + + +
      + + + + + + + + + + #selectTableTag("db_key","db_name","t_s_data_source","dbSource","$!{cgDynamGraphConfigHeadPage.dbSource}") +
      + + + +

          您可以键入“”作为一个参数,这里abc是参数的名称。例如: +
          select broswer name,count(1) value, '#286FBB' color from t_s_log where id = ${abc} group by broswer。 +
          select broswer name,count(1) value, '#286FBB' color from t_s_log where id = '${abc}' group by broswer。(如果id字段为字符串类型) +
           + 注:必要用 name,value,color 列。 name 为X轴数据,value 为Y轴数据,color为图表的颜色 +

      +
      + + + +
      + + #selectDictTag("graphType","graphType","$!{cgDynamGraphConfigHeadPage.graphType}") + + + #selectDictTag("fieldtype","dataStructure","$!{cgDynamGraphConfigHeadPage.dataStructure}") +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      + + + + + + + + + + + + + + + + + +
      + + + + + #selectDictTag("fieldtype","cgDynamGraphConfigItemList[#index#].fieldType","") + + + + + + #selectDictTag("searchmode","cgDynamGraphConfigItemList[#index#].SMode","") + + + + #selectDictTag("yesorno","cgDynamGraphConfigItemList[#index#].SFlag","") +
      + + + + + + + + + + +
      + + + + +
      + + \ No newline at end of file diff --git a/src/main/resources/content/cgdynamgraph/cgDynamGraphConfigHead.js b/src/main/resources/content/cgdynamgraph/cgDynamGraphConfigHead.js new file mode 100644 index 00000000..97847637 --- /dev/null +++ b/src/main/resources/content/cgdynamgraph/cgDynamGraphConfigHead.js @@ -0,0 +1,38 @@ +$(function(){ +$("body").append(""); +var $btn = $("
      "); +$("#cgrSql").after($btn); +$btn.click(function(){ + $.ajax({ + url:"cgDynamGraphController.do?getFields", + data:{sql:$("#cgrSql").val(),'dbKey':$("[name='dbSource']").eq(0).val()}, + type:"Post", + dataType:"json", + success:function(data){ + if(data.status=="success"){ + $("#add_cgDynamGraphConfigItem_table").empty(); + $.each(data.fields,function(index,e){ + var $tr = $("#add_cgDynamGraphConfigItem_table_template tr").clone(); + $tr.find("td:eq(1) :text").val(e); + $tr.find("td:eq(2) :text").val(index); + $tr.find("td:eq(3) :text").val(e); + $("#add_cgDynamGraphConfigItem_table").append($tr); + }); + resetTrNum("add_cgDynamGraphConfigItem_table"); + + $("#add_cgDynamGraphConfigParam_table").empty(); + $.each(data.params,function(index,e){ + var $tr = $("#add_cgDynamGraphConfigParam_table_template tr").clone(); + $tr.find("td:eq(1) :text").val(e); + $tr.find("td:eq(2) :text").val(e); + $tr.find("td:eq(4) :text").val(index); + $("#add_cgDynamGraphConfigParam_table").append($tr); + }); + resetTrNum("add_cgDynamGraphConfigParam_table"); + }else{ + $.messager.alert('错误',data.datas); + } + } + }); + }); +}); \ No newline at end of file diff --git a/src/main/resources/content/cgdynamgraph/cgDynamGraphConfigHeadList.vm b/src/main/resources/content/cgdynamgraph/cgDynamGraphConfigHeadList.vm new file mode 100644 index 00000000..56eadc57 --- /dev/null +++ b/src/main/resources/content/cgdynamgraph/cgDynamGraphConfigHeadList.vm @@ -0,0 +1,407 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      +
      +
      +
      +
      + + +
      + + 编码: + + + + 名称: + + + + 查询sql: + + + + 数据源: + + + + 描述: + + +
      +
      + +
      +
      +
      + + \ No newline at end of file diff --git a/src/main/resources/content/cgdynamgraph/cgDynamGraphConfigItemList.vm b/src/main/resources/content/cgdynamgraph/cgDynamGraphConfigItemList.vm new file mode 100644 index 00000000..f1272017 --- /dev/null +++ b/src/main/resources/content/cgdynamgraph/cgDynamGraphConfigItemList.vm @@ -0,0 +1,78 @@ + +
      + 添加 + 删除 +
      +
      + + + + + + + + + + + + + + + + #if($!{cgDynamGraphConfigItemList}) + #set($count=0) + #foreach($!{info} in $!{cgDynamGraphConfigItemList}) + + + + + + + + + + + + + + + + #set($count=$count+1) + #end + #end + +
      #selectDictTag("fieldtype","cgDynamGraphConfigItemList[$count].fieldType",$!{info.fieldType}) + + #selectDictTag("searchmode", "cgDynamGraphConfigItemList[$count].SMode",$!{info.SMode})#selectDictTag("yesorno", "cgreportConfigItemList[$count].SFlag", $!{info.SFlag})
      +
      \ No newline at end of file diff --git a/src/main/resources/content/cgdynamgraph/cgDynamGraphConfigParamList.vm b/src/main/resources/content/cgdynamgraph/cgDynamGraphConfigParamList.vm new file mode 100644 index 00000000..c0d9eaf9 --- /dev/null +++ b/src/main/resources/content/cgdynamgraph/cgDynamGraphConfigParamList.vm @@ -0,0 +1,56 @@ + +
      + 添加 + 删除 +
      +
      + + + + + + + + + + #if($!{cgreportConfigParamList}) + #set($count=0) + #foreach($!{info} in $!{cgreportConfigParamList}) + + + + + + + + + + #set($count=$count+1) + #end + #end + +
      +
      \ No newline at end of file diff --git a/src/main/resources/content/cgdynamgraph/popmenulink.vm b/src/main/resources/content/cgdynamgraph/popmenulink.vm new file mode 100644 index 00000000..b6ad5289 --- /dev/null +++ b/src/main/resources/content/cgdynamgraph/popmenulink.vm @@ -0,0 +1,35 @@ + + + + + + + + + + +
      + +
      +
      + + +
      + + \ No newline at end of file diff --git a/src/main/resources/content/cgreport/cgreport-form.vm b/src/main/resources/content/cgreport/cgreport-form.vm new file mode 100644 index 00000000..2436c8fe --- /dev/null +++ b/src/main/resources/content/cgreport/cgreport-form.vm @@ -0,0 +1 @@ +表单页面 \ No newline at end of file diff --git a/src/main/resources/content/cgreport/cgreport-list.vm b/src/main/resources/content/cgreport/cgreport-list.vm new file mode 100644 index 00000000..5561e3cf --- /dev/null +++ b/src/main/resources/content/cgreport/cgreport-list.vm @@ -0,0 +1 @@ +列表页面 \ No newline at end of file diff --git a/src/main/resources/content/cgreport/cgreportConfigHead-add.vm b/src/main/resources/content/cgreport/cgreportConfigHead-add.vm new file mode 100644 index 00000000..3a6351d6 --- /dev/null +++ b/src/main/resources/content/cgreport/cgreportConfigHead-add.vm @@ -0,0 +1,297 @@ + + + + 动态报表配置抬头 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + + + + + + + + + + #selectTableTag("db_key","db_name","t_s_data_source","dbSource","") +
      + + + +

          您可以键入“”作为一个参数,这里abc是参数的名称。例如: +
          select * from table where id = ${abc}。 +
          select * from table where id = '${abc}'(如果id字段为字符串类型) +
           + 注:参数只支持动态报表,popup暂不支持 +

      +

      + + + +
      + + + + + + + + + + #selectDictTag("pop_retype","popRetype","") +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      + + + + + + + + + + + + + + + + + +
      + + + + + #selectDictTag("fieldtype","cgreportConfigItemList[#index#].fieldType","") + + + + + #selectDictTag("searchmode","cgreportConfigItemList[#index#].SMode","") + + + + #selectDictTag("yesorno","cgreportConfigItemList[#index#].SFlag","") +
      + + + + + + + + + + +
      + + + + +
      + + \ No newline at end of file diff --git a/src/main/resources/content/cgreport/cgreportConfigHead-update.vm b/src/main/resources/content/cgreport/cgreportConfigHead-update.vm new file mode 100644 index 00000000..1436b694 --- /dev/null +++ b/src/main/resources/content/cgreport/cgreportConfigHead-update.vm @@ -0,0 +1,296 @@ + + + + 动态报表配置抬头 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + + + + + + + + + + #selectTableTag("db_key","db_name","t_s_data_source","dbSource","$!{cgreportConfigHead.dbSource}") +
      + + + +

          您可以键入“”作为一个参数,这里abc是参数的名称。例如: +
          select * from table where id = ${abc}。 +
          select * from table where id = '${abc}'(如果id字段为字符串类型) +
           + 注:参数只支持动态报表,popup暂不支持 +

      +

      + + + +
      + + + + + + + + + + #selectDictTag("pop_retype", "popRetype","$!{cgreportConfigHead.popRetype}") +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      + + + + + + + + + + + + + + + + + +
      + + + + #selectDictTag("fieldtype","cgreportConfigItemList[#index#].fieldType","") + + + + + #selectDictTag("searchmode", "cgreportConfigItemList[#index#].SMode","") + + + + #selectDictTag("yesorno", "cgreportConfigItemList[#index#].SFlag","") +
      + + + + + + + + + + +
      + + + + +
      + + \ No newline at end of file diff --git a/src/main/resources/content/cgreport/cgreportConfigHead.js b/src/main/resources/content/cgreport/cgreportConfigHead.js new file mode 100644 index 00000000..5f2d02f6 --- /dev/null +++ b/src/main/resources/content/cgreport/cgreportConfigHead.js @@ -0,0 +1,38 @@ +$(function(){ +$("body").append(""); +var $btn = $("
      "); +$("#cgrSql").after($btn); +$btn.click(function(){ + $.ajax({ + url:"cgReportController.do?getFields", + data:{sql:$("#cgrSql").val(),'dbKey':$("[name='dbSource']").eq(0).val()}, + type:"Post", + dataType:"json", + success:function(data){ + if(data.status=="success"){ + $("#add_cgreportConfigItem_table").empty(); + $.each(data.fields,function(index,e){ + var $tr = $("#add_cgreportConfigItem_table_template tr").clone(); + $tr.find("td:eq(1) :text").val(e); + $tr.find("td:eq(2) :text").val(index); + $tr.find("td:eq(3) :text").val(e); + $("#add_cgreportConfigItem_table").append($tr); + }); + resetTrNum("add_cgreportConfigItem_table"); + + $("#add_cgreportConfigParam_table").empty(); + $.each(data.params,function(index,e){ + var $tr = $("#add_cgreportConfigParam_table_template tr").clone(); + $tr.find("td:eq(1) :text").val(e); + $tr.find("td:eq(2) :text").val(e); + $tr.find("td:eq(4) :text").val(index); + $("#add_cgreportConfigParam_table").append($tr); + }); + resetTrNum("add_cgreportConfigParam_table"); + }else{ + $.messager.alert('错误',data.datas); + } + } + }); + }); +}); \ No newline at end of file diff --git a/src/main/resources/content/cgreport/cgreportConfigHeadList.vm b/src/main/resources/content/cgreport/cgreportConfigHeadList.vm new file mode 100644 index 00000000..317ed998 --- /dev/null +++ b/src/main/resources/content/cgreport/cgreportConfigHeadList.vm @@ -0,0 +1,390 @@ + + + 动态报表配置抬头 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      +
      +
      +
      +
      + + +
      + + 编码: + + + + 名称: + + + + 查询sql: + + + + 数据源: + + + + 描述: + + +
      +
      +
      + + 录入 + 编辑 + 批量删除 + 查看 + + + 查询 + 重置 + +
      +
      +
      +
      + + \ No newline at end of file diff --git a/src/main/resources/content/cgreport/cgreportConfigItemList.vm b/src/main/resources/content/cgreport/cgreportConfigItemList.vm new file mode 100644 index 00000000..fe18e254 --- /dev/null +++ b/src/main/resources/content/cgreport/cgreportConfigItemList.vm @@ -0,0 +1,78 @@ + +
      + 添加 + 删除 +
      +
      + + + + + + + + + + + + + + + + #if($!{cgreportConfigItemList}) + #set($count=0) + #foreach($!{info} in $!{cgreportConfigItemList}) + + + + + + + + + + + + + + + + #set($count=$count+1) + #end + #end + +
      #selectDictTag("fieldtype","cgreportConfigItemList[$count].fieldType",$!{info.fieldType}) + + #selectDictTag("searchmode", "cgreportConfigItemList[$count].SMode",$!{info.SMode})#selectDictTag("yesorno", "cgreportConfigItemList[$count].SFlag", $!{info.SFlag})
      +
      \ No newline at end of file diff --git a/src/main/resources/content/cgreport/cgreportConfigParamList.vm b/src/main/resources/content/cgreport/cgreportConfigParamList.vm new file mode 100644 index 00000000..c0d9eaf9 --- /dev/null +++ b/src/main/resources/content/cgreport/cgreportConfigParamList.vm @@ -0,0 +1,56 @@ + +
      + 添加 + 删除 +
      +
      + + + + + + + + + + #if($!{cgreportConfigParamList}) + #set($count=0) + #foreach($!{info} in $!{cgreportConfigParamList}) + + + + + + + + + + #set($count=$count+1) + #end + #end + +
      +
      \ No newline at end of file diff --git a/src/main/resources/content/cgreport/popmenulink.vm b/src/main/resources/content/cgreport/popmenulink.vm new file mode 100644 index 00000000..b6ad5289 --- /dev/null +++ b/src/main/resources/content/cgreport/popmenulink.vm @@ -0,0 +1,35 @@ + + + + + + + + + + +
      + +
      +
      + + +
      + + \ No newline at end of file diff --git a/src/main/resources/content/graphreport/jformGraphreportHead-add.vm b/src/main/resources/content/graphreport/jformGraphreportHead-add.vm new file mode 100644 index 00000000..5e81edb7 --- /dev/null +++ b/src/main/resources/content/graphreport/jformGraphreportHead-add.vm @@ -0,0 +1,221 @@ + + + + Online在线图表配置--添加 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + + + + + + + + + + + +
      + + + + + + + + + + + +
      + + + + + + + + + + + +
      + + + + + +
      + + + + + +
      +
      +
      +
      +
      +
      +
      +
      + + + + + + + + + + + + + + + + + + + + + + +
      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + + \ No newline at end of file diff --git a/src/main/resources/content/graphreport/jformGraphreportHead-update.vm b/src/main/resources/content/graphreport/jformGraphreportHead-update.vm new file mode 100644 index 00000000..45e5abe0 --- /dev/null +++ b/src/main/resources/content/graphreport/jformGraphreportHead-update.vm @@ -0,0 +1,218 @@ + + + + Online在线图标配置--编辑 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + + + + + + + + + + + +
      + + + + + + + + + + + +
      + + + + + + + + + + + +
      + + + + + +
      + + + + + +
      +
      +
      +
      +
      +
      +
      +
      + + + + + + + + + + + + + + + + + + + +
      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + + \ No newline at end of file diff --git a/src/main/resources/content/graphreport/jformGraphreportHead.js b/src/main/resources/content/graphreport/jformGraphreportHead.js new file mode 100644 index 00000000..1199eb27 --- /dev/null +++ b/src/main/resources/content/graphreport/jformGraphreportHead.js @@ -0,0 +1,111 @@ +$(function(){ +$("body").append(""); +var $btn = $("
      "); +$("#cgrSql").after($btn); +$btn.click(function(){ + $.ajax({ + url:"cgReportController.do?getFields", + data:{sql:$("#cgrSql").val()}, + type:"Post", + dataType:"json", + success:function(data){ + if(data.status=="success"){ + $("#add_jformGraphreportItem_table").empty(); + $.each(data.fields,function(index,e){ + $("#addJformGraphreportItemBtn").click(); + $("#add_jformGraphreportItem_table tr:last").find(":text") + .eq(0).val(e) + .end().eq(1).val(e) + .end().eq(2).val(index); + }); + }else{ + $.messager.alert('??',data.datas); + } + } + }); + }); +}); + +//初始化下标 +function resetTrNum(tableId) { + $tbody = $("#"+tableId+""); + $tbody.find('>tr').each(function(i){ + $(':input, select,button,a', this).each(function(){ + var $this = $(this), name = $this.attr('name'),id=$this.attr('id'),onclick_str=$this.attr('onclick'), val = $this.val(); + if(name!=null){ + if (name.indexOf("#index#") >= 0){ + $this.attr("name",name.replace('#index#',i)); + }else{ + var s = name.indexOf("["); + var e = name.indexOf("]"); + var new_name = name.substring(s+1,e); + $this.attr("name",name.replace(new_name,i)); + } + } + if(id!=null){ + if (id.indexOf("#index#") >= 0){ + $this.attr("id",id.replace('#index#',i)); + }else{ + var s = id.indexOf("["); + var e = id.indexOf("]"); + var new_id = id.substring(s+1,e); + $this.attr("id",id.replace(new_id,i)); + } + } + if(onclick_str!=null){ + if (onclick_str.indexOf("#index#") >= 0){ + $this.attr("onclick",onclick_str.replace(/#index#/g,i)); + }else{ + } + } + }); + $(this).find('div[name=\'xh\']').html(i+1); + }); +} + +jQuery(function() { + jQuery("#formobj").Validform({ + tiptype: 1, + btnSubmit: "#btn_sub", + btnReset: "#btn_reset", + ajaxPost: true, + usePlugin: { + passwordstrength: { + minLen: 6, + maxLen: 18, + trigger: function(obj, error) { + if (error) { + obj.parent().next().find(".Validform_checktip").show(); + obj.find(".passwordStrength").hide(); + } else { + jQuery(".passwordStrength").show(); + obj.parent().next().find(".Validform_checktip").hide(); + } + } + } + }, + callback: function(data) { + var win = frameElement.api.opener; + if (data.success == true) { + frameElement.api.close(); + win.tip(data.msg); + } else { + if (data.responseText == '' || data.responseText == undefined) { + jQuery.messager.alert('错误', data.msg); + jQuery.Hidemsg(); + } else { + try { + var emsg = data.responseText.substring(data.responseText.indexOf('错误描述'), data.responseText.indexOf('错误信息')); + jQuery.messager.alert('错误', emsg); + jQuery.Hidemsg(); + } catch(ex) { + jQuery.messager.alert('错误', data.responseText + ""); + jQuery.Hidemsg(); + } + } + return false; + } + win.reloadTable(); + } + }); +}); diff --git a/src/main/resources/content/graphreport/jformGraphreportHeadList.vm b/src/main/resources/content/graphreport/jformGraphreportHeadList.vm new file mode 100644 index 00000000..43d5697a --- /dev/null +++ b/src/main/resources/content/graphreport/jformGraphreportHeadList.vm @@ -0,0 +1,80 @@ + + + + + online图标配置--列表 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      +
      +
      +
      +
      + + +
      + + 编码: + + + 名称: + + + 查询sql: + + + 是否显示明细: + + +
      +
      + +
      +
      + + + + \ No newline at end of file diff --git a/src/main/resources/content/graphreport/jformGraphreportItemList.vm b/src/main/resources/content/graphreport/jformGraphreportItemList.vm new file mode 100644 index 00000000..e1f6d10d --- /dev/null +++ b/src/main/resources/content/graphreport/jformGraphreportItemList.vm @@ -0,0 +1,201 @@ + + + + + + + + + + + + + + + + + + + + + + + + #if($!{jformGraphreportItemList}) + #if($!jformGraphreportItemList.size() == 0) + + + + + + + + + + + + + + + + + #else + #set($count=0) + #foreach($!{item} in $!{jformGraphreportItemList}) + + + + + + + + + + + + + + + + + #set($count=$count+1) + #end + #end + #end + +
      序号操作字段名字段文本排序字段类型是否显示是否查询查询模式字典Code显示图表图表类型图表名称标签名称
      +
      1
      + + + + + + + + + + + + + + + + + + + + + + + + + +
      +
      $!{velocityCount}
      + + + + + + + + + + + + + + + + + + + + + + + + + +
      + \ No newline at end of file diff --git a/src/main/resources/content/graphreport/jformGraphreportUpload.vm b/src/main/resources/content/graphreport/jformGraphreportUpload.vm new file mode 100644 index 00000000..cdf57b31 --- /dev/null +++ b/src/main/resources/content/graphreport/jformGraphreportUpload.vm @@ -0,0 +1,159 @@ + + + + Online在线图表配置--Excel导入 + + + + + + + + + + + + + + + + + + + + + + + + + + +
      +
      +
      +
      + +
      +
      + + +
      +
      +
      + + + + + + + + + + +
      +
      +
      +
      + + + \ No newline at end of file diff --git a/src/main/resources/content/graphreport/jfromGraphreportHeadList.js b/src/main/resources/content/graphreport/jfromGraphreportHeadList.js new file mode 100644 index 00000000..0b5b0b74 --- /dev/null +++ b/src/main/resources/content/graphreport/jfromGraphreportHeadList.js @@ -0,0 +1,195 @@ +jQuery(function() { + storage = jQuery.localStorage; + if (!storage) storage = jQuery.cookieStorage; + jQuery('#jformGraphreportHeadList').datagrid({ + idField: 'id', + title: '图表配置', + url: 'jformGraphreportHeadController.do?datagrid&field=id,code,name,cgrSql,content,ytext,categories,isShowList,xpageJs,', + fit: true, + queryParams: {}, + loadMsg: '数据加载中...', + pageSize: 10, + pagination: true, + pageList: [10, 20, 30], + rownumbers: true, + singleSelect: false, + fitColumns: false, + striped: true, + showFooter: true, + frozenColumns: [[{ + field: 'ck', + checkbox: 'true' + }, + ]], + columns: [[{ + field: 'id', + title: '', + width: 120, + hidden: true, + sortable: true + }, + { + field: 'code', + title: '编码', + width: 120, + sortable: true + }, + { + field: 'name', + title: '名称', + width: 120, + sortable: true + }, + { + field: 'cgrSql', + title: '查询sql', + width: 120, + sortable: true + }, + { + field: 'content', + title: '描述', + width: 120, + sortable: true + }, + { + field: 'ytext', + title: 'y轴文字', + sortable: true + }, + { + field: 'categories', + title: 'x轴数据', + sortable: true + }, + { + field: 'isShowList', + title: '是否显示明细', + sortable: true, + align: 'center', + formatter: function(value,rec,index){ + return value == 'Y'?'是':'否'; + } + }, + { + field: 'xpageJs', + title: '扩展JS', + sortable: true + }, + { + field: 'opt', + title: '操作', + width: 220, + formatter: function(value, rec, index) { + if (!rec.id) { + return ''; + } + var href = ''; + href += ""; + href += "删除"; + href += ""; + href += "功能测试"; + href += ""; + href += "配置地址"; + return href; + } + }]], + onLoadSuccess: function(data) { + jQuery("#jformGraphreportHeadList").datagrid("clearSelections"); + }, + onClickRow: function(rowIndex, rowData) { + rowid = rowData.id; + gridname = 'jformGraphreportHeadList'; + } + }); + jQuery('#jformGraphreportHeadList').datagrid('getPager').pagination({ + beforePageText: '', + afterPageText: '/{pages}', + displayMsg: '{from}-{to}共 {total}条', + showPageList: true, + showRefresh: true + }); + jQuery('#jformGraphreportHeadList').datagrid('getPager').pagination({ + onBeforeRefresh: function(pageNumber, pageSize) { + jQuery(this).pagination('loading'); + jQuery(this).pagination('loaded'); + } + }); + }); + function reloadTable() { + try { + jQuery('#' + gridname).datagrid('reload'); + jQuery('#' + gridname).treegrid('reload'); + } catch(ex) {} + } + function reloadjformGraphreportHeadList() { + jQuery('#jformGraphreportHeadList').datagrid('reload'); + } + function getJformGraphreportHeadListSelected(field) { + return getSelected(field); + } + function getSelected(field) { + var row = jQuery('#' + gridname).datagrid('getSelected'); + if (row != null) { + value = row[field]; + } else { + value = ''; + } + return value; + } + + //查询列表数据 + function jformGraphreportHeadListSearch(){ + //判断是否满足验证规则 + if(!jQuery("#jformGraphreportHeadList").Validform({ + tiptype:3 + }).check()){ + //校验规则不满足 + return false; + } + var queryParams = jQuery("#jformGraphreportHeadList").datagrid("options").queryParams; + jQuery("#jformGraphreportHeadListtb").find('*').each(function(){ + queryParams[jQuery(this).attr('name')] = jQuery(this).val(); + }); + jQuery('#jformGraphreportHeadList').datagrid({ + url: 'jformGraphreportHeadController.do?datagrid&field=id,code,name,cgrSql,content,ytext,categories,isShowList,xpageJs,', + pageNumber : 1 + }); + } + + + //监测回车键 + function EnterPress(e) { + var e = e || window.event; + if (e.keyCode == 13) { + jformGraphreportHeadListSearch(); + } + } + + //切换到功能测试tab页面 + function addlisttab(tableName,content){ + addOneTab( '' + "["+content+"]", "graphReportController.do?list&id="+tableName); + } + //弹出菜单配置地址 + function popMenuLinkGraph(tableName,content){ + jQuery.dialog({ + content: "url:jformGraphreportHeadVMController.do?popMenuLink&url=graphReportController.do?list&isIframe&title="+tableName, + drag : false, + lock : true, + title:'菜单链接' + '['+content+']', + opacity : 0.3, + width:400, + height:80,drag:false,min:false,max:false + }).zindex(); + } + + //导入 + function ImportXls() { + openuploadwin('Excel导入', 'jformGraphreportHeadVMController.do?goImportExcel', "jformGraphreportHeadList"); + } + + //导出 + function ExportXls() { + JeecgExcelExport("jformGraphreportHeadController.do?exportXls","jformGraphreportHeadList"); + } + \ No newline at end of file diff --git a/src/main/resources/content/graphreport/jfromGraphreportHeadPopMenuLink.vm b/src/main/resources/content/graphreport/jfromGraphreportHeadPopMenuLink.vm new file mode 100644 index 00000000..f11d387d --- /dev/null +++ b/src/main/resources/content/graphreport/jfromGraphreportHeadPopMenuLink.vm @@ -0,0 +1,36 @@ + + + + Online在线图表配置 -- 配置地址 + + + + + + + +
      + +
      +
      + + +
      + + \ No newline at end of file diff --git a/src/main/resources/cxf-servlet.xml b/src/main/resources/cxf-servlet.xml index 02a6b21c..bcd75060 100644 --- a/src/main/resources/cxf-servlet.xml +++ b/src/main/resources/cxf-servlet.xml @@ -7,8 +7,12 @@ http://cxf.apache.org/jaxws http://cxf.apache.org/schemas/jaxws.xsd"> + + + + diff --git a/src/main/resources/dbconfig.properties b/src/main/resources/dbconfig.properties index e8891925..18298207 100644 --- a/src/main/resources/dbconfig.properties +++ b/src/main/resources/dbconfig.properties @@ -17,7 +17,7 @@ #MySQL hibernate.dialect=org.hibernate.dialect.MySQLDialect validationQuery.sqlserver=SELECT 1 -jdbc.url.jeecg=jdbc:mysql://localhost:3306/jeecg?useUnicode=true&characterEncoding=UTF-8 +jdbc.url.jeecg=jdbc:mysql://localhost:3306/jeecg_3_6_6?useUnicode=true&characterEncoding=UTF-8 jdbc.username.jeecg=root jdbc.password.jeecg=root jdbc.dbType=mysql @@ -30,6 +30,5 @@ jdbc.dbType=mysql #jdbc.password.jeecg=jeecg #jdbc.dbType=oracle - #\u66f4\u65b0|\u521b\u5efa|\u9a8c\u8bc1\u6570\u636e\u5e93\u8868\u7ed3\u6784|\u4e0d\u4f5c\u6539\u53d8 \u9ed8\u8ba4update(create,validate,none) hibernate.hbm2ddl.auto=none diff --git a/src/main/resources/ehcache.xml b/src/main/resources/ehcache.xml index 9cd88cd9..77bfc765 100644 --- a/src/main/resources/ehcache.xml +++ b/src/main/resources/ehcache.xml @@ -4,12 +4,10 @@ - - formatter="yyyy-MM-dd hh:mm:ss"<#else><#if po.showType?index_of("date")!=-1>formatter="yyyy-MM-dd" <#if po.isShowList?if_exists?html =='N'>hidden="true"<#else> <#if po.isQuery =='Y'>query="true" <#if po.queryMode =='single'>queryMode="single"<#elseif po.queryMode =='group'>queryMode="group" <#if po.dictTable?if_exists?html!="">dictionary="${po.dictTable},${po.dictField},${po.dictText}" <#if po.showType=='popup'>popup="true"<#else><#if po.dictTable?if_exists?html=="" && po.dictField?if_exists?html!="">dictionary="${po.dictField}" width="${po.fieldLength}"> - + diff --git a/src/main/resources/jeecg/ext-template/default/onetomany/cgform_serviceImplTemplate.ftl b/src/main/resources/jeecg/ext-template/default/onetomany/cgform_serviceImplTemplate.ftl index 9390cbef..350d1592 100644 --- a/src/main/resources/jeecg/ext-template/default/onetomany/cgform_serviceImplTemplate.ftl +++ b/src/main/resources/jeecg/ext-template/default/onetomany/cgform_serviceImplTemplate.ftl @@ -121,6 +121,8 @@ public class ${entityName}ServiceImpl extends CommonServiceImpl implements ${ent this.save(${sub.entityName?uncap_first}); } } + }else{//倘若传递过来的集合是0或者空 + this.deleteAllEntitie(${sub.entityName?uncap_first}OldList);//则清空所有数据 } //执行更新操作配置的sql增强 diff --git a/src/main/resources/jeecg/ext-template/default/single/cgform_jspListTemplate.ftl b/src/main/resources/jeecg/ext-template/default/single/cgform_jspListTemplate.ftl index 37f26607..68e12e02 100644 --- a/src/main/resources/jeecg/ext-template/default/single/cgform_jspListTemplate.ftl +++ b/src/main/resources/jeecg/ext-template/default/single/cgform_jspListTemplate.ftl @@ -8,10 +8,16 @@ formatter="yyyy-MM-dd hh:mm:ss"<#else><#if po.showType?index_of("date")!=-1>formatter="yyyy-MM-dd" <#if po.isShowList?if_exists?html =='N'>hidden="true"<#else> <#if po.isQuery =='Y'>query="true" <#if po.queryMode =='single'>queryMode="single"<#elseif po.queryMode =='group'>queryMode="group" <#if po.dictTable?if_exists?html!="">dictionary="${po.dictTable},${po.dictField},${po.dictText}" <#if po.showType=='popup'>popup="true"<#else><#if po.dictTable?if_exists?html=="" && po.dictField?if_exists?html!="">dictionary="${po.dictField}" width="${po.fieldLength}"> - - <#list buttons as btn> + + <#list buttons as btn> <#if btn.buttonStyle =='link' && btn.buttonStatus == '1'> - + + urlfont="fa-download" + <#else> + urlfont="fa-wrench" + + /> diff --git a/src/main/resources/jeecg/ext-template/nopop/single/cgform_jspListTemplate.ftl b/src/main/resources/jeecg/ext-template/nopop/single/cgform_jspListTemplate.ftl index 02cf6bf2..b9582306 100644 --- a/src/main/resources/jeecg/ext-template/nopop/single/cgform_jspListTemplate.ftl +++ b/src/main/resources/jeecg/ext-template/nopop/single/cgform_jspListTemplate.ftl @@ -8,10 +8,16 @@ formatter="yyyy-MM-dd hh:mm:ss"<#else><#if po.showType?index_of("date")!=-1>formatter="yyyy-MM-dd" <#if po.isShowList?if_exists?html =='N'>hidden="true"<#else> <#if po.isQuery =='Y'>query="true" <#if po.queryMode =='single'>queryMode="single"<#elseif po.queryMode =='group'>queryMode="group" <#if po.dictTable?if_exists?html!="">dictionary="${po.dictTable},${po.dictField},${po.dictText}" <#if po.showType=='popup'>popup="true"<#else><#if po.dictTable?if_exists?html=="" && po.dictField?if_exists?html!="">dictionary="${po.dictField}" width="${po.fieldLength}"> - + <#list buttons as btn> <#if btn.buttonStyle =='link' && btn.buttonStatus == '1'> - + + urlfont="fa-download" + <#else> + urlfont="fa-wrench" + + /> diff --git a/src/main/resources/jeecg/jeecg_config.properties b/src/main/resources/jeecg/jeecg_config.properties index 6b4c0411..d9e633d4 100644 --- a/src/main/resources/jeecg/jeecg_config.properties +++ b/src/main/resources/jeecg/jeecg_config.properties @@ -26,5 +26,5 @@ jeecg_filed_convert=true #ui_filter_fields \u8fc7\u6ee4\u4e0d\u9700\u8981\u9875\u9762\u751f\u6210\u7684\u8868\u5b57\u6bb5 ui_filter_fields=create_date,create_datetime,create_by,create_key,create_name,create_realname,create_departmentid,create_departmentname,update_date,update_datetime,update_by,update_key,update_name,update_realname,update_departmentid,update_departmentname #\ -project_path=D:\\workspace-JEECGONE\\jeecg-framework-os +project_path=D:\\eworkspace\\jeecg-framework-os diff --git a/src/main/resources/jeecg/jeecg_database.properties b/src/main/resources/jeecg/jeecg_database.properties index dcf21e81..531a34bb 100644 --- a/src/main/resources/jeecg/jeecg_database.properties +++ b/src/main/resources/jeecg/jeecg_database.properties @@ -1,9 +1,9 @@ #mysql diver_name=com.mysql.jdbc.Driver -url=jdbc:mysql://localhost:3306/jeecg?useUnicode=true&characterEncoding=UTF-8 +url=jdbc:mysql://localhost:3306/jeecg_ceshi?useUnicode=true&characterEncoding=UTF-8 username=root password=root -database_name=jeecg +database_name=jeecg_ceshi #oracle #diver_name=oracle.jdbc.driver.OracleDriver @@ -19,3 +19,9 @@ database_name=jeecg #password=postgres #database_name=jeecg +#SQLServer2005\u4ee5\u4e0a +#diver_name=org.hibernate.dialect.SQLServerDialect +#url=jdbc:sqlserver://192.168.0.199:1697;DatabaseName=jeecg +#username=sa +#password=SA +#database_name=jeecg \ No newline at end of file diff --git a/src/main/resources/jeecg/template/cgform_jspBootstrapTemplate_update.ftl b/src/main/resources/jeecg/template/cgform_jspBootstrapTemplate_update.ftl index 580f4c27..5d2a3fca 100644 --- a/src/main/resources/jeecg/template/cgform_jspBootstrapTemplate_update.ftl +++ b/src/main/resources/jeecg/template/cgform_jspBootstrapTemplate_update.ftl @@ -82,14 +82,14 @@ <#elseif po.showType=='textarea'> <#elseif po.showType=='password'> - datatype="${po.fieldValidType?if_exists?html}"<#else><#if po.type == 'int'> datatype="n"<#elseif po.type=='double'> datatype="/^(-?\d+)(\.\d+)?$/"<#else><#if po.isNull != 'Y'>datatype="*" value='${'$'}{${entityName?uncap_first}Page.${po.fieldName}}'> + datatype="${po.fieldValidType?if_exists?html}"<#else><#if po.type == 'int'> datatype="n"<#elseif po.type=='double'> datatype="/^(-?\d+)(\.\d+)?$/"<#else><#if po.isNull != 'Y'>datatype="*" value='${'$'}{${entityName?uncap_first}Page.${po.fieldName}}' /> <#elseif po.showType=='radio' || po.showType=='select' || po.showType=='checkbox' || po.showType=='list'> dictTable="${po.dictTable?if_exists?html}" dictField="${po.dictField?if_exists?html}" dictText="${po.dictText?if_exists?html}"<#else>typeGroupCode="${po.dictField}" defaultVal="${'$'}{${entityName?uncap_first}Page.${po.fieldName}}" hasLabel="false" title="${po.content}"> <#elseif po.showType=='date'> - datatype="${po.fieldValidType?if_exists?html}"<#else><#if po.isNull != 'Y'>datatype="*" value=' + datatype="${po.fieldValidType?if_exists?html}"<#else><#if po.isNull != 'Y'>datatype="*" value='' /> <#elseif po.showType=='datetime'> - datatype="${po.fieldValidType?if_exists?html}"<#else><#if po.isNull != 'Y'>datatype="*" value=' + datatype="${po.fieldValidType?if_exists?html}"<#else><#if po.isNull != 'Y'>datatype="*" value='' /> <#elseif po.showType=='file'>
      <#if !(po.operationCodesReadOnly ??)> diff --git a/src/main/resources/jeecg/template/cgform_jspListTemplate.ftl b/src/main/resources/jeecg/template/cgform_jspListTemplate.ftl index 37f26607..75ca1f56 100644 --- a/src/main/resources/jeecg/template/cgform_jspListTemplate.ftl +++ b/src/main/resources/jeecg/template/cgform_jspListTemplate.ftl @@ -8,10 +8,16 @@ formatter="yyyy-MM-dd hh:mm:ss"<#else><#if po.showType?index_of("date")!=-1>formatter="yyyy-MM-dd" <#if po.isShowList?if_exists?html =='N'>hidden="true"<#else> <#if po.isQuery =='Y'>query="true" <#if po.queryMode =='single'>queryMode="single"<#elseif po.queryMode =='group'>queryMode="group" <#if po.dictTable?if_exists?html!="">dictionary="${po.dictTable},${po.dictField},${po.dictText}" <#if po.showType=='popup'>popup="true"<#else><#if po.dictTable?if_exists?html=="" && po.dictField?if_exists?html!="">dictionary="${po.dictField}" width="${po.fieldLength}"> - + <#list buttons as btn> <#if btn.buttonStyle =='link' && btn.buttonStatus == '1'> - + + urlfont="fa-download" + <#else> + urlfont="fa-wrench" + + /> diff --git a/src/main/resources/jeecg/template/jspListTemplate.ftl b/src/main/resources/jeecg/template/jspListTemplate.ftl index aba3db77..51e423c8 100644 --- a/src/main/resources/jeecg/template/jspListTemplate.ftl +++ b/src/main/resources/jeecg/template/jspListTemplate.ftl @@ -9,7 +9,7 @@ formatter="yyyy-MM-dd hh:mm:ss"<#else><#if po.fieldType?index_of("date")!=-1>formatter="yyyy-MM-dd" width="120"> - + diff --git a/src/main/resources/jeecg/template/onetomany/cgform_jspListTemplate.ftl b/src/main/resources/jeecg/template/onetomany/cgform_jspListTemplate.ftl index e25aecdb..ee7287c7 100644 --- a/src/main/resources/jeecg/template/onetomany/cgform_jspListTemplate.ftl +++ b/src/main/resources/jeecg/template/onetomany/cgform_jspListTemplate.ftl @@ -8,7 +8,7 @@ formatter="yyyy-MM-dd hh:mm:ss"<#else><#if po.showType?index_of("date")!=-1>formatter="yyyy-MM-dd" <#if po.isShowList?if_exists?html =='N'>hidden="true"<#else> <#if po.isQuery =='Y'>query="true" <#if po.queryMode =='single'>queryMode="single"<#elseif po.queryMode =='group'>queryMode="group" <#if po.dictTable?if_exists?html!="">dictionary="${po.dictTable},${po.dictField},${po.dictText}" <#if po.showType=='popup'>popup="true"<#else><#if po.dictTable?if_exists?html=="" && po.dictField?if_exists?html!="">dictionary="${po.dictField}" width="${po.fieldLength}"> - + diff --git a/src/main/resources/jeecg/template/onetomany/jspListTemplate.ftl b/src/main/resources/jeecg/template/onetomany/jspListTemplate.ftl index e4c9f947..6b2190f9 100644 --- a/src/main/resources/jeecg/template/onetomany/jspListTemplate.ftl +++ b/src/main/resources/jeecg/template/onetomany/jspListTemplate.ftl @@ -9,8 +9,8 @@ formatter="yyyy-MM-dd hh:mm:ss"<#else><#if po.fieldType?index_of("date")!=-1>formatter="yyyy-MM-dd"> - - + +
      diff --git a/src/main/resources/online/template/boostrap01/html/autolist.ftl b/src/main/resources/online/template/boostrap01/html/autolist.ftl index ada7d56d..a86dbdc8 100644 --- a/src/main/resources/online/template/boostrap01/html/autolist.ftl +++ b/src/main/resources/online/template/boostrap01/html/autolist.ftl @@ -75,11 +75,44 @@ function createDataGrid${config_id}(){ if(value.indexOf(".jpg")>-1 || value.indexOf(".gif")>-1 || value.indexOf(".png")>-1){ href+=""; }else{ - href+="点击下载"; + href+="点击下载"; } return href; }, + <#-- update-start--Author: zhoujf Date:20170208 for:列表加时间格式化 --> + <#if x['field_showType']=="date"> + formatter:function(value,rec,index){ + if (value == undefined) { + return ""; + } + return new Date().format('yyyy-MM-dd', value); + }, + + <#if x['field_showType']=="datetime"> + formatter:function(value,rec,index){ + if (value == undefined) { + return ""; + } + return new Date().format('yyyy-MM-dd hh:mm:ss', value); + }, + + <#-- update-end--Author: zhoujf Date:20170208 for:列表加时间格式化 --> + <#-- update-start--Author: zhoujf Date:20170208 for:控件类型扩展增加一个图片类型 image --> + <#if x['field_showType']=="image"> + formatter:function(value,rec,index){ + var href=''; + if(value==null || value.length==0){ + return href; + } + href+=""; + return href; + }, + styler: function(value,row,index){ + return 'text-align: center;'; + }, + + <#-- update-end--Author: zhoujf Date:20170208 for:控件类型扩展增加一个图片类型 image --> sortable:true, width:${x['field_length']} }, @@ -89,19 +122,33 @@ function createDataGrid${config_id}(){ if(!rec.id){return '';} var href=''; <#if config_noliststr?index_of("delete")==-1> - href+="["; - href+="删除]"; + href+=""; + href+="删除"; <#list config_buttons as x> <#if x['buttonStyle'] == 'link' && x['buttonStatus']=='1' && config_noliststr?index_of("${x['buttonCode']}")==-1> - href+="[ href+=" onclick=\"doBusButtonForLink('cgFormBuildController.do?doButton&formId=${x['formId']}&buttonCode=${x['buttonCode']}&tableName=${config_id}','${x['buttonName']}','${config_id}List','"+rec.id+"')\""; <#else> href+=" onclick=\"${x['buttonCode']}('"+rec.id+"');\""; href+=" id=\"${x['buttonCode']}\">"; - href+="${x['buttonName']}]"; + <#if x['buttonName']?index_of("测试") gt -1> + href+="${x['buttonName']}"; + <#elseif x['buttonName']?index_of("配置") gt -1 || x['buttonName']?index_of("设置") gt -1> + href+="${x['buttonName']}"; + <#elseif x['buttonName']?index_of("导入") gt -1 || x['buttonName']?index_of("下载") gt -1> + href+="${x['buttonName']}"; + <#elseif x['buttonName']?index_of("导出") gt -1 || x['buttonName']?index_of("上传") gt -1> + href+="${x['buttonName']}"; + <#elseif x['buttonName']?index_of("复制") gt -1> + href+="${x['buttonName']}"; + <#elseif x['buttonName']?index_of("剪切") gt -1> + href+="${x['buttonName']}"; + <#else> + href+="${x['buttonName']}"; + return href; @@ -217,7 +264,8 @@ function createDataGrid${config_id}(){ }); //查询重置 function ${config_id}searchReset(name){ - $("#"+name+"tb").find("input[type!='hidden']").val(""); + $("#searchColumsForm")[0].reset(); + //$("#"+name+"tb").find("input[type!='hidden']").val(""); <#if config_istree=="Y"> //为树形表单时,删除id查询参数 delete $('#${config_id}List').treegrid('options').queryParams.id; @@ -264,17 +312,13 @@ function createDataGrid${config_id}(){ } //新增 function ${config_id}add(){ - //add('${config_name}录入','rest/cgform/form/${config_id}','${config_id}List',${config_id}Fw,${config_id}Fh); - add('${config_name}录入','cgFormBuildController.do?goAddFtlForm&tableName=${config_id}&olstylecode=${_olstylecode}','${config_id}List',${config_id}Fw,${config_id}Fh); } //修改 function ${config_id}update(){ - //update('${config_name}编辑','rest/cgform/form/${config_id}','${config_id}List',${config_id}Fw,${config_id}Fh,true); - update('${config_name}编辑','cgFormBuildController.do?goUpdateFtlForm&tableName=${config_id}&olstylecode=${_olstylecode}','${config_id}List',${config_id}Fw,${config_id}Fh); } @@ -335,6 +379,7 @@ function createDataGrid${config_id}(){
      +
      <#if config_querymode == "group"> <#list config_queryList as x> <#if x['field_isQuery']=="Y"> @@ -377,6 +422,7 @@ function createDataGrid${config_id}(){ +
      diff --git a/src/main/resources/online/template/boostrap01/html/jform.ftl b/src/main/resources/online/template/boostrap01/html/jform.ftl index 8f4610d7..ac1128bd 100644 --- a/src/main/resources/online/template/boostrap01/html/jform.ftl +++ b/src/main/resources/online/template/boostrap01/html/jform.ftl @@ -193,7 +193,7 @@ <#elseif po.show_type=='date'> " class="form-control Wdate" onClick="WdatePicker()" <#if po.field_valid_type?if_exists?html != ''> datatype="${po.field_valid_type?if_exists?html}" @@ -203,7 +203,7 @@ <#elseif po.show_type=='datetime'> " class="form-control Wdate" onClick="WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})" <#if po.field_valid_type?if_exists?html != ''> datatype="${po.field_valid_type?if_exists?html}" diff --git a/src/main/resources/online/template/default/html/autolist.ftl b/src/main/resources/online/template/default/html/autolist.ftl index 8ba7ec37..a9f09fbd 100644 --- a/src/main/resources/online/template/default/html/autolist.ftl +++ b/src/main/resources/online/template/default/html/autolist.ftl @@ -25,7 +25,7 @@ function createDataGrid${config_id}(){ <#if config_istree=="Y">treeField:'text', url:initUrl, idField: 'id', <#if config_istree=="Y">treeField:"${tree_fieldname}", - title: '${config_name}', + title: '<@mutiLang langKey="${config_name}"/>', fit:true, fitColumns:true, striped:true, @@ -49,14 +49,14 @@ function createDataGrid${config_id}(){ [ <#if config_istree=="Y"> <#list config_fieldList as x> - <#if x_index==0>{field:"id", title:"${x['field_title']}", hidden:true}, - <#if x_index!=0>{field:"${x['field_id']}", title:"${x['field_title']}",<#if x['field_isShow'] == "N" >hidden:true,<#if x['field_href'] != "">formatter:function(value,rec,index){var href='';href+=""+value+"";return href;}, width:100}, + <#if x_index==0>{field:"id", title:"<@mutiLang langKey="${x['field_title']}"/>", hidden:true}, + <#if x_index!=0>{field:"${x['field_id']}", title:"<@mutiLang langKey="${x['field_title']}"/>",<#if x['field_isShow'] == "N" >hidden:true,<#if x['field_href'] != "">formatter:function(value,rec,index){var href='';href+=""+value+"";return href;}, width:100}, <#else> <#if config_ischeckbox=="Y">{field:'ck',checkbox:true}, <#list config_fieldList as x> { field:'${x['field_id']}', - title:'${x['field_title']}', + title:'<@mutiLang langKey="${x['field_title']}"/>', <#if x['field_isShow'] == "N" >hidden:true, <#if x['field_href'] != ""> @@ -75,7 +75,7 @@ function createDataGrid${config_id}(){ if(value.indexOf(".jpg")>-1 || value.indexOf(".gif")>-1 || value.indexOf(".png")>-1){ href+=""; }else{ - href+="点击下载"; + href+="点击下载"; } return href; }, @@ -122,19 +122,33 @@ function createDataGrid${config_id}(){ if(!rec.id){return '';} var href=''; <#if config_noliststr?index_of("delete")==-1> - href+="["; - href+="删除]"; + href+=""; + href+="删除"; <#list config_buttons as x> <#if x['buttonStyle'] == 'link' && x['buttonStatus']=='1' && config_noliststr?index_of("${x['buttonCode']}")==-1> - href+="[ href+=" onclick=\"doBusButtonForLink('cgFormBuildController.do?doButton&formId=${x['formId']}&buttonCode=${x['buttonCode']}&tableName=${config_id}','${x['buttonName']}','${config_id}List','"+rec.id+"')\""; <#else> href+=" onclick=\"${x['buttonCode']}('"+rec.id+"');\""; href+=" id=\"${x['buttonCode']}\">"; - href+="${x['buttonName']}]"; + <#if x['buttonName']?index_of("测试") gt -1> + href+="${x['buttonName']}"; + <#elseif x['buttonName']?index_of("配置") gt -1 || x['buttonName']?index_of("设置") gt -1> + href+="${x['buttonName']}"; + <#elseif x['buttonName']?index_of("导入") gt -1 || x['buttonName']?index_of("下载") gt -1> + href+="${x['buttonName']}"; + <#elseif x['buttonName']?index_of("导出") gt -1 || x['buttonName']?index_of("上传") gt -1> + href+="${x['buttonName']}"; + <#elseif x['buttonName']?index_of("复制") gt -1> + href+="${x['buttonName']}"; + <#elseif x['buttonName']?index_of("剪切") gt -1> + href+="${x['buttonName']}"; + <#else> + href+="${x['buttonName']}"; + return href; @@ -250,7 +264,8 @@ function createDataGrid${config_id}(){ }); //查询重置 function ${config_id}searchReset(name){ - $("#"+name+"tb").find("input[type!='hidden']").val(""); + $("#searchColumsForm")[0].reset(); + //$("#"+name+"tb").find("input[type!='hidden']").val(""); <#if config_istree=="Y"> //为树形表单时,删除id查询参数 delete $('#${config_id}List').treegrid('options').queryParams.id; @@ -295,20 +310,16 @@ function createDataGrid${config_id}(){ url = url + '&id='+rowData; createdialog('确认 ', '确定'+content+'吗 ?', url,gridname); } - //----author:jg_xugj---start----date:20151219-------- for:#813 【online表单】扩展出三个请求:独立的添加、查看、编辑请求,原来的保留 + //新增 function ${config_id}add(){ - //add('${config_name}录入','rest/cgform/form/${config_id}','${config_id}List',${config_id}Fw,${config_id}Fh); - add('${config_name}录入','cgFormBuildController.do?goAddFtlForm&tableName=${config_id}&olstylecode=${_olstylecode}','${config_id}List',${config_id}Fw,${config_id}Fh); } //修改 function ${config_id}update(){ - //update('${config_name}编辑','rest/cgform/form/${config_id}','${config_id}List',${config_id}Fw,${config_id}Fh,true); - update('${config_name}编辑','cgFormBuildController.do?goUpdateFtlForm&tableName=${config_id}&olstylecode=${_olstylecode}','${config_id}List',${config_id}Fw,${config_id}Fh); } @@ -370,11 +381,12 @@ function createDataGrid${config_id}(){
      +
      <#if config_querymode == "group"> <#list config_queryList as x> <#if x['field_isQuery']=="Y"> - ${x['field_title']}: + "><@mutiLang langKey="${x['field_title']}"/>: <#if x['field_queryMode']=="group"> <#if x['field_isQuery']=="Y"> @@ -412,6 +424,7 @@ function createDataGrid${config_id}(){ +
      @@ -448,7 +461,7 @@ function createDataGrid${config_id}(){
      <#list config_queryList as x> <#if x['field_isQuery']=="Y"> -
      ${x['field_title']}
      +
      <@mutiLang langKey="${x['field_title']}"/>
      <#else> diff --git a/src/main/resources/online/template/default/html/jform.ftl b/src/main/resources/online/template/default/html/jform.ftl index a35dba9d..720db051 100644 --- a/src/main/resources/online/template/default/html/jform.ftl +++ b/src/main/resources/online/template/default/html/jform.ftl @@ -25,7 +25,7 @@ @@ -136,7 +136,7 @@ <#elseif po.show_type=='date'> " class="Wdate" onClick="WdatePicker({<#if po.operationCodesReadOnly?if_exists> readonly = true})" <#if po.operationCodesReadOnly?exists> readonly = "readonly" <#if po.field_valid_type?if_exists?html != ''> @@ -147,7 +147,7 @@ <#elseif po.show_type=='datetime'> " class="Wdate" onClick="WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'<#if po.operationCodesReadOnly?if_exists> ,readonly = true})" <#if po.operationCodesReadOnly?exists> readonly = "readonly" <#if po.field_valid_type?if_exists?html != ''> @@ -156,10 +156,12 @@ <#if po.is_null != 'Y'>datatype="*" > + <#--update-start--Author:gengjiajia Date:20160802 for:TASK #1175 批量添加数据的时popup多值的传递--> <#elseif po.show_type=='popup'> + onClick="popupClick(this,'${po.dict_text?if_exists?html}','${po.dict_field?if_exists?html}','${po.dict_table?if_exists?html}');" value="${data['${tableName}']['${po.field_name}']?if_exists?html}" <#if po.operationCodesReadOnly?if_exists> readonly = "readonly" <#if po.field_valid_type?if_exists?html != ''> @@ -167,6 +169,7 @@ <#else> <#if po.is_null != 'Y'>datatype="*" > + <#--update-end--Author:gengjiajia Date:20160802 for:TASK #1175 批量添加数据的时popup多值的传递--> <#elseif po.show_type=='file'> @@ -574,7 +577,7 @@ - + <#if (columns?size>10)> <#if (po_index%2==0)&&(!po_has_next)> @@ -598,7 +601,7 @@ <#if (columns?size>10)> <#if (po_index%2==0)&&(!po_has_next)> @@ -301,7 +601,7 @@
      @@ -611,7 +614,7 @@ <#if po.is_null != 'Y'>datatype="*" >${data['${tableName}']['${po.field_name}']?if_exists?html} - + <#if po.show_type=='umeditor'> + + + + + + + + + <#--update-end--Author: jg_huangxg Date:20160505 for:TASK #1027 【online】代码生成器模板不支持UE编辑器 --> <#else> - +
      @@ -314,7 +614,7 @@ <#if po.is_null != 'Y'>datatype="*" >${data['${tableName}']['${po.field_name}']?if_exists?html} - + <#if po.show_type=='umeditor'> @@ -34,6 +37,21 @@ + + + + + + @@ -63,13 +81,13 @@
      - ${po.content}: + <@mutiLang langKey="${po.content}"/>:
      <#if head.isTree=='Y' && head.treeParentIdFieldName==po.field_name> readonly = "readonly" <#if po.field_valid_type?if_exists?html != ''> datatype="${po.field_valid_type?if_exists?html}" @@ -173,7 +191,7 @@ <#elseif po.show_type=='date'> " class="form-control" onClick="WdatePicker({<#if po.operationCodesReadOnly?if_exists> readonly = true})" <#if po.operationCodesReadOnly?exists> readonly = "readonly" <#if po.field_valid_type?if_exists?html != ''> @@ -184,7 +202,7 @@ <#elseif po.show_type=='datetime'> " class="form-control" onClick="WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'<#if po.operationCodesReadOnly?if_exists> ,readonly = true})" <#if po.operationCodesReadOnly?exists> readonly = "readonly" <#if po.field_valid_type?if_exists?html != ''> @@ -192,11 +210,13 @@ <#else> <#if po.is_null != 'Y'>datatype="*" > - + + <#--update-start--Author:gengjiajia Date:20160802 for:TASK #1175 批量添加数据的时popup多值的传递--> <#elseif po.show_type=='popup'> + onClick="popupClick(this,'${po.dict_text?if_exists?html}','${po.dict_field?if_exists?html}','${po.dict_table?if_exists?html}');" value="${data['${tableName}']['${po.field_name}']?if_exists?html}" <#if po.operationCodesReadOnly?if_exists> readonly = "readonly" <#if po.field_valid_type?if_exists?html != ''> @@ -204,6 +224,7 @@ <#else> <#if po.is_null != 'Y'>datatype="*" > + <#--update-end--Author:gengjiajia Date:20160802 for:TASK #1175 批量添加数据的时popup多值的传递--> <#elseif po.show_type=='file'> @@ -314,7 +335,7 @@ - + <#if (columns?size>10)> <#if (po_index%2==0)&&(!po_has_next)> @@ -335,7 +356,7 @@ <#list columnsarea as po> <#if (columns?size>10)>
      -
      ${po.content}:
      +
      <@mutiLang langKey="${po.content?if_exists?html}"/>:

      - + <#if po.show_type=='umeditor'> + + diff --git a/src/main/webapp/plug-in/Formdesign/js/ueditor/formdesign/checkboxs.html b/src/main/webapp/plug-in/Formdesign/js/ueditor/formdesign/checkboxs.html index b904fc59..19e2407c 100644 --- a/src/main/webapp/plug-in/Formdesign/js/ueditor/formdesign/checkboxs.html +++ b/src/main/webapp/plug-in/Formdesign/js/ueditor/formdesign/checkboxs.html @@ -404,6 +404,7 @@ dialog.onok = function (){ }; //longjinbo 系统字典 var systemCache=null; + function initCombox(val){ $('#selector').append(''); var curl= "systemController.do?typeGroupGrid&field=id,typegroupname,typegroupcode"; diff --git a/src/main/webapp/plug-in/Formdesign/js/ueditor/formdesign/leipi.formdesign.v4.js b/src/main/webapp/plug-in/Formdesign/js/ueditor/formdesign/leipi.formdesign.v4.js index f0eaf631..18e45810 100644 --- a/src/main/webapp/plug-in/Formdesign/js/ueditor/formdesign/leipi.formdesign.v4.js +++ b/src/main/webapp/plug-in/Formdesign/js/ueditor/formdesign/leipi.formdesign.v4.js @@ -1081,7 +1081,6 @@ UE.registerUI('button_preview',function(editor,uiName){ return btn; }); -//---update--begin---author:scott----date:20151027-----for:注释掉保存按钮------ /** UE.registerUI('button_save',function(editor,uiName){ if(!this.options.toolleipi) @@ -1118,7 +1117,7 @@ UE.registerUI('button_save',function(editor,uiName){ return btn; }); */ -//---update--end---author:scott----date:20151027-----for:注释掉保存按钮------ + //longjb1 新增popup控件 diff --git a/src/main/webapp/plug-in/Formdesign/js/ueditor/formdesign/listctrl.html b/src/main/webapp/plug-in/Formdesign/js/ueditor/formdesign/listctrl.html index 4ed4613c..a16f4943 100644 --- a/src/main/webapp/plug-in/Formdesign/js/ueditor/formdesign/listctrl.html +++ b/src/main/webapp/plug-in/Formdesign/js/ueditor/formdesign/listctrl.html @@ -250,6 +250,7 @@ window.onload = function() { editor.ready(function() { id = editor.queryCommandValue('serverparam').id; //返回参数值键值对的对象 }); + if( UE.plugins[thePlugins].editdom ){ oNode = UE.plugins[thePlugins].editdom; diff --git a/src/main/webapp/plug-in/Formdesign/js/ueditor/formdesign/radios.html b/src/main/webapp/plug-in/Formdesign/js/ueditor/formdesign/radios.html index 1c287d7e..a9f2138d 100644 --- a/src/main/webapp/plug-in/Formdesign/js/ueditor/formdesign/radios.html +++ b/src/main/webapp/plug-in/Formdesign/js/ueditor/formdesign/radios.html @@ -412,6 +412,7 @@ dialog.onok = function (){ //longjinbo 增加支持系统字典 var systemCache=null; + function initCombox(val){ $('#selector').append(''); var curl= "systemController.do?typeGroupGrid&field=id,typegroupname,typegroupcode"; diff --git a/src/main/webapp/plug-in/Formdesign/js/ueditor/formdesign/select.html b/src/main/webapp/plug-in/Formdesign/js/ueditor/formdesign/select.html index 07fe34fb..466385f5 100644 --- a/src/main/webapp/plug-in/Formdesign/js/ueditor/formdesign/select.html +++ b/src/main/webapp/plug-in/Formdesign/js/ueditor/formdesign/select.html @@ -312,6 +312,7 @@ window.onload = function() { if(arr1){ arr1= arr1.split('.'); var field = arr1[1]==null?'':arr1[1]; + var id = ''; editor.ready(function() { id = editor.queryCommandValue('serverparam').id; //返回参数值键值对的对象 @@ -472,6 +473,7 @@ dialog.onok = function (){ //longjinbo 增加支持系统字典 var systemCache=null; + function initCombox(val){ $('#selector').append(''); var curl= "systemController.do?typeGroupGrid&field=id,typegroupname,typegroupcode"; diff --git a/src/main/webapp/plug-in/Formdesign/js/ueditor/formdesign/text.html b/src/main/webapp/plug-in/Formdesign/js/ueditor/formdesign/text.html index ebd03df7..1389092f 100644 --- a/src/main/webapp/plug-in/Formdesign/js/ueditor/formdesign/text.html +++ b/src/main/webapp/plug-in/Formdesign/js/ueditor/formdesign/text.html @@ -127,6 +127,7 @@ window.onload = function() { gValue = gValue==null ? '' : gValue; gTitle = gTitle==null ? '' : gTitle; var arr1= oNode.getAttribute('autofield'); + var datatype = oNode.getAttribute('datatype'); if(arr1){ @@ -193,7 +194,9 @@ dialog.onok = function (){ var gValue=$G('orgvalue').value.replace(/\"/g,"""),gTitle=$G('orgname').value.replace(/\"/g,"""),gFontSize=$G('orgfontsize').value,gAlign=$G('orgalign').value,gWidth=$G('orgwidth').value,gHeight=$G('orgheight').value,gType=$G('orgtype').value; var datasource=$('#datasource').val(); var field=$('#field').val(); + var datatype = $G('datatype').value; + //如果只选择了数据源,没有选择字段,则提示选择字段,使得不会出现在提交后出现只有数据源而没有字段的情况 if(datasource !='' && field ==''){ alert('请选择字段'); @@ -206,7 +209,9 @@ dialog.onok = function (){ oNode.setAttribute('type','text'); oNode.setAttribute('title',gTitle); oNode.setAttribute('value',gValue); + oNode.setAttribute('datatype',datatype); + oNode.setAttribute('name',name); oNode.setAttribute('leipiPlugins',thePlugins); if ( $G('orghide').checked ) { @@ -256,7 +261,9 @@ dialog.onok = function (){ oNode.setAttribute('title', gTitle); oNode.setAttribute('value', $G('orgvalue').value); + oNode.setAttribute('datatype',datatype); + oNode.setAttribute('name',name); if( $G('orghide').checked ) { oNode.setAttribute('orghide', 1); @@ -304,6 +311,7 @@ dialog.onok = function (){ delete UE.plugins[thePlugins].editdom; } }; + //如果选择了数据源及字段,则name为数据源.字段的形式,否则,则为控件名称(title) function getName(datasource,field,title){ if(datasource !='' && field !=''){ @@ -312,6 +320,8 @@ function getName(datasource,field,title){ return title; } } + + $(function(){ //1.从参数中获取ID var id = ''; diff --git a/src/main/webapp/plug-in/Validform/js/datatype_en.js b/src/main/webapp/plug-in/Validform/js/datatype_en.js index 232f7723..3963fff0 100644 --- a/src/main/webapp/plug-in/Validform/js/datatype_en.js +++ b/src/main/webapp/plug-in/Validform/js/datatype_en.js @@ -10,9 +10,11 @@ $.Datatype.need2 = function(gets, obj, curform, regxp) { return numselected >= need ? true : "Please only select" + need + "item!"; }; $.Datatype.d=/^(\d*\.)?\d+$/; + $.Datatype.select1 = function(gets, obj, curform, regxp) { var name = obj.attr("name") != undefined ? "name" : "comboname"; // select 或 combotree var need = 1, numselected = 0; + if(name=="comboname"){ var value=$("#"+obj.attr(name)).combotree("getValues"); if(value!=""){ diff --git a/src/main/webapp/plug-in/Validform/js/datatype_zh-cn.js b/src/main/webapp/plug-in/Validform/js/datatype_zh-cn.js index a6d991cf..ceb3b260 100644 --- a/src/main/webapp/plug-in/Validform/js/datatype_zh-cn.js +++ b/src/main/webapp/plug-in/Validform/js/datatype_zh-cn.js @@ -10,9 +10,11 @@ $.Datatype.need2 = function(gets, obj, curform, regxp) { return numselected >= need ? true : "请至少选择" + need + "项!"; }; $.Datatype.d=/^(\d*\.)?\d+$/; + $.Datatype.select1 = function(gets, obj, curform, regxp) { var name = obj.attr("name") != undefined ? "name" : "comboname"; // select 或 combotree var need = 1, numselected = 0; + if(name=="comboname"){ var value=$("#"+obj.attr(name)).combotree("getValues"); if(value!=""){ diff --git a/src/main/webapp/plug-in/accordion/js/left_shortcut_menu.js b/src/main/webapp/plug-in/accordion/js/left_shortcut_menu.js index 6242851f..ffb38d65 100644 --- a/src/main/webapp/plug-in/accordion/js/left_shortcut_menu.js +++ b/src/main/webapp/plug-in/accordion/js/left_shortcut_menu.js @@ -1,9 +1,9 @@ $(function() { $("#nav").hide(); //easy ui树加载会在文档加载完执行,所以初始化菜单要延迟一秒 by jueyue - // update-start--Author:gaofeng Date:2014-01-09:由于不需展示左侧的树,因此降低刷新的延迟时间 + setTimeout(InitLeftMenu,100); - //update-start--Author:gaofeng Date:2014-01-09:由于不需展示左侧的树,因此降低刷新的延迟时间 + tabClose(); tabCloseEven(); // 释放内存 @@ -30,13 +30,13 @@ var rowid=""; // 初始化左侧 function InitLeftMenu() { - // update-start--Author:刘洋 Date:2015-04-11 for:修改左侧菜单栏,当侧拉左侧菜单栏宽度,菜单高度不能自适应的问题 + var navaa=$("#nav .panel"); var winheight = document.body.clientHeight - 157; navaa.find(".panel-body").panel({//左侧菜单 宽度拉伸,自动调整 onResize:function(){ navaa.find(".panel-body").css("height",winheight); } }); - // update-end--Author:刘洋 Date:2014-04-11 for:修改左侧菜单栏,当侧拉左侧菜单栏宽度,菜单高度不能自适应的问题 + $('.easyui-accordion li div').click(function() { $('.easyui-accordion li div').removeClass("selected"); @@ -46,8 +46,7 @@ function InitLeftMenu() { }, function() { $(this).parent().removeClass("hover"); }); - - // update-start--Author:gaofeng Date:2014-01-09 for:新增首页风格,一级菜单点击事件的切换操作 + $(".shortcut li").live("click",function(){ $(this).find(".imag1").hide(); $(this).find(".imag2").show(); @@ -61,7 +60,7 @@ function InitLeftMenu() { var winheight = document.body.clientHeight - 157;//计算左侧二级菜单的行高度,以便自动判断是否需要滚动条 navaa.find(".panel-body").css("height",winheight); }); - // update-end--Author:gaofeng Date:2014-01-09 for:新增首页风格,一级菜单点击事件的切换操作 + // begin author:屈然博 2013-8-04 for:避免监听树自带三角点击事件 $('.easyui-tree').tree({ @@ -74,15 +73,15 @@ function InitLeftMenu() { url: "loginController.do?primaryMenu", async:false, success: function (data) { -// update-begin--Author:zhangguoming Date:20140429 for:一级菜单右侧有双引号,且在ie下样式错位 + // $(".shortcut").html(data); $(".shortcut").html(data.replaceAll("\"", "")); -// update-end--Author:zhangguoming Date:20140429 for:一级菜单右侧有双引号,且在ie下样式错位 + } }); - // update-start--Author:Peak Date:2014-01-09:新增首页风格,初始化第一个菜单的内容显示 + $(".shortcut li").eq(0).trigger("click"); - //update-end--Author:Peak Date:2014-01-09:新增首页风格,初始化第一个菜单的内容显示 + $("#nav").show(); } @@ -260,11 +259,11 @@ function tabCloseEven() { $('#mm-tabcloseall').click(function() { $('.tabs-inner span').each(function(i, n) { var t = $(n).text(); -// update-begin--Author:zhangguoming Date:20140905 for:不关闭首页 + if (t != '首页') { $('#maintabs').tabs('close', t); } -// update-end--Author:zhangguoming Date:20140905 for:不关闭首页 + }); }); // 关闭除当前之外的TAB @@ -295,11 +294,11 @@ function tabCloseEven() { } prevall.each(function(i, n) { var t = $('a:eq(0) span', $(n)).text(); -// update-begin--Author:zhangguoming Date:20140612 for:不关闭首页 + if (t != '首页') { $('#maintabs').tabs('close', t); } -// update-end--Author:zhangguoming Date:20140612 for:不关闭首页 + }); return false; }); diff --git a/src/main/webapp/plug-in/ace/css/ace.css b/src/main/webapp/plug-in/ace/css/ace.css index 8775c168..ba2ba4a1 100644 --- a/src/main/webapp/plug-in/ace/css/ace.css +++ b/src/main/webapp/plug-in/ace/css/ace.css @@ -1996,7 +1996,6 @@ pre.prettyprint { line-height: 17px; padding-left: 7px; text-shadow: none !important; - /*update-begin--Author:jg_renjie Date:20150613 for����������Сģʽ�²˵��Ŀ�ȣ��Ӷ�ʹ�ò�������������ֲ˵�����*/ /*font-size: 13px;*/ text-decoration: none; } @@ -2660,7 +2659,6 @@ body.mob-safari .sidebar.sidebar-fixed { display: block; } } -/*update-begin--Author:jg_renjie Date:20150613 for����������Сģʽ�²˵��Ŀ�ȣ��Ӷ�ʹ�ò�������������ֲ˵�����*/ .sidebar.menu-min, .sidebar.menu-min.compact, .sidebar.menu-min.navbar-collapse { diff --git a/src/main/webapp/plug-in/ace/css/font-awesome.css b/src/main/webapp/plug-in/ace/css/font-awesome.css index 4040b3cf..ab98106a 100644 --- a/src/main/webapp/plug-in/ace/css/font-awesome.css +++ b/src/main/webapp/plug-in/ace/css/font-awesome.css @@ -15,6 +15,9 @@ display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; +/* //update-begin--Author:zhangjq Date:20160904 forͼֲֳص */ + padding-right: 0.25em; + /* //update-end--Author:zhangjq Date:20160904 forͼֲֳص */ text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; diff --git a/src/main/webapp/plug-in/ace/js/jqGrid/jquery.jqGrid.src.js b/src/main/webapp/plug-in/ace/js/jqGrid/jquery.jqGrid.src.js index cf9ca90a..ea500410 100644 --- a/src/main/webapp/plug-in/ace/js/jqGrid/jquery.jqGrid.src.js +++ b/src/main/webapp/plug-in/ace/js/jqGrid/jquery.jqGrid.src.js @@ -10449,7 +10449,6 @@ addSubGrid : function( pos, sind ) { return this.each(function(){ var ts = this; if (!ts.grid ) { return; } - //------------------------- var subGridCell = function(trdiv,cell,pos) { var tddiv = $("
      ").html(cell); diff --git a/src/main/webapp/plug-in/cgform/fields/cgformOfDatabase.html b/src/main/webapp/plug-in/cgform/fields/cgformOfDatabase.html index e3054f8b..ee3b882d 100644 --- a/src/main/webapp/plug-in/cgform/fields/cgformOfDatabase.html +++ b/src/main/webapp/plug-in/cgform/fields/cgformOfDatabase.html @@ -109,7 +109,7 @@ $(document).ready(function(){ this.innerText = eval(this.attributes["mutiLang_id"].value); }); - + $("input:text").each(function(){ var nullmsg = $(this).attr("nullmsg"); var errormsg = $(this).attr("errormsg"); @@ -124,5 +124,14 @@ $(document).ready(function(){ this.attributes["errormsg"].value = eval(errormsg); } }); + var tableType = parentObj.document.getElementById("tableType").value; + if(tableType == '1'){ + $("#add_column_table_template_database").find("input[name*='columns']").each(function(){ + var nameval = ($(this).attr("name")); + $("input[name='"+nameval+"']").attr("readonly","readonly"); + }); + $("select[name*='columns']").attr("disabled",true); + $("input:checkbox").attr("disabled",true); + } }) \ No newline at end of file diff --git a/src/main/webapp/plug-in/cgform/js/cgformField.js b/src/main/webapp/plug-in/cgform/js/cgformField.js index daf2867d..f0cd5b30 100644 --- a/src/main/webapp/plug-in/cgform/js/cgformField.js +++ b/src/main/webapp/plug-in/cgform/js/cgformField.js @@ -64,10 +64,12 @@ function initData() { getDataHanlder); $.get("cgFormIndexController.do?getIndexList&id=" + $("#id").val(), getDataHanlderIndex); + $('.t_table').height($(window).height()-300); $(window).resize(function(){ $('.t_table').height($(window).height()-300); }); + } @@ -155,9 +157,8 @@ function initTrData(item, filedType, orderMin) { $this.attr("name", name.replace('#index#',rownumber)); if (item[fieldName] != "Y" && item[fieldName] != "N") { - //--author: zhoujf -----start----date:20160331 -------for:online开发创建表单时 表属性设置增加一列checkbox设置传不了值的问题 + $this.attr('type')=='checkbox'? $this.attr("checked", false):$this.val(item[fieldName]); - //--author: zhoujf -----end----date:20160331 -------for:online开发创建表单时 表属性设置增加一列checkbox设置传不了值的问题 } else { item[fieldName] == "Y" ? $this.attr("checked", true) : $this .attr("checked", false); @@ -192,9 +193,8 @@ function initTrDataIndex(item, filedType, orderMin) { $this.attr("name", name.replace('#index#',rownumber)); if (item[fieldName] != "Y" && item[fieldName] != "N") { - //--author: zhoujf -----start----date:20160331 -------for:online开发创建表单时 表属性设置增加一列checkbox设置传不了值的问题 + $this.attr('type')=='checkbox'? $this.attr("checked", false):$this.val(item[fieldName]); - //--author: zhoujf -----end----date:20160331 -------for:online开发创建表单时 表属性设置增加一列checkbox设置传不了值的问题 } else { item[fieldName] == "Y" ? $this.attr("checked", true) : $this .attr("checked", false); diff --git a/src/main/webapp/plug-in/clipboard/ZeroClipboard.js b/src/main/webapp/plug-in/clipboard/ZeroClipboard.js index 44dfca0f..cbea188b 100644 --- a/src/main/webapp/plug-in/clipboard/ZeroClipboard.js +++ b/src/main/webapp/plug-in/clipboard/ZeroClipboard.js @@ -1,5 +1,5 @@ // Simple Set Clipboard System -// Author: Joseph Huckaby + var ZeroClipboard = { diff --git a/src/main/webapp/plug-in/easyui/themes/default/easyui.css b/src/main/webapp/plug-in/easyui/themes/default/easyui.css index bb829ec7..6efd4b06 100644 --- a/src/main/webapp/plug-in/easyui/themes/default/easyui.css +++ b/src/main/webapp/plug-in/easyui/themes/default/easyui.css @@ -2210,7 +2210,10 @@ a.s-btn-plain-active { margin-left: 5px; margin-right: 15px; margin-top: 8px; - height: 62px; + /*height: 62px;*/ + /*start 20160820 wangkun TASK #1295 【在线聊天功能样式冲突】h+风格样式冲突*/ + height:71px; + /*end 20160820 wangkun TASK #1295 【在线聊天功能样式冲突】h+风格样式冲突*/ float: right; } .shortcut li{ diff --git a/src/main/webapp/plug-in/graphreport/css/metro/report.css b/src/main/webapp/plug-in/graphreport/css/metro/report.css index 30e7683c..b9788978 100644 --- a/src/main/webapp/plug-in/graphreport/css/metro/report.css +++ b/src/main/webapp/plug-in/graphreport/css/metro/report.css @@ -1286,16 +1286,59 @@ background: url(/images/bgs/backg2.png) repeat-x 0 -120px; border: 1px solid #b4b4b4; } +input[type="text"] { + background-color: #fff; + border: 1px solid #D7D7D7; + border-radius: 3PX; + height: 30PX; + padding: 0 2px; + line-height: 14PX; + font-size: 12px; + display: inline-block; +} - - -input[type="text"].Wdate { - /* height: 15px; */ - padding: 5px; +.button ,a.l-btn span.l-btn-left { + border: 1px solid #cccccc; + border-radius: 4px; + background-color: #eee; + background: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f7f7), + to(#f2f2f2)); + background: -moz-gradient(linear, 0 0, 0 100%, from(#f7f7f7), + to(#f2f2f2)); + background: -o-gradient(linear, 0 0, 0 100%, from(#f7f7f7), to(#f2f2f2)); + background: -ms-gradient(linear, 0 0, 0 100%, from(#f7f7f7), to(#f2f2f2)); + filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#f7f7f7, + endcolorstr=#f2f2f2, gradientType=0); + height: 24px; + padding: 0 1px; + cursor: pointer; + line-height: 24px; + display: inline-block; + color: #8f0911; + /* margin-right:5px; */ + white-space:nowrap; + +} +a.l-btn span.l-btn-left .icon-ok{ + background-image:none; } -input[type="text"] { - border: 1px solid #54A5D5; + +.button:hover,a.l-btn:hover span.l-btn-left { + border: 1px solid #d1d1d1; + border-radius: 4px; + background-color: #e9e9e9; + background: -webkit-gradient(linear, 0 0, 0 100%, from(#e9e9e9), + to(#f2f2f2)); + background: -moz-gradient(linear, 0 0, 0 100%, from(#e9e9e9), + to(#f2f2f2)); + background: -o-gradient(linear, 0 0, 0 100%, from(#e9e9e9), to(#f2f2f2)); + background: -ms-gradient(linear, 0 0, 0 100%, from(#e9e9e9), to(#f2f2f2)); + filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#e9e9e9, + endcolorstr=#f2f2f2, gradientType=0); + color: #666666; + cursor: pointer; } + .mod1 .mod-header { height: 30px; line-height: 30px; diff --git a/src/main/webapp/plug-in/graphreport/css/metrole/report.css b/src/main/webapp/plug-in/graphreport/css/metrole/report.css index 30e7683c..b9788978 100644 --- a/src/main/webapp/plug-in/graphreport/css/metrole/report.css +++ b/src/main/webapp/plug-in/graphreport/css/metrole/report.css @@ -1286,16 +1286,59 @@ background: url(/images/bgs/backg2.png) repeat-x 0 -120px; border: 1px solid #b4b4b4; } +input[type="text"] { + background-color: #fff; + border: 1px solid #D7D7D7; + border-radius: 3PX; + height: 30PX; + padding: 0 2px; + line-height: 14PX; + font-size: 12px; + display: inline-block; +} - - -input[type="text"].Wdate { - /* height: 15px; */ - padding: 5px; +.button ,a.l-btn span.l-btn-left { + border: 1px solid #cccccc; + border-radius: 4px; + background-color: #eee; + background: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f7f7), + to(#f2f2f2)); + background: -moz-gradient(linear, 0 0, 0 100%, from(#f7f7f7), + to(#f2f2f2)); + background: -o-gradient(linear, 0 0, 0 100%, from(#f7f7f7), to(#f2f2f2)); + background: -ms-gradient(linear, 0 0, 0 100%, from(#f7f7f7), to(#f2f2f2)); + filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#f7f7f7, + endcolorstr=#f2f2f2, gradientType=0); + height: 24px; + padding: 0 1px; + cursor: pointer; + line-height: 24px; + display: inline-block; + color: #8f0911; + /* margin-right:5px; */ + white-space:nowrap; + +} +a.l-btn span.l-btn-left .icon-ok{ + background-image:none; } -input[type="text"] { - border: 1px solid #54A5D5; + +.button:hover,a.l-btn:hover span.l-btn-left { + border: 1px solid #d1d1d1; + border-radius: 4px; + background-color: #e9e9e9; + background: -webkit-gradient(linear, 0 0, 0 100%, from(#e9e9e9), + to(#f2f2f2)); + background: -moz-gradient(linear, 0 0, 0 100%, from(#e9e9e9), + to(#f2f2f2)); + background: -o-gradient(linear, 0 0, 0 100%, from(#e9e9e9), to(#f2f2f2)); + background: -ms-gradient(linear, 0 0, 0 100%, from(#e9e9e9), to(#f2f2f2)); + filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#e9e9e9, + endcolorstr=#f2f2f2, gradientType=0); + color: #666666; + cursor: pointer; } + .mod1 .mod-header { height: 30px; line-height: 30px; diff --git a/src/main/webapp/plug-in/hplus/contabs.js b/src/main/webapp/plug-in/hplus/contabs.js new file mode 100644 index 00000000..23c4de08 --- /dev/null +++ b/src/main/webapp/plug-in/hplus/contabs.js @@ -0,0 +1,352 @@ + +$(function () { + //计算元素集合的总宽度 + function calSumWidth(elements) { + var width = 0; + $(elements).each(function () { + width += $(this).outerWidth(true); + }); + return width; + } + //滚动到指定选项卡 + function scrollToTab(element) { + var marginLeftVal = calSumWidth($(element).prevAll()), marginRightVal = calSumWidth($(element).nextAll()); + // 可视区域非tab宽度 + var tabOuterWidth = calSumWidth($(".content-tabs").children().not(".J_menuTabs")); + //可视区域tab宽度 + var visibleWidth = $(".content-tabs").outerWidth(true) - tabOuterWidth; + //实际滚动宽度 + var scrollVal = 0; + if ($(".page-tabs-content").outerWidth() < visibleWidth) { + scrollVal = 0; + } else if (marginRightVal <= (visibleWidth - $(element).outerWidth(true) - $(element).next().outerWidth(true))) { + if ((visibleWidth - $(element).next().outerWidth(true)) > marginRightVal) { + scrollVal = marginLeftVal; + var tabElement = element; + while ((scrollVal - $(tabElement).outerWidth()) > ($(".page-tabs-content").outerWidth() - visibleWidth)) { + scrollVal -= $(tabElement).prev().outerWidth(); + tabElement = $(tabElement).prev(); + } + } + } else if (marginLeftVal > (visibleWidth - $(element).outerWidth(true) - $(element).prev().outerWidth(true))) { + scrollVal = marginLeftVal - $(element).prev().outerWidth(true); + } + $('.page-tabs-content').animate({ + marginLeft: 0 - scrollVal + 'px' + }, "fast"); + } + //查看左侧隐藏的选项卡 + function scrollTabLeft() { + var marginLeftVal = Math.abs(parseInt($('.page-tabs-content').css('margin-left'))); + // 可视区域非tab宽度 + var tabOuterWidth = calSumWidth($(".content-tabs").children().not(".J_menuTabs")); + //可视区域tab宽度 + var visibleWidth = $(".content-tabs").outerWidth(true) - tabOuterWidth; + //实际滚动宽度 + var scrollVal = 0; + if ($(".page-tabs-content").width() < visibleWidth) { + return false; + } else { + var tabElement = $(".J_menuTab:first"); + var offsetVal = 0; + while ((offsetVal + $(tabElement).outerWidth(true)) <= marginLeftVal) {//找到离当前tab最近的元素 + offsetVal += $(tabElement).outerWidth(true); + tabElement = $(tabElement).next(); + } + offsetVal = 0; + if (calSumWidth($(tabElement).prevAll()) > visibleWidth) { + while ((offsetVal + $(tabElement).outerWidth(true)) < (visibleWidth) && tabElement.length > 0) { + offsetVal += $(tabElement).outerWidth(true); + tabElement = $(tabElement).prev(); + } + scrollVal = calSumWidth($(tabElement).prevAll()); + } + } + $('.page-tabs-content').animate({ + marginLeft: 0 - scrollVal + 'px' + }, "fast"); + } + //查看右侧隐藏的选项卡 + function scrollTabRight() { + var marginLeftVal = Math.abs(parseInt($('.page-tabs-content').css('margin-left'))); + // 可视区域非tab宽度 + var tabOuterWidth = calSumWidth($(".content-tabs").children().not(".J_menuTabs")); + //可视区域tab宽度 + var visibleWidth = $(".content-tabs").outerWidth(true) - tabOuterWidth; + //实际滚动宽度 + var scrollVal = 0; + if ($(".page-tabs-content").width() < visibleWidth) { + return false; + } else { + var tabElement = $(".J_menuTab:first"); + var offsetVal = 0; + while ((offsetVal + $(tabElement).outerWidth(true)) <= marginLeftVal) {//找到离当前tab最近的元素 + offsetVal += $(tabElement).outerWidth(true); + tabElement = $(tabElement).next(); + } + offsetVal = 0; + while ((offsetVal + $(tabElement).outerWidth(true)) < (visibleWidth) && tabElement.length > 0) { + offsetVal += $(tabElement).outerWidth(true); + tabElement = $(tabElement).next(); + } + scrollVal = calSumWidth($(tabElement).prevAll()); + if (scrollVal > 0) { + $('.page-tabs-content').animate({ + marginLeft: 0 - scrollVal + 'px' + }, "fast"); + } + } + } + + //通过遍历给菜单项加上data-index属性 + $(".J_menuItem").each(function (index) { + if (!$(this).attr('data-index')) { + $(this).attr('data-index', index); + } + }); + + function menuItem() { + // 获取标识数据 + var dataUrl = $(this).attr('href'), + dataIndex = $(this).data('index'), + menuName = $.trim($(this).text()), + flag = true; + if (dataUrl == undefined || $.trim(dataUrl).length == 0)return false; + + // 选项卡菜单已存在 + $('.J_menuTab').each(function () { + if ($(this).data('id') == dataUrl) { + if (!$(this).hasClass('active')) { + $(this).addClass('active').siblings('.J_menuTab').removeClass('active'); + scrollToTab(this); + // 显示tab对应的内容区 + $('.J_mainContent .J_iframe').each(function () { + if ($(this).data('id') == dataUrl) { + $(this).show().siblings('.J_iframe').hide(); + return false; + } + }); + } + flag = false; + return false; + } + }); + + // 选项卡菜单不存在 + if (flag) { + var str = '' + menuName + ' '; + $('.J_menuTab').removeClass('active'); + + // 添加选项卡对应的iframe + var str1 = ''; + $('.J_mainContent').find('iframe.J_iframe').hide().parents('.J_mainContent').append(str1); + + //显示loading提示 +// var loading = layer.load(); +// +// $('.J_mainContent iframe:visible').load(function () { +// //iframe加载完成后隐藏loading提示 +// layer.close(loading); +// }); + // 添加选项卡 + $('.J_menuTabs .page-tabs-content').append(str); + scrollToTab($('.J_menuTab.active')); + } + //var last = $("a[data-id='"+dataUrl+"']"); + var imageMenuData = [ + [{ + text: "刷新缓存", + func: function() { + var target = $('.J_iframe[data-id="' + dataUrl + '"]'); + var url = target.attr('src'); + //显示loading提示 + var loading = layer.load(); + target.attr('src', url).load(function () { + //关闭loading提示 + layer.close(loading); + }); + } + }] + ]; + try{ + $("a[data-id='"+dataUrl+"']").smartMenu(imageMenuData, { + name:"name"+uuid() + }); + }catch(e){ + console.log(e); + } + return false; + } + + $('.J_menuItem').on('click', menuItem); + + // 关闭选项卡菜单 + function closeTab() { + var closeTabId = $(this).parents('.J_menuTab').data('id'); + var currentWidth = $(this).parents('.J_menuTab').width(); + + // 当前元素处于活动状态 + if ($(this).parents('.J_menuTab').hasClass('active')) { + + // 当前元素后面有同辈元素,使后面的一个元素处于活动状态 + if ($(this).parents('.J_menuTab').next('.J_menuTab').size()) { + + var activeId = $(this).parents('.J_menuTab').next('.J_menuTab:eq(0)').data('id'); + $(this).parents('.J_menuTab').next('.J_menuTab:eq(0)').addClass('active'); + + $('.J_mainContent .J_iframe').each(function () { + if ($(this).data('id') == activeId) { + $(this).show().siblings('.J_iframe').hide(); + return false; + } + }); + + var marginLeftVal = parseInt($('.page-tabs-content').css('margin-left')); + if (marginLeftVal < 0) { + $('.page-tabs-content').animate({ + marginLeft: (marginLeftVal + currentWidth) + 'px' + }, "fast"); + } + + // 移除当前选项卡 + $(this).parents('.J_menuTab').remove(); + + // 移除tab对应的内容区 + $('.J_mainContent .J_iframe').each(function () { + if ($(this).data('id') == closeTabId) { + $(this).remove(); + return false; + } + }); + } + + // 当前元素后面没有同辈元素,使当前元素的上一个元素处于活动状态 + if ($(this).parents('.J_menuTab').prev('.J_menuTab').size()) { + var activeId = $(this).parents('.J_menuTab').prev('.J_menuTab:last').data('id'); + $(this).parents('.J_menuTab').prev('.J_menuTab:last').addClass('active'); + $('.J_mainContent .J_iframe').each(function () { + if ($(this).data('id') == activeId) { + $(this).show().siblings('.J_iframe').hide(); + return false; + } + }); + + // 移除当前选项卡 + $(this).parents('.J_menuTab').remove(); + + // 移除tab对应的内容区 + $('.J_mainContent .J_iframe').each(function () { + if ($(this).data('id') == closeTabId) { + $(this).remove(); + return false; + } + }); + } + } + // 当前元素不处于活动状态 + else { + // 移除当前选项卡 + $(this).parents('.J_menuTab').remove(); + + // 移除相应tab对应的内容区 + $('.J_mainContent .J_iframe').each(function () { + if ($(this).data('id') == closeTabId) { + $(this).remove(); + return false; + } + }); + scrollToTab($('.J_menuTab.active')); + } + return false; + } + + $('.J_menuTabs').on('click', "i[class='fa fa-times-circle']", closeTab); + + $('.J_menuTabs').on('click', "i[class='fa fa-refresh']", refreshTab); + + //关闭其他选项卡 + function closeOtherTabs(){ + $('.page-tabs-content').children("[data-id]").not(":first").not(".active").each(function () { + $('.J_iframe[data-id="' + $(this).data('id') + '"]').remove(); + $(this).remove(); + }); + $('.page-tabs-content').css("margin-left", "0"); + } + $('.J_tabCloseOther').on('click', closeOtherTabs); + + //滚动到已激活的选项卡 + function showActiveTab(){ + scrollToTab($('.J_menuTab.active')); + } + $('.J_tabShowActive').on('click', showActiveTab); + + + // 点击选项卡菜单 + function activeTab() { + if (!$(this).hasClass('active')) { + var currentId = $(this).data('id'); + // 显示tab对应的内容区 + $('.J_mainContent .J_iframe').each(function () { + if ($(this).data('id') == currentId) { + $(this).show().siblings('.J_iframe').hide(); + return false; + } + }); + $(this).addClass('active').siblings('.J_menuTab').removeClass('active'); + scrollToTab(this); + } + } + + $('.J_menuTabs').on('click', '.J_menuTab', activeTab); + + //刷新iframe + function refreshTab() { + var target = $('.J_iframe[data-id="' + $(this).data('id') + '"]'); + if(target==undefined){ + target = $('.J_iframe[data-id="' + $(this).parent().data('id') + '"]'); + } + var url = target.attr('src'); + //显示loading提示 + var loading = layer.load(); + target.attr('src', url).load(function () { + //关闭loading提示 + layer.close(loading); + }); + } + + $('.J_menuTabs').on('dblclick', '.J_menuTab', refreshTab); + + // 左移按扭 + $('.J_tabLeft').on('click', scrollTabLeft); + + // 右移按扭 + $('.J_tabRight').on('click', scrollTabRight); + + // 关闭全部 + $('.J_tabCloseAll').on('click', function () { + $('.page-tabs-content').children("[data-id]").not(":first").each(function () { + $('.J_iframe[data-id="' + $(this).data('id') + '"]').remove(); + $(this).remove(); + }); + $('.page-tabs-content').children("[data-id]:first").each(function () { + $('.J_iframe[data-id="' + $(this).data('id') + '"]').show(); + $(this).addClass("active"); + }); + $('.page-tabs-content').css("margin-left", "0"); + }); + + function uuid() { + var s = []; + var hexDigits = "0123456789abcdef"; + for (var i = 0; i < 36; i++) { + s[i] = hexDigits.substr(Math.floor(Math.random() * 0x10), 1); + } + s[14] = "4"; // bits 12-15 of the time_hi_and_version field to 0010 + s[19] = hexDigits.substr((s[19] & 0x3) | 0x8, 1); // bits 6-7 of the clock_seq_hi_and_reserved to 01 + s[8] = s[13] = s[18] = s[23] = "-"; + + var uuid = s.join(""); + return uuid; + } + +}); diff --git a/src/main/webapp/plug-in/hplus/context.js b/src/main/webapp/plug-in/hplus/context.js new file mode 100644 index 00000000..111d116c --- /dev/null +++ b/src/main/webapp/plug-in/hplus/context.js @@ -0,0 +1,141 @@ +/* + * Context.js + * Copyright Jacob Kelley + * MIT License + */ + +var context = context || (function () { + + var options = { + fadeSpeed: 100, + filter: function ($obj) { + // Modify $obj, Do not return + }, + above: 'auto', + preventDoubleContext: true, + compress: false + }; + + function initialize(opts) { + + options = $.extend({}, options, opts); + + $(document).on('click', 'html', function () { + $('.dropdown-context').fadeOut(options.fadeSpeed, function(){ + $('.dropdown-context').css({display:''}).find('.drop-left').removeClass('drop-left'); + }); + }); + if(options.preventDoubleContext){ + $(document).on('contextmenu', '.dropdown-context', function (e) { + e.preventDefault(); + }); + } + $(document).on('mouseenter', '.dropdown-submenu', function(){ + var $sub = $(this).find('.dropdown-context-sub:first'), + subWidth = $sub.width(), + subLeft = $sub.offset().left, + collision = (subWidth+subLeft) > window.innerWidth; + if(collision){ + $sub.addClass('drop-left'); + } + }); + + } + + function updateOptions(opts){ + options = $.extend({}, options, opts); + } + + function buildMenu(data, id, subMenu) { + var subClass = (subMenu) ? ' dropdown-context-sub' : '', + compressed = options.compress ? ' compressed-context' : '', + $menu = $(''); + var i = 0, linkTarget = ''; + for(i; i'); + } else if (typeof data[i].header !== 'undefined') { + $menu.append(''); + } else { + if (typeof data[i].href == 'undefined') { + data[i].href = '#'; + } + if (typeof data[i].target !== 'undefined') { + linkTarget = ' target="'+data[i].target+'"'; + } + if (typeof data[i].subMenu !== 'undefined') { + $sub = (''); + } else { + $sub = $('
    • ' + data[i].text + '
    • '); + } + if (typeof data[i].action !== 'undefined') { + var actiond = new Date(), + actionID = 'event-' + actiond.getTime() * Math.floor(Math.random()*100000), + eventAction = data[i].action; + $sub.find('a').attr('id', actionID); + $('#' + actionID).addClass('context-event'); + $(document).on('click', '#' + actionID, eventAction); + } + $menu.append($sub); + if (typeof data[i].subMenu != 'undefined') { + var subMenuData = buildMenu(data[i].subMenu, id, true); + $menu.find('li:last').append(subMenuData); + } + } + if (typeof options.filter == 'function') { + options.filter($menu.find('li:last')); + } + } + return $menu; + } + + function addContext(selector, data) { + + var d = new Date(), + id = d.getTime(), + $menu = buildMenu(data, id); + + $('body').append($menu); + + + $(document).on('contextmenu', selector, function (e) { + e.preventDefault(); + e.stopPropagation(); + + $('.dropdown-context:not(.dropdown-context-sub)').hide(); + + $dd = $('#dropdown-' + id); + if (typeof options.above == 'boolean' && options.above) { + $dd.addClass('dropdown-context-up').css({ + top: e.pageY - 20 - $('#dropdown-' + id).height(), + left: e.pageX - 13 + }).fadeIn(options.fadeSpeed); + } else if (typeof options.above == 'string' && options.above == 'auto') { + $dd.removeClass('dropdown-context-up'); + var autoH = $dd.height() + 12; + if ((e.pageY + autoH) > $('html').height()) { + $dd.addClass('dropdown-context-up').css({ + top: e.pageY - 20 - autoH, + left: e.pageX - 13 + }).fadeIn(options.fadeSpeed); + } else { + $dd.css({ + top: e.pageY + 10, + left: e.pageX - 13 + }).fadeIn(options.fadeSpeed); + } + } + }); + } + + function destroyContext(selector) { + $(document).off('contextmenu', selector).off('click', '.context-event'); + } + + return { + init: initialize, + settings: updateOptions, + attach: addContext, + destroy: destroyContext + }; +})(); \ No newline at end of file diff --git a/src/main/webapp/plug-in/hplus/context.standalone.css b/src/main/webapp/plug-in/hplus/context.standalone.css new file mode 100644 index 00000000..4b33b268 --- /dev/null +++ b/src/main/webapp/plug-in/hplus/context.standalone.css @@ -0,0 +1,228 @@ +/** + * ContextJS Styles + * For use WITHOUT Twitters Bootstrap CSS + */ + +.nav-header { + display: block; + padding: 3px 15px; + font-size: 11px; + font-weight: bold; + line-height: 20px; + color: #999; + text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); + text-transform: uppercase; +} +.dropdown-menu { + position: absolute; + top: 100%; + left: 0; + z-index: 1000; + display: none; + float: left; + min-width: 160px; + padding: 5px 0; + margin: 2px 0 0; + list-style: none; + background-color: #ffffff; + border: 1px solid #ccc; + border: 1px solid rgba(0, 0, 0, 0.2); + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + font-size: 14px; + *border-right-width: 2px; + *border-bottom-width: 2px; + -webkit-border-radius: 6px; + -moz-border-radius: 6px; + border-radius: 6px; + -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); + -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); + box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); + -webkit-background-clip: padding-box; + -moz-background-clip: padding; + background-clip: padding-box; + text-align:left; +} +.dropdown-menu.pull-right { + right: 0; + left: auto; +} +.dropdown-menu .divider { + *width: 100%; + height: 1px; + margin: 9px 1px; + *margin: -5px 0 5px; + overflow: hidden; + background-color: #e5e5e5; + border-bottom: 1px solid #ffffff; +} +.dropdown-menu a { + display: block; + padding: 3px 20px; + clear: both; + font-weight: normal; + line-height: 20px; + color: #333333; + white-space: nowrap; + text-decoration: none; +} +.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a { + color: #ffffff; + text-decoration: none; + background-color: #0088cc; + background-color: #0081c2; + background-image: -moz-linear-gradient(top, #0088cc, #0077b3); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3)); + background-image: -webkit-linear-gradient(top, #0088cc, #0077b3); + background-image: -o-linear-gradient(top, #0088cc, #0077b3); + background-image: linear-gradient(to bottom, #0088cc, #0077b3); + background-repeat: repeat-x; + filter: progid: dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0); +} +.dropdown-menu .active > a, .dropdown-menu .active > a:hover { + color: #ffffff; + text-decoration: none; + background-color: #0088cc; + background-color: #0081c2; + background-image: linear-gradient(to bottom, #0088cc, #0077b3); + background-image: -moz-linear-gradient(top, #0088cc, #0077b3); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3)); + background-image: -webkit-linear-gradient(top, #0088cc, #0077b3); + background-image: -o-linear-gradient(top, #0088cc, #0077b3); + background-repeat: repeat-x; + outline: 0; + filter: progid + : dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0); +} +.dropdown-menu .disabled > a, .dropdown-menu .disabled > a:hover { + color: #999999; +} +.dropdown-menu .disabled > a:hover { + text-decoration: none; + cursor: default; + background-color: transparent; +} +.open { + *z-index: 1000; +} +.open > .dropdown-menu { + display: block; +} +.pull-right > .dropdown-menu { + right: 0; + left: auto; +} +.dropup .caret, .navbar-fixed-bottom .dropdown .caret { + border-top: 0; + border-bottom: 4px solid #000000; + content: "\2191"; +} +.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu { + top: auto; + bottom: 100%; + margin-bottom: 1px; +} +.dropdown-submenu { + position: relative; +} +.dropdown-submenu > .dropdown-menu { + top: 0; + left: 100%; + margin-top: -6px; + margin-left: -1px; + -webkit-border-radius: 0 6px 6px 6px; + -moz-border-radius: 0 6px 6px 6px; + border-radius: 0 6px 6px 6px; +} +.dropdown-submenu > .dropdown-menu.drop-left{ + left:-100%; +} +.dropdown-submenu:hover .dropdown-menu { + display: block; +} +.dropdown-submenu > a:after { + display: block; + float: right; + width: 0; + height: 0; + margin-top: 5px; + margin-right: -10px; + border-color: transparent; + border-left-color: #cccccc; + border-style: solid; + border-width: 5px 0 5px 5px; + content: " "; +} +.dropdown-submenu:hover > a:after { + border-left-color: #ffffff; +} +.dropdown .dropdown-menu .nav-header { + padding-right: 20px; + padding-left: 20px; +} +/** + * Context Styles + */ + +.dropdown-context .nav-header { + cursor: default; +} +.dropdown-context:before, .dropdown-context-up:before { + position: absolute; + top: -7px; + left: 9px; + display: inline-block; + border-right: 7px solid transparent; + border-bottom: 7px solid #ccc; + border-left: 7px solid transparent; + border-bottom-color: rgba(0, 0, 0, 0.2); + content: ''; +} +.dropdown-context:after, .dropdown-context-up:after { + position: absolute; + top: -6px; + left: 10px; + display: inline-block; + border-right: 6px solid transparent; + border-bottom: 6px solid #ffffff; + border-left: 6px solid transparent; + content: ''; +} +.dropdown-context-up:before, .dropdown-context-up:after { + top: auto; + bottom: -7px; + z-index: 9999; +} +.dropdown-context-up:before { + border-right: 7px solid transparent; + border-top: 7px solid #ccc; + border-bottom: none; + border-left: 7px solid transparent; +} +.dropdown-context-up:after { + border-right: 6px solid transparent; + border-top: 6px solid #ffffff; + border-left: 6px solid transparent; + border-bottom: none; +} +.dropdown-context-sub:before, .dropdown-context-sub:after { + display: none; +} +.dropdown-context .dropdown-submenu:hover .dropdown-menu { + display: none; +} +.dropdown-context .dropdown-submenu:hover > .dropdown-menu { + display: block; +} + +.compressed-context a{ + padding-left: 14px; + padding-top: 0; + padding-bottom: 0; + font-size: 13px; + } +.compressed-context .divider{ + margin: 5px 1px; + } +.compressed-context .nav-header{ + padding:1px 13px; + } diff --git a/src/main/webapp/plug-in/hplus/hplus-tab.js b/src/main/webapp/plug-in/hplus/hplus-tab.js index 00f20a21..3fd35f51 100644 --- a/src/main/webapp/plug-in/hplus/hplus-tab.js +++ b/src/main/webapp/plug-in/hplus/hplus-tab.js @@ -1,8 +1,7 @@ -var addTabs = function (options) { +function addTabs(options) { var dataUrl = options.url, dataIndex = options.id, menuName = options.title, - flag = true; if (dataUrl == undefined || $.trim(dataUrl).length == 0)return false; @@ -11,7 +10,7 @@ var addTabs = function (options) { if ($(this).data('id') == dataUrl) { if (!$(this).hasClass('active')) { $(this).addClass('active').siblings('.J_menuTab').removeClass('active'); - scrollToTab(this); + scrollToTabDefined(this); // 显示tab对应的内容区 $('.J_mainContent .J_iframe').each(function () { if ($(this).data('id') == dataUrl) { @@ -43,7 +42,46 @@ var addTabs = function (options) { // }); // 添加选项卡 $('.J_menuTabs .page-tabs-content').append(str); - scrollToTab($('.J_menuTab.active')); + scrollToTabDefined($('.J_menuTab.active')); } + //刷新Tab + var target = $('.J_iframe[data-id="' + dataUrl + '"]'); + target.attr('src', dataUrl) return false; }; + +//计算元素集合的总宽度 +function calSumWidth(elements) { + var width = 0; + $(elements).each(function () { + width += $(this).outerWidth(true); + }); + return width; +} +//滚动到指定选项卡 +function scrollToTabDefined(element) { + var marginLeftVal = calSumWidth($(element).prevAll()), marginRightVal = calSumWidth($(element).nextAll()); + // 可视区域非tab宽度 + var tabOuterWidth = calSumWidth($(".content-tabs").children().not(".J_menuTabs")); + //可视区域tab宽度 + var visibleWidth = $(".content-tabs").outerWidth(true) - tabOuterWidth; + //实际滚动宽度 + var scrollVal = 0; + if ($(".page-tabs-content").outerWidth() < visibleWidth) { + scrollVal = 0; + } else if (marginRightVal <= (visibleWidth - $(element).outerWidth(true) - $(element).next().outerWidth(true))) { + if ((visibleWidth - $(element).next().outerWidth(true)) > marginRightVal) { + scrollVal = marginLeftVal; + var tabElement = element; + while ((scrollVal - $(tabElement).outerWidth()) > ($(".page-tabs-content").outerWidth() - visibleWidth)) { + scrollVal -= $(tabElement).prev().outerWidth(); + tabElement = $(tabElement).prev(); + } + } + } else if (marginLeftVal > (visibleWidth - $(element).outerWidth(true) - $(element).prev().outerWidth(true))) { + scrollVal = marginLeftVal - $(element).prev().outerWidth(true); + } + $('.page-tabs-content').animate({ + marginLeft: 0 - scrollVal + 'px' + }, "fast"); +} diff --git a/src/main/webapp/plug-in/hplus/jquery-smartMenu.js b/src/main/webapp/plug-in/hplus/jquery-smartMenu.js new file mode 100644 index 00000000..08261d86 --- /dev/null +++ b/src/main/webapp/plug-in/hplus/jquery-smartMenu.js @@ -0,0 +1,157 @@ +/* + * smartMenu.js 智能上下文菜单插件 + * http://www.zhangxinxu.com/ + * + * Copyright 2011, zhangxinxu + * + * 2011-05-26 v1.0 编写 + * 2011-06-03 v1.1 修复func中this失准问题 + * 2011-10-10 v1.2 修复脚本放在标签中层无法隐藏的问题 + * 2011-10-30 v1.3 修复IE6~7下二级菜单移到第二项隐藏的问题 + */ + +(function($) { + var D = $(document).data("func", {}); + $.smartMenu = $.noop; + $.fn.smartMenu = function(data, options) { + var B = $("body"), defaults = { + name: "", + offsetX: 2, + offsetY: 2, + textLimit: 6, + beforeShow: $.noop, + afterShow: $.noop + }; + var params = $.extend(defaults, options || {}); + + var htmlCreateMenu = function(datum) { + var dataMenu = datum || data, nameMenu = datum? Math.random().toString(): params.name, htmlMenu = "", htmlCorner = "", clKey = "smart_menu_"; + if ($.isArray(dataMenu) && dataMenu.length) { + htmlMenu = '
      ' + + '
      ' + + '
        '; + + $.each(dataMenu, function(i, arr) { + if (i) { + htmlMenu = htmlMenu + '
      •  
      • '; + } + if ($.isArray(arr)) { + $.each(arr, function(j, obj) { + var text = obj.text, htmlMenuLi = "", strTitle = "", rand = Math.random().toString().replace(".", ""); + if (text) { + if (text.length > params.textLimit) { + text = text.slice(0, params.textLimit) + "…"; + strTitle = ' title="'+ obj.text +'"'; + } + if ($.isArray(obj.data) && obj.data.length) { + htmlMenuLi = '
      • ' + htmlCreateMenu(obj.data) + + ''+ text +'' + + '
      • '; + } else { + htmlMenuLi = '
      • ' + + ''+ text +'' + + '
      • '; + } + + htmlMenu += htmlMenuLi; + + var objFunc = D.data("func"); + objFunc[rand] = obj.func; + D.data("func", objFunc); + } + }); + } + }); + + htmlMenu = htmlMenu + '
      ' + + '
      ' + + '
      '; + } + return htmlMenu; + }, funSmartMenu = function() { + var idKey = "#smartMenu_", clKey = "smart_menu_", jqueryMenu = $(idKey + params.name); + if (!jqueryMenu.size()) { + $("body").append(htmlCreateMenu()); + + //事件 + $(idKey + params.name +" a").bind("click", function() { + var key = $(this).attr("data-key"), + callback = D.data("func")[key]; + if ($.isFunction(callback)) { + callback.call(D.data("trigger")); + } + $.smartMenu.hide(); + return false; + }); + $(idKey + params.name +" li").each(function() { + var isHover = $(this).attr("data-hover"), clHover = clKey + "li_hover"; + + $(this).hover(function() { + var jqueryHover = $(this).siblings("." + clHover); + jqueryHover.removeClass(clHover).children("."+ clKey +"box").hide(); + jqueryHover.children("."+ clKey +"a").removeClass(clKey +"a_hover"); + + if (isHover) { + $(this).addClass(clHover).children("."+ clKey +"box").show(); + $(this).children("."+ clKey +"a").addClass(clKey +"a_hover"); + } + + }); + + }); + return $(idKey + params.name); + } + return jqueryMenu; + }; + + $(this).each(function() { + this.oncontextmenu = function(e) { + //回调 + if ($.isFunction(params.beforeShow)) { + params.beforeShow.call(this); + } + e = e || window.event; + //阻止冒泡 + e.cancelBubble = true; + if (e.stopPropagation) { + e.stopPropagation(); + } + //隐藏当前上下文菜单,确保页面上一次只有一个上下文菜单 + $.smartMenu.hide(); + var st = D.scrollTop(); + var jqueryMenu = funSmartMenu(); + if (jqueryMenu) { + jqueryMenu.css({ + display: "block", + left: e.clientX + params.offsetX, + top: e.clientY + st + params.offsetY + }); + D.data("target", jqueryMenu); + D.data("trigger", this); + //回调 + if ($.isFunction(params.afterShow)) { + params.afterShow.call(this); + } + return false; + } + }; + }); + if (!B.data("bind")) { + B.bind("click", $.smartMenu.hide).data("bind", true); + } + }; + $.extend($.smartMenu, { + hide: function() { + var target = D.data("target"); + if (target && target.css("display") === "block") { + target.hide(); + } + }, + remove: function() { + var target = D.data("target"); + if (target) { + target.remove(); + } + } + }); +})(jQuery); \ No newline at end of file diff --git a/src/main/webapp/plug-in/hplus/smartMenu.css b/src/main/webapp/plug-in/hplus/smartMenu.css new file mode 100644 index 00000000..b489e521 --- /dev/null +++ b/src/main/webapp/plug-in/hplus/smartMenu.css @@ -0,0 +1,10 @@ +.smart_menu_box{display:none; width:140px; position:absolute; z-index:201105;} +.smart_menu_body{padding:1px; border:1px solid #B8CBCB; background-color:#fff; -moz-box-shadow:2px 2px 5px #666; -webkit-box-shadow:2px 2px 5px #666; box-shadow:2px 2px 5px #666;} +.smart_menu_ul{margin:0; padding:0; list-style-type:none;} +.smart_menu_li{position:relative;} +.smart_menu_a{display:block; height:25px; line-height:24px; padding:0 5px 0 25px; color:#000; font-size:12px; text-decoration:none; overflow:hidden;} +.smart_menu_a:hover, .smart_menu_a_hover{background-color:#348CCC; color:#fff; text-decoration:none;} +.smart_menu_li_separate{line-height:0; margin:3px; border-bottom:1px solid #B8CBCB; font-size:0;} +.smart_menu_triangle{width:0; height:0; border:5px dashed transparent; border-left:5px solid #666; overflow:hidden; position:absolute; top:7px; right:5px;} +.smart_menu_a:hover .smart_menu_triangle, .smart_menu_a_hover .smart_menu_triangle{border-left-color:#fff;} +.smart_menu_li_hover .smart_menu_box{top:-1px; left:130px;} \ No newline at end of file diff --git a/src/main/webapp/plug-in/layim/config.js b/src/main/webapp/plug-in/layim/config.js new file mode 100644 index 00000000..2c246d18 --- /dev/null +++ b/src/main/webapp/plug-in/layim/config.js @@ -0,0 +1,110 @@ +//layim聊天组件start +//请将这个ip地址修改为本机ip地址 +//websocket 配置 +var chatIp = "192.168.0.110"; +var id = ""; +jQuery.post("chat/imController.do?getUserid", { + +}, function (text) { + id = text.substring(1,text.length-1); +}); +if(!/^http(s*):\/\//.test(location.href)){ + alert('请部署到localhost上查看该演示'); +} + +layui.use('layim', function(layim){ +// //建立WebSocket通讯 + var socket = new WebSocket("ws://"+chatIp+":8080/jeecg/WebSocket/"+id); + + //基础配置 + layim.config({ + //初始化接口 + init: { + //url: '$!{basePath}/content/chat/demo/json/getList.json' + url: 'chat/imController.do?getUsers' + ,data: {} + } + + //简约模式(不显示主面板) + //,brief: true + + //查看群员接口 + ,members: { + url: 'content/chat/demo/json/getMembers.json' + ,data: {} + } + + ,uploadImage: { + url: 'chat/imController.do?uploadImage' //(返回的数据格式见下文) + ,type: 'post' //默认post + } + + ,uploadFile: { + url: 'chat/imController.do?uploadFile' //(返回的数据格式见下文) + ,type: '' //默认post + } + + //,skin: ['http://cdn.firstlinkapp.com/upload/2016_4/1461747766565_14690.jpg'] //皮肤 + ,title:"在线聊天" + ,maxLength:3000 + ,brief:false + ,isgroup: false //是否开启群组 + ,chatLog: 'chat/chatMessageHistory.do?from='+id //聊天记录地址 + + ,find: './demo/find.html' + ,copyright: true //是否授权 + }); + + //监听发送消息 + layim.on('sendMessage', function(data){ + console.log(data); + var mine = data.mine; + var to = data.to; + console.log(data); + + //更多情况下,一般是传递一个对象 + socket.send(JSON.stringify({ + type: 'friend' //随便定义,用于在服务端区分消息类型 + ,data: {"msg":mine.content,"from":mine.id,"to":to.id,"fromName":mine.username,"toName":to.username} + })); + }); + + //连接成功时触发 + socket.onopen = function(){ + //socket.send('XXX连接成功'); + }; + + //监听收到的消息 + socket.onmessage = function(res){ + var json = JSON.parse(res.data); + var timestamp = new Date().getTime(); + layim.getMessage({ + username: json.data.fromName //消息来源用户名 + ,avatar: "http://tp1.sinaimg.cn/1571889140/180/40030060651/1" //消息来源用户头像 + ,id: json.data.from //聊天窗口来源ID(如果是私聊,则是用户id,如果是群聊,则是群组id) + ,type: "friend" //聊天窗口来源类型,从发送消息传递的to里面获取 + ,content: json.data.msg //消息内容 + ,timestamp: timestamp //服务端动态时间戳 + }); + }; + + //监听在线状态的切换事件 + layim.on('online', function(data){ + console.log(data); + }); + + + //监听查看群员 + layim.on('members', function(data){ + console.log(data); + }); + + //监听聊天窗口的切换 + layim.on('chatChange', function(data){ + console.log(data); + }); + + //初始最小化聊天界面 + //layim.setChatMin(); +}); +//layim聊天组件end \ No newline at end of file diff --git a/src/main/webapp/plug-in/login/js/login.js b/src/main/webapp/plug-in/login/js/login.js index 52d0ce5f..c7a2bdb5 100644 --- a/src/main/webapp/plug-in/login/js/login.js +++ b/src/main/webapp/plug-in/login/js/login.js @@ -1,10 +1,10 @@ $(document).ready(function() { - - //author:scott---date:20160426---for:判断浏览器跳转兼容风格 + var navigatorName = "Microsoft Internet Explorer"; if( navigator.appName == navigatorName ){ alert("IE浏览器采用传统首页风格,更佳体验建议使用Chrome浏览器!") - setCookie("JEECGINDEXSTYLE","shortcut"); + //setCookie("JEECGINDEXSTYLE","shortcut"); + $.cookie('JEECGINDEXSTYLE', 'shortcut'); }else{ } @@ -137,6 +137,7 @@ function Login(orgId) { var d = $.parseJSON(data); if (d.success) { loginsuccess(); + // todo zhanggm 没有处理多语言,暂时这样判断下吧 var title, okButton; if($("#langCode").val() == 'en') { diff --git a/src/main/webapp/plug-in/sliding/css/main.css b/src/main/webapp/plug-in/sliding/css/main.css index d76b7775..a004c41c 100644 --- a/src/main/webapp/plug-in/sliding/css/main.css +++ b/src/main/webapp/plug-in/sliding/css/main.css @@ -3108,7 +3108,6 @@ z-index: 12; min-width: 180px; position: relative; z-index: 1; - /*update-begin--Author:zhangguoming Date:20140604 for:云桌面全局视图,添加纵向滚动条*/ overflow: auto !important; } .amg_folder_appbutton { @@ -3197,7 +3196,6 @@ z-index: 12; } .ie6_0 .toolBar_bg, .ie7_0 .toolBar_bg { } -/*update-begin--Author:zhangguoming Date:20140617 for:云桌面,修改首页风格时的提示框样式*/ .window { /*background: url("../images/transparent.gif") repeat scroll 0 0 transparent;*/ } diff --git a/src/main/webapp/plug-in/sliding/js/webos-core.js b/src/main/webapp/plug-in/sliding/js/webos-core.js index c502c8bd..d59f31b9 100644 --- a/src/main/webapp/plug-in/sliding/js/webos-core.js +++ b/src/main/webapp/plug-in/sliding/js/webos-core.js @@ -47,6 +47,7 @@ function dataFlush(){ } }); } + /** * 转换用户的桌面 */ @@ -1505,7 +1506,6 @@ appIcon_amg1 = appIcon_amg.extend({ }); appIcon.append($("",{ alt:this.app.name , - /*update-begin--Author:zhangguoming Date:20140509 for:云桌面图标管理*/ // src:'plug-in/sliding/icon/'+this.app.icon, src:this.app.icon, "class":"appButton_appIconImg", @@ -1585,7 +1585,6 @@ appIcon_t1 = appIcon_t0.extend({ }); appIcon.append($("",{ alt:this.app.name , - /*update-begin--Author:zhangguoming Date:20140509 for:云桌面图标管理*/ // src:'plug-in/sliding/icon/'+this.app.icon, src:this.app.icon, "class":"appButton_appIconImg", diff --git a/src/main/webapp/plug-in/tools/css/common.css b/src/main/webapp/plug-in/tools/css/common.css index f171dd08..c7702d07 100644 --- a/src/main/webapp/plug-in/tools/css/common.css +++ b/src/main/webapp/plug-in/tools/css/common.css @@ -34,3 +34,15 @@ cursor:pointer !important; border:1px solid #D7EAFF !important; margin-right:4px input[type="file"] { background-color: #D7EAFF; border : 1px solid #54A5D5; width:auto !important; padding:2px; } input[type="text"] { background-color: #fff; border : 1px solid #54A5D5; padding:2px; } +a[class="ace_button"]:hover{ color:#DDDDDD!important; text-decoration:none;} + .ace_button + { + background-color: #21b9bb; + border-color: #21b9bb; + color: #FFFFFF; + border-radius: 3px; + padding: 1px 5px; + font-size: 12px; + line-height: 1.5; + display: inline-block; + } diff --git a/src/main/webapp/plug-in/tools/css/metro/common.css b/src/main/webapp/plug-in/tools/css/metro/common.css index 79932d76..df869300 100644 --- a/src/main/webapp/plug-in/tools/css/metro/common.css +++ b/src/main/webapp/plug-in/tools/css/metro/common.css @@ -46,3 +46,15 @@ input[type="text"] { font-size: 12px; display: inline-block; } +a[class="ace_button"]:hover{ color:#DDDDDD!important; text-decoration:none;} + .ace_button + { + background-color: #21b9bb; + border-color: #21b9bb; + color: #FFFFFF; + border-radius: 3px; + padding: 1px 5px; + font-size: 12px; + line-height: 1.5; + display: inline-block; + } diff --git a/src/main/webapp/plug-in/tools/css/metrole/common.css b/src/main/webapp/plug-in/tools/css/metrole/common.css index dde4ac4d..349c7242 100644 --- a/src/main/webapp/plug-in/tools/css/metrole/common.css +++ b/src/main/webapp/plug-in/tools/css/metrole/common.css @@ -47,3 +47,16 @@ input[type="text"] { font-size: 12px; display: inline-block; } +a[class="ace_button"]:hover{ color:#DDDDDD!important; text-decoration:none;} + .ace_button + { + background-color: #21b9bb; + border-color: #21b9bb; + color: #FFFFFF; + border-radius: 3px; + padding: 1px 5px; + font-size: 12px; + line-height: 1.5; + display: inline-block; + } +/* //update-end--Author: chenj Date:20160815 for:TASK #1040 【UI按钮标签ace样式】列表后面的操作按钮支持按钮标签样式设置,*/ \ No newline at end of file diff --git a/src/main/webapp/plug-in/tools/curdtools_en.js b/src/main/webapp/plug-in/tools/curdtools_en.js index 30d06775..0746aad0 100644 --- a/src/main/webapp/plug-in/tools/curdtools_en.js +++ b/src/main/webapp/plug-in/tools/curdtools_en.js @@ -22,14 +22,18 @@ try { function getzIndex(flag){ var zindexNumber = getCookie("ZINDEXNUMBER"); if(zindexNumber == null){ - setCookie("ZINDEXNUMBER",1980); - zindexNumber = 1980; + zindexNumber = 2010; + setCookie("ZINDEXNUMBER",zindexNumber); + //zindexNumber = 1980; }else{ + if(zindexNumber < 2010){ + zindexNumber = 2010; + } var n = flag?zindexNumber:parseInt(zindexNumber) + parseInt(10); setCookie("ZINDEXNUMBER",n); } return zindexNumber; -} +} function upload(curform) { upload(); @@ -1067,7 +1071,7 @@ function jeecgAutoParse(data){ }); return parsed; } -//add--start--Author:xugj date:20160531 for: TASK #1089 【demo】针对jeecgdemo,实现一个新的页面方式 + /** * 更新跳转新页面 * @param title 编辑框标题 未实现标题改变 @@ -1115,4 +1119,247 @@ function viewNotCreateWin(title,url, id,isRestful) } window.location.href=url } -//add--end--Author:xugj date:20160531 for: TASK #1089 【demo】针对jeecgdemo,实现一个新的页面方式 + +//popup +//object: pobj当前操作的文本框. tablefield:对应字典TEXT,要从popup报表中获取的字段.inputnames:对应字典CODE,当前需要回填数据的文本框名称. pcode:动态报表的code +function popupClick(pobj,tablefield,inputnames,pcode) { + $.dialog.setting.zIndex = getzIndex(true); + if(inputnames==""||pcode==""){ + alert("popup参数配置不全"); + return; + } + if(typeof(windowapi) == 'undefined'){ + $.dialog({ + content: "url:cgReportController.do?popup&id="+pcode, + zIndex: getzIndex(), + lock : true, + title:"选择", + width:800, + height: 400, + cache:false, + ok: function(){ + iframe = this.iframe.contentWindow; + var selected = iframe.getSelectRows(); + if (selected == '' || selected == null ){ + alert("请选择"); + return false; + }else { + //对应数据库字段不为空的情况下,根据表单中字典TEXT的值来取popup的值 + if(tablefield != "" && tablefield != null){ + var fields = tablefield.split(","); + var inputfield = inputnames.split(","); + for(var i1=0;i11){ + var inpu = inputs[i1]+"."+inputfield[i1]; + $("input[name='"+inpu+"']").val(str); + }else{ + $("input[name='"+inputfield[i1]+"']").val(str); + } + }else{ + if(inputs.length>1){ + var inpu = inputs[i1]+"."+inputfield[i1]; + $("input[name='"+inpu+"']").val(""); + }else{ + $("input[name='"+inputfield[i1]+"']").val(""); + } + } + } + }else{ + //对应数据库字段为空的情况下并且字典CODE传入多个值时,根据表单中字典CODE的值从popup中来取值 + var inputfield = inputnames.split(","); + if(inputfield.length>1){ + for(var i1=0;i11){ + var inpu = inputs[i1]+"."+inputfield[i1]; + $("input[name='"+inpu+"']").val(str); + }else{ + $("input[name='"+inputfield[i1]+"']").val(str); + } + }else{ + if(inputs.length>1){ + var inpu = inputs[i1]+"."+inputfield[i1]; + $("input[name='"+inpu+"']").val(""); + }else{ + $("input[name='"+inputfield[i1]+"']").val(""); + } + } + } + }else{ + //对应数据库字段为空的情况下并且字典CODE传入一个值时,根据表单中字典TEXT的值从popup中来取值 + var str = ""; + $.each( selected, function(i, n){ + if (i==0) + str+= n[inputfield]; + else + str+= ","+n[inputfield]; + }); + var inputname = $(pobj).attr("name"); + var inputs = inputname.split("."); + if(str.indexOf("undefined")==-1){ + if(inputs.length>1){ + var inpu = inputs[i1]+"."+inputfield[i1]; + $("input[name='"+inpu+"']").val(str); + }else{ + $("input[name='"+inputfield+"']").val(str); + } + }else{ + if(inputs.length>1){ + var inpu = inputs[i1]+"."+inputfield[i1]; + $("input[name='"+inpu+"']").val(""); + }else{ + $("input[name='"+inputfield+"']").val(""); + } + } + } + } + return true; + } + + }, + cancelVal: '关闭', + cancel: true // 为true等价于function(){} + }); + }else{ + $.dialog({ + content: "url:cgReportController.do?popup&id="+pcode, + zIndex: getzIndex(), + lock : true, + title:"选择", + width:800, + height: 400, + parent:windowapi, + cache:false, + ok: function(){ + iframe = this.iframe.contentWindow; + var selected = iframe.getSelectRows(); + if (selected == '' || selected == null ){ + alert("请选择"); + return false; + }else { + //对应数据库字段不为空的情况下,根据表单中字典TEXT的值来取popup的值 + if(tablefield != "" && tablefield != null){ + var fields = tablefield.split(","); + var inputfield = inputnames.split(","); + for(var i1=0;i11){ + var inpu = inputs[i1]+"."+inputfield[i1]; + $("input[name='"+inpu+"']").val(str); + }else{ + $("input[name='"+inputfield[i1]+"']").val(str); + } + }else{ + if(inputs.length>1){ + var inpu = inputs[i1]+"."+inputfield[i1]; + $("input[name='"+inpu+"']").val(""); + }else{ + $("input[name='"+inputfield[i1]+"']").val(""); + } + } + } + }else{ + //对应数据库字段为空的情况下并且字典CODE传入多个值时,根据表单中字典CODE的值从popup中来取值 + var inputfield = inputnames.split(","); + if(inputfield.length>1){ + for(var i1=0;i11){ + var inpu = inputs[i1]+"."+inputfield[i1]; + $("input[name='"+inpu+"']").val(str); + }else{ + $("input[name='"+inputfield[i1]+"']").val(str); + } + }else{ + if(inputs.length>1){ + var inpu = inputs[i1]+"."+inputfield[i1]; + $("input[name='"+inpu+"']").val(""); + }else{ + $("input[name='"+inputfield[i1]+"']").val(""); + } + } + } + }else{ + //对应数据库字段为空的情况下并且字典CODE传入一个值时,根据表单中字典TEXT的值从popup中来取值 + var str = ""; + $.each( selected, function(i, n){ + if (i==0) + str+= n[inputfield]; + else + str+= ","+n[inputfield]; + }); + var inputname = $(pobj).attr("name"); + var inputs = inputname.split("."); + if(str.indexOf("undefined")==-1){ + if(inputs.length>1){ + var inpu = inputs[i1]+"."+inputfield[i1]; + $("input[name='"+inpu+"']").val(str); + }else{ + $("input[name='"+inputfield+"']").val(str); + } + }else{ + if(inputs.length>1){ + var inpu = inputs[i1]+"."+inputfield[i1]; + $("input[name='"+inpu+"']").val(""); + }else{ + $("input[name='"+inputfield+"']").val(""); + } + } + } + } + return true; + } + + }, + cancelVal: '关闭', + cancel: true // 为true等价于function(){} + }); + } + } diff --git a/src/main/webapp/plug-in/tools/curdtools_zh-cn.js b/src/main/webapp/plug-in/tools/curdtools_zh-cn.js index 15cce783..5567c725 100644 --- a/src/main/webapp/plug-in/tools/curdtools_zh-cn.js +++ b/src/main/webapp/plug-in/tools/curdtools_zh-cn.js @@ -25,14 +25,18 @@ try { function getzIndex(flag){ var zindexNumber = getCookie("ZINDEXNUMBER"); if(zindexNumber == null){ - setCookie("ZINDEXNUMBER",1980); - zindexNumber = 1980; + zindexNumber = 2010; + setCookie("ZINDEXNUMBER",zindexNumber); + //zindexNumber = 1980; }else{ + if(zindexNumber < 2010){ + zindexNumber = 2010; + } var n = flag?zindexNumber:parseInt(zindexNumber) + parseInt(10); setCookie("ZINDEXNUMBER",n); } return zindexNumber; -} +} function upload(curform) { upload(); @@ -633,6 +637,8 @@ function doSubmit(url,name,data) { var msg = d.msg; tip(msg); reloadTable(); + } else { + tip(d.msg); } } }); @@ -903,7 +909,7 @@ function inputClick(obj,name,code) { }, cancelVal: '关闭', - cancel: true /*为true等价于function(){}*/ + cancel: true //为true等价于function(){} }); }else{ $.dialog({ @@ -937,10 +943,11 @@ function inputClick(obj,name,code) { }, cancelVal: '关闭', - cancel: true /*为true等价于function(){}*/ + cancel: true //为true等价于function(){} }); } } + /* 自定义url的弹出 obj:要填充的控件,可以为多个,以逗号分隔 @@ -1069,7 +1076,7 @@ function jeecgAutoParse(data){ }); return parsed; } -//add--start--Author:xugj date:20160531 for: TASK #1089 【demo】针对jeecgdemo,实现一个新的页面方式 + /** * 更新跳转新页面 * @param title 编辑框标题 未实现标题改变 @@ -1116,4 +1123,247 @@ function viewNotCreateWin(title,url, id,isRestful) } window.location.href=url } -//add--end--Author:xugj date:20160531 for: TASK #1089 【demo】针对jeecgdemo,实现一个新的页面方式 + +//popup +//object: pobj当前操作的文本框. tablefield:对应字典TEXT,要从popup报表中获取的字段.inputnames:对应字典CODE,当前需要回填数据的文本框名称. pcode:动态报表的code +function popupClick(pobj,tablefield,inputnames,pcode) { + $.dialog.setting.zIndex = getzIndex(true); + if(inputnames==""||pcode==""){ + alert("popup参数配置不全"); + return; + } + if(typeof(windowapi) == 'undefined'){ + $.dialog({ + content: "url:cgReportController.do?popup&id="+pcode, + zIndex: getzIndex(), + lock : true, + title:"选择", + width:800, + height: 400, + cache:false, + ok: function(){ + iframe = this.iframe.contentWindow; + var selected = iframe.getSelectRows(); + if (selected == '' || selected == null ){ + alert("请选择"); + return false; + }else { + //对应数据库字段不为空的情况下,根据表单中字典TEXT的值来取popup的值 + if(tablefield != "" && tablefield != null){ + var fields = tablefield.split(","); + var inputfield = inputnames.split(","); + for(var i1=0;i11){ + var inpu = inputs[i1]+"."+inputfield[i1]; + $("input[name='"+inpu+"']").val(str); + }else{ + $("input[name='"+inputfield[i1]+"']").val(str); + } + }else{ + if(inputs.length>1){ + var inpu = inputs[i1]+"."+inputfield[i1]; + $("input[name='"+inpu+"']").val(""); + }else{ + $("input[name='"+inputfield[i1]+"']").val(""); + } + } + } + }else{ + //对应数据库字段为空的情况下并且字典CODE传入多个值时,根据表单中字典CODE的值从popup中来取值 + var inputfield = inputnames.split(","); + if(inputfield.length>1){ + for(var i1=0;i11){ + var inpu = inputs[i1]+"."+inputfield[i1]; + $("input[name='"+inpu+"']").val(str); + }else{ + $("input[name='"+inputfield[i1]+"']").val(str); + } + }else{ + if(inputs.length>1){ + var inpu = inputs[i1]+"."+inputfield[i1]; + $("input[name='"+inpu+"']").val(""); + }else{ + $("input[name='"+inputfield[i1]+"']").val(""); + } + } + } + }else{ + //对应数据库字段为空的情况下并且字典CODE传入一个值时,根据表单中字典TEXT的值从popup中来取值 + var str = ""; + $.each( selected, function(i, n){ + if (i==0) + str+= n[inputfield]; + else + str+= ","+n[inputfield]; + }); + var inputname = $(pobj).attr("name"); + var inputs = inputname.split("."); + if(str.indexOf("undefined")==-1){ + if(inputs.length>1){ + var inpu = inputs[i1]+"."+inputfield[i1]; + $("input[name='"+inpu+"']").val(str); + }else{ + $("input[name='"+inputfield+"']").val(str); + } + }else{ + if(inputs.length>1){ + var inpu = inputs[i1]+"."+inputfield[i1]; + $("input[name='"+inpu+"']").val(""); + }else{ + $("input[name='"+inputfield+"']").val(""); + } + } + } + } + return true; + } + + }, + cancelVal: '关闭', + cancel: true // 为true等价于function(){} + }); + }else{ + $.dialog({ + content: "url:cgReportController.do?popup&id="+pcode, + zIndex: getzIndex(), + lock : true, + title:"选择", + width:800, + height: 400, + parent:windowapi, + cache:false, + ok: function(){ + iframe = this.iframe.contentWindow; + var selected = iframe.getSelectRows(); + if (selected == '' || selected == null ){ + alert("请选择"); + return false; + }else { + //对应数据库字段不为空的情况下,根据表单中字典TEXT的值来取popup的值 + if(tablefield != "" && tablefield != null){ + var fields = tablefield.split(","); + var inputfield = inputnames.split(","); + for(var i1=0;i11){ + var inpu = inputs[i1]+"."+inputfield[i1]; + $("input[name='"+inpu+"']").val(str); + }else{ + $("input[name='"+inputfield[i1]+"']").val(str); + } + }else{ + if(inputs.length>1){ + var inpu = inputs[i1]+"."+inputfield[i1]; + $("input[name='"+inpu+"']").val(""); + }else{ + $("input[name='"+inputfield[i1]+"']").val(""); + } + } + } + }else{ + //对应数据库字段为空的情况下并且字典CODE传入多个值时,根据表单中字典CODE的值从popup中来取值 + var inputfield = inputnames.split(","); + if(inputfield.length>1){ + for(var i1=0;i11){ + var inpu = inputs[i1]+"."+inputfield[i1]; + $("input[name='"+inpu+"']").val(str); + }else{ + $("input[name='"+inputfield[i1]+"']").val(str); + } + }else{ + if(inputs.length>1){ + var inpu = inputs[i1]+"."+inputfield[i1]; + $("input[name='"+inpu+"']").val(""); + }else{ + $("input[name='"+inputfield[i1]+"']").val(""); + } + } + } + }else{ + //对应数据库字段为空的情况下并且字典CODE传入一个值时,根据表单中字典TEXT的值从popup中来取值 + var str = ""; + $.each( selected, function(i, n){ + if (i==0) + str+= n[inputfield]; + else + str+= ","+n[inputfield]; + }); + var inputname = $(pobj).attr("name"); + var inputs = inputname.split("."); + if(str.indexOf("undefined")==-1){ + if(inputs.length>1){ + var inpu = inputs[i1]+"."+inputfield[i1]; + $("input[name='"+inpu+"']").val(str); + }else{ + $("input[name='"+inputfield+"']").val(str); + } + }else{ + if(inputs.length>1){ + var inpu = inputs[i1]+"."+inputfield[i1]; + $("input[name='"+inpu+"']").val(""); + }else{ + $("input[name='"+inputfield+"']").val(""); + } + } + } + } + return true; + } + + }, + cancelVal: '关闭', + cancel: true // 为true等价于function(){} + }); + } + } diff --git a/src/main/webapp/plug-in/tools/syUtil.js b/src/main/webapp/plug-in/tools/syUtil.js index aa6aab0c..5d7892a2 100644 --- a/src/main/webapp/plug-in/tools/syUtil.js +++ b/src/main/webapp/plug-in/tools/syUtil.js @@ -371,8 +371,8 @@ function clearLocalstorage(){ storage.removeAll(); $.messager.alert('信息', "浏览器缓存清除成功!"); } + //如果在最外层页面,创建tools对象 if (window.top == window) { var tools = {msg : "这是一个工具对象,可以把常用属性放到这个对象上。如:在任意页面用top.currDatagri可以获取当前的datagrid"}; } -//update-end--Author:钟世云 Date:20150610 for:online支持树配置---------------------- \ No newline at end of file diff --git a/src/main/webapp/plug-in/umeditor/umeditor.js b/src/main/webapp/plug-in/umeditor/umeditor.js index 7b16c0f6..b94c7cf6 100644 --- a/src/main/webapp/plug-in/umeditor/umeditor.js +++ b/src/main/webapp/plug-in/umeditor/umeditor.js @@ -1117,7 +1117,6 @@ var domUtils = dom.domUtils = { POSITION_CONTAINS: 16, //ie6使用其他的会有一段空白出现 fillChar: ie && browser.version == '6' ? '\ufeff' : '\u200B', - //-------------------------Node部分-------------------------------- keys: { /*Backspace*/ 8: 1, /*Delete*/ 46: 1, /*Shift*/ 16: 1, /*Ctrl*/ 17: 1, /*Alt*/ 18: 1, diff --git a/src/main/webapp/plug-in/uploadify/jquery.uploadify-3.1.js b/src/main/webapp/plug-in/uploadify/jquery.uploadify-3.1.js index 44bff442..76109704 100644 --- a/src/main/webapp/plug-in/uploadify/jquery.uploadify-3.1.js +++ b/src/main/webapp/plug-in/uploadify/jquery.uploadify-3.1.js @@ -2185,23 +2185,29 @@ SWFUpload.Console.writeLine = function(d) { for ( var n in this.queueData.files) { queuedFile = this.queueData.files[n]; if (queuedFile.uploaded != true && queuedFile.name == file.name) { - var replaceQueueItem = confirm('The file named "' - + file.name - + '" is already in the queue.\nDo you want to replace the existing item in the queue?'); - if (!replaceQueueItem) { - this.cancelUpload(file.id); - this.queueData.filesCancelled++; - return false; - } else { +// var replaceQueueItem = confirm('The file named "' +// + file.name +// + '" is already in the queue.\nDo you want to replace the existing item in the queue?'); +// if (!replaceQueueItem) { +// this.cancelUpload(file.id); +// this.queueData.filesCancelled++; +// return false; +// } else { $('#' + queuedFile.id).remove(); this.cancelUpload(queuedFile.id); this.queueData.filesReplaced++; - } +// } } } // Get the size of the file - var fileSize = Math.round(file.size / 1024); + var fileSize ; + if(file.size < 1024){ + fileSize = Math.round(1024 / 1024); + }else{ + fileSize = Math.round(file.size / 1024); + } + //var fileSize = Math.round(file.size / 1024); var suffix = 'KB'; if (fileSize > 1000) { fileSize = Math.round(fileSize / 1000); diff --git a/src/main/webapp/webpage/common/404.htm b/src/main/webapp/webpage/common/404.htm new file mode 100644 index 00000000..ccac7d99 --- /dev/null +++ b/src/main/webapp/webpage/common/404.htm @@ -0,0 +1,84 @@ + + + + +404哟~ + + +
      +

      404

      +

      该页面不存在(´・ω・`)

      +
      + + + + + + \ No newline at end of file diff --git a/src/main/webapp/webpage/common/functionIconStyleList.jsp b/src/main/webapp/webpage/common/functionIconStyleList.jsp new file mode 100644 index 00000000..0e42e46b --- /dev/null +++ b/src/main/webapp/webpage/common/functionIconStyleList.jsp @@ -0,0 +1,111 @@ +<%-- +update---Author:chenj Date:20160729 for:增加图标样式预览页面 + --%> +<%@ page language="java" contentType="text/html; charset=utf-8" + pageEncoding="utf-8"%> + <%@ page import = "java.io.*" %> + <%@ page import = "java.util.ArrayList,java.util.List" %> + <%@include file="/context/mytags.jsp"%> + <% + String param = request.getParameter("style"); + + List list =new ArrayList(); + //File file = new File("E:/marsWS/jeecg-framework/src/main/webapp/plug-in/ace/assets/css/font-awesome.min.css"); + + BufferedReader reader = null; + + if(param!=null&¶m.equals("ace")){ + String filePath = application.getRealPath("/") + "/plug-in/ace/assets/css/font-awesome.min.css"; + File file = new File(filePath); + reader = new BufferedReader(new FileReader(file)); + } + + if(param!=null&¶m.equals("urlfont")){ + String filePath = application.getRealPath("/") + "/plug-in/ace/css/font-awesome.css"; + File file = new File(filePath); + reader = new BufferedReader(new FileReader(file)); + } + + //返回读取指定资源的输入流 + if(param!=null&¶m.equals("hplus")){ + //filePath = application.getRealPath("/") + "/plug-in/hplus/font-awesome.css"; + InputStream is=this.getClass().getResourceAsStream("/plug-in-ui/hplus/css/font-awesome.css"); + reader=new BufferedReader(new InputStreamReader(is)); + } + + try { + //System.out.println("以行为单位读取文件内容,一次读一整行:"); + String tempString = null; + int line = 1; + // 一次读入一行,直到读入null为文件结束 + while ((tempString = reader.readLine()) != null) { + // 显示行号 + //System.out.println("line " + line + ": " + tempString); + if(tempString !=null&&!tempString.trim().equals("")){ + if(tempString.indexOf(":before")>-1&&tempString.indexOf(".")>-1){ + int start = tempString.indexOf("."); + int end = tempString.indexOf(":before"); + String subStr = tempString.substring(start+1, end); + if(param!=null&&(param.equals("hplus")||param.equals("urlfont"))){ + subStr = "fa "+subStr; + } + //out.println("start:"+start); + //out.println("end:"+end); + //out.println("subStr:"+subStr); + if(param!=null&&(param.equals("ace"))&&tempString.indexOf("content:")==-1) + { + continue; + } + list.add(subStr); + } + } + line++; + } + reader.close(); + } catch (IOException e) { + e.printStackTrace(); + } finally { + if (reader != null) { + try { + reader.close(); + } catch (IOException e1) { + } + } + } + %> + + + + +<% + if(param!=null&¶m.equals("ace")){ +%> + +<%}else if(param!=null&¶m.equals("hplus")){ %> + +<%}else if(param!=null&¶m.equals("urlfont")){ %> + +<%} %> + +菜单图标样式 + + +

      <%=param%>图标样式

      +
      + <% + if(list.size()>0){ + for(String style:list){ + String c = style; + if(param!=null&&(param.equals("hplus")||param.equals("urlfont"))){ + c = style.replace("fa ",""); + } + + %> + + <% + } + } + %> +
      <%=c %>
      + + \ No newline at end of file diff --git a/src/main/webapp/webpage/content/plug-in/ueditor/jsp/config.properties b/src/main/webapp/webpage/content/plug-in/ueditor/jsp/config.properties new file mode 100644 index 00000000..aa6043d2 --- /dev/null +++ b/src/main/webapp/webpage/content/plug-in/ueditor/jsp/config.properties @@ -0,0 +1,7 @@ +#UEditor Config + +# \u4fdd\u5b58\u8def\u5f84 +savePath=upload/ueditor + +# \u4e0a\u4f20\u6587\u4ef6\u540d\u5b57\u683c\u5f0f +fileNameFormat={time}{rand:6} \ No newline at end of file diff --git a/src/main/webapp/webpage/jeecg/cgform/autoform/autoFormDbList.js b/src/main/webapp/webpage/content/plug-in/ueditor/jsp/error.jsp similarity index 100% rename from src/main/webapp/webpage/jeecg/cgform/autoform/autoFormDbList.js rename to src/main/webapp/webpage/content/plug-in/ueditor/jsp/error.jsp diff --git a/src/main/webapp/webpage/content/plug-in/ueditor/jsp/fileUp.jsp b/src/main/webapp/webpage/content/plug-in/ueditor/jsp/fileUp.jsp new file mode 100644 index 00000000..f542c0a8 --- /dev/null +++ b/src/main/webapp/webpage/content/plug-in/ueditor/jsp/fileUp.jsp @@ -0,0 +1,37 @@ + <%@page import="java.io.File"%> + <%@page import="java.util.Properties"%> + <%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> + <%@ page import="com.jeecg.p3.ueditor.Uploader" %> + <%@ page import="java.io.FileInputStream" %> + + + <% + request.setCharacterEncoding( Uploader.ENCODEING ); + response.setCharacterEncoding( Uploader.ENCODEING ); + + String currentPath = request.getRequestURI().replace( request.getContextPath(), "" ); + + File currentFile = new File( currentPath ); + + currentPath = currentFile.getParent() + File.separator; + + //加载配置文件 + String propertiesPath = request.getSession().getServletContext().getRealPath( currentPath + "config.properties" ); + Properties properties = new Properties(); + try { + properties.load( new FileInputStream( propertiesPath ) ); + } catch ( Exception e ) { + //加载失败的处理 + e.printStackTrace(); + } + + Uploader up = new Uploader(request); + + up.setSavePath("upload"); //保存路径 + String[] fileType = {".rar" , ".doc" , ".docx" , ".zip" , ".pdf" , ".txt" , ".swf", ".wmv", ".avi", ".rm", ".rmvb", ".mpeg", ".mpg", ".ogg", ".mov", ".wmv", ".mp4"}; //允许的文件类型 + up.setAllowFiles(fileType); + up.setMaxSize(500 * 1024); //允许的文件最大尺寸,单位KB + up.upload(); + response.getWriter().print("{'url':'"+up.getUrl()+"','fileType':'"+up.getType()+"','state':'"+up.getState()+"','original':'"+up.getOriginalName()+"'}"); + +%> diff --git a/src/main/webapp/webpage/content/plug-in/ueditor/jsp/getContent.jsp b/src/main/webapp/webpage/content/plug-in/ueditor/jsp/getContent.jsp new file mode 100644 index 00000000..70bafdbf --- /dev/null +++ b/src/main/webapp/webpage/content/plug-in/ueditor/jsp/getContent.jsp @@ -0,0 +1,19 @@ + <%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> + + + +<% +request.setCharacterEncoding("utf-8"); +response.setCharacterEncoding("utf-8"); +String content = request.getParameter("myEditor"); + + + +response.getWriter().print("第1个编辑器的值"); +response.getWriter().print("
      "+content+"
      "); + +%> \ No newline at end of file diff --git a/src/main/webapp/webpage/content/plug-in/ueditor/jsp/getMovie.jsp b/src/main/webapp/webpage/content/plug-in/ueditor/jsp/getMovie.jsp new file mode 100644 index 00000000..05d46dc2 --- /dev/null +++ b/src/main/webapp/webpage/content/plug-in/ueditor/jsp/getMovie.jsp @@ -0,0 +1,34 @@ +<%@ page language="java" pageEncoding="utf-8"%> +<%@ page import="java.io.BufferedReader"%> +<%@ page import="java.io.IOException"%> +<%@ page import="java.io.InputStream"%> +<%@ page import="java.io.InputStreamReader"%> +<%@ page import="java.net.MalformedURLException"%> +<%@ page import="java.net.URL"%> +<%@ page import="java.net.URLEncoder"%> +<%@ page import="java.net.URLConnection"%> +<% +request.setCharacterEncoding("utf-8"); +response.setCharacterEncoding("utf-8"); +StringBuffer readOneLineBuff = new StringBuffer(); +String content =""; +String searchkey = request.getParameter("searchKey"); +String videotype = request.getParameter("videoType"); +try { +searchkey = URLEncoder.encode(searchkey,"utf-8"); + URL url = new URL("http://api.tudou.com/v3/gw?method=item.search&appKey=myKey&format=json&kw="+ searchkey+"&pageNo=1&pageSize=20&channelId="+videotype+"&inDays=7&media=v&sort=s"); + URLConnection conn = url.openConnection(); + BufferedReader reader = new BufferedReader(new InputStreamReader(conn.getInputStream(),"utf-8")); + String line = ""; + while ((line = reader.readLine()) != null) { + readOneLineBuff.append(line); + } + content = readOneLineBuff.toString(); + reader.close(); +} catch (MalformedURLException e) { + e.printStackTrace(); +} catch (IOException e2) { + e2.printStackTrace(); +} +response.getWriter().print(content); +%> \ No newline at end of file diff --git a/src/main/webapp/webpage/content/plug-in/ueditor/jsp/getRemoteImage.jsp b/src/main/webapp/webpage/content/plug-in/ueditor/jsp/getRemoteImage.jsp new file mode 100644 index 00000000..e1484753 --- /dev/null +++ b/src/main/webapp/webpage/content/plug-in/ueditor/jsp/getRemoteImage.jsp @@ -0,0 +1,80 @@ + <%@ page language="java" pageEncoding="utf-8"%> + <%@ page import="java.io.*"%> + <%@ page import="java.net.*"%> + <%@ page import="java.util.*"%> + <%@ page import="com.jeecg.p3.ueditor.Uploader" %> + <% + request.setCharacterEncoding("utf-8"); + response.setCharacterEncoding("utf-8"); + String url = request.getParameter("upfile"); + String state = "远程图片抓取成功!"; + + String filePath = "upload"; + String[] arr = url.split("ue_separate_ue"); + String[] outSrc = new String[arr.length]; + for(int i=0;i + <%! + public String getFileType(String fileName){ + String[] fileType = {".gif" , ".png" , ".jpg" , ".jpeg" , ".bmp"}; + Iterator type = Arrays.asList(fileType).iterator(); + while(type.hasNext()){ + String t = type.next(); + if(fileName.endsWith(t)){ + return t; + } + } + return ""; + } + %> diff --git a/src/main/webapp/webpage/content/plug-in/ueditor/jsp/imageManager.jsp b/src/main/webapp/webpage/content/plug-in/ueditor/jsp/imageManager.jsp new file mode 100644 index 00000000..8ccc7194 --- /dev/null +++ b/src/main/webapp/webpage/content/plug-in/ueditor/jsp/imageManager.jsp @@ -0,0 +1,56 @@ +<%@ page language="java" pageEncoding="utf-8"%> +<%@ page import="java.util.*"%> +<%@ page import="java.io.*"%> +<%@ page import="javax.servlet.ServletContext"%> +<%@ page import="javax.servlet.http.HttpServletRequest"%> +<% + //仅做示例用,请自行修改 + String path = ""; + String imgStr =""; + String realpath = getRealPath(request,path)+"/"+path; + List files = getFiles(realpath,new ArrayList()); + for(File file :files ){ + imgStr+=file.getPath().replace(getRealPath(request,path),"")+"ue_separate_ue"; + } + if(imgStr!=""){ + imgStr = imgStr.substring(0,imgStr.lastIndexOf("ue_separate_ue")).replace(File.separator, "/").trim(); + } + out.print(imgStr); +%> +<%! +public List getFiles(String realpath, List files) { + + File realFile = new File(realpath); + if (realFile.isDirectory()) { + File[] subfiles = realFile.listFiles(); + for(File file :subfiles ){ + if(file.isDirectory()){ + getFiles(file.getAbsolutePath(),files); + }else{ + if(!getFileType(file.getName()).equals("")) { + files.add(file); + } + } + } + } + return files; +} + +public String getRealPath(HttpServletRequest request,String path){ + ServletContext application = request.getSession().getServletContext(); + String str = application.getRealPath(request.getServletPath()); + return new File(str).getParent(); +} + +public String getFileType(String fileName){ + String[] fileType = {".gif" , ".png" , ".jpg" , ".jpeg" , ".bmp"}; + Iterator type = Arrays.asList(fileType).iterator(); + while(type.hasNext()){ + String t = type.next(); + if(fileName.toLowerCase().endsWith(t)){ + return t; + } + } + return ""; +} +%> \ No newline at end of file diff --git a/src/main/webapp/webpage/content/plug-in/ueditor/jsp/imageUp.jsp b/src/main/webapp/webpage/content/plug-in/ueditor/jsp/imageUp.jsp new file mode 100644 index 00000000..f2e9c363 --- /dev/null +++ b/src/main/webapp/webpage/content/plug-in/ueditor/jsp/imageUp.jsp @@ -0,0 +1,91 @@ + <%@ page language="java" contentType="text/html; charset=utf-8" + pageEncoding="utf-8"%> + <%@ page import="java.util.Properties" %> + <%@ page import="java.util.List" %> + <%@ page import="java.util.Iterator" %> + <%@ page import="java.util.Arrays" %> + <%@ page import="java.io.FileInputStream" %> + <%@ page import="com.jeecg.p3.ueditor.Uploader" %> + <%@ page import="java.io.File" %> + <%@ page import="java.util.Map" %> + + <% + +request.setCharacterEncoding( Uploader.ENCODEING ); +response.setCharacterEncoding( Uploader.ENCODEING ); + +String currentPath = request.getRequestURI().replace( request.getContextPath(), "" ); + +File currentFile = new File( currentPath ); + +currentPath = currentFile.getParent() + File.separator; + +//加载配置文件 +String propertiesPath = request.getSession().getServletContext().getRealPath( currentPath + "config.properties" ); +Properties properties = new Properties(); + +try { + properties.load( new FileInputStream( propertiesPath ) ); +} catch ( Exception e ) { + //加载失败的处理 + e.printStackTrace(); +} + +List savePath = Arrays.asList( properties.getProperty( "savePath" ).split( "," ) ); + + +//获取存储目录结构 +if ( request.getParameter( "fetch" ) != null ) { + + response.setHeader( "Content-Type", "text/javascript" ); + + //构造json数据 + Iterator iterator = savePath.iterator(); + + String dirs = "["; + while ( iterator.hasNext() ) { + + dirs += "'" + iterator.next() +"'"; + + if ( iterator.hasNext() ) { + dirs += ","; + } + + } + dirs += "]"; + response.getWriter().print( "updateSavePath( "+ dirs +" );" ); + return; + +} + +Uploader up = new Uploader(request); + +// 获取前端提交的path路径 +String dir = request.getParameter( "dir" ); + + +//普通请求中拿不到参数, 则从上传表单中拿 +if ( dir == null ) { + dir = up.getParameter("dir"); +} + +if ( dir == null || "".equals( dir ) ) { + + //赋予默认值 + dir = savePath.get( 0 ); + + //安全验证 +} else if ( !savePath.contains( dir ) ) { + + response.getWriter().print( "{'state':'\\u975e\\u6cd5\\u4e0a\\u4f20\\u76ee\\u5f55'}" ); + return; + +} + +up.setSavePath( dir ); +String[] fileType = {".gif" , ".png" , ".jpg" , ".jpeg" , ".bmp"}; +up.setAllowFiles(fileType); +up.setMaxSize(500 * 1024); //单位KB +up.upload(); +response.getWriter().print("{'original':'"+up.getOriginalName()+"','url':'"+up.getUrl()+"','title':'"+up.getTitle()+"','state':'"+up.getState()+"'}"); +%> diff --git a/src/main/webapp/webpage/content/plug-in/ueditor/jsp/scrawlUp.jsp b/src/main/webapp/webpage/content/plug-in/ueditor/jsp/scrawlUp.jsp new file mode 100644 index 00000000..c25aa9d5 --- /dev/null +++ b/src/main/webapp/webpage/content/plug-in/ueditor/jsp/scrawlUp.jsp @@ -0,0 +1,34 @@ + <%@ page language="java" contentType="text/html; charset=utf-8" + pageEncoding="utf-8"%> + <%@ page import="sun.misc.BASE64Decoder" %> + <%@ page import="java.io.BufferedReader"%> + <%@ page import="java.io.IOException"%> + <%@ page import="java.io.InputStream"%> + <%@ page import="java.io.InputStreamReader"%> + <%@ page import="java.io.OutputStream"%> + <%@ page import="java.io.File"%> + <%@ page import="java.io.FileOutputStream"%> + <%@ page import="java.util.Date"%> + <%@ page import="com.jeecg.p3.ueditor.Uploader" %> + + <% + request.setCharacterEncoding("utf-8"); + response.setCharacterEncoding("utf-8"); + + String param = request.getParameter("action"); + Uploader up = new Uploader(request); + String path = "upload"; + up.setSavePath(path); + String[] fileType = {".gif" , ".png" , ".jpg" , ".jpeg" , ".bmp"}; + up.setAllowFiles(fileType); + up.setMaxSize(10000); //单位KB + + if(param!=null && param.equals("tmpImg")){ + up.upload(); + out.print(""); + }else{ + up.uploadBase64("content"); + response.getWriter().print("{'url':'" + up.getUrl()+"',state:'"+up.getState()+"'}"); + } + + %> diff --git a/src/main/webapp/webpage/jeecg/cgform/autoform/autoForm-add.jsp b/src/main/webapp/webpage/jeecg/autoform/autoForm-add.jsp similarity index 96% rename from src/main/webapp/webpage/jeecg/cgform/autoform/autoForm-add.jsp rename to src/main/webapp/webpage/jeecg/autoform/autoForm-add.jsp index 07246896..508bf4d3 100644 --- a/src/main/webapp/webpage/jeecg/cgform/autoform/autoForm-add.jsp +++ b/src/main/webapp/webpage/jeecg/autoform/autoForm-add.jsp @@ -8,7 +8,7 @@ - + - + \ No newline at end of file + \ No newline at end of file diff --git a/src/main/webapp/webpage/jeecg/cgform/autoform/autoFormDb-update.jsp b/src/main/webapp/webpage/jeecg/autoform/autoFormDb-update.jsp similarity index 99% rename from src/main/webapp/webpage/jeecg/cgform/autoform/autoFormDb-update.jsp rename to src/main/webapp/webpage/jeecg/autoform/autoFormDb-update.jsp index 8ffe27ff..8d82b323 100644 --- a/src/main/webapp/webpage/jeecg/cgform/autoform/autoFormDb-update.jsp +++ b/src/main/webapp/webpage/jeecg/autoform/autoFormDb-update.jsp @@ -34,6 +34,7 @@ $('#dbTableName').change(function(){ $.ajax({ url:"autoFormDbController.do?getTableFields", + data:{dbKey:$("#tbDbKey").val(),tableName:$("#dbTableName").val()}, type:"Post", dataType:"json", @@ -332,4 +333,4 @@
      - \ No newline at end of file + \ No newline at end of file diff --git a/src/main/webapp/webpage/jeecg/cgform/autoform/autoFormDb-view.jsp b/src/main/webapp/webpage/jeecg/autoform/autoFormDb-view.jsp similarity index 82% rename from src/main/webapp/webpage/jeecg/cgform/autoform/autoFormDb-view.jsp rename to src/main/webapp/webpage/jeecg/autoform/autoFormDb-view.jsp index 4cb4ad2c..e6f3ae26 100644 --- a/src/main/webapp/webpage/jeecg/cgform/autoform/autoFormDb-view.jsp +++ b/src/main/webapp/webpage/jeecg/autoform/autoFormDb-view.jsp @@ -44,9 +44,9 @@ - - - + + + @@ -59,8 +59,8 @@ - - + +         @@ -68,8 +68,6 @@
      - +
      \ No newline at end of file diff --git a/src/main/webapp/webpage/jeecg/autoform/autoFormDb.js b/src/main/webapp/webpage/jeecg/autoform/autoFormDb.js new file mode 100644 index 00000000..1ee76761 --- /dev/null +++ b/src/main/webapp/webpage/jeecg/autoform/autoFormDb.js @@ -0,0 +1,294 @@ +var fields={};//存储字段跟字段文本值 +//将字段名跟文本储存起来 +function storeFields(){ + var fieldTexts=$("input[name$='fieldText'][value!='']"); + $.each(fieldTexts,function(){ + var fieldName=$(this).parent().prev().children().eq(0).val(); + if(fieldName&&fieldName!=''){ + fields[fieldName.toLowerCase()]=this.value; + } + + }); +} +//将存储的字段文本回显 +function setFieldText(){ + var fieldTexts=$("input[name$='fieldName']"); + $.each(fieldTexts,function(){ + var fieldText=fields[this.value.toLowerCase()]; + if(fieldText){ + $(this).parent().next().children().eq(0).val(fieldText); + } + }) +} +var autoFormParams={};//存储查询参数 +function storeParams(){ + var paramNames=$("#add_autoFormParam_table").find("input[name$='paramName']"); + var paramDescs=$("#add_autoFormParam_table").find("input[name$='paramDesc']"); + var paramValues=$("#add_autoFormParam_table").find("input[name$='paramValue']"); + for(var i=0;i"); + var $btn = $("
      "); + $("#dbDynSqlButton").after($btn); + $btn.click(function(){ + storeFields(); + storeParams(); + $.ajax({ + url:"autoFormDbController.do?getFields", + + data:{sql:$("#dbDynSql").val(), + dbKey:$("#dbKey").val()}, + //data:{sql:$("#dbDynSql").val()}, + type:"Post", + dataType:"json", + success:function(data){ + if(data.status=="success"){ + getTableName(); + $("#sql_div #add_autoFormDbField_table").empty(); + $.each(data.files,function(index,e){ + var $tr = $("#add_autoFormDbField_table_template tr").clone(); + $tr.find("td:eq(1) :text").val(index); + $tr.find("td:eq(2) :text").val(e); + $("#sql_div #add_autoFormDbField_table").append($tr); + }); + resetTrNum("sql_div #add_autoFormDbField_table"); + + $("#sql_div #add_autoFormParam_table").empty(); + $.each(data.params,function(index,e){ + var $tr = $("#add_autoFormParam_table_template tr").clone(); + $tr.find("td:eq(1) :text").val(index); + $tr.find("td:eq(2) :text").val(e); + $tr.find("td:eq(5) :text").val(index); + $("#sql_div #add_autoFormParam_table").append($tr); + }); + + resetTrNum("sql_div #add_autoFormParam_table"); + setFieldText(); + setParams(); + }else{ + $.messager.alert('??',data.datas); + } + }}); + }); + + /*add-begin--Author:luobaoli Date:20150621 for:新增数据源类型为“Table”是,表属性的解析逻辑 */ + var $btnTable = $("
      "); + $("#table_div tr:first td:last").append($btnTable); + $btnTable.click(function(){ + $.ajax({ + url:"autoFormDbController.do?getTableFields", + data:{dbKey:$("#dbKey").val(),tableName:$("#dbTableName").val()}, + type:"Post", + dataType:"json", + success:function(data){ + if(data.status=="success"){ + $("#table_div #add_autoFormDbFieldForTable_table").empty(); + $.each(data.files,function(index,e){ + var $tr = $("#add_autoFormDbFieldForTable_table_template tr").clone(); + $tr.find("td:eq(1) :text").val(index); + $tr.find("td:eq(2) :text").val(e); + $("#table_div #add_autoFormDbFieldForTable_table").append($tr); + }); + resetTrNum("table_div #add_autoFormDbFieldForTable_table"); + }else{ + $.messager.alert('??',data.datas); + } + } + }); + }); + /*add-end--Author:luobaoli Date:20150621 for:新增数据源类型为“Table”是,表属性的解析逻辑*/ +}); +/*add-begin--Author:luobaoli Date:20150621 for:数据源和表联动处理逻辑*/ +$(function(){ + $("select[name='dbKey']").change(function(){ + $.ajax({ + url:"autoFormDbController.do?getAllTableNames", + data:{dbKey:$(this).val()}, + type:"Post", + dataType:"json", + success:function(data){ + $("#dbTableName").find("option").remove(); + if(data.status=="success"){ + temp_html = ""; + + $.each(data.tableNames,function(index,e){ + temp_html += ""; + }); + $("#dbTableName").html(temp_html); + }else{ + $.messager.alert('表信息获取失败!',data.datas); + } + } + }); + }); +}); +/*add-end--Author:luobaoli Date:20150621 for:数据源和表联动处理逻辑*/ + +/*add-begin--Author: jg_huangxg Date:20150724 for:数据源和表联动处理逻辑*/ +$(function(){ + $("#tbDbKey").change(function(){ + $.ajax({ + url:"autoFormDbController.do?getAllTableNames", + data:{dbKey:$(this).val()}, + type:"Post", + dataType:"json", + success:function(data){ + $("#tbDbTableName").find("option").remove(); + if(data.status=="success"){ + temp_html = ""; + $.each(data.tableNames,function(index,e){ + temp_html += ""; + }); + $("#tbDbTableName").html(temp_html); + }else{ + $.messager.alert('表信息获取失败!',data.datas); + } + } + }); + }); +}); +/*add-end--Author: jg_huangxg Date:20150724 for:数据源和表联动处理逻辑*/ + + +//初始化下标 +function resetTrNum(tableId) { + $tbody = $("#"+tableId+""); + $tbody.find('>tr').each(function(i){ + $(':input, select,button,a', this).each(function(){ + var $this = $(this), name = $this.attr('name'),id=$this.attr('id'),onclick_str=$this.attr('onclick'), val = $this.val(); + if(name!=null){ + if (name.indexOf("#index#") >= 0){ + $this.attr("name",name.replace('#index#',i)); + }else{ + var s = name.indexOf("["); + var e = name.indexOf("]"); + var new_name = name.substring(s+1,e); + $this.attr("name",name.replace(new_name,i)); + } + } + if(id!=null){ + if (id.indexOf("#index#") >= 0){ + $this.attr("id",id.replace('#index#',i)); + }else{ + var s = id.indexOf("["); + var e = id.indexOf("]"); + var new_id = id.substring(s+1,e); + $this.attr("id",id.replace(new_id,i)); + } + } + if(onclick_str!=null){ + if (onclick_str.indexOf("#index#") >= 0){ + $this.attr("onclick",onclick_str.replace(/#index#/g,i)); + }else{ + } + } + }); + $(this).find('div[name=\'xh\']').html(i+1); + }); +} +//通用弹出式文件上传 +function commonUpload(callback,inputId){ + $.dialog({ + content: "url:systemController.do?commonUpload", + lock : true, + title:"文件上传", + zIndex:2100, + width:700, + height: 200, + parent:windowapi, + cache:false, + ok: function(){ + var iframe = this.iframe.contentWindow; + iframe.uploadCallback(callback,inputId); + return true; + }, + cancelVal: '关闭', + cancel: function(){ + } + }); +} +//通用弹出式文件上传-回调 +function commonUploadDefaultCallBack(url,name,inputId){ + $("#"+inputId+"_href").attr('href',url).html('下载'); + $("#"+inputId).val(url); +} +function browseImages(inputId, Img) {// 图片管理器,可多个上传共用 + var finder = new CKFinder(); + finder.selectActionFunction = function(fileUrl, data) {//设置文件被选中时的函数 + $("#" + Img).attr("src", fileUrl); + $("#" + inputId).attr("value", fileUrl); + }; + finder.resourceType = 'Images';// 指定ckfinder只为图片进行管理 + finder.selectActionData = inputId; //接收地址的input ID + finder.removePlugins = 'help';// 移除帮助(只有英文) + finder.defaultLanguage = 'zh-cn'; + finder.popup(); + } +function browseFiles(inputId, file) {// 文件管理器,可多个上传共用 + var finder = new CKFinder(); + finder.selectActionFunction = function(fileUrl, data) {//设置文件被选中时的函数 + $("#" + file).attr("href", fileUrl); + $("#" + inputId).attr("value", fileUrl); + decode(fileUrl, file); + }; + finder.resourceType = 'Files';// 指定ckfinder只为文件进行管理 + finder.selectActionData = inputId; //接收地址的input ID + finder.removePlugins = 'help';// 移除帮助(只有英文) + finder.defaultLanguage = 'zh-cn'; + finder.popup(); +} +function decode(value, id) {//value传入值,id接受值 + var last = value.lastIndexOf("/"); + var filename = value.substring(last + 1, value.length); + $("#" + id).text(decodeURIComponent(filename)); +} +function getTableName(){ + var sql=$("#dbDynSql").val().toLowerCase(); + if(sql.length==0) + return ; + var fromIndex=sql.indexOf("from"); + var whereIndex=sql.indexOf("where")==-1?sql.length:sql.indexOf("where"); + var tableNames=sql.substring(fromIndex+4,whereIndex); + var tableName=($.trim(tableNames.split(",")[0])); + if(tableName.length>0){ + var option=$("#tbDbTableName").find("option[text='"+tableName+"']"); + if(option.length==0){ + $("#tbDbTableName").find("option.dAdd").remove(); + $("#tbDbTableName").append(""); + }else{ + option.attr("selected","selected"); + } + } +} diff --git a/src/main/webapp/webpage/jeecg/cgform/autoform/autoFormDbFieldForTableList.jsp b/src/main/webapp/webpage/jeecg/autoform/autoFormDbFieldForTableList.jsp similarity index 100% rename from src/main/webapp/webpage/jeecg/cgform/autoform/autoFormDbFieldForTableList.jsp rename to src/main/webapp/webpage/jeecg/autoform/autoFormDbFieldForTableList.jsp diff --git a/src/main/webapp/webpage/jeecg/cgform/autoform/autoFormDbFieldList.jsp b/src/main/webapp/webpage/jeecg/autoform/autoFormDbFieldList.jsp similarity index 100% rename from src/main/webapp/webpage/jeecg/cgform/autoform/autoFormDbFieldList.jsp rename to src/main/webapp/webpage/jeecg/autoform/autoFormDbFieldList.jsp diff --git a/src/main/webapp/webpage/jeecg/autoform/autoFormDbList.js b/src/main/webapp/webpage/jeecg/autoform/autoFormDbList.js new file mode 100644 index 00000000..e69de29b diff --git a/src/main/webapp/webpage/jeecg/cgform/autoform/autoFormDbList.jsp b/src/main/webapp/webpage/jeecg/autoform/autoFormDbList.jsp similarity index 87% rename from src/main/webapp/webpage/jeecg/cgform/autoform/autoFormDbList.jsp rename to src/main/webapp/webpage/jeecg/autoform/autoFormDbList.jsp index 6fa4d7fc..71e8808b 100644 --- a/src/main/webapp/webpage/jeecg/cgform/autoform/autoFormDbList.jsp +++ b/src/main/webapp/webpage/jeecg/autoform/autoFormDbList.jsp @@ -21,17 +21,17 @@ - - - + + + <%-- --%> - +
      - + \ No newline at end of file diff --git a/src/main/webapp/webpage/jeecg/cgform/autoform/autoFormList.jsp b/src/main/webapp/webpage/jeecg/autoform/autoFormList.jsp similarity index 88% rename from src/main/webapp/webpage/jeecg/cgform/autoform/autoFormList.jsp rename to src/main/webapp/webpage/jeecg/autoform/autoFormList.jsp index a0064e5f..ce1772fb 100644 --- a/src/main/webapp/webpage/jeecg/cgform/autoform/autoFormList.jsp +++ b/src/main/webapp/webpage/jeecg/autoform/autoFormList.jsp @@ -3,7 +3,7 @@
      - + @@ -13,17 +13,17 @@ - + - - - + + + - <%-- --%> + <%-- --%>
      diff --git a/src/main/webapp/webpage/jeecg/cgform/autoform/autoFormParamList.jsp b/src/main/webapp/webpage/jeecg/autoform/autoFormParamList.jsp similarity index 100% rename from src/main/webapp/webpage/jeecg/cgform/autoform/autoFormParamList.jsp rename to src/main/webapp/webpage/jeecg/autoform/autoFormParamList.jsp diff --git a/src/main/webapp/webpage/jeecg/cgform/autoform/autoFormStyle-add.jsp b/src/main/webapp/webpage/jeecg/autoform/autoFormStyle-add.jsp similarity index 100% rename from src/main/webapp/webpage/jeecg/cgform/autoform/autoFormStyle-add.jsp rename to src/main/webapp/webpage/jeecg/autoform/autoFormStyle-add.jsp diff --git a/src/main/webapp/webpage/jeecg/cgform/autoform/autoFormStyle-update.jsp b/src/main/webapp/webpage/jeecg/autoform/autoFormStyle-update.jsp similarity index 100% rename from src/main/webapp/webpage/jeecg/cgform/autoform/autoFormStyle-update.jsp rename to src/main/webapp/webpage/jeecg/autoform/autoFormStyle-update.jsp diff --git a/src/main/webapp/webpage/jeecg/cgform/autoform/autoFormStyleList.jsp b/src/main/webapp/webpage/jeecg/autoform/autoFormStyleList.jsp similarity index 91% rename from src/main/webapp/webpage/jeecg/cgform/autoform/autoFormStyleList.jsp rename to src/main/webapp/webpage/jeecg/autoform/autoFormStyleList.jsp index f1c952a1..17306d91 100644 --- a/src/main/webapp/webpage/jeecg/cgform/autoform/autoFormStyleList.jsp +++ b/src/main/webapp/webpage/jeecg/autoform/autoFormStyleList.jsp @@ -15,11 +15,11 @@ - + - +
      diff --git a/src/main/webapp/webpage/jeecg/cgdynamgraph/core/cgDynamGraphConfigHeadList.jsp b/src/main/webapp/webpage/jeecg/cgdynamgraph/core/cgDynamGraphConfigHeadList.jsp index f4862384..b9bfd4d5 100644 --- a/src/main/webapp/webpage/jeecg/cgdynamgraph/core/cgDynamGraphConfigHeadList.jsp +++ b/src/main/webapp/webpage/jeecg/cgdynamgraph/core/cgDynamGraphConfigHeadList.jsp @@ -17,14 +17,14 @@ - - - - + + + + - +
      diff --git a/src/main/webapp/webpage/jeecg/cgdynamgraph/core/cgDynamGraphConfigParamList.jsp b/src/main/webapp/webpage/jeecg/cgdynamgraph/core/cgDynamGraphConfigParamList.jsp index 2eab5ada..cf9e800f 100644 --- a/src/main/webapp/webpage/jeecg/cgdynamgraph/core/cgDynamGraphConfigParamList.jsp +++ b/src/main/webapp/webpage/jeecg/cgdynamgraph/core/cgDynamGraphConfigParamList.jsp @@ -8,7 +8,7 @@ iconCls: 'icon-remove' }); $('#addCgreportConfigParamBtn').bind('click', function(){ - var tr = $("#add_cgreportConfigParam_table_template tr").clone(); + var tr = $("#add_cgDynamGraphConfigParam_table_template tr").clone(); $("#add_cgreportConfigParam_table").append(tr); resetTrNum('add_cgreportConfigParam_table'); }); @@ -16,6 +16,7 @@ $("#add_cgreportConfigParam_table").find("input:checked").parent().parent().remove(); resetTrNum('add_cgreportConfigParam_table'); }); + $(document).ready(function(){ $(".datagrid-toolbar").parent().css("width","auto"); if(location.href.indexOf("load=detail")!=-1){ @@ -35,7 +36,8 @@ -<%-- + <%-- + @@ -45,17 +47,18 @@ - --%> - - + + --%> + + - - - - - - + + + + + + diff --git a/src/main/webapp/webpage/jeecg/cgform/button/cgformButtonList.jsp b/src/main/webapp/webpage/jeecg/cgform/button/cgformButtonList.jsp index 2da2ffc5..75574add 100644 --- a/src/main/webapp/webpage/jeecg/cgform/button/cgformButtonList.jsp +++ b/src/main/webapp/webpage/jeecg/cgform/button/cgformButtonList.jsp @@ -14,7 +14,7 @@ - + diff --git a/src/main/webapp/webpage/jeecg/cgform/cgformcategory/cgformCategoryList.jsp b/src/main/webapp/webpage/jeecg/cgform/cgformcategory/cgformCategoryList.jsp index d522c18d..78bbcd6f 100644 --- a/src/main/webapp/webpage/jeecg/cgform/cgformcategory/cgformCategoryList.jsp +++ b/src/main/webapp/webpage/jeecg/cgform/cgformcategory/cgformCategoryList.jsp @@ -23,13 +23,14 @@ extendParams="formatter:formNameFormatter;" width="200"> + url="cgformCategoryController.do?del&id={id}" urlclass="ace_button" urlfont="fa-trash-o"/> + funname="addbytab(form_id,form_content)" title="form.template" urlclass="ace_button" urlfont="fa-plus"> + url="cgformCategoryController.do?addorupdate" funname="add" urlclass="ace_button" urlfont="fa-plus"> + url="cgformCategoryController.do?addorupdate" funname="update" urlclass="ace_button" urlfont="fa-edit"> +
      diff --git a/src/main/webapp/webpage/jeecg/cgform/cgformftl/cgformFtlList.jsp b/src/main/webapp/webpage/jeecg/cgform/cgformftl/cgformFtlList.jsp index 913e095a..a11223d1 100644 --- a/src/main/webapp/webpage/jeecg/cgform/cgformftl/cgformFtlList.jsp +++ b/src/main/webapp/webpage/jeecg/cgform/cgformftl/cgformFtlList.jsp @@ -10,10 +10,10 @@ - - - - + + + + diff --git a/src/main/webapp/webpage/jeecg/cgform/cgformftl/cgformFtlList2.jsp b/src/main/webapp/webpage/jeecg/cgform/cgformftl/cgformFtlList2.jsp index 65a94c22..b7ba7fc0 100644 --- a/src/main/webapp/webpage/jeecg/cgform/cgformftl/cgformFtlList2.jsp +++ b/src/main/webapp/webpage/jeecg/cgform/cgformftl/cgformFtlList2.jsp @@ -10,10 +10,10 @@ - - - - + + + + <%-- diff --git a/src/main/webapp/webpage/jeecg/cgform/cgformftl/cgformFtlUEditor.jsp b/src/main/webapp/webpage/jeecg/cgform/cgformftl/cgformFtlUEditor.jsp index ee96a9e9..38a6e989 100644 --- a/src/main/webapp/webpage/jeecg/cgform/cgformftl/cgformFtlUEditor.jsp +++ b/src/main/webapp/webpage/jeecg/cgform/cgformftl/cgformFtlUEditor.jsp @@ -275,7 +275,6 @@ var leipiEditor = UE.getEditor('ftlContent',{ alert("你点击了保存,这里可以异步提交,请自行处理...."); $("#ftl").val(leipiEditor.getContent()); return false; - //--------------以下仅参考----------------------------------------------------------------------------------------------------- var type_value='',formid=0,fields=$("#fields").val(),formeditor=''; if( typeof type!=='undefined' ){ diff --git a/src/main/webapp/webpage/jeecg/cgform/config/cgFormHead.jsp b/src/main/webapp/webpage/jeecg/cgform/config/cgFormHead.jsp index 55c33fb6..643bc4f0 100644 --- a/src/main/webapp/webpage/jeecg/cgform/config/cgFormHead.jsp +++ b/src/main/webapp/webpage/jeecg/cgform/config/cgFormHead.jsp @@ -45,6 +45,7 @@ String langurl = basePath + "/plug-in/mutiLang/" + lang +".js"; + @@ -149,8 +150,10 @@ String langurl = basePath + "/plug-in/mutiLang/" + lang +".js";
      -
      + +
      +
      @@ -278,7 +281,6 @@ function getFormTemplateName2(){ getFormTemplateName2(); } -//add-start--Author:jg_renjie Date:20160413 for:TASK #1019 【平台bug】ONLINE百度编辑器控件样式不好。 function getShowType(obj){ var $this = $(obj),value = obj.value; if(value == 'umeditor'){ @@ -287,7 +289,7 @@ function getShowType(obj){ $this.parent().next().eq(0).find("input[name$=fieldLength]").val('120'); } } -//add-end--Author:jg_renjie Date:20160301 for:TASK #1019 【平台bug】ONLINE百度编辑器控件样式不好。 + function selectField(select){ var selected = select.val().split(","); diff --git a/src/main/webapp/webpage/jeecg/cgform/config/cgFormHeadConfigList.jsp b/src/main/webapp/webpage/jeecg/cgform/config/cgFormHeadConfigList.jsp new file mode 100644 index 00000000..0b02c12c --- /dev/null +++ b/src/main/webapp/webpage/jeecg/cgform/config/cgFormHeadConfigList.jsp @@ -0,0 +1,398 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> +<%@include file="/context/mytags.jsp"%> + + +
      +
      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      +
      + + diff --git a/src/main/webapp/webpage/jeecg/cgform/config/cgFormHeadList.jsp b/src/main/webapp/webpage/jeecg/cgform/config/cgFormHeadList.jsp index 0b12d6d6..24e1a96e 100644 --- a/src/main/webapp/webpage/jeecg/cgform/config/cgFormHeadList.jsp +++ b/src/main/webapp/webpage/jeecg/cgform/config/cgFormHeadList.jsp @@ -49,13 +49,17 @@ - - - - - - - + + + + + + + + <%-- add -start--Author:gengjiajia Date:20160804 for#online表单复制功能,一个物理表配置多个配置表--%> + + + <%-- add -end--Author:gengjiajia Date:20160804 for#online表单复制功能,一个物理表配置多个配置表--%> @@ -267,8 +271,7 @@ cancel: true /*为true等价于function(){}*/ }); } - - //add-begin--Author:luobaoli Date:20150630 for:新增java增强按钮处理逻辑 + //java增强 function javaEnhance(title,url,id){ var rowsData = $('#'+id).datagrid('getSelections'); @@ -298,7 +301,7 @@ cancel: true /*为true等价于function(){}*/ }); } - //add-end--Author:luobaoli Date:20150630 for:新增java增强按钮处理逻辑 + //表单 sql导出 function doMigrateOut(title,url,id){ @@ -419,4 +422,39 @@ function importFields(id,content) { openuploadwin('【'+content+'】Excel导入Online字段', 'cgFormHeadController.do?upload&id='+id, "tablePropertyList"); } + + <%-- add -start--Author:gengjiajia Date:20160804 for#online表单复制功能,一个物理表配置多个配置表--%> + function copyOnline(id){ + + $.dialog.confirm('', function(){ + $.post("cgFormHeadController.do?copyOnline", + {id : id}, + function(data){ + var d = $.parseJSON(data); + if (d.success) { + tip(d.msg); + }else{ + tip(d.msg); + } + }); + }, function(){ + }).zindex(); + + + + } + + function propertyTable(id){ + $.post("cgFormHeadController.do?getConfigId", + {id : id}, + function(data){ + var d = $.parseJSON(data); + if (d.success) { + addOneTab( 'Online配置表单开发', "cgFormHeadController.do?cgFormHeadConfigList&id="+d.obj); + }else{ + tip(d.msg); + } + }); + } + <%-- add --end--Author:gengjiajia Date:20160804 for#online表单复制功能,一个物理表配置多个配置表--%> diff --git a/src/main/webapp/webpage/jeecg/cgform/enhance/cgformEnhanceJava.jsp b/src/main/webapp/webpage/jeecg/cgform/enhance/cgformEnhanceJava.jsp index 3207eab5..2ab3ad5d 100644 --- a/src/main/webapp/webpage/jeecg/cgform/enhance/cgformEnhanceJava.jsp +++ b/src/main/webapp/webpage/jeecg/cgform/enhance/cgformEnhanceJava.jsp @@ -28,9 +28,7 @@ - - diff --git a/src/main/webapp/webpage/jeecg/cgform/template/cgformTemplateList.jsp b/src/main/webapp/webpage/jeecg/cgform/template/cgformTemplateList.jsp index 317c1a85..f17b5e08 100644 --- a/src/main/webapp/webpage/jeecg/cgform/template/cgformTemplateList.jsp +++ b/src/main/webapp/webpage/jeecg/cgform/template/cgformTemplateList.jsp @@ -20,7 +20,7 @@ - + diff --git a/src/main/webapp/webpage/jeecg/cgreport/core/cgreportConfigHeadList.jsp b/src/main/webapp/webpage/jeecg/cgreport/core/cgreportConfigHeadList.jsp index 9afb95e7..85dbec0c 100644 --- a/src/main/webapp/webpage/jeecg/cgreport/core/cgreportConfigHeadList.jsp +++ b/src/main/webapp/webpage/jeecg/cgreport/core/cgreportConfigHeadList.jsp @@ -17,13 +17,13 @@ - - - + + + - +
      diff --git a/src/main/webapp/webpage/jeecg/demo/jeecgDemo/customDatagridList.jsp b/src/main/webapp/webpage/jeecg/demo/jeecgDemo/customDatagridList.jsp new file mode 100644 index 00000000..32b2d9f5 --- /dev/null +++ b/src/main/webapp/webpage/jeecg/demo/jeecgDemo/customDatagridList.jsp @@ -0,0 +1,94 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> +<%@include file="/context/mytags.jsp"%> + +
      +
      + + + + + + + + + + + + + + + + + +
      +
      +
      + + + + + + +
      +
      +
      + + 查询 + 重置 + +
      +
      +
      +
      + + + \ No newline at end of file diff --git a/src/main/webapp/webpage/jeecg/demo/jeecgDemo/rowEditDemo.jsp b/src/main/webapp/webpage/jeecg/demo/jeecgDemo/rowEditDemo.jsp index 230ef222..3e160b73 100644 --- a/src/main/webapp/webpage/jeecg/demo/jeecgDemo/rowEditDemo.jsp +++ b/src/main/webapp/webpage/jeecg/demo/jeecgDemo/rowEditDemo.jsp @@ -2,7 +2,6 @@ <%@include file="/context/mytags.jsp"%> - @@ -15,7 +14,7 @@ - + @@ -82,7 +81,6 @@ $('#'+gname).datagrid('beginEdit', index); } } - //update-begin--Author:张忠亮 Date:20150709 for:修正 取消编辑后再次点击录入不进入编辑状态 //取消编辑 function reject(title,addurl,gname){ $('#'+gname).datagrid('clearChecked'); diff --git a/src/main/webapp/webpage/jeecg/demo/notag/jeecgEasyUIList.jsp b/src/main/webapp/webpage/jeecg/demo/notag/jeecgEasyUIList.jsp index 622c7604..b7770bf9 100644 --- a/src/main/webapp/webpage/jeecg/demo/notag/jeecgEasyUIList.jsp +++ b/src/main/webapp/webpage/jeecg/demo/notag/jeecgEasyUIList.jsp @@ -1,5 +1,23 @@ <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@include file="/context/mytags.jsp"%> + + + + +
      @@ -47,7 +65,7 @@ birthday: data.rows[i].birthday, email: data.rows[i].email, mobilePhone: data.rows[i].mobilePhone, - opt: "[删除]" + opt: "删除" }); } var newData={"total":total,"rows":rows}; diff --git a/src/main/webapp/webpage/jeecg/demo/test/jeecgJdbcList.jsp b/src/main/webapp/webpage/jeecg/demo/test/jeecgJdbcList.jsp index a93771e0..01ce3e5b 100644 --- a/src/main/webapp/webpage/jeecg/demo/test/jeecgJdbcList.jsp +++ b/src/main/webapp/webpage/jeecg/demo/test/jeecgJdbcList.jsp @@ -2,8 +2,8 @@ <%@include file="/context/mytags.jsp"%>
      -
      +
      + @@ -17,7 +17,8 @@ -
      +
      +
      \ No newline at end of file diff --git a/src/main/webapp/webpage/jeecg/demo/test/jeecgZtreeDemo.jsp b/src/main/webapp/webpage/jeecg/demo/test/jeecgZtreeDemo.jsp new file mode 100644 index 00000000..532f2c31 --- /dev/null +++ b/src/main/webapp/webpage/jeecg/demo/test/jeecgZtreeDemo.jsp @@ -0,0 +1,30 @@ +<%@ page language="java" import="java.util.*" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> +<%@include file="/context/mytags.jsp"%> + + + + +下拉树菜单Demo + + + + + + + + + + + + + +
      选择分类 + + 名称 + +
      + + + \ No newline at end of file diff --git a/src/main/webapp/webpage/jeecg/demo/test/webOfficeEdit.jsp b/src/main/webapp/webpage/jeecg/demo/test/webOfficeEdit.jsp index 352b569d..ca85805c 100644 --- a/src/main/webapp/webpage/jeecg/demo/test/webOfficeEdit.jsp +++ b/src/main/webapp/webpage/jeecg/demo/test/webOfficeEdit.jsp @@ -35,7 +35,6 @@ function WebOffice1_NotifyCtrlReady() { document.all.WebOffice1.LoadOriginalFile("", sFileType); } } -// ---------------------== 关闭页面时调用此函数,关闭文件 ==---------------------- // function window_onunload() { document.all.WebOffice1.Close(); } @@ -49,15 +48,12 @@ function newDoc() { function docOpen() { document.all.WebOffice1.LoadOriginalFile("open", "doc"); } -// -----------------------------== 保存文档 ==------------------------------------ // function newSave() { document.all.WebOffice1.Save(); } -// -----------------------------== 另存为文档 ==------------------------------------ // function SaveAsTo() { document.all.WebOffice1.ShowDialog(84); } -// -----------------------------== 上传文档 ==------------------------------------ // function SaveDoc() { var returnValue; if(myform.DocTitle.value ==""){ diff --git a/src/main/webapp/webpage/jeecg/cgform/graphreport/jformGraphreportHead-add.jsp b/src/main/webapp/webpage/jeecg/graphreport/jformGraphreportHead-add.jsp similarity index 99% rename from src/main/webapp/webpage/jeecg/cgform/graphreport/jformGraphreportHead-add.jsp rename to src/main/webapp/webpage/jeecg/graphreport/jformGraphreportHead-add.jsp index 0c032686..d58090a8 100644 --- a/src/main/webapp/webpage/jeecg/cgform/graphreport/jformGraphreportHead-add.jsp +++ b/src/main/webapp/webpage/jeecg/graphreport/jformGraphreportHead-add.jsp @@ -192,4 +192,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/main/webapp/webpage/jeecg/cgform/graphreport/jformGraphreportHead-update.jsp b/src/main/webapp/webpage/jeecg/graphreport/jformGraphreportHead-update.jsp similarity index 99% rename from src/main/webapp/webpage/jeecg/cgform/graphreport/jformGraphreportHead-update.jsp rename to src/main/webapp/webpage/jeecg/graphreport/jformGraphreportHead-update.jsp index 834d5d64..02cc384e 100644 --- a/src/main/webapp/webpage/jeecg/cgform/graphreport/jformGraphreportHead-update.jsp +++ b/src/main/webapp/webpage/jeecg/graphreport/jformGraphreportHead-update.jsp @@ -192,4 +192,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/main/webapp/webpage/jeecg/cgform/graphreport/jformGraphreportHead.js b/src/main/webapp/webpage/jeecg/graphreport/jformGraphreportHead.js similarity index 100% rename from src/main/webapp/webpage/jeecg/cgform/graphreport/jformGraphreportHead.js rename to src/main/webapp/webpage/jeecg/graphreport/jformGraphreportHead.js diff --git a/src/main/webapp/webpage/jeecg/cgform/graphreport/jformGraphreportHeadList.js b/src/main/webapp/webpage/jeecg/graphreport/jformGraphreportHeadList.js similarity index 100% rename from src/main/webapp/webpage/jeecg/cgform/graphreport/jformGraphreportHeadList.js rename to src/main/webapp/webpage/jeecg/graphreport/jformGraphreportHeadList.js diff --git a/src/main/webapp/webpage/jeecg/cgform/graphreport/jformGraphreportHeadList.jsp b/src/main/webapp/webpage/jeecg/graphreport/jformGraphreportHeadList.jsp similarity index 91% rename from src/main/webapp/webpage/jeecg/cgform/graphreport/jformGraphreportHeadList.jsp rename to src/main/webapp/webpage/jeecg/graphreport/jformGraphreportHeadList.jsp index 013de00b..1f11d320 100644 --- a/src/main/webapp/webpage/jeecg/cgform/graphreport/jformGraphreportHeadList.jsp +++ b/src/main/webapp/webpage/jeecg/graphreport/jformGraphreportHeadList.jsp @@ -14,10 +14,9 @@ - - - - + + + @@ -27,7 +26,7 @@
      - + + + <%@include file="/context/layui.jsp"%> - + + + + + +<%@include file="/context/layui.jsp"%> diff --git a/src/main/webapp/webpage/main/hplushome.jsp b/src/main/webapp/webpage/main/hplushome.jsp index 9bf7468d..c54bc8d6 100644 --- a/src/main/webapp/webpage/main/hplushome.jsp +++ b/src/main/webapp/webpage/main/hplushome.jsp @@ -47,7 +47,7 @@

      JEECG是一款基于代码生成器的J2EE快速开发平台,开源界“小普元”超越传统商业企业级开发平台。引领新的开发模式(Online Coding模式(自定义表单)->代码生成器模式->手工MERGE智能开发), 可以帮助解决Java项目60%的重复工作,让开发更多关注业务逻辑。既能快速提高开发效率,帮助公司节省人力成本,同时又不失灵活性。她可以用于所有的Web应用程序,如:MISCRMOAERPCMS网站后台微信管家,等等,当然,您也可以对她进行深度定制,以做出更强系统。

      - 当前版本:v3.6.5 + 当前版本:v3.6.6

      开源   |   免费 |   更多插件 @@ -132,14 +132,41 @@

      - +
      +
      +
      + v3.6.62017.02.08 +
      +
      +
      +
      +
      此版本微服务版本,支持插件开发,让我们共同期待后续版本的到来
      +
        +
      1. 插件:集成即时聊天webim聊天插件;
      2. +
      3. 插件:我的邮箱风格改版
      4. +
      5. online表单支持多配置表模式;
      6. +
      7. online自定义样式BUG修正;
      8. +
      9. online功能,word布局自定义模板功能优化:多文件上传、多选checkbox编辑赋值;
      10. +
      11. ACE系统菜单支持自定义图标样式;
      12. +
      13. ACE首页风格支持三级菜单;
      14. +
      15. IE8兼容性修正;
      16. +
      17. Ztree树标签;
      18. +
      19. Sqlserver驱动升级,支持2008;
      20. +
      21. 系统管理,组织机构角色赋权功能实现;
      22. +
      23. 代码重构优化
      24. +
      25. JEECG云插件下载地址:http://yun.jeecg.org
      26. +
      27. 更多插件发布,敬请期待。。
      28. +
      +
      +
      +
      v3.6.52016.07.18
      -
      +
      此版本云应用插件开发版本,支持以插件方式升级平台功能,让我们共同期待后续版本的到来
        diff --git a/src/main/webapp/webpage/main/main.jsp b/src/main/webapp/webpage/main/main.jsp index 66a6a645..87339e13 100644 --- a/src/main/webapp/webpage/main/main.jsp +++ b/src/main/webapp/webpage/main/main.jsp @@ -7,6 +7,7 @@ +<%@include file="/context/layui.jsp"%>