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
15dc9be6
Commit
15dc9be6
authored
Jan 23, 2025
by
王祖波
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
素材id列表查询
parent
da6ab9d1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
ContentMaterialController.java
...age/web/controller/content/ContentMaterialController.java
+1
-0
ContentMaterialQO.java
...m/gic/haoban/manage/web/qo/content/ContentMaterialQO.java
+15
-0
No files found.
haoban-manage3-wx/src/main/java/com/gic/haoban/manage/web/controller/content/ContentMaterialController.java
View file @
15dc9be6
...
@@ -121,6 +121,7 @@ public class ContentMaterialController {
...
@@ -121,6 +121,7 @@ public class ContentMaterialController {
pageQDTO
.
setMaterialType
(
contentMaterialQO
.
getMaterialType
());
pageQDTO
.
setMaterialType
(
contentMaterialQO
.
getMaterialType
());
pageQDTO
.
setClerkId
(
contentMaterialQO
.
getClerkId
());
pageQDTO
.
setClerkId
(
contentMaterialQO
.
getClerkId
());
pageQDTO
.
setGoodsId
(
contentMaterialQO
.
getGoodsId
());
pageQDTO
.
setGoodsId
(
contentMaterialQO
.
getGoodsId
());
pageQDTO
.
setContentMaterialIdList
(
contentMaterialQO
.
getContentMaterialIdList
());
if
(
contentMaterialQO
.
getSortType
()
!=
null
)
{
if
(
contentMaterialQO
.
getSortType
()
!=
null
)
{
if
(
contentMaterialQO
.
getSortType
()
==
2
)
{
if
(
contentMaterialQO
.
getSortType
()
==
2
)
{
...
...
haoban-manage3-wx/src/main/java/com/gic/haoban/manage/web/qo/content/ContentMaterialQO.java
View file @
15dc9be6
...
@@ -3,6 +3,8 @@ package com.gic.haoban.manage.web.qo.content;
...
@@ -3,6 +3,8 @@ package com.gic.haoban.manage.web.qo.content;
import
com.gic.commons.web.qo.PageQo
;
import
com.gic.commons.web.qo.PageQo
;
import
com.gic.content.api.enums.MaterialSearchSceneEnum
;
import
com.gic.content.api.enums.MaterialSearchSceneEnum
;
import
java.util.List
;
/**
/**
* @Author MUSI
* @Author MUSI
* @Date 2022/10/28 1:38 PM
* @Date 2022/10/28 1:38 PM
...
@@ -27,6 +29,11 @@ public class ContentMaterialQO extends PageQo {
...
@@ -27,6 +29,11 @@ public class ContentMaterialQO extends PageQo {
private
String
wxEnterpriseId
;
private
String
wxEnterpriseId
;
/**
/**
* 素材id列表
*/
private
List
<
Long
>
contentMaterialIdList
;
/**
* 门店id
* 门店id
*/
*/
private
String
storeId
;
private
String
storeId
;
...
@@ -118,6 +125,14 @@ public class ContentMaterialQO extends PageQo {
...
@@ -118,6 +125,14 @@ public class ContentMaterialQO extends PageQo {
this
.
wxEnterpriseId
=
wxEnterpriseId
;
this
.
wxEnterpriseId
=
wxEnterpriseId
;
}
}
public
List
<
Long
>
getContentMaterialIdList
()
{
return
contentMaterialIdList
;
}
public
void
setContentMaterialIdList
(
List
<
Long
>
contentMaterialIdList
)
{
this
.
contentMaterialIdList
=
contentMaterialIdList
;
}
public
String
getStoreId
()
{
public
String
getStoreId
()
{
return
storeId
;
return
storeId
;
}
}
...
...
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