yangsai@163.com 6 months ago
parent 405696f25f
commit 8f14b881d7
  1. 8
      application/controllers/Api/Squirrel.php

@ -120,14 +120,14 @@ class Api_SquirrelController extends Ctrl_Api{
if($cageinfo==2){
if($data['sex']==1){
if((int)$this->Squirrelmodel->field("count(*) num")->where("sex=1 and cage={$data['cage']}")->fList()['num']==1) Tool_Fnc::apiMsg('该笼公鼠已上限', '500');
}if($data['sex']==1){
}if($data['sex']==2){
if((int)$this->Squirrelmodel->field("count(*) num")->where("sex=2 and cage={$data['cage']}")->fList()['num']==2) Tool_Fnc::apiMsg('该笼母鼠已上限', '500');
}
}else{
//查询笼位是否有不同性别鼠
if($data['sex']==1){
if(!empty($this->Squirrelmodel->field("*")->where("sex=2 and cage={$data['cage']}")->fRow())) Tool_Fnc::apiMsg('该笼只能添加母鼠', '500');
}if($data['sex']==1){
}if($data['sex']==2){
if(!empty($this->Squirrelmodel->field("*")->where("sex=1 and cage={$data['cage']}")->fRow())) Tool_Fnc::apiMsg('该笼只能添加公鼠', '500');
}
}
@ -186,14 +186,14 @@ class Api_SquirrelController extends Ctrl_Api{
if($cageinfo==2){
if($data['sex']==1){
if((int)$this->Squirrelmodel->field("count(*) num")->where("sex=1 and cage={$data['cage']}")->fList()['num']==1) Tool_Fnc::apiMsg('该笼公鼠已上限', '500');
}if($data['sex']==1){
}if($data['sex']==2){
if((int)$this->Squirrelmodel->field("count(*) num")->where("sex=2 and cage={$data['cage']}")->fList()['num']==2) Tool_Fnc::apiMsg('该笼母鼠已上限', '500');
}
}else{
//查询笼位是否有不同性别鼠
if($data['sex']==1){
if(!empty($this->Squirrelmodel->field("*")->where("sex=2 and cage={$data['cage']}")->fRow())) Tool_Fnc::apiMsg('该笼只能添加母鼠', '500');
}if($data['sex']==1){
}if($data['sex']==2){
if(!empty($this->Squirrelmodel->field("*")->where("sex=1 and cage={$data['cage']}")->fRow())) Tool_Fnc::apiMsg('该笼只能添加公鼠', '500');
}
}

Loading…
Cancel
Save