Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
system
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
_site-res
system
Commits
91a9a30e
Commit
91a9a30e
authored
Sep 29, 2018
by
fengpeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去掉静态方法
parent
b4faecc0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
MerchantApplyQuestionsConst.php
classes/app/constant/MerchantApplyQuestionsConst.php
+2
-2
No files found.
classes/app/constant/MerchantApplyQuestionsConst.php
View file @
91a9a30e
...
@@ -153,7 +153,7 @@ class MerchantApplyQuestionsConst
...
@@ -153,7 +153,7 @@ class MerchantApplyQuestionsConst
* 格式化问题原始数据
* 格式化问题原始数据
* @return array
* @return array
*/
*/
public
static
function
packageOriginalData
(){
public
function
packageOriginalData
(){
$result
=
[];
$result
=
[];
foreach
(
self
::
GRUNP_LIST
as
$k
=>
$v
)
{
foreach
(
self
::
GRUNP_LIST
as
$k
=>
$v
)
{
$res
=
[];
$res
=
[];
...
@@ -173,7 +173,7 @@ class MerchantApplyQuestionsConst
...
@@ -173,7 +173,7 @@ class MerchantApplyQuestionsConst
* @param array $checked
* @param array $checked
* @return array
* @return array
*/
*/
public
static
function
packageHistoryData
(
$checked
){
public
function
packageHistoryData
(
$checked
){
$result
=
[];
$result
=
[];
foreach
(
$checked
as
$k
=>
$v
)
{
foreach
(
$checked
as
$k
=>
$v
)
{
$res
=
[];
$res
=
[];
...
...
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