Commit 13ad8bd2 by 冷斌

update

parent 08c1dc19
......@@ -109,6 +109,9 @@ class CashController extends AdminbaseController {
function edit_post(){
if(IS_POST){
if (empty($_POST['trade_no'])) {
$this->error('第三方支付订单号不能为空');
}
if($_POST['status']=='0'){
$this->error('未修改订单状态');
}
......
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