货品页面
This commit is contained in:
@@ -151,6 +151,7 @@ public class LbGoodsServiceImpl extends ServiceImpl<LbGoodsMapper, LbGoods> impl
|
||||
Long sellerId,
|
||||
Integer isShow,
|
||||
Integer status,
|
||||
Integer currentPage,
|
||||
String createdAtStart,
|
||||
String createdAtEnd,
|
||||
String updatedAtStart,
|
||||
@@ -186,6 +187,9 @@ public class LbGoodsServiceImpl extends ServiceImpl<LbGoodsMapper, LbGoods> impl
|
||||
if (status != null) {
|
||||
w.eq(LbGoods::getStatus, status);
|
||||
}
|
||||
if (currentPage != null) {
|
||||
w.eq(LbGoods::getCurrentPage, currentPage);
|
||||
}
|
||||
|
||||
LocalDateTime createdStart = parseDateTime(createdAtStart);
|
||||
if (createdAtStart != null && !createdAtStart.trim().isEmpty() && createdStart == null) {
|
||||
|
||||
Reference in New Issue
Block a user