Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yd-backend
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
AutogeneralShanghai
yd-backend
Commits
bc133c10
Commit
bc133c10
authored
Apr 26, 2020
by
yao.xiao
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
http://139.224.139.2:9091/AGSH/yd-backend
into dev
parents
6004d02d
2d1a227f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
1 deletions
+17
-1
yd-api/pom.xml
+15
-0
yd-api/src/main/java/com/yd/dal/mapper/customer/AclFileUploadMapper.java
+2
-1
No files found.
yd-api/pom.xml
View file @
bc133c10
...
...
@@ -129,6 +129,21 @@
<groupId>
dom4j
</groupId>
<artifactId>
dom4j
</artifactId>
</dependency>
<dependency>
<groupId>
net.sf.ehcache
</groupId>
<artifactId>
ehcache
</artifactId>
<version>
2.10.4
</version>
</dependency>
<dependency>
<groupId>
commons-beanutils
</groupId>
<artifactId>
commons-beanutils
</artifactId>
<version>
1.9.3
</version>
</dependency>
<dependency>
<groupId>
commons-collections
</groupId>
<artifactId>
commons-collections
</artifactId>
<version>
3.2.2
</version>
</dependency>
</dependencies>
<build>
...
...
yd-api/src/main/java/com/yd/dal/mapper/customer/AclFileUploadMapper.java
View file @
bc133c10
...
...
@@ -19,7 +19,7 @@ public interface AclFileUploadMapper {
int
updateByPrimaryKey
(
AclFileUpload
record
);
CustomerFileUpload
findByTargetTypeAndTargetUseForAndTargetId
(
@Param
(
"targetType"
)
Integer
targetType
,
@Param
(
"targetUseFor"
)
Integer
targetUseFor
,
@Param
(
"practitionerId"
)
Long
practitionerId
);
CustomerFileUpload
findByTargetTypeAndTargetUseForAndTargetId
(
@Param
(
"targetType"
)
Integer
targetType
,
@Param
(
"targetUseFor"
)
Integer
targetUseFor
,
@Param
(
"practitionerId"
)
Long
practitionerId
);
List
<
AclFileUpload
>
findByAclFileUpload
(
AclFileUpload
fileUpload
);
}
\ No newline at end of file
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