Commit 5933ee35 authored by tywldx's avatar tywldx

fix

parent 5e67b8d8
......@@ -30,7 +30,7 @@ echo `git checkout ./`
echo "关闭xyqb-user2验证码"
num=`grep -n "if (validCaptcha)" src/main/java/cn/quantgroup/xyqb/aspect/captcha/CaptchaValidateAdvisor.java|awk -F ':' '{print $1}'`
echo "----------------------${num}----------------------"
sed -i "${num}s/if \(validCaptcha\)/if \(true\)/g" src/main/java/cn/quantgroup/xyqb/aspect/captcha/CaptchaValidateAdvisor.java
sed -i "${num}s/if (validCaptcha)/if (true)/g" src/main/java/cn/quantgroup/xyqb/aspect/captcha/CaptchaValidateAdvisor.java
sh $pwd_path/4_build_by_name.sh xyqb-user2
sh $pwd_path/5_restart_by_name.sh xyqb-user2
\ No newline at end of file
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