Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-manage3.0
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
haoban3.0
haoban-manage3.0
Commits
9c004b38
Commit
9c004b38
authored
Sep 16, 2020
by
fudahua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
品牌名称
parent
0344c90f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
PayController.java
...a/com/gic/haoban/manage/web/controller/PayController.java
+2
-1
StoreListQo.java
...c/main/java/com/gic/haoban/manage/web/qo/StoreListQo.java
+1
-1
No files found.
haoban-manage3-operation-web/src/main/java/com/gic/haoban/manage/web/controller/PayController.java
View file @
9c004b38
...
@@ -25,6 +25,7 @@ import org.apache.commons.lang3.StringUtils;
...
@@ -25,6 +25,7 @@ import org.apache.commons.lang3.StringUtils;
import
org.slf4j.Logger
;
import
org.slf4j.Logger
;
import
org.slf4j.LoggerFactory
;
import
org.slf4j.LoggerFactory
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.web.bind.annotation.RequestBody
;
import
org.springframework.web.bind.annotation.RequestMapping
;
import
org.springframework.web.bind.annotation.RequestMapping
;
import
org.springframework.web.bind.annotation.RestController
;
import
org.springframework.web.bind.annotation.RestController
;
...
@@ -182,7 +183,7 @@ public class PayController extends WebBaseController {
...
@@ -182,7 +183,7 @@ public class PayController extends WebBaseController {
* @return
* @return
*/
*/
@RequestMapping
(
"/store-list"
)
@RequestMapping
(
"/store-list"
)
public
HaobanResponse
storeList
(
StoreListQo
qo
)
{
public
HaobanResponse
storeList
(
@RequestBody
StoreListQo
qo
)
{
if
(
StringUtils
.
isBlank
(
qo
.
getEnterpriseId
())){
if
(
StringUtils
.
isBlank
(
qo
.
getEnterpriseId
())){
resultResponse
(
HaoBanErrCode
.
ERR_2
);
resultResponse
(
HaoBanErrCode
.
ERR_2
);
}
}
...
...
haoban-manage3-operation-web/src/main/java/com/gic/haoban/manage/web/qo/StoreListQo.java
View file @
9c004b38
...
@@ -18,7 +18,7 @@ public class StoreListQo extends BasePageInfo {
...
@@ -18,7 +18,7 @@ public class StoreListQo extends BasePageInfo {
private
String
cityId
;
private
String
cityId
;
private
String
countyId
;
private
String
countyId
;
private
Integer
storeType
;
private
Integer
storeType
;
private
List
<
String
>
storeIdList
;
private
String
storeId
;
private
String
storeId
;
public
String
getStoreGroupId
()
{
public
String
getStoreGroupId
()
{
...
...
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