엑셀 배송 일괄처리시 상태가 준비가 아닌 것은 처리안함
This commit is contained in:
@ -105,6 +105,11 @@ if($_FILES['excelfile']['tmp_name']) {
|
||||
continue;
|
||||
}
|
||||
|
||||
if($od['od_status'] == '준비') {
|
||||
$fail_od_id[] = $od_id;
|
||||
continue;
|
||||
}
|
||||
|
||||
$delivery['invoice'] = $od_invoice;
|
||||
$delivery['invoice_time'] = G5_TIME_YMDHIS;
|
||||
$delivery['delivery_company'] = $od_delivery_company;
|
||||
|
||||
Reference in New Issue
Block a user