|
|
@@ -4,12 +4,11 @@
|
|
|
<option name="autoReloadType" value="SELECTIVE" />
|
|
|
</component>
|
|
|
<component name="ChangeListManager">
|
|
|
- <list default="true" id="1dc46973-e6f5-473b-a131-bf2bbc2dca15" name="更改" comment="1、用户登录获取信息接口">
|
|
|
+ <list default="true" id="1dc46973-e6f5-473b-a131-bf2bbc2dca15" name="更改" comment="1、用户修改生日类型为时间戳">
|
|
|
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
|
|
- <change beforePath="$PROJECT_DIR$/application/src/main/java/com/ctsi/Application.java" beforeDir="false" afterPath="$PROJECT_DIR$/application/src/main/java/com/ctsi/Application.java" afterDir="false" />
|
|
|
- <change beforePath="$PROJECT_DIR$/application/src/main/java/com/ctsi/System/SysUser/controller/SysUserController.java" beforeDir="false" afterPath="$PROJECT_DIR$/application/src/main/java/com/ctsi/System/SysUser/controller/SysUserController.java" afterDir="false" />
|
|
|
- <change beforePath="$PROJECT_DIR$/application/src/main/java/com/ctsi/System/SysUser/entity/VO/UserAddVO.java" beforeDir="false" afterPath="$PROJECT_DIR$/application/src/main/java/com/ctsi/System/SysUser/entity/VO/UserAddVO.java" afterDir="false" />
|
|
|
- <change beforePath="$PROJECT_DIR$/application/src/main/java/com/ctsi/System/SysUserDetail/entity/SysUserDetail.java" beforeDir="false" afterPath="$PROJECT_DIR$/application/src/main/java/com/ctsi/System/SysUserDetail/entity/SysUserDetail.java" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/application/src/main/java/com/ctsi/Auth/web/login.java" beforeDir="false" afterPath="$PROJECT_DIR$/application/src/main/java/com/ctsi/Auth/web/login.java" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/application/src/main/java/com/ctsi/System/SysUser/entity/VO/UserSearchVO.java" beforeDir="false" afterPath="$PROJECT_DIR$/application/src/main/java/com/ctsi/System/SysUser/entity/VO/UserSearchVO.java" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/application/src/main/java/com/ctsi/System/SysUser/service/impl/SysUserServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/application/src/main/java/com/ctsi/System/SysUser/service/impl/SysUserServiceImpl.java" afterDir="false" />
|
|
|
</list>
|
|
|
<option name="SHOW_DIALOG" value="false" />
|
|
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
|
@@ -47,41 +46,41 @@
|
|
|
<option name="hideEmptyMiddlePackages" value="true" />
|
|
|
<option name="showLibraryContents" value="true" />
|
|
|
</component>
|
|
|
- <component name="PropertiesComponent">{
|
|
|
- "keyToString": {
|
|
|
- "ASKED_ADD_EXTERNAL_FILES": "true",
|
|
|
- "Maven.application [clean].executor": "Run",
|
|
|
- "Maven.application [org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean].executor": "Run",
|
|
|
- "Maven.application [package].executor": "Run",
|
|
|
- "Maven.my-spring-boot-app [clean].executor": "Run",
|
|
|
- "RequestMappingsPanelOrder0": "0",
|
|
|
- "RequestMappingsPanelOrder1": "1",
|
|
|
- "RequestMappingsPanelWidth0": "75",
|
|
|
- "RequestMappingsPanelWidth1": "75",
|
|
|
- "RunOnceActivity.OpenProjectViewOnStart": "true",
|
|
|
- "RunOnceActivity.ShowReadmeOnStart": "true",
|
|
|
- "Spring Boot.Application.executor": "Debug",
|
|
|
- "jdk.selected.JAVA_MODULE": "1.8",
|
|
|
- "kotlin-language-version-configured": "true",
|
|
|
- "last_opened_file_path": "C:/Users/setin/IdeaProjects/GeneralFrame/application/src/main/java/com/ctsi/System",
|
|
|
- "node.js.detected.package.eslint": "true",
|
|
|
- "node.js.detected.package.tslint": "true",
|
|
|
- "node.js.selected.package.eslint": "(autodetect)",
|
|
|
- "node.js.selected.package.tslint": "(autodetect)",
|
|
|
- "nodejs_package_manager_path": "npm",
|
|
|
- "project.structure.last.edited": "模块",
|
|
|
- "project.structure.proportion": "0.0",
|
|
|
- "project.structure.side.proportion": "0.0",
|
|
|
- "settings.editor.selected.configurable": "reactor",
|
|
|
- "vue.rearranger.settings.migration": "true"
|
|
|
+ <component name="PropertiesComponent"><![CDATA[{
|
|
|
+ "keyToString": {
|
|
|
+ "ASKED_ADD_EXTERNAL_FILES": "true",
|
|
|
+ "Maven.application [clean].executor": "Run",
|
|
|
+ "Maven.application [org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean].executor": "Run",
|
|
|
+ "Maven.application [package].executor": "Run",
|
|
|
+ "Maven.my-spring-boot-app [clean].executor": "Run",
|
|
|
+ "RequestMappingsPanelOrder0": "0",
|
|
|
+ "RequestMappingsPanelOrder1": "1",
|
|
|
+ "RequestMappingsPanelWidth0": "75",
|
|
|
+ "RequestMappingsPanelWidth1": "75",
|
|
|
+ "RunOnceActivity.OpenProjectViewOnStart": "true",
|
|
|
+ "RunOnceActivity.ShowReadmeOnStart": "true",
|
|
|
+ "Spring Boot.Application.executor": "Debug",
|
|
|
+ "jdk.selected.JAVA_MODULE": "1.8",
|
|
|
+ "kotlin-language-version-configured": "true",
|
|
|
+ "last_opened_file_path": "C:/Users/setin/IdeaProjects/GeneralFrame/application/src/main/java/com/ctsi/System",
|
|
|
+ "node.js.detected.package.eslint": "true",
|
|
|
+ "node.js.detected.package.tslint": "true",
|
|
|
+ "node.js.selected.package.eslint": "(autodetect)",
|
|
|
+ "node.js.selected.package.tslint": "(autodetect)",
|
|
|
+ "nodejs_package_manager_path": "npm",
|
|
|
+ "project.structure.last.edited": "模块",
|
|
|
+ "project.structure.proportion": "0.0",
|
|
|
+ "project.structure.side.proportion": "0.0",
|
|
|
+ "settings.editor.selected.configurable": "org.codinjutsu.tools.jenkins.servers",
|
|
|
+ "vue.rearranger.settings.migration": "true"
|
|
|
},
|
|
|
- "keyToStringList": {
|
|
|
- "DatabaseDriversLRU": [
|
|
|
- "mongo",
|
|
|
- "mysql"
|
|
|
+ "keyToStringList": {
|
|
|
+ "DatabaseDriversLRU": [
|
|
|
+ "mongo",
|
|
|
+ "mysql"
|
|
|
]
|
|
|
}
|
|
|
-}</component>
|
|
|
+}]]></component>
|
|
|
<component name="ReactorSettings">
|
|
|
<option name="notificationShown" value="true" />
|
|
|
</component>
|
|
|
@@ -126,7 +125,7 @@
|
|
|
<workItem from="1704693899463" duration="56714000" />
|
|
|
<workItem from="1704875622703" duration="2299000" />
|
|
|
<workItem from="1704932572547" duration="31458000" />
|
|
|
- <workItem from="1705278479826" duration="17483000" />
|
|
|
+ <workItem from="1705278479826" duration="21289000" />
|
|
|
</task>
|
|
|
<task id="LOCAL-00001" summary="基础框架配置">
|
|
|
<option name="closed" value="true" />
|
|
|
@@ -312,7 +311,15 @@
|
|
|
<option name="project" value="LOCAL" />
|
|
|
<updated>1705299632072</updated>
|
|
|
</task>
|
|
|
- <option name="localTasksCounter" value="24" />
|
|
|
+ <task id="LOCAL-00024" summary="1、用户修改生日类型为时间戳">
|
|
|
+ <option name="closed" value="true" />
|
|
|
+ <created>1705305557096</created>
|
|
|
+ <option name="number" value="00024" />
|
|
|
+ <option name="presentableId" value="LOCAL-00024" />
|
|
|
+ <option name="project" value="LOCAL" />
|
|
|
+ <updated>1705305557096</updated>
|
|
|
+ </task>
|
|
|
+ <option name="localTasksCounter" value="25" />
|
|
|
<servers />
|
|
|
</component>
|
|
|
<component name="TypeScriptGeneratedFilesManager">
|
|
|
@@ -353,7 +360,8 @@
|
|
|
<MESSAGE value="1、用户修改密码" />
|
|
|
<MESSAGE value="1、登录接口新增验证码、记住我字段" />
|
|
|
<MESSAGE value="1、用户登录获取信息接口" />
|
|
|
- <option name="LAST_COMMIT_MESSAGE" value="1、用户登录获取信息接口" />
|
|
|
+ <MESSAGE value="1、用户修改生日类型为时间戳" />
|
|
|
+ <option name="LAST_COMMIT_MESSAGE" value="1、用户修改生日类型为时间戳" />
|
|
|
</component>
|
|
|
<component name="XSLT-Support.FileAssociations.UIState">
|
|
|
<expand />
|