Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hg-smart
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
platform
hg-smart
Commits
b9d8c3fd
Commit
b9d8c3fd
authored
Sep 18, 2024
by
liuyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2024-09-18
1、项目乙方数据过滤修复
parent
7bc9739f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
ServiceHGCW002A.java
...java/com/baosight/hggp/hg/cw/service/ServiceHGCW002A.java
+2
-0
HGPZ003.xml
src/main/java/com/baosight/hggp/hg/pz/sql/HGPZ003.xml
+1
-1
No files found.
src/main/java/com/baosight/hggp/hg/cw/service/ServiceHGCW002A.java
View file @
b9d8c3fd
...
...
@@ -217,6 +217,8 @@ public class ServiceHGCW002A extends ServiceBase {
}
}
else
if
(
contractCategory
.
equals
(
"2"
))
{
params
.
get
(
0
).
put
(
"supCode"
,
params
.
get
(
0
).
get
(
"usercode"
));
params
.
get
(
0
).
put
(
"supName"
,
params
.
get
(
0
).
get
(
"username"
));
inInfo
=
super
.
query
(
inInfo
,
HGPZ003
.
QUERY
,
new
HGPZ003
(),
false
,
new
HGPZ003
().
eiMetadata
,
EiConstant
.
queryBlock
,
"partyAResult"
,
"partyAResult"
);
List
<
HGPZ003
>
hgpz003List
=
MapUtils
.
toDaoEPBases
(
inInfo
.
getBlock
(
"partyAResult"
).
getRows
(),
HGPZ003
.
class
);
if
(
CollectionUtils
.
isNotEmpty
(
hgpz003List
))
{
...
...
src/main/java/com/baosight/hggp/hg/pz/sql/HGPZ003.xml
View file @
b9d8c3fd
...
...
@@ -48,7 +48,7 @@
SUP_CLASS = #supClass#
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"supCode"
>
SUP_CODE
= #supCode#
SUP_CODE
LIKE CONCAT('%', #supCode#, '%')
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"supName"
>
SUP_NAME LIKE CONCAT('%', #supName#, '%')
...
...
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