@bee-hole/server 1.50.0 → 1.50.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/main.exe +0 -0
- package/mainD +0 -0
- package/package.json +2 -2
- package/resource/public/cp/index.html +1 -1
- package/resource/public/cp/js/{app~f075b844.365e07e0.js → app~f075b844.b015983e.js} +1 -1
- package/resource/public/cp/js/app~f075b844.b015983e.js.gz +0 -0
- package/resource/public/cp/js/{lang-trans~748942c6.b05fa9b3.js → lang-trans~748942c6.2b988c00.js} +2 -2
- package/resource/public/cp/js/lang-trans~748942c6.2b988c00.js.gz +0 -0
- package/storage/patch/patch.sql +26 -0
- package/version +1 -1
- package/resource/public/cp/js/app~f075b844.365e07e0.js.gz +0 -0
- package/resource/public/cp/js/lang-trans~748942c6.b05fa9b3.js.gz +0 -0
- /package/resource/public/cp/js/{chunk-04d7c8ea.004dc12a.js → chunk-04d7c8ea.d0a97197.js} +0 -0
- /package/resource/public/cp/js/{chunk-06b810e2.956a0045.js → chunk-06b810e2.e6c89f07.js} +0 -0
- /package/resource/public/cp/js/{chunk-120e4efc.d80688bb.js → chunk-120e4efc.db2f21b7.js} +0 -0
- /package/resource/public/cp/js/{chunk-32ca08dd.5815a06f.js → chunk-32ca08dd.de53de68.js} +0 -0
- /package/resource/public/cp/js/{chunk-61c1aab3.1d1e2878.js → chunk-61c1aab3.e0d5cbdc.js} +0 -0
- /package/resource/public/cp/js/{chunk-61c1aab3.1d1e2878.js.gz → chunk-61c1aab3.e0d5cbdc.js.gz} +0 -0
- /package/resource/public/cp/js/{chunk-6c3fad0b.8dc341dc.js → chunk-6c3fad0b.b341be51.js} +0 -0
- /package/resource/public/cp/js/{chunk-ac5b10a4.d96acfef.js → chunk-ac5b10a4.1f100dce.js} +0 -0
- /package/resource/public/cp/js/{chunk-fc40dc74.a1fd7571.js → chunk-fc40dc74.254b91fe.js} +0 -0
- /package/resource/public/cp/js/{lang-id-ID-service~8773d05b.8627c942.js → lang-id-ID-service~8773d05b.70b49051.js} +0 -0
|
Binary file
|
package/storage/patch/patch.sql
CHANGED
|
@@ -204,3 +204,29 @@ ALTER TABLE `mall_message_recipients`
|
|
|
204
204
|
INSERT INTO `admin_menu` (`pid`, `name`, `code`, `icon`, `type`, `perms`, `path`, `component`, `query`, `is_frame`, `is_cache`, `is_visible`, `remark`, `level`, `tree`, `sort`, `status`, `created_at`, `updated_at`) VALUES
|
|
205
205
|
(2051, 'app.menus.left.message', 'messages', 'mail', 'C', '', '/message', 'config/message/index', '', '1', '2', '2', '', 2, '', 13, '1', '2024-05-09 01:35:49', '2024-05-09 06:35:33');
|
|
206
206
|
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
-- 升级地址
|
|
212
|
+
UPDATE mall_address SET street = CONCAT(street,' ', apartment) WHERE country = 'JP';
|
|
213
|
+
UPDATE mall_address SET apartment = '';
|
|
214
|
+
|
|
215
|
+
UPDATE mall_address SET street = CONCAT(city,' ', street) WHERE country = 'JP' AND city !='';
|
|
216
|
+
UPDATE mall_address SET city = '';
|
|
217
|
+
|
|
218
|
+
UPDATE mall_address SET last_name = CONCAT(last_name,' ', first_name) WHERE country = 'JP' AND first_name !='';
|
|
219
|
+
UPDATE mall_address SET first_name = '';
|
|
220
|
+
|
|
221
|
+
--
|
|
222
|
+
UPDATE mall_billing_address SET street = CONCAT(street,' ', apartment) WHERE country = 'JP';
|
|
223
|
+
UPDATE mall_billing_address SET apartment = '';
|
|
224
|
+
|
|
225
|
+
UPDATE mall_billing_address SET street = CONCAT(city,' ', street) WHERE country = 'JP' AND city !='';
|
|
226
|
+
UPDATE mall_billing_address SET city = '';
|
|
227
|
+
|
|
228
|
+
UPDATE mall_billing_address SET last_name = CONCAT(last_name,' ', first_name) WHERE country = 'JP' AND first_name !='';
|
|
229
|
+
UPDATE mall_billing_address SET first_name = '';
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
|
package/version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
v1.50.
|
|
1
|
+
v1.50.2
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/resource/public/cp/js/{chunk-61c1aab3.1d1e2878.js.gz → chunk-61c1aab3.e0d5cbdc.js.gz}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|