insagent.iws 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="AutoImportSettings">
  4. <option name="autoReloadType" value="SELECTIVE" />
  5. </component>
  6. <component name="ChangeListManager">
  7. <list default="true" id="53f4ce76-8f52-4619-adfd-07826e7111a7" name="Changes" comment="代理人app开发">
  8. <change beforePath="$PROJECT_DIR$/insagent.ipr" beforeDir="false" afterPath="$PROJECT_DIR$/insagent.ipr" afterDir="false" />
  9. <change beforePath="$PROJECT_DIR$/insagent.iws" beforeDir="false" afterPath="$PROJECT_DIR$/insagent.iws" afterDir="false" />
  10. <change beforePath="$PROJECT_DIR$/src/main/java/com/ydtech/modules/admin/controller/SysDeptController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/ydtech/modules/admin/controller/SysDeptController.java" afterDir="false" />
  11. <change beforePath="$PROJECT_DIR$/src/main/java/com/ydtech/modules/admin/controller/SysLoginController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/ydtech/modules/admin/controller/SysLoginController.java" afterDir="false" />
  12. <change beforePath="$PROJECT_DIR$/src/main/java/com/ydtech/modules/admin/controller/SysUserController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/ydtech/modules/admin/controller/SysUserController.java" afterDir="false" />
  13. <change beforePath="$PROJECT_DIR$/src/main/java/com/ydtech/modules/admin/dao/SysUserMapper.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/ydtech/modules/admin/dao/SysUserMapper.java" afterDir="false" />
  14. <change beforePath="$PROJECT_DIR$/src/main/java/com/ydtech/modules/admin/model/SysUser.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/ydtech/modules/admin/model/SysUser.java" afterDir="false" />
  15. <change beforePath="$PROJECT_DIR$/src/main/java/com/ydtech/modules/admin/model/vo/AppUserInfoVo.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/ydtech/modules/admin/model/vo/AppUserInfoVo.java" afterDir="false" />
  16. <change beforePath="$PROJECT_DIR$/src/main/java/com/ydtech/modules/admin/model/vo/SysUserInfoQuery.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/ydtech/modules/admin/model/vo/SysUserInfoQuery.java" afterDir="false" />
  17. <change beforePath="$PROJECT_DIR$/src/main/java/com/ydtech/modules/admin/service/SysDeptService.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/ydtech/modules/admin/service/SysDeptService.java" afterDir="false" />
  18. <change beforePath="$PROJECT_DIR$/src/main/java/com/ydtech/modules/admin/service/SysUserService.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/ydtech/modules/admin/service/SysUserService.java" afterDir="false" />
  19. <change beforePath="$PROJECT_DIR$/src/main/java/com/ydtech/modules/admin/service/impl/SysDeptServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/ydtech/modules/admin/service/impl/SysDeptServiceImpl.java" afterDir="false" />
  20. <change beforePath="$PROJECT_DIR$/src/main/java/com/ydtech/modules/admin/service/impl/SysUserServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/ydtech/modules/admin/service/impl/SysUserServiceImpl.java" afterDir="false" />
  21. <change beforePath="$PROJECT_DIR$/src/main/java/com/ydtech/modules/fnc/service/impl/InsFeeAuditServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/ydtech/modules/fnc/service/impl/InsFeeAuditServiceImpl.java" afterDir="false" />
  22. <change beforePath="$PROJECT_DIR$/src/main/java/com/ydtech/modules/order/service/impl/InsOrdersServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/ydtech/modules/order/service/impl/InsOrdersServiceImpl.java" afterDir="false" />
  23. <change beforePath="$PROJECT_DIR$/src/main/resources/mapper/modules/admin/SysUserMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/mapper/modules/admin/SysUserMapper.xml" afterDir="false" />
  24. </list>
  25. <list id="bc6cb0c2-9167-463c-ac43-267792d14a4c" name="New changelist" comment="New changelist" />
  26. <option name="SHOW_DIALOG" value="false" />
  27. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  28. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  29. <option name="LAST_RESOLUTION" value="IGNORE" />
  30. </component>
  31. <component name="FileTemplateManagerImpl">
  32. <option name="RECENT_TEMPLATES">
  33. <list>
  34. <option value="FxmlFile" />
  35. <option value="spring-beans.schema" />
  36. <option value="Class" />
  37. <option value="Interface" />
  38. </list>
  39. </option>
  40. </component>
  41. <component name="Git.Settings">
  42. <option name="RECENT_BRANCH_BY_REPOSITORY">
  43. <map>
  44. <entry key="$PROJECT_DIR$" value="test" />
  45. </map>
  46. </option>
  47. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  48. </component>
  49. <component name="JavaAutoRunManager">
  50. <enabled-run-configurations>
  51. <run-configuration type="MavenRunConfiguration" name="insagent [clean]" />
  52. </enabled-run-configurations>
  53. </component>
  54. <component name="KubernetesApiPersistence">{}</component>
  55. <component name="KubernetesApiProvider">{
  56. &quot;isMigrated&quot;: true
  57. }</component>
  58. <component name="MavenImportPreferences">
  59. <option name="generalSettings">
  60. <MavenGeneralSettings>
  61. <option name="customMavenHome" value="D:\apache-maven-3.8.8" />
  62. <option name="mavenHomeTypeForPersistence" value="CUSTOM" />
  63. <option name="userSettingsFile" value="D:\apache-maven-3.8.8\conf\settings.xml" />
  64. </MavenGeneralSettings>
  65. </option>
  66. </component>
  67. <component name="ProblemsViewState">
  68. <option name="selectedTabId" value="CurrentFile" />
  69. </component>
  70. <component name="ProjectColorInfo">{
  71. &quot;associatedIndex&quot;: 2
  72. }</component>
  73. <component name="ProjectId" id="2oXovegNMCtkb5nu9fEuukn588V" />
  74. <component name="ProjectViewState">
  75. <option name="hideEmptyMiddlePackages" value="true" />
  76. <option name="showLibraryContents" value="true" />
  77. </component>
  78. <component name="PropertiesComponent">{
  79. &quot;keyToString&quot;: {
  80. &quot;Application.SpringInsApplication.executor&quot;: &quot;Debug&quot;,
  81. &quot;Maven.SpringInsApplication.executor&quot;: &quot;Debug&quot;,
  82. &quot;Maven.insagent [clean,install,--non-recursive].executor&quot;: &quot;Run&quot;,
  83. &quot;Maven.insagent [clean,install].executor&quot;: &quot;Run&quot;,
  84. &quot;Maven.insagent [clean].executor&quot;: &quot;Run&quot;,
  85. &quot;Maven.insagent [install,--non-recursive].executor&quot;: &quot;Run&quot;,
  86. &quot;Maven.insagent [install].executor&quot;: &quot;Run&quot;,
  87. &quot;Maven.insagent [package].executor&quot;: &quot;Run&quot;,
  88. &quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
  89. &quot;RunOnceActivity.git.unshallow&quot;: &quot;true&quot;,
  90. &quot;git-widget-placeholder&quot;: &quot;test-xq&quot;,
  91. &quot;kotlin-language-version-configured&quot;: &quot;true&quot;,
  92. &quot;last_opened_file_path&quot;: &quot;E:/data/java-insagent-pc/src/main/resources/mapper/modules/partner&quot;,
  93. &quot;node.js.detected.package.eslint&quot;: &quot;true&quot;,
  94. &quot;node.js.selected.package.eslint&quot;: &quot;(autodetect)&quot;,
  95. &quot;node.js.selected.package.tslint&quot;: &quot;(autodetect)&quot;,
  96. &quot;nodejs_package_manager_path&quot;: &quot;npm&quot;,
  97. &quot;project.structure.last.edited&quot;: &quot;模块&quot;,
  98. &quot;project.structure.proportion&quot;: &quot;0.15&quot;,
  99. &quot;project.structure.side.proportion&quot;: &quot;0.41479635&quot;,
  100. &quot;settings.editor.selected.configurable&quot;: &quot;reference.projectsettings.compiler.javacompiler&quot;,
  101. &quot;vue.rearranger.settings.migration&quot;: &quot;true&quot;,
  102. &quot;应用程序.SpringInsApplication.executor&quot;: &quot;Debug&quot;
  103. }
  104. }</component>
  105. <component name="ReactorSettings">
  106. <option name="notificationShown" value="true" />
  107. </component>
  108. <component name="RecentsManager">
  109. <key name="CopyFile.RECENT_KEYS">
  110. <recent name="E:\data\java-insagent-pc\src\main\resources\mapper\modules\partner" />
  111. </key>
  112. </component>
  113. <component name="RunManager">
  114. <configuration name="SpringInsApplication" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
  115. <option name="MAIN_CLASS_NAME" value="com.ydtech.SpringInsApplication" />
  116. <module name="insagent" />
  117. <shortenClasspath name="MANIFEST" />
  118. <extension name="coverage">
  119. <pattern>
  120. <option name="PATTERN" value="com.ydtech.*" />
  121. <option name="ENABLED" value="true" />
  122. </pattern>
  123. </extension>
  124. <method v="2">
  125. <option name="Make" enabled="true" />
  126. </method>
  127. </configuration>
  128. <configuration default="true" type="Application" factoryName="Application">
  129. <shortenClasspath name="MANIFEST" />
  130. <method v="2">
  131. <option name="Make" enabled="true" />
  132. </method>
  133. </configuration>
  134. <configuration default="true" type="JetRunConfigurationType">
  135. <method v="2">
  136. <option name="Make" enabled="true" />
  137. </method>
  138. </configuration>
  139. <configuration default="true" type="KotlinStandaloneScriptRunConfigurationType">
  140. <option name="filePath" />
  141. <method v="2">
  142. <option name="Make" enabled="true" />
  143. </method>
  144. </configuration>
  145. <recent_temporary>
  146. <list>
  147. <item itemvalue="应用程序.SpringInsApplication" />
  148. </list>
  149. </recent_temporary>
  150. </component>
  151. <component name="SharedIndexes">
  152. <attachedChunks>
  153. <set>
  154. <option value="bundled-jdk-9823dce3aa75-a94e463ab2e7-intellij.indexing.shared.core-IU-243.25659.59" />
  155. <option value="bundled-js-predefined-d6986cc7102b-1632447f56bf-JavaScript-IU-243.25659.59" />
  156. </set>
  157. </attachedChunks>
  158. </component>
  159. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  160. <component name="TaskManager">
  161. <task active="true" id="Default" summary="Default task">
  162. <changelist id="53f4ce76-8f52-4619-adfd-07826e7111a7" name="Changes" comment="" />
  163. <changelist id="bc6cb0c2-9167-463c-ac43-267792d14a4c" name="New changelist" comment="" />
  164. <created>1731025512826</created>
  165. <option name="number" value="Default" />
  166. <option name="presentableId" value="Default" />
  167. <updated>1731025512826</updated>
  168. <workItem from="1731025513988" duration="2700000" />
  169. <workItem from="1731028251317" duration="37000" />
  170. <workItem from="1731028294472" duration="3000" />
  171. <workItem from="1731028308592" duration="371000" />
  172. <workItem from="1731028689773" duration="136000" />
  173. <workItem from="1731028834493" duration="17128000" />
  174. <workItem from="1731284394559" duration="28432000" />
  175. <workItem from="1731371502249" duration="24475000" />
  176. <workItem from="1731457864520" duration="15321000" />
  177. <workItem from="1731556015076" duration="8482000" />
  178. <workItem from="1731630850533" duration="13069000" />
  179. <workItem from="1731888634067" duration="15457000" />
  180. <workItem from="1746529864112" duration="1611000" />
  181. <workItem from="1746531500081" duration="376000" />
  182. <workItem from="1746532511870" duration="524000" />
  183. <workItem from="1746533059026" duration="139000" />
  184. <workItem from="1746577843266" duration="323000" />
  185. <workItem from="1746578176177" duration="1588000" />
  186. <workItem from="1746579786187" duration="26077000" />
  187. <workItem from="1746663647116" duration="55771000" />
  188. <workItem from="1747009221816" duration="29792000" />
  189. <workItem from="1747095765995" duration="25577000" />
  190. <workItem from="1747182153288" duration="33067000" />
  191. <workItem from="1747268597386" duration="28977000" />
  192. <workItem from="1747355174513" duration="25172000" />
  193. <workItem from="1747614430955" duration="248000" />
  194. <workItem from="1747614689970" duration="16711000" />
  195. <workItem from="1747640527175" duration="13041000" />
  196. <workItem from="1747700467167" duration="27438000" />
  197. <workItem from="1747786923583" duration="26223000" />
  198. <workItem from="1747873473463" duration="27652000" />
  199. <workItem from="1747959954137" duration="26863000" />
  200. <workItem from="1748049173596" duration="9661000" />
  201. <workItem from="1748219078318" duration="30733000" />
  202. <workItem from="1748305294087" duration="28584000" />
  203. <workItem from="1748391703610" duration="86163000" />
  204. <workItem from="1748910483737" duration="32714000" />
  205. <workItem from="1748996555525" duration="32711000" />
  206. <workItem from="1749083042072" duration="2009000" />
  207. </task>
  208. <task id="LOCAL-00001" summary="代理人app开发">
  209. <option name="closed" value="true" />
  210. <created>1731458148781</created>
  211. <option name="number" value="00001" />
  212. <option name="presentableId" value="LOCAL-00001" />
  213. <option name="project" value="LOCAL" />
  214. <updated>1731458148781</updated>
  215. </task>
  216. <option name="localTasksCounter" value="2" />
  217. <servers />
  218. </component>
  219. <component name="TypeScriptGeneratedFilesManager">
  220. <option name="version" value="3" />
  221. </component>
  222. <component name="UnknownFeatures">
  223. <option featureType="dependencySupport" implementationName="java:org.springframework:spring-core" />
  224. <option featureType="dependencySupport" implementationName="java:jakarta.validation:jakarta.validation-api" />
  225. <option featureType="dependencySupport" implementationName="java:org.seleniumhq.selenium:selenium-java" />
  226. <option featureType="dependencySupport" implementationName="java:io.projectreactor:reactor-core" />
  227. <option featureType="dependencySupport" implementationName="java:org.springframework.data:spring-data-commons" />
  228. <option featureType="dependencySupport" implementationName="executable:kubectl" />
  229. <option featureType="dependencySupport" implementationName="java:org.hibernate.validator:hibernate-validator" />
  230. <option featureType="dependencySupport" implementationName="java:javax.validation:validation-api" />
  231. <option featureType="dependencySupport" implementationName="java:org.springframework:spring-webmvc" />
  232. <option featureType="dependencySupport" implementationName="java:org.projectlombok:lombok" />
  233. <option featureType="dependencySupport" implementationName="java:org.springframework:spring-websocket" />
  234. <option featureType="dependencySupport" implementationName="executable:docker" />
  235. <option featureType="dependencySupport" implementationName="java:io.reactivex.rxjava3:rxjava" />
  236. <option featureType="dependencySupport" implementationName="java:org.thymeleaf:thymeleaf" />
  237. <option featureType="dependencySupport" implementationName="java:org.springframework:spring-messaging" />
  238. <option featureType="dependencySupport" implementationName="java:org.springframework.boot:spring-boot" />
  239. </component>
  240. <component name="Vcs.Log.History.Properties">
  241. <option name="COLUMN_ID_ORDER">
  242. <list>
  243. <option value="Default.Root" />
  244. <option value="Default.Author" />
  245. <option value="Default.Date" />
  246. <option value="Default.Subject" />
  247. <option value="GitHub.CommitStatus" />
  248. </list>
  249. </option>
  250. </component>
  251. <component name="Vcs.Log.Tabs.Properties">
  252. <option name="RECENT_FILTERS">
  253. <map>
  254. <entry key="User">
  255. <value>
  256. <list>
  257. <RecentGroup>
  258. <option name="FILTER_VALUES">
  259. <option value="Qchen" />
  260. </option>
  261. </RecentGroup>
  262. <RecentGroup>
  263. <option name="FILTER_VALUES">
  264. <option value="*" />
  265. </option>
  266. </RecentGroup>
  267. </list>
  268. </value>
  269. </entry>
  270. </map>
  271. </option>
  272. <option name="TAB_STATES">
  273. <map>
  274. <entry key="MAIN">
  275. <value>
  276. <State>
  277. <option name="FILTERS">
  278. <map>
  279. <entry key="branch">
  280. <value>
  281. <list>
  282. <option value="origin/test" />
  283. </list>
  284. </value>
  285. </entry>
  286. </map>
  287. </option>
  288. </State>
  289. </value>
  290. </entry>
  291. </map>
  292. </option>
  293. </component>
  294. <component name="VcsManagerConfiguration">
  295. <MESSAGE value="代理人app开发" />
  296. <MESSAGE value="New changelist" />
  297. <option name="LAST_COMMIT_MESSAGE" value="New changelist" />
  298. </component>
  299. <component name="XDebuggerManager">
  300. <breakpoint-manager>
  301. <breakpoints>
  302. <line-breakpoint type="java-line">
  303. <url>file://$PROJECT_DIR$/src/main/java/com/ydtech/modules/esm/service/impl/EsmUserReferrerServiceImpl.java</url>
  304. <line>346</line>
  305. <option name="timeStamp" value="1" />
  306. </line-breakpoint>
  307. <line-breakpoint type="java-line">
  308. <url>file://$PROJECT_DIR$/src/main/java/com/ydtech/modules/esm/service/impl/EsmUserReferrerServiceImpl.java</url>
  309. <line>356</line>
  310. <option name="timeStamp" value="2" />
  311. </line-breakpoint>
  312. <line-breakpoint type="java-line">
  313. <url>file://$PROJECT_DIR$/src/main/java/com/ydtech/modules/admin/components/UnionPayRequestApiComponent.java</url>
  314. <line>283</line>
  315. <option name="timeStamp" value="3" />
  316. </line-breakpoint>
  317. <line-breakpoint type="java-line">
  318. <url>file://$PROJECT_DIR$/src/main/java/com/ydtech/modules/admin/components/UnionPayRequestApiComponent.java</url>
  319. <line>189</line>
  320. <option name="timeStamp" value="5" />
  321. </line-breakpoint>
  322. <line-breakpoint type="java-line">
  323. <url>file://$PROJECT_DIR$/src/main/java/com/ydtech/modules/admin/components/UnionPayRequestApiComponent.java</url>
  324. <line>187</line>
  325. <option name="timeStamp" value="6" />
  326. </line-breakpoint>
  327. <line-breakpoint type="java-line">
  328. <url>file://$PROJECT_DIR$/src/main/java/com/ydtech/modules/order/controller/QuoteController.java</url>
  329. <line>228</line>
  330. <option name="timeStamp" value="14" />
  331. </line-breakpoint>
  332. <line-breakpoint type="java-line">
  333. <url>file://$PROJECT_DIR$/src/main/java/com/ydtech/modules/admin/controller/SysPartnerController.java</url>
  334. <line>149</line>
  335. <option name="timeStamp" value="36" />
  336. </line-breakpoint>
  337. <line-breakpoint enabled="true" type="java-line">
  338. <url>file://$PROJECT_DIR$/src/main/java/com/ydtech/modules/order/service/impl/YangGuangOrderApiServiceImpl.java</url>
  339. <line>607</line>
  340. <option name="timeStamp" value="128" />
  341. </line-breakpoint>
  342. <breakpoint type="java-exception">
  343. <properties class="org.springframework.web.multipart.MultipartException" package="org.springframework.web.multipart" />
  344. <option name="timeStamp" value="109" />
  345. </breakpoint>
  346. <line-breakpoint enabled="true" type="java-method">
  347. <url>file://$PROJECT_DIR$/src/main/java/com/ydtech/modules/protocols/service/PtlAgreementProductCostsNewService.java</url>
  348. <line>124</line>
  349. <properties class="com.ydtech.modules.protocols.service.PtlAgreementProductCostsNewService" method="costsAudit">
  350. <option name="EMULATED" value="true" />
  351. <option name="WATCH_EXIT" value="false" />
  352. </properties>
  353. <option name="timeStamp" value="119" />
  354. </line-breakpoint>
  355. </breakpoints>
  356. </breakpoint-manager>
  357. <watches-manager>
  358. <configuration name="Application">
  359. <watch expression="ruleEntityList.get(0)" />
  360. <watch expression="ruleEntity.strategyArray" />
  361. <watch expression="sysUserService" language="JAVA" />
  362. <watch expression="accountingUser.referrerDeptName" />
  363. <watch expression="o" language="JAVA" />
  364. </configuration>
  365. </watches-manager>
  366. </component>
  367. <component name="XSLT-Support.FileAssociations.UIState">
  368. <expand />
  369. <select />
  370. </component>
  371. </project>