标签:style blog color os sp 数据 div log bs
// 还剩的图片的id $oldPid = implode(‘,‘, $_POST[‘OldGoodsPic‘]); // 从数据库中找需要出删除了的 FIND_IN_SET(id,‘$oldPid‘) 找出id 不在这个 $oldPid 这个字符串中 返回的是0 $data_pics = $gpModel->where("FIND_IN_SET(id,‘$oldPid‘)=0 AND goods_id=$this->id")->select();
标签:style blog color os sp 数据 div log bs
原文地址:http://www.cnblogs.com/hgj123/p/4166636.html