Skip to content

Commit

Permalink
修正脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
walkerwzy committed Sep 21, 2017
1 parent 58fccee commit 60b4020
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion scripts/16.支付相关.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ passkeys='code,flag,message'
fileuri='/Users/walker/Desktop/index.html'
debug=true
verbose=false
modulename='taskHealthEducation'
modulename='taskPayment'
models=(
#获取支付参数(签约)
'modelAgrmtAppayPayParam,modelUnifiedPayDTO'
Expand Down
6 changes: 2 additions & 4 deletions scripts/24.订单和服务包相关.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ models=(
#获取配置项
'modelOrderConfigInfo,modelOrderConfigShowItem,modelOrderConfigRequireItem'
#保存草稿
'modelAgreementTagsInfo'
#修改草稿
'modelAgreementTagsInfo'
#草稿详情
'modelAgreemntOrderDetailInfo,modelAgreementAttatch,modelAgreementTagsInfo'
#订单校验
Expand All @@ -31,9 +29,9 @@ models=(
#订单详情
'modelOrderDetailInfo,modelOrderDetailImgInfo,modelOrderDetailPkgItem'
#服务包详情
'modelServicePackageInfo,modelServicePackageDO'
'modelServicePackageInfo,modelServicePackageItemDO'
#服务包列表(签约个人和签约团队的所有服务包)
'modelServicePackageInfo'
'modelServicePackageListItem'
)

for model in ${models[@]}; do
Expand Down

0 comments on commit 60b4020

Please sign in to comment.