Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
2fbe3f61
Commit
2fbe3f61
authored
Jun 15, 2020
by
王勇飞
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'ic-deliver' of gitlab.gongsibao.com:jiangyong/zhichan into ic-deliver
parents
3bfc9835
4848b0bf
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
ic-deliver/app/base/controller/impl/bizchance/schemeCtl.js
+0
-0
ic-deliver/app/base/db/dao.base.js
+2
-2
ic-deliver/app/base/db/metadata/app/platform.js
+2
-2
No files found.
ic-deliver/app/base/controller/impl/bizchance/schemeCtl.js
View file @
2fbe3f61
This diff is collapsed.
Click to expand it.
ic-deliver/app/base/db/dao.base.js
View file @
2fbe3f61
...
...
@@ -150,11 +150,11 @@ class Dao {
var
aggsinfos
=
[];
if
(
qobj
.
aggsinfo
)
{
qobj
.
aggsinfo
.
sum
.
forEach
(
aggitem
=>
{
var
t1
=
[
this
.
db
.
fn
(
'SUM'
,
this
.
db
.
col
(
aggitem
.
field
)),
aggitem
.
field
+
"
_
"
+
"sum"
];
var
t1
=
[
this
.
db
.
fn
(
'SUM'
,
this
.
db
.
col
(
aggitem
.
field
)),
aggitem
.
field
+
"
~
"
+
"sum"
];
aggsinfos
.
push
(
t1
);
});
qobj
.
aggsinfo
.
avg
.
forEach
(
aggitem
=>
{
var
t2
=
[
this
.
db
.
fn
(
'AVG'
,
this
.
db
.
col
(
aggitem
.
field
)),
aggitem
.
field
+
"
_
"
+
"avg"
];
var
t2
=
[
this
.
db
.
fn
(
'AVG'
,
this
.
db
.
col
(
aggitem
.
field
)),
aggitem
.
field
+
"
~
"
+
"avg"
];
aggsinfos
.
push
(
t2
);
});
}
...
...
ic-deliver/app/base/db/metadata/app/platform.js
View file @
2fbe3f61
...
...
@@ -140,7 +140,7 @@ module.exports = {
"no"
:
"不需要"
},
"addressTypeDict"
:
{
//经营地址类型
"
practical
"
:
"实际经营地址"
,
"
practical
"
:
"实际经营地址"
,
"virtual"
:
"虚拟地址"
},
"registeredTypeDict"
:
{
//个体户类型
...
...
@@ -157,7 +157,7 @@ module.exports = {
},
"agentTypeDict"
:
{
//代理记账主体类型
"company"
:
"公司"
,
"individual
"
:
"个体户"
"individual"
:
"个体户"
},
"dyDict"
:{
//产品对应关系
"/ic/gsreg/"
:
"companyCase"
,
...
...
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