| xqd
@@ -758,11 +758,11 @@ class PatientController extends AuthController
|
|
|
$catNewIds[$k] = $v['id'];
|
|
|
$this->ReceivingReminderOK($v['id']);
|
|
|
}
|
|
|
- }else if($v['product_type']==3){
|
|
|
- if ((time()-$v['receiving_time'])>=(1*60*60*24)){
|
|
|
- $menNewIds[$k] = $v['id'];
|
|
|
- $this->AppointReminder($v['id']);
|
|
|
- }
|
|
|
+ }else if($v['product_type']==3 || $v['product_type']==4 || $v['product_type']==5){
|
|
|
+// if ((time()-$v['receiving_time'])>=(1*60*60*24)){
|
|
|
+ $menNewIds[$k] = $v['id'];
|
|
|
+ $this->AppointReminder($v['id']);
|
|
|
+// }
|
|
|
}
|
|
|
|
|
|
}
|