更新合同参数错误问题
This commit is contained in:
parent
959b241975
commit
06824cb8bf
@ -26,7 +26,7 @@ class HetongController extends BaseApiController
|
||||
$id = Request()->get('id');
|
||||
$type = Request()->get('type');
|
||||
$msg='合同不存在';
|
||||
if(!empty($type)){
|
||||
if(empty($type)){
|
||||
$msg='参数错误';
|
||||
}
|
||||
if ($id && $type) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user