Commit 5f900836 authored by qa_quantgroup's avatar qa_quantgroup

a

parent 60d608ff
......@@ -33,7 +33,7 @@ function pushloanprogress(){
#查找loanid
loanid="select id from ${TABLENAME} where user_id=${user_id} order by id desc limit 1"
loan_id=`mysql -N $mysqld ${DBNAME} -e "${loanid}"`
echo "loan_id=$loan_id"
#echo "loan_id=$loan_id"
#查询订单状态
progressid="select progress from ${TABLENAME} where user_id=${user_id} order by id desc limit 1"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment