Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
Compass
Overview
Overview
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
zong
Compass
Commits
27004092
Commit
27004092
authored
Jan 15, 2020
by
biao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
ed8c484e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
12 deletions
+5
-12
EventScope.inc
src/cn/compass/entity/definition/EventScope.inc
+1
-1
PointActionType.inc
src/cn/compass/entity/definition/PointActionType.inc
+4
-11
No files found.
src/cn/compass/entity/definition/EventScope.inc
View file @
27004092
...
@@ -29,7 +29,7 @@ class EventScope
...
@@ -29,7 +29,7 @@ class EventScope
$tmp
=
array
(
"id"
=>
1
,
"title"
=>
"全部对象"
);
$tmp
=
array
(
"id"
=>
1
,
"title"
=>
"全部对象"
);
array_push
(
$data
,
$tmp
);
array_push
(
$data
,
$tmp
);
$tmp
=
array
(
"id"
=>
2
,
"title"
=>
"校内"
);
$tmp
=
array
(
"id"
=>
2
,
"title"
=>
"校
(园)
内"
);
array_push
(
$data
,
$tmp
);
array_push
(
$data
,
$tmp
);
$tmp
=
array
(
"id"
=>
3
,
"title"
=>
"社会机构"
);
$tmp
=
array
(
"id"
=>
3
,
"title"
=>
"社会机构"
);
...
...
src/cn/compass/entity/definition/PointActionType.inc
View file @
27004092
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
/**
/**
* 系统流水记录表
* 系统流水记录表
* $Id: PointActionType.inc 81583 2015-04-02 08:59:46Z wanggb $
* $Id: PointActionType.inc 81583 2015-04-02 08:59:46Z wanggb $
* @author
wanggb
* @author
用户积分
* @access public
* @access public
* @package jp.fishow.entity.definition
* @package jp.fishow.entity.definition
*/
*/
...
@@ -41,19 +41,12 @@ class PointActionType {
...
@@ -41,19 +41,12 @@ class PointActionType {
$data
=
array
();
$data
=
array
();
$tmp
=
array
(
"id"
=>
1
,
"title"
=>
"用户注册"
);
$tmp
=
array
(
"id"
=>
1
,
"title"
=>
"用户注册"
);
array_push
(
$data
,
$tmp
);
array_push
(
$data
,
$tmp
);
$tmp
=
array
(
"id"
=>
2
,
"title"
=>
"
签到奖励
"
);
$tmp
=
array
(
"id"
=>
2
,
"title"
=>
"
社会实践获得
"
);
array_push
(
$data
,
$tmp
);
array_push
(
$data
,
$tmp
);
$tmp
=
array
(
"id"
=>
3
,
"title"
=>
"
邀请好友奖励
"
);
$tmp
=
array
(
"id"
=>
3
,
"title"
=>
"
亲子活动获得
"
);
array_push
(
$data
,
$tmp
);
array_push
(
$data
,
$tmp
);
$tmp
=
array
(
"id"
=>
4
,
"title"
=>
"
购买课程奖励
"
);
$tmp
=
array
(
"id"
=>
4
,
"title"
=>
"
兑换商品
"
);
array_push
(
$data
,
$tmp
);
array_push
(
$data
,
$tmp
);
$tmp
=
array
(
"id"
=>
5
,
"title"
=>
"兑换代金券"
);
array_push
(
$data
,
$tmp
);
$tmp
=
array
(
"id"
=>
6
,
"title"
=>
"兑换商品"
);
array_push
(
$data
,
$tmp
);
$tmp
=
array
(
"id"
=>
7
,
"title"
=>
"系统赠送[抽奖等]"
);
array_push
(
$data
,
$tmp
);
$result
=
array
();
$result
=
array
();
foreach
(
$data
as
$row
)
{
foreach
(
$data
as
$row
)
{
$tmp2
=
new
PointActionType
(
$row
);
$tmp2
=
new
PointActionType
(
$row
);
...
...
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