Edit by browser

This commit is contained in:
杨茂林 2022-02-19 23:50:18 +08:00
parent 2801d80dc8
commit 13870f4c99
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ read -p '' choice
#---------- 开始评测 ----------
mysql -h127.0.0.1 -uroot << EDF
use finace1;
use finance1;
set @para = $choice;
select get_deposit(@para);