AI智能回复搜索中,请稍后...
1 回答
if ($modelid == 13) {
$pinpai = $_POST['info']['pinpai'];
$chexing = $_POST['info']['chexing'];
$chexi = $_POST['info']['chexi'];
if ($pinpai) {
M('CxkPinpai')->where(array('id' => $pinpai))->setInc('num', 1);
}
if ($chexing) {
M('CxkPinpai')->where(array('id' => $chexing))->setInc('num', 1);
}
if ($chexi) {
M('CxkPinpai')->where(array('id' => $chexi))->setInc('num', 1);
}
}