Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
my-yaf-project
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
chenchuanwen
my-yaf-project
Commits
7856714c
Commit
7856714c
authored
Jan 16, 2019
by
liuyuzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
首页相关
parent
509100fa
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
6 deletions
+8
-6
GoodsCommonService.php
application/models/Business/Goods/GoodsCommonService.php
+1
-0
application.ini
conf/application.ini
+6
-6
url.ini
conf/url.ini
+1
-0
No files found.
application/models/Business/Goods/GoodsCommonService.php
View file @
7856714c
...
@@ -1368,6 +1368,7 @@ class GoodsCommonServiceModel extends \Business\AbstractModel
...
@@ -1368,6 +1368,7 @@ class GoodsCommonServiceModel extends \Business\AbstractModel
break
;
break
;
}
}
}
}
return
true
;
}
}
/**
/**
...
...
conf/application.ini
View file @
7856714c
...
@@ -390,21 +390,21 @@ elastic.master.scheme="http";
...
@@ -390,21 +390,21 @@ elastic.master.scheme="http";
[lyztest : common]
[lyztest : common]
; 数据库配置
; 数据库配置
resources.database.params.driver
=
"pdo_mysql"
resources.database.params.driver
=
"pdo_mysql"
resources.database.params.hostname
=
"1
06.14.14.233
"
resources.database.params.hostname
=
"1
27.0.0.1
"
resources.database.params.port
=
3306
resources.database.params.port
=
3306
resources.database.params.database
=
"qmcs"
resources.database.params.database
=
"
test
qmcs"
resources.database.params.username
=
"root"
resources.database.params.username
=
"root"
resources.database.params.password
=
"
!@#$%12345werty
"
resources.database.params.password
=
"
123456
"
resources.database.params.charset
=
"UTF8"
resources.database.params.charset
=
"UTF8"
resources.database.params.driver_options.1002
=
"SET NAMES utf8"
resources.database.params.driver_options.1002
=
"SET NAMES utf8"
; 从库配置
; 从库配置
resources.database.slave.params.driver
=
"pdo_mysql"
resources.database.slave.params.driver
=
"pdo_mysql"
resources.database.slave.params.hostname
=
"1
06.14.14.233
"
resources.database.slave.params.hostname
=
"1
27.0.0.1
"
resources.database.slave.params.port
=
3306
resources.database.slave.params.port
=
3306
resources.database.slave.params.database
=
"qmcs"
resources.database.slave.params.database
=
"
test
qmcs"
resources.database.slave.params.username
=
"root"
resources.database.slave.params.username
=
"root"
resources.database.slave.params.password
=
"
!@#$%12345werty
"
resources.database.slave.params.password
=
"
123456
"
resources.database.slave.params.charset
=
"UTF8"
resources.database.slave.params.charset
=
"UTF8"
resources.database.slave.params.driver_options.1002
=
"SET NAMES utf8"
resources.database.slave.params.driver_options.1002
=
"SET NAMES utf8"
...
...
conf/url.ini
View file @
7856714c
...
@@ -186,6 +186,7 @@ config.url.pushHost="127.0.0.1:9503";
...
@@ -186,6 +186,7 @@ config.url.pushHost="127.0.0.1:9503";
config.url.convert
=
"/usr/local/bin/wkhtmltoimage"
;
config.url.convert
=
"/usr/local/bin/wkhtmltoimage"
;
config.url.indexUrl="/www/local.qm.com/application/library/React"
config.url.indexUrl="/www/local.qm.com/application/library/React"
config.url.libary
=
"/www/local.qm.com/application/library"
config.url.libary
=
"/www/local.qm.com/application/library"
config.url.source
=
"/data/upload/"
[linqing : common]
[linqing : common]
...
...
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