Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
SooonerHotel
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
吴贤德
SooonerHotel
Commits
b18cb286
Commit
b18cb286
authored
Dec 10, 2019
by
吴贤德
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
中心后台:分前端授权机制———已被标记为删除状态的分前端授权码可以被重复利用。
parent
16644915
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
1 deletion
+1
-1
licence.txt
DB/licence.txt
+0
-0
中心后台代码更新说明.txt
Docs/中心后台代码更新说明.txt
+0
-0
FrontAction.class.php
SooonerHotel/App/Lib/Action/Hotel/FrontAction.class.php
+1
-1
No files found.
DB/licence.txt
0 → 100644
View file @
b18cb286
This diff is collapsed.
Click to expand it.
Docs/中心后台代码更新说明.txt
0 → 100644
View file @
b18cb286
SooonerHotel/App/Lib/Action/Hotel/FrontAction.class.php
View file @
b18cb286
...
...
@@ -64,7 +64,7 @@ class FrontAction extends CommonAction{
$this
->
display
();
}
function
GetCodeFromLicense
(){
$sql
=
"SELECT code from sh_license sl where code not in (SELECT code from sh_hotel_device);"
;
$sql
=
"SELECT code from sh_license sl where code not in (SELECT code from sh_hotel_device
where status<2
);"
;
$arr
=
M
(
''
)
->
query
(
$sql
);
if
(
!
empty
(
$arr
)){
shuffle
(
$arr
);
...
...
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