workspace.xml 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="08cfebb0-a4a4-47ee-a307-566aa06f29bb" name="Default Changelist" comment="1、关联查询排序问题;">
  5. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  6. <change beforePath="$PROJECT_DIR$/app/controller/home/products.js" beforeDir="false" afterPath="$PROJECT_DIR$/app/controller/home/products.js" afterDir="false" />
  7. <change beforePath="$PROJECT_DIR$/node_modules/egg-ts-helper/.tmp/eggInfo.json" beforeDir="false" afterPath="$PROJECT_DIR$/node_modules/egg-ts-helper/.tmp/eggInfo.json" afterDir="false" />
  8. </list>
  9. <option name="SHOW_DIALOG" value="false" />
  10. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  11. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  12. <option name="LAST_RESOLUTION" value="IGNORE" />
  13. </component>
  14. <component name="FileTemplateManagerImpl">
  15. <option name="RECENT_TEMPLATES">
  16. <list>
  17. <option value="TypeScript File" />
  18. <option value="JavaScript File" />
  19. </list>
  20. </option>
  21. </component>
  22. <component name="Git.Settings">
  23. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  24. </component>
  25. <component name="HighlightingSettingsPerFile">
  26. <setting file="file://$PROJECT_DIR$/app/controller/home/RelInviter.js" root0="FORCE_HIGHLIGHTING" />
  27. <setting file="file://$PROJECT_DIR$/app/models/mysql/users_money_logs.js" root0="FORCE_HIGHLIGHTING" />
  28. <setting file="file://$PROJECT_DIR$/app/routers/home/shop.js" root0="FORCE_HIGHLIGHTING" />
  29. <setting file="file://$PROJECT_DIR$/app/routers/wechat/index.js" root0="FORCE_HIGHLIGHTING" />
  30. <setting file="file://$PROJECT_DIR$/app/service/diningCoin.js" root0="FORCE_HIGHLIGHTING" />
  31. <setting file="file://$PROJECT_DIR$/app/service/shop.js" root0="FORCE_HIGHLIGHTING" />
  32. <setting file="file://$PROJECT_DIR$/config/async/oneshop/redis.js" root0="FORCE_HIGHLIGHTING" />
  33. <setting file="file://$PROJECT_DIR$/config/async/oneshop/sequelize.js" root0="FORCE_HIGHLIGHTING" />
  34. <setting file="file://$PROJECT_DIR$/config/async/universal/sequelize.js" root0="FORCE_HIGHLIGHTING" />
  35. <setting file="file://$PROJECT_DIR$/config/config.default.js" root0="FORCE_HIGHLIGHTING" />
  36. </component>
  37. <component name="MarkdownSettingsMigration">
  38. <option name="stateVersion" value="1" />
  39. </component>
  40. <component name="ProblemsViewState">
  41. <option name="selectedTabId" value="CurrentFile" />
  42. </component>
  43. <component name="ProjectId" id="2EC0gQg9RLS3SuNB3LtSemTHBjD" />
  44. <component name="ProjectLevelVcsManager" settingsEditedManually="true">
  45. <OptionsSetting value="false" id="Update" />
  46. </component>
  47. <component name="ProjectViewState">
  48. <option name="hideEmptyMiddlePackages" value="true" />
  49. <option name="showLibraryContents" value="true" />
  50. </component>
  51. <component name="PropertiesComponent">{
  52. &quot;keyToString&quot;: {
  53. &quot;ASKED_MARK_IGNORED_FILES_AS_EXCLUDED&quot;: &quot;true&quot;,
  54. &quot;RunOnceActivity.OpenProjectViewOnStart&quot;: &quot;true&quot;,
  55. &quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
  56. &quot;SHARE_PROJECT_CONFIGURATION_FILES&quot;: &quot;true&quot;,
  57. &quot;WebServerToolWindowFactoryState&quot;: &quot;false&quot;,
  58. &quot;last_opened_file_path&quot;: &quot;D:/ysjjCode/shop-system/app/service&quot;,
  59. &quot;node.js.detected.package.eslint&quot;: &quot;true&quot;,
  60. &quot;node.js.selected.package.eslint&quot;: &quot;(autodetect)&quot;,
  61. &quot;nodejs_package_manager_path&quot;: &quot;npm&quot;,
  62. &quot;settings.editor.selected.configurable&quot;: &quot;advanced.settings&quot;,
  63. &quot;ts.external.directory.path&quot;: &quot;D:\\Program Files (x86)\\WebStorm 2022.2.1\\plugins\\JavaScriptLanguage\\jsLanguageServicesImpl\\external&quot;,
  64. &quot;vue.rearranger.settings.migration&quot;: &quot;true&quot;
  65. },
  66. &quot;keyToStringList&quot;: {
  67. &quot;DatabaseDriversLRU&quot;: [
  68. &quot;mysql&quot;
  69. ]
  70. }
  71. }</component>
  72. <component name="RecentsManager">
  73. <key name="CopyFile.RECENT_KEYS">
  74. <recent name="D:\ysjjCode\shop-system\app\service" />
  75. <recent name="D:\ysjjCode\shop-system\app\models\mysql" />
  76. <recent name="D:\ysjjCode\shop-system\app\schedule" />
  77. <recent name="D:\ysjjCode\shop-system\app\controller\home" />
  78. <recent name="D:\IdeaWorkSpace\wsProjects\shop-system\app\models\mysql" />
  79. </key>
  80. <key name="MoveFile.RECENT_KEYS">
  81. <recent name="D:\IdeaWorkSpace\wsProjects\shop-system\app\service" />
  82. </key>
  83. </component>
  84. <component name="RunManager" selected="npm.dev">
  85. <configuration name="dev" type="js.build_tools.npm" nameIsGenerated="true">
  86. <package-json value="$PROJECT_DIR$/package.json" />
  87. <command value="run" />
  88. <scripts>
  89. <script value="dev" />
  90. </scripts>
  91. <node-interpreter value="project" />
  92. <envs />
  93. <method v="2" />
  94. </configuration>
  95. <configuration name="start" type="js.build_tools.npm" temporary="true" nameIsGenerated="true">
  96. <package-json value="$PROJECT_DIR$/package.json" />
  97. <command value="run" />
  98. <scripts>
  99. <script value="start" />
  100. </scripts>
  101. <node-interpreter value="project" />
  102. <envs />
  103. <method v="2" />
  104. </configuration>
  105. <recent_temporary>
  106. <list>
  107. <item itemvalue="npm.start" />
  108. </list>
  109. </recent_temporary>
  110. </component>
  111. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  112. <component name="SvnConfiguration">
  113. <configuration>C:\Users\lawsu\AppData\Roaming\Subversion</configuration>
  114. </component>
  115. <component name="TaskManager">
  116. <task active="true" id="Default" summary="Default task">
  117. <changelist id="08cfebb0-a4a4-47ee-a307-566aa06f29bb" name="Default Changelist" comment="" />
  118. <created>1662084369296</created>
  119. <option name="number" value="Default" />
  120. <option name="presentableId" value="Default" />
  121. <updated>1662084369296</updated>
  122. <workItem from="1662084370454" duration="1759000" />
  123. <workItem from="1662088500387" duration="6766000" />
  124. <workItem from="1662167658477" duration="1337000" />
  125. <workItem from="1662176290243" duration="770000" />
  126. <workItem from="1662177176094" duration="553000" />
  127. <workItem from="1662338309565" duration="214000" />
  128. <workItem from="1662338542854" duration="4388000" />
  129. <workItem from="1662622492597" duration="7501000" />
  130. <workItem from="1662694348627" duration="5615000" />
  131. <workItem from="1663044533694" duration="15225000" />
  132. <workItem from="1663401013304" duration="1947000" />
  133. <workItem from="1663548517054" duration="1195000" />
  134. <workItem from="1663558524356" duration="23373000" />
  135. <workItem from="1664152648707" duration="45196000" />
  136. <workItem from="1664418562301" duration="5280000" />
  137. <workItem from="1664433448790" duration="22948000" />
  138. <workItem from="1665027889348" duration="1238000" />
  139. <workItem from="1665129969117" duration="4846000" />
  140. <workItem from="1665191912928" duration="40446000" />
  141. <workItem from="1665991906096" duration="39078000" />
  142. <workItem from="1667357596258" duration="22313000" />
  143. <workItem from="1668065005803" duration="16178000" />
  144. <workItem from="1668386725779" duration="88552000" />
  145. <workItem from="1668993968617" duration="13138000" />
  146. <workItem from="1669339872298" duration="138852000" />
  147. <workItem from="1670807057282" duration="33223000" />
  148. <workItem from="1671067521304" duration="65310000" />
  149. <workItem from="1671670788396" duration="35000" />
  150. <workItem from="1671671298809" duration="4988000" />
  151. <workItem from="1671693091363" duration="23888000" />
  152. <workItem from="1671890300355" duration="7932000" />
  153. <workItem from="1671925917878" duration="8939000" />
  154. <workItem from="1672017037738" duration="4053000" />
  155. <workItem from="1672108861443" duration="3129000" />
  156. <workItem from="1672277761347" duration="249000" />
  157. <workItem from="1672279679733" duration="2131000" />
  158. <workItem from="1672364653364" duration="2769000" />
  159. <workItem from="1672380653049" duration="1210000" />
  160. <workItem from="1672382497922" duration="3090000" />
  161. <workItem from="1672405959032" duration="6236000" />
  162. <workItem from="1672556216696" duration="5966000" />
  163. <workItem from="1672709562083" duration="61753000" />
  164. <workItem from="1673400172278" duration="28940000" />
  165. <workItem from="1673836393455" duration="27416000" />
  166. <workItem from="1674973907217" duration="7064000" />
  167. <workItem from="1675063928264" duration="73071000" />
  168. <workItem from="1675675328276" duration="27000" />
  169. <workItem from="1675675434438" duration="27000" />
  170. <workItem from="1675675468939" duration="4000" />
  171. <workItem from="1675675544147" duration="5000" />
  172. <workItem from="1675676205923" duration="32000" />
  173. <workItem from="1675676289753" duration="7000" />
  174. <workItem from="1675676303237" duration="44000" />
  175. <workItem from="1675676441063" duration="16000" />
  176. <workItem from="1675676819476" duration="205000" />
  177. <workItem from="1675677289864" duration="2568000" />
  178. <workItem from="1675731762750" duration="238000" />
  179. <workItem from="1675732009955" duration="912000" />
  180. <workItem from="1675733055809" duration="74000" />
  181. <workItem from="1675733137141" duration="57000" />
  182. <workItem from="1675733202707" duration="711000" />
  183. <workItem from="1675734123565" duration="117000" />
  184. <workItem from="1675734638974" duration="240000" />
  185. <workItem from="1675734986511" duration="3000" />
  186. <workItem from="1675735025904" duration="7582000" />
  187. <workItem from="1676248927659" duration="859000" />
  188. <workItem from="1676256884672" duration="2992000" />
  189. <workItem from="1676336879462" duration="1979000" />
  190. <workItem from="1676360230537" duration="2475000" />
  191. <workItem from="1676507300722" duration="2299000" />
  192. <workItem from="1676852967249" duration="16173000" />
  193. <workItem from="1676939511578" duration="9832000" />
  194. <workItem from="1677112948924" duration="8861000" />
  195. <workItem from="1677200592421" duration="731000" />
  196. <workItem from="1677206739350" duration="4971000" />
  197. <workItem from="1677459417289" duration="78937000" />
  198. <workItem from="1677718268976" duration="7115000" />
  199. <workItem from="1677833537020" duration="734000" />
  200. <workItem from="1677892998653" duration="25908000" />
  201. <workItem from="1678235047571" duration="2432000" />
  202. <workItem from="1678321861779" duration="8959000" />
  203. <workItem from="1678667767534" duration="9352000" />
  204. <workItem from="1678870198329" duration="8199000" />
  205. <workItem from="1679013683643" duration="4497000" />
  206. <workItem from="1679126258084" duration="10991000" />
  207. <workItem from="1679445911968" duration="1472000" />
  208. <workItem from="1679457401724" duration="5038000" />
  209. <workItem from="1679552442029" duration="818000" />
  210. <workItem from="1679554857765" duration="34000" />
  211. <workItem from="1679554909320" duration="11441000" />
  212. <workItem from="1679648575493" duration="8325000" />
  213. <workItem from="1679966426597" duration="19417000" />
  214. <workItem from="1680482687450" duration="6951000" />
  215. <workItem from="1680573064919" duration="427000" />
  216. <workItem from="1680573694113" duration="4495000" />
  217. <workItem from="1680656792497" duration="9897000" />
  218. <workItem from="1681087422211" duration="29969000" />
  219. <workItem from="1681432972279" duration="17848000" />
  220. <workItem from="1681518508107" duration="6881000" />
  221. <workItem from="1681714573839" duration="1666000" />
  222. <workItem from="1681789823021" duration="2061000" />
  223. <workItem from="1681804372337" duration="9741000" />
  224. <workItem from="1681886535100" duration="3245000" />
  225. <workItem from="1681907911628" duration="2728000" />
  226. <workItem from="1681951084351" duration="3232000" />
  227. <workItem from="1682037340081" duration="3378000" />
  228. <workItem from="1682210038998" duration="19000" />
  229. <workItem from="1682210451978" duration="4130000" />
  230. <workItem from="1682385332451" duration="7839000" />
  231. <workItem from="1682468124042" duration="7463000" />
  232. <workItem from="1682556711346" duration="6970000" />
  233. <workItem from="1682591527283" duration="1014000" />
  234. <workItem from="1683160705047" duration="20748000" />
  235. <workItem from="1683680390431" duration="10716000" />
  236. <workItem from="1684285805109" duration="1458000" />
  237. <workItem from="1684381540279" duration="14518000" />
  238. <workItem from="1684807776744" duration="7682000" />
  239. <workItem from="1684888727894" duration="11215000" />
  240. <workItem from="1685323238010" duration="5222000" />
  241. <workItem from="1685492360403" duration="16870000" />
  242. <workItem from="1685777385088" duration="5289000" />
  243. <workItem from="1686009872422" duration="4726000" />
  244. <workItem from="1686206135394" duration="9248000" />
  245. <workItem from="1686306300539" duration="1693000" />
  246. <workItem from="1686379539203" duration="750000" />
  247. <workItem from="1687224873195" duration="3214000" />
  248. <workItem from="1687656657295" duration="6710000" />
  249. <workItem from="1688519673249" duration="695000" />
  250. <workItem from="1688610318926" duration="5000" />
  251. <workItem from="1688610355850" duration="5828000" />
  252. <workItem from="1688949661834" duration="4497000" />
  253. <workItem from="1689209473126" duration="4787000" />
  254. <workItem from="1689240225909" duration="2672000" />
  255. <workItem from="1689384833956" duration="6286000" />
  256. <workItem from="1689558398171" duration="37385000" />
  257. <workItem from="1690506765249" duration="16389000" />
  258. <workItem from="1691058586577" duration="6589000" />
  259. <workItem from="1691547091961" duration="8363000" />
  260. <workItem from="1691635063702" duration="14800000" />
  261. <workItem from="1692081432949" duration="2142000" />
  262. <workItem from="1692151512704" duration="4784000" />
  263. <workItem from="1692174536256" duration="9237000" />
  264. <workItem from="1692412892850" duration="4078000" />
  265. <workItem from="1692582714108" duration="4090000" />
  266. <workItem from="1692666690140" duration="5486000" />
  267. <workItem from="1692752289886" duration="4795000" />
  268. <workItem from="1692840290649" duration="36723000" />
  269. <workItem from="1693181862320" duration="1499000" />
  270. <workItem from="1693206691778" duration="828000" />
  271. <workItem from="1693275184270" duration="5000" />
  272. <workItem from="1693278134477" duration="4133000" />
  273. <workItem from="1693377127421" duration="1188000" />
  274. <workItem from="1693448014632" duration="596000" />
  275. <workItem from="1693618204645" duration="54000" />
  276. <workItem from="1693965606793" duration="9192000" />
  277. <workItem from="1694742935995" duration="8978000" />
  278. </task>
  279. <task id="LOCAL-00029" summary="1.商品补充规格sku;">
  280. <created>1673014755284</created>
  281. <option name="number" value="00029" />
  282. <option name="presentableId" value="LOCAL-00029" />
  283. <option name="project" value="LOCAL" />
  284. <updated>1673014755284</updated>
  285. </task>
  286. <task id="LOCAL-00030" summary="1.rearrange code;">
  287. <created>1673053043473</created>
  288. <option name="number" value="00030" />
  289. <option name="presentableId" value="LOCAL-00030" />
  290. <option name="project" value="LOCAL" />
  291. <updated>1673053043473</updated>
  292. </task>
  293. <task id="LOCAL-00031" summary="1.订单打印补充商品信息;">
  294. <created>1673075312104</created>
  295. <option name="number" value="00031" />
  296. <option name="presentableId" value="LOCAL-00031" />
  297. <option name="project" value="LOCAL" />
  298. <updated>1673075312104</updated>
  299. </task>
  300. <task id="LOCAL-00032" summary="1.修复下单付款没有扣除库存的问题;">
  301. <created>1673230889699</created>
  302. <option name="number" value="00032" />
  303. <option name="presentableId" value="LOCAL-00032" />
  304. <option name="project" value="LOCAL" />
  305. <updated>1673230889699</updated>
  306. </task>
  307. <task id="LOCAL-00033" summary="1.微信商家转账到零钱(提现);">
  308. <created>1675386255513</created>
  309. <option name="number" value="00033" />
  310. <option name="presentableId" value="LOCAL-00033" />
  311. <option name="project" value="LOCAL" />
  312. <updated>1675386255513</updated>
  313. </task>
  314. <task id="LOCAL-00034" summary="1.提现备注;">
  315. <created>1675387476970</created>
  316. <option name="number" value="00034" />
  317. <option name="presentableId" value="LOCAL-00034" />
  318. <option name="project" value="LOCAL" />
  319. <updated>1675387476970</updated>
  320. </task>
  321. <task id="LOCAL-00035" summary="1.空指针处理;">
  322. <created>1675396561222</created>
  323. <option name="number" value="00035" />
  324. <option name="presentableId" value="LOCAL-00035" />
  325. <option name="project" value="LOCAL" />
  326. <updated>1675396561222</updated>
  327. </task>
  328. <task id="LOCAL-00036" summary="1.公众号迁移更新替换openid;">
  329. <created>1676963340066</created>
  330. <option name="number" value="00036" />
  331. <option name="presentableId" value="LOCAL-00036" />
  332. <option name="project" value="LOCAL" />
  333. <updated>1676963340066</updated>
  334. </task>
  335. <task id="LOCAL-00037" summary="1.购酒赠送发放餐饮币;">
  336. <created>1677564451303</created>
  337. <option name="number" value="00037" />
  338. <option name="presentableId" value="LOCAL-00037" />
  339. <option name="project" value="LOCAL" />
  340. <updated>1677564451303</updated>
  341. </task>
  342. <task id="LOCAL-00038" summary="1.商家扫客户付款码申请核销餐币;">
  343. <created>1677641740892</created>
  344. <option name="number" value="00038" />
  345. <option name="presentableId" value="LOCAL-00038" />
  346. <option name="project" value="LOCAL" />
  347. <updated>1677641740892</updated>
  348. </task>
  349. <task id="LOCAL-00039" summary="1.商家扫客户付款码申请核销餐币;">
  350. <created>1677643026611</created>
  351. <option name="number" value="00039" />
  352. <option name="presentableId" value="LOCAL-00039" />
  353. <option name="project" value="LOCAL" />
  354. <updated>1677643026611</updated>
  355. </task>
  356. <task id="LOCAL-00040" summary="1.商家餐币提现;">
  357. <created>1677684804923</created>
  358. <option name="number" value="00040" />
  359. <option name="presentableId" value="LOCAL-00040" />
  360. <option name="project" value="LOCAL" />
  361. <updated>1677684804923</updated>
  362. </task>
  363. <task id="LOCAL-00041" summary="1.删除定时任务:订单检查发放;">
  364. <created>1678005328463</created>
  365. <option name="number" value="00041" />
  366. <option name="presentableId" value="LOCAL-00041" />
  367. <option name="project" value="LOCAL" />
  368. <updated>1678005328463</updated>
  369. </task>
  370. <task id="LOCAL-00042" summary="1.删除定时任务:订单检查发放;">
  371. <created>1678063592087</created>
  372. <option name="number" value="00042" />
  373. <option name="presentableId" value="LOCAL-00042" />
  374. <option name="project" value="LOCAL" />
  375. <updated>1678063592087</updated>
  376. </task>
  377. <task id="LOCAL-00043" summary="1.餐币钱包有效期90天;">
  378. <created>1678066840917</created>
  379. <option name="number" value="00043" />
  380. <option name="presentableId" value="LOCAL-00043" />
  381. <option name="project" value="LOCAL" />
  382. <updated>1678066840917</updated>
  383. </task>
  384. <task id="LOCAL-00044" summary="1.餐币明细,客源信息;">
  385. <created>1678084553667</created>
  386. <option name="number" value="00044" />
  387. <option name="presentableId" value="LOCAL-00044" />
  388. <option name="project" value="LOCAL" />
  389. <updated>1678084553667</updated>
  390. </task>
  391. <task id="LOCAL-00045" summary="1.餐币有效期;">
  392. <created>1678092584808</created>
  393. <option name="number" value="00045" />
  394. <option name="presentableId" value="LOCAL-00045" />
  395. <option name="project" value="LOCAL" />
  396. <updated>1678092584808</updated>
  397. </task>
  398. <task id="LOCAL-00046" summary="1.修复餐币发放数量错误的bug;">
  399. <created>1679578801669</created>
  400. <option name="number" value="00046" />
  401. <option name="presentableId" value="LOCAL-00046" />
  402. <option name="project" value="LOCAL" />
  403. <updated>1679578801669</updated>
  404. </task>
  405. <task id="LOCAL-00047" summary="1.增加合作餐店列表接口;">
  406. <created>1679900322122</created>
  407. <option name="number" value="00047" />
  408. <option name="presentableId" value="LOCAL-00047" />
  409. <option name="project" value="LOCAL" />
  410. <updated>1679900322122</updated>
  411. </task>
  412. <task id="LOCAL-00048" summary="1.补充餐店经纬度位置;2.补充餐店订单更新排名;">
  413. <created>1679996663255</created>
  414. <option name="number" value="00048" />
  415. <option name="presentableId" value="LOCAL-00048" />
  416. <option name="project" value="LOCAL" />
  417. <updated>1679996663255</updated>
  418. </task>
  419. <task id="LOCAL-00049" summary="1.补充餐店排序字段;">
  420. <created>1680171994192</created>
  421. <option name="number" value="00049" />
  422. <option name="presentableId" value="LOCAL-00049" />
  423. <option name="project" value="LOCAL" />
  424. <updated>1680171994192</updated>
  425. </task>
  426. <task id="LOCAL-00050" summary="1.参数错误文案调整;">
  427. <created>1680593508347</created>
  428. <option name="number" value="00050" />
  429. <option name="presentableId" value="LOCAL-00050" />
  430. <option name="project" value="LOCAL" />
  431. <updated>1680593508347</updated>
  432. </task>
  433. <task id="LOCAL-00051" summary="1.补充所有合作餐店可以核销通用电子餐费的逻辑;">
  434. <created>1681357830926</created>
  435. <option name="number" value="00051" />
  436. <option name="presentableId" value="LOCAL-00051" />
  437. <option name="project" value="LOCAL" />
  438. <updated>1681357830926</updated>
  439. </task>
  440. <task id="LOCAL-00052" summary="1.餐店和普通客户区别分佣比例;">
  441. <created>1681455627672</created>
  442. <option name="number" value="00052" />
  443. <option name="presentableId" value="LOCAL-00052" />
  444. <option name="project" value="LOCAL" />
  445. <updated>1681455627672</updated>
  446. </task>
  447. <task id="LOCAL-00053" summary="1.查询所有餐店;">
  448. <created>1681465743736</created>
  449. <option name="number" value="00053" />
  450. <option name="presentableId" value="LOCAL-00053" />
  451. <option name="project" value="LOCAL" />
  452. <updated>1681465743736</updated>
  453. </task>
  454. <task id="LOCAL-00054" summary="1.补充限制付款订单才能分发电子餐费;">
  455. <created>1681530675599</created>
  456. <option name="number" value="00054" />
  457. <option name="presentableId" value="LOCAL-00054" />
  458. <option name="project" value="LOCAL" />
  459. <updated>1681530675599</updated>
  460. </task>
  461. <task id="LOCAL-00055" summary="1.调整限制兑酒红包的使用;">
  462. <created>1681546516737</created>
  463. <option name="number" value="00055" />
  464. <option name="presentableId" value="LOCAL-00055" />
  465. <option name="project" value="LOCAL" />
  466. <updated>1681546516737</updated>
  467. </task>
  468. <task id="LOCAL-00056" summary="1.调整餐店分佣比例;">
  469. <created>1681871819949</created>
  470. <option name="number" value="00056" />
  471. <option name="presentableId" value="LOCAL-00056" />
  472. <option name="project" value="LOCAL" />
  473. <updated>1681871819949</updated>
  474. </task>
  475. <task id="LOCAL-00057" summary="1.修复电子餐费发放失败的bug;">
  476. <created>1681908918075</created>
  477. <option name="number" value="00057" />
  478. <option name="presentableId" value="LOCAL-00057" />
  479. <option name="project" value="LOCAL" />
  480. <updated>1681908918075</updated>
  481. </task>
  482. <task id="LOCAL-00058" summary="1.添加购物车数量调整;">
  483. <created>1682590916526</created>
  484. <option name="number" value="00058" />
  485. <option name="presentableId" value="LOCAL-00058" />
  486. <option name="project" value="LOCAL" />
  487. <updated>1682590916526</updated>
  488. </task>
  489. <task id="LOCAL-00059" summary="1.限制餐厅指定微信号提现;2.补充餐店未结算合作费用款项字段;">
  490. <created>1683343470842</created>
  491. <option name="number" value="00059" />
  492. <option name="presentableId" value="LOCAL-00059" />
  493. <option name="project" value="LOCAL" />
  494. <updated>1683343470842</updated>
  495. </task>
  496. <task id="LOCAL-00060" summary="1.支持门店自提;">
  497. <created>1684573262829</created>
  498. <option name="number" value="00060" />
  499. <option name="presentableId" value="LOCAL-00060" />
  500. <option name="project" value="LOCAL" />
  501. <updated>1684573262829</updated>
  502. </task>
  503. <task id="LOCAL-00061" summary="1.支持门店自提;">
  504. <created>1684573744071</created>
  505. <option name="number" value="00061" />
  506. <option name="presentableId" value="LOCAL-00061" />
  507. <option name="project" value="LOCAL" />
  508. <updated>1684573744071</updated>
  509. </task>
  510. <task id="LOCAL-00062" summary="1.调整分佣策略;">
  511. <created>1684921698110</created>
  512. <option name="number" value="00062" />
  513. <option name="presentableId" value="LOCAL-00062" />
  514. <option name="project" value="LOCAL" />
  515. <updated>1684921698110</updated>
  516. </task>
  517. <task id="LOCAL-00063" summary="1.完善地址或自提文案;">
  518. <created>1684922150238</created>
  519. <option name="number" value="00063" />
  520. <option name="presentableId" value="LOCAL-00063" />
  521. <option name="project" value="LOCAL" />
  522. <updated>1684922150238</updated>
  523. </task>
  524. <task id="LOCAL-00064" summary="1.redis db 15;">
  525. <created>1687781223444</created>
  526. <option name="number" value="00064" />
  527. <option name="presentableId" value="LOCAL-00064" />
  528. <option name="project" value="LOCAL" />
  529. <updated>1687781223444</updated>
  530. </task>
  531. <task id="LOCAL-00065" summary="1.git;">
  532. <created>1687781395629</created>
  533. <option name="number" value="00065" />
  534. <option name="presentableId" value="LOCAL-00065" />
  535. <option name="project" value="LOCAL" />
  536. <updated>1687781395629</updated>
  537. </task>
  538. <task id="LOCAL-00066" summary="1...;">
  539. <created>1687781493891</created>
  540. <option name="number" value="00066" />
  541. <option name="presentableId" value="LOCAL-00066" />
  542. <option name="project" value="LOCAL" />
  543. <updated>1687781493891</updated>
  544. </task>
  545. <task id="LOCAL-00067" summary="1.邀请分享红包调整;">
  546. <created>1688093049870</created>
  547. <option name="number" value="00067" />
  548. <option name="presentableId" value="LOCAL-00067" />
  549. <option name="project" value="LOCAL" />
  550. <updated>1688093049870</updated>
  551. </task>
  552. <task id="LOCAL-00068" summary="1.暂存;">
  553. <created>1689236035801</created>
  554. <option name="number" value="00068" />
  555. <option name="presentableId" value="LOCAL-00068" />
  556. <option name="project" value="LOCAL" />
  557. <updated>1689236035801</updated>
  558. </task>
  559. <task id="LOCAL-00069" summary="1.gte 大于等于 ;">
  560. <created>1689240933591</created>
  561. <option name="number" value="00069" />
  562. <option name="presentableId" value="LOCAL-00069" />
  563. <option name="project" value="LOCAL" />
  564. <updated>1689240933591</updated>
  565. </task>
  566. <task id="LOCAL-00070" summary="1、统计;">
  567. <created>1690420695156</created>
  568. <option name="number" value="00070" />
  569. <option name="presentableId" value="LOCAL-00070" />
  570. <option name="project" value="LOCAL" />
  571. <updated>1690420695156</updated>
  572. </task>
  573. <task id="LOCAL-00071" summary="1、用户统计详情;">
  574. <created>1691246300646</created>
  575. <option name="number" value="00071" />
  576. <option name="presentableId" value="LOCAL-00071" />
  577. <option name="project" value="LOCAL" />
  578. <updated>1691246300647</updated>
  579. </task>
  580. <task id="LOCAL-00072" summary="1、我邀请的用户活跃列表;">
  581. <created>1691747306397</created>
  582. <option name="number" value="00072" />
  583. <option name="presentableId" value="LOCAL-00072" />
  584. <option name="project" value="LOCAL" />
  585. <updated>1691747306397</updated>
  586. </task>
  587. <task id="LOCAL-00073" summary="1、时间倒序;">
  588. <created>1692153818839</created>
  589. <option name="number" value="00073" />
  590. <option name="presentableId" value="LOCAL-00073" />
  591. <option name="project" value="LOCAL" />
  592. <updated>1692153818840</updated>
  593. </task>
  594. <task id="LOCAL-00074" summary="1、每日用户登录记录;">
  595. <created>1693124235814</created>
  596. <option name="number" value="00074" />
  597. <option name="presentableId" value="LOCAL-00074" />
  598. <option name="project" value="LOCAL" />
  599. <updated>1693124235815</updated>
  600. </task>
  601. <task id="LOCAL-00075" summary="1、每日用户登录数量查询;">
  602. <created>1693131061954</created>
  603. <option name="number" value="00075" />
  604. <option name="presentableId" value="LOCAL-00075" />
  605. <option name="project" value="LOCAL" />
  606. <updated>1693131061954</updated>
  607. </task>
  608. <task id="LOCAL-00076" summary="1、分类商品列表查询全部;">
  609. <created>1694075503571</created>
  610. <option name="number" value="00076" />
  611. <option name="presentableId" value="LOCAL-00076" />
  612. <option name="project" value="LOCAL" />
  613. <updated>1694075503571</updated>
  614. </task>
  615. <task id="LOCAL-00077" summary="1、关联查询排序问题;">
  616. <created>1694759399533</created>
  617. <option name="number" value="00077" />
  618. <option name="presentableId" value="LOCAL-00077" />
  619. <option name="project" value="LOCAL" />
  620. <updated>1694759399533</updated>
  621. </task>
  622. <option name="localTasksCounter" value="78" />
  623. <servers />
  624. </component>
  625. <component name="TypeScriptGeneratedFilesManager">
  626. <option name="version" value="3" />
  627. <option name="includedJSSourcePackages">
  628. <set>
  629. <option value="wechatpay-node-v3" />
  630. </set>
  631. </option>
  632. </component>
  633. <component name="Vcs.Log.History.Properties">
  634. <option name="COLUMN_ID_ORDER">
  635. <list>
  636. <option value="Default.Root" />
  637. <option value="Default.Author" />
  638. <option value="Default.Date" />
  639. <option value="Default.Subject" />
  640. <option value="Space.CommitStatus" />
  641. </list>
  642. </option>
  643. </component>
  644. <component name="Vcs.Log.Tabs.Properties">
  645. <option name="TAB_STATES">
  646. <map>
  647. <entry key="MAIN">
  648. <value>
  649. <State>
  650. <option name="FILTERS">
  651. <map>
  652. <entry key="branch">
  653. <value>
  654. <list>
  655. <option value="master" />
  656. </list>
  657. </value>
  658. </entry>
  659. </map>
  660. </option>
  661. </State>
  662. </value>
  663. </entry>
  664. </map>
  665. </option>
  666. </component>
  667. <component name="VcsManagerConfiguration">
  668. <MESSAGE value="1.餐店和普通客户区别分佣比例;" />
  669. <MESSAGE value="1.查询所有餐店;" />
  670. <MESSAGE value="1.补充限制付款订单才能分发电子餐费;" />
  671. <MESSAGE value="1.调整限制兑酒红包的使用;" />
  672. <MESSAGE value="1.调整餐店分佣比例;" />
  673. <MESSAGE value="1.修复电子餐费发放失败的bug;" />
  674. <MESSAGE value="1.添加购物车数量调整;" />
  675. <MESSAGE value="1.限制餐厅指定微信号提现;2.补充餐店未结算合作费用款项字段;" />
  676. <MESSAGE value="1.支持门店自提;" />
  677. <MESSAGE value="1.调整分佣策略;" />
  678. <MESSAGE value="1.完善地址或自提文案;" />
  679. <MESSAGE value="1.redis db 15;" />
  680. <MESSAGE value="1.git;" />
  681. <MESSAGE value="1...;" />
  682. <MESSAGE value="1.邀请分享红包调整;" />
  683. <MESSAGE value="1.暂存;" />
  684. <MESSAGE value="1.gte 大于等于 ;" />
  685. <MESSAGE value="1、统计;" />
  686. <MESSAGE value="1、用户统计详情;" />
  687. <MESSAGE value="1、我邀请的用户活跃列表;" />
  688. <MESSAGE value="1、时间倒序;" />
  689. <MESSAGE value="1、每日用户登录记录;" />
  690. <MESSAGE value="1、每日用户登录数量查询;" />
  691. <MESSAGE value="1、分类商品列表查询全部;" />
  692. <MESSAGE value="1、关联查询排序问题;" />
  693. <option name="LAST_COMMIT_MESSAGE" value="1、关联查询排序问题;" />
  694. </component>
  695. <component name="XDebuggerManager">
  696. <breakpoint-manager>
  697. <breakpoints>
  698. <line-breakpoint enabled="true" type="javascript">
  699. <url>file://$PROJECT_DIR$/app/controller/home/order.js</url>
  700. <line>402</line>
  701. <option name="timeStamp" value="1" />
  702. </line-breakpoint>
  703. </breakpoints>
  704. </breakpoint-manager>
  705. </component>
  706. </project>