Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gic-store
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
base_platform_enterprise
gic-store
Commits
2410ff33
Commit
2410ff33
authored
Feb 28, 2020
by
zhiwj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交门店
parent
00adb7a3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
TabStoreBusinessTimeMapper.java
.../com/gic/store/dao/mapper/TabStoreBusinessTimeMapper.java
+2
-1
TabStorePhotoMapper.java
...in/java/com/gic/store/dao/mapper/TabStorePhotoMapper.java
+1
-2
No files found.
gic-store-service/src/main/java/com/gic/store/dao/mapper/TabStoreBusinessTimeMapper.java
View file @
2410ff33
...
...
@@ -64,5 +64,5 @@ public interface TabStoreBusinessTimeMapper {
int
deleteAllByEnterpriseId
(
@Param
(
"enterpriseId"
)
Integer
enterpriseId
);
int
deleteBystoreInfoIds
(
@Param
(
"enterpriseId"
)
Integer
enterpriseId
,
@Param
(
"storeIdList"
)
List
<
Integer
>
storeIdList
);
int
deleteBystoreInfoIds
(
@Param
(
"enterpriseId"
)
Integer
enterpriseId
,
@Param
(
"storeI
nfoI
dList"
)
List
<
Integer
>
storeIdList
);
}
\ No newline at end of file
gic-store-service/src/main/java/com/gic/store/dao/mapper/TabStorePhotoMapper.java
View file @
2410ff33
...
...
@@ -3,7 +3,6 @@ package com.gic.store.dao.mapper;
import
com.gic.store.entity.TabStorePhoto
;
import
org.apache.ibatis.annotations.Param
;
import
java.util.Date
;
import
java.util.List
;
public
interface
TabStorePhotoMapper
{
...
...
@@ -63,7 +62,7 @@ public interface TabStorePhotoMapper {
int
deleteAllByEnterpriseId
(
@Param
(
"enterpriseId"
)
Integer
enterpriseId
);
int
deleteBystoreInfoIds
(
@Param
(
"enterpriseId"
)
Integer
enterpriseId
,
@Param
(
"storeIdList"
)
List
<
Integer
>
storeIdList
);
int
deleteBystoreInfoIds
(
@Param
(
"enterpriseId"
)
Integer
enterpriseId
,
@Param
(
"storeI
nfoI
dList"
)
List
<
Integer
>
storeIdList
);
int
addAllStorePhoto
(
@Param
(
"imageCode"
)
String
imageCode
,
@Param
(
"imageUrl"
)
String
imageUrl
,
@Param
(
"sort"
)
int
sort
,
@Param
(
"enterpriseId"
)
Integer
enterpriseId
);
...
...
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