Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
K
kwell-mes
Project
Project
Details
Activity
Releases
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
gavelinfo
kwell-mes
Commits
78fef8cf
Commit
78fef8cf
authored
Apr 02, 2022
by
yff
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
计数修改
parent
eb853929
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
4 deletions
+9
-4
GpfkDaoImpl.java
...l/src/main/java/com/gavel/kwell/dao/impl/GpfkDaoImpl.java
+4
-0
GpfkServiceImpl.java
...in/java/com/gavel/kwell/service/impl/GpfkServiceImpl.java
+1
-0
index.html
...l/src/main/resources/templates/views/kmes/gphy/index.html
+1
-1
index.html
...l/src/main/resources/templates/views/kmes/gpjy/index.html
+1
-1
index.html
...l/src/main/resources/templates/views/kmes/gpwx/index.html
+1
-1
index.html
...l/src/main/resources/templates/views/kmes/jgfk/index.html
+1
-1
No files found.
gavel/src/main/java/com/gavel/kwell/dao/impl/GpfkDaoImpl.java
View file @
78fef8cf
...
...
@@ -1851,6 +1851,10 @@ public class GpfkDaoImpl extends BaseDaoImpl implements GpfkDao {
sqlMap
.
append
(
" and GPFKJG_FKBX = :pBXID "
);
sqlMap
.
setParamValue
(
"pBXID"
,
condition
.
getBxid
());
}
if
(
StringUtils
.
isNotEmpty
(
condition
.
getBzgxid
())){
sqlMap
.
append
(
" and GPFKJG_BZGXID = :pBZGXID "
);
sqlMap
.
setParamValue
(
"pBZGXID"
,
condition
.
getBzgxid
());
}
if
(
StringUtils
.
isNotEmpty
(
condition
.
getFkrid
())){
sqlMap
.
append
(
" and GPFKJG_FKRID = :pFKRID "
);
sqlMap
.
setParamValue
(
"pFKRID"
,
condition
.
getFkrid
());
...
...
gavel/src/main/java/com/gavel/kwell/service/impl/GpfkServiceImpl.java
View file @
78fef8cf
...
...
@@ -1956,6 +1956,7 @@ public class GpfkServiceImpl extends BaseEditServiceImpl implements GpfkService
public
GpfkVO
queryDailyFkInfoUpgrade
(
GpfkCondition
gpfkCondition
)
{
Date
nowDate
=
DateUtils
.
getDateTime
();
gpfkCondition
.
setYwrq
(
getGpfkYwrqByFksj
(
nowDate
,
gpfkCondition
.
getBxid
()));
gpfkCondition
.
setFkrid
(
UserInfoUtil
.
getUserId
());
GpfkVO
gpfkVO
=
gpfkDao
.
queryDailyFkInfoUpgrade
(
gpfkCondition
);
if
(
gpfkVO
==
null
){
gpfkVO
=
new
GpfkVO
();
...
...
gavel/src/main/resources/templates/views/kmes/gphy/index.html
View file @
78fef8cf
...
...
@@ -111,7 +111,7 @@
/* 获取计数 */
function
zpfk_apigetjs
(
s
){
let
that
=
s
gas
.
post
(
'kmes/gpfk/getDailyInfo'
,{},
function
(
res
){
gas
.
post
(
'kmes/gpfk/getDailyInfo'
,{
"bzgxid"
:
window
.
bzlx
},
function
(
res
){
if
(
res
.
data
&&
res
.
data
.
records
){
that
.
fksl
=
res
.
data
.
records
.
fksl
||
0
}
else
{
...
...
gavel/src/main/resources/templates/views/kmes/gpjy/index.html
View file @
78fef8cf
...
...
@@ -90,7 +90,7 @@
/* 反馈技计数 */
function
jyfk_apigetjs
(
s
){
let
that
=
s
gas
.
post
(
'kmes/gpfk/getDailyInfo'
,{},
function
(
res
){
gas
.
post
(
'kmes/gpfk/getDailyInfo'
,{
"bzgxid"
:
window
.
bzlx
},
function
(
res
){
if
(
res
.
data
&&
res
.
data
.
records
){
that
.
fksl
=
res
.
data
.
records
.
fksl
||
0
}
else
{
...
...
gavel/src/main/resources/templates/views/kmes/gpwx/index.html
View file @
78fef8cf
...
...
@@ -106,7 +106,7 @@
/* 反馈技计数 */
function
wxfk_apigetjs
(
s
){
let
that
=
s
gas
.
post
(
'kmes/gpfk/getDailyInfo'
,{},
function
(
res
){
gas
.
post
(
'kmes/gpfk/getDailyInfo'
,{
"bzgxid"
:
window
.
bzlx
},
function
(
res
){
if
(
res
.
data
&&
res
.
data
.
records
){
that
.
fksl
=
res
.
data
.
records
.
fksl
||
0
}
else
{
...
...
gavel/src/main/resources/templates/views/kmes/jgfk/index.html
View file @
78fef8cf
...
...
@@ -88,7 +88,7 @@
/* 获取计数 */
function
jgfk_apigetjs
(
s
){
let
that
=
s
gas
.
post
(
'kmes/gpfk/getDailyInfo'
,{},
function
(
res
){
gas
.
post
(
'kmes/gpfk/getDailyInfo'
,{
"bzgxid"
:
window
.
bzlx
},
function
(
res
){
if
(
res
.
data
&&
res
.
data
.
records
){
that
.
fksl
=
res
.
data
.
records
.
fksl
||
0
}
else
{
...
...
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