Changes between Version 1 and Version 2 of ProductChange
- Timestamp:
- 12/30/25 15:53:44 (13 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProductChange
v1 v2 6 6 7 7 **2.** The system checks if the member has permission to change products. 8 9 {{{#!sql 10 SELECT CASE 11 WHEN EXISTS ( 12 SELECT 1 13 FROM permissions 14 WHERE personal_ID='0010002' AND (permission_type='BOSS' OR permission_type='MANAGER') 15 ) THEN 'Yes' 16 ELSE 'No' 17 END AS has_permission; 18 19 }}} 8 20 9 21 **3.** After permission is confiremed, the registered user clicks "Edit product".
