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
61045403
Commit
61045403
authored
Apr 02, 2022
by
yff
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改BUG
parent
78fef8cf
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
GpfkDao.java
gavel/src/main/java/com/gavel/kwell/dao/GpfkDao.java
+1
-1
GpfkDaoImpl.java
...l/src/main/java/com/gavel/kwell/dao/impl/GpfkDaoImpl.java
+1
-1
GpfkService.java
gavel/src/main/java/com/gavel/kwell/service/GpfkService.java
+0
-1
No files found.
gavel/src/main/java/com/gavel/kwell/dao/GpfkDao.java
View file @
61045403
...
...
@@ -175,7 +175,7 @@ public interface GpfkDao extends BaseDao {
public
GpfkVO
queryJyGpfkByWosnUptoDate
(
String
wosnid
);
/**查询包含自己的下面几道工序**/
public
List
<
Wogylx
>
getNextGxContainSelf
(
Wogylx
wogylx
)
;
/**查询
包含自己的下面几道工序
**/
/**查询
日计数 合格数量 不合格数量
**/
public
GpfkVO
queryDailyFkInfoUpgrade
(
GpfkCondition
condition
);
/** ------------END工票反馈升级-----------------***/
...
...
gavel/src/main/java/com/gavel/kwell/dao/impl/GpfkDaoImpl.java
View file @
61045403
...
...
@@ -1846,7 +1846,7 @@ public class GpfkDaoImpl extends BaseDaoImpl implements GpfkDao {
sqlMap
.
append
(
" select sum(gpfkjg_fksl) as GPFK_FKSL, sum(GPFKJG_BHGSL) as GPFK_BHGSL, sum(GPFKJG_HGSL) as GPFK_HGSL from gpfkjg "
);
sqlMap
.
append
(
" left join bzgx on bzgx_id = gpfkjg_bzgxid "
);
sqlMap
.
append
(
" where 1 = 1"
);
sqlMap
.
append
(
" and (bzgx_gxlx ='ZP' or bzgx_gxlx ='JG') "
);
//
sqlMap.append(" and (bzgx_gxlx ='ZP' or bzgx_gxlx ='JG') ");
if
(
StringUtils
.
isNotEmpty
(
condition
.
getBxid
())){
sqlMap
.
append
(
" and GPFKJG_FKBX = :pBXID "
);
sqlMap
.
setParamValue
(
"pBXID"
,
condition
.
getBxid
());
...
...
gavel/src/main/java/com/gavel/kwell/service/GpfkService.java
View file @
61045403
...
...
@@ -121,6 +121,5 @@ public interface GpfkService extends BaseEditService {
public
GpfkVO
queryDailyFkInfoUpgrade
(
GpfkCondition
condition
);
/** 科威尔mes工票反馈重写--end */
}
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