浏览代码

update shell

oubo 5 年之前
父节点
当前提交
63ed55fcb5
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      data/upgrade/v3.0.0/v3.0.0.sh

+ 2 - 0
data/upgrade/v3.0.0/v3.0.0.sh

@@ -30,6 +30,8 @@ curl -s http://${domain}:${port}/v2/tools/init?key=machine
 curl -s http://${domain}:${port}/v2/tools/report-calculation?key=ticket
 #初始化票据销售时间
 curl -s http://${domain}:${port}/v2/tools/report-forms-data-init?key=billOrderTime
+#设置内置事务
+curl -s http://${domain}:${port}/v2/tools/init?key=setAffairBuildin
 
 #安装wkhtmltopdf
 if [ ! -x "$(command -v wkhtmltopdf)"  ]; then