20260828_apply_gen_template.sql 426 B

123456
  1. -- 开店申请增加「是否给零售店生成样例模板」标记
  2. -- 用途:hdApp/ghsApp 申请开店勾选后写入 xhApply,审核/自动通过时按该字段决定是否复制模板店数据
  3. -- 执行前请确认 xhApply 尚无 genTemplate 字段
  4. ALTER TABLE `xhApply`
  5. ADD COLUMN `genTemplate` tinyint(1) NOT NULL DEFAULT 0 COMMENT '是否给零售店生成样例模板 1是 0否' AFTER `inviteCommissionAmount`;