Commit ccd02635 authored by 赵建伟's avatar 赵建伟

update codes

parent c1f80553
...@@ -5,7 +5,7 @@ source /etc/profile ...@@ -5,7 +5,7 @@ source /etc/profile
if [ $# -lt 1 ]; then if [ $# -lt 1 ]; then
echo "Param error, please check again!" echo "Param error, please check again!"
exit 0 exit 1
fi fi
#默认取输入的账期 #默认取输入的账期
......
...@@ -5,7 +5,7 @@ source /etc/profile ...@@ -5,7 +5,7 @@ source /etc/profile
if [ $# -lt 1 ]; then if [ $# -lt 1 ]; then
echo "Param error, please check again!" echo "Param error, please check again!"
exit 0 exit 1
fi fi
#默认取输入的账期 #默认取输入的账期
......
...@@ -5,7 +5,7 @@ source /etc/profile ...@@ -5,7 +5,7 @@ source /etc/profile
if [ $# -lt 2 ]; then if [ $# -lt 2 ]; then
echo "Param error, please check again!" echo "Param error, please check again!"
exit 0 exit 1
fi fi
#默认取输入的账期 #默认取输入的账期
......
...@@ -5,7 +5,7 @@ source /etc/profile ...@@ -5,7 +5,7 @@ source /etc/profile
if [ $# -lt 3 ]; then if [ $# -lt 3 ]; then
echo "Param error, please check again!" echo "Param error, please check again!"
exit 0 exit 1
fi fi
#默认取输入的账期 #默认取输入的账期
......
#!/bin/bash #!/bin/bash
if [ $# -lt 4 ]; then if [ $# -lt 3 ]; then
echo "Param error, please check again!" echo "Param error, please check again!"
exit 0 exit 1
fi fi
yesterday_date=$4 yesterday_date=$4
......
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