您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

6 行
193 B

  1. import frappe
  2. def execute():
  3. days = frappe.db.get_single_value("Website Settings", "auto_account_deletion")
  4. frappe.db.set_value("Website Settings", None, "auto_account_deletion", days * 24)