摘要:
//添加关联赠品(确定) public function addGiveGoods($ids,$child,$parent_sku_no){ $license=new LicenseModel(); $personnel_code=$_SESSION['user']['personnel_code']; $time=date("Y-... 阅读全文
摘要:
switch ($type){ case 'day'://当日 $end=date('Y-m-d H:i:s',mktime(0,0,0,date('m'),date('d')+1,date('Y'))); $where=' and '.$pre.'create_time>="'.date('Y-m-d').'" and '.$pre.'create_ti... 阅读全文