Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tiantan-gate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangxinghua
tiantan-gate
Commits
add5aab5
Commit
add5aab5
authored
Jul 06, 2020
by
wangxinghua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
同上
parent
5e1c683d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
Oracle.php
TTYYGate/application/common/model/Oracle.php
+9
-1
No files found.
TTYYGate/application/common/model/Oracle.php
View file @
add5aab5
...
...
@@ -33,8 +33,16 @@ class Oracle extends Model
//1.择期手术
if
(
$row
[
'YN_SHOUSHU'
]
==
1
)
{
if
(
date
(
'N'
,
strtotime
(
$row
[
'SHOUSHURQ'
]))
==
'1'
)
{
$qytday
=
date
(
'Y-m-d'
,
strtotime
(
$row
[
'SHOUSHURQ'
])
-
3
*
86400
),
}
else
{
$qytday
=
date
(
'Y-m-d'
,
strtotime
(
$row
[
'SHOUSHURQ'
])
-
86400
),
}
$zqday
=
array
(
date
(
'Y-m-d'
,
strtotime
(
$row
[
'SHOUSHURQ'
])
-
86400
)
,
$qytday
,
$row
[
'SHOUSHURQ'
],
);
if
(
in_array
(
$today
,
$zqday
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment