|
@@ -317,9 +317,6 @@ class Reorder extends \app\BaseController
|
|
|
return error_show(1004,"参数status不能为空");
|
|
|
}
|
|
|
$remark = isset($this->post['remark']) && $this->post['remark'] !="" ? trim($this->post['remark']) :"";
|
|
|
- if($remark==""){
|
|
|
- return error_show(1004,"参数remark不能为空");
|
|
|
- }
|
|
|
$info['status'] =$status;
|
|
|
$info['remark'] =$remark;
|
|
|
$info["updatetime"]=date("Y-m-d H:i:s");
|