Commit 8e9b38b9 authored by wangxinghua's avatar wangxinghua

bug fix

parent c91453a9
...@@ -35,11 +35,11 @@ class Oracle extends Model ...@@ -35,11 +35,11 @@ class Oracle extends Model
{ {
if(date('N',strtotime($row['SHOUSHURQ'])) == '1') if(date('N',strtotime($row['SHOUSHURQ'])) == '1')
{ {
$qytday = date('Y-m-d',strtotime($row['SHOUSHURQ'])-3*86400), $qytday = date('Y-m-d',strtotime($row['SHOUSHURQ'])-3*86400);
} }
else else
{ {
$qytday = date('Y-m-d',strtotime($row['SHOUSHURQ'])-86400), $qytday = date('Y-m-d',strtotime($row['SHOUSHURQ'])-86400);
} }
$zqday = array( $zqday = array(
$qytday, $qytday,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment