1
This commit is contained in:
@@ -99,6 +99,7 @@
|
|||||||
LEFT JOIN lpk_goods s ON s.sid = r.goodsSid
|
LEFT JOIN lpk_goods s ON s.sid = r.goodsSid
|
||||||
WHERE
|
WHERE
|
||||||
r.customerSid =#{query.customerSid} and r.affiliation =#{query.affiliation}
|
r.customerSid =#{query.customerSid} and r.affiliation =#{query.affiliation}
|
||||||
|
order by periodValidity
|
||||||
</select>
|
</select>
|
||||||
<select id="getAllGoodsApplets" resultType="com.yxt.yythmall.api.appletgiftbag.GiftBagGoodss">
|
<select id="getAllGoodsApplets" resultType="com.yxt.yythmall.api.appletgiftbag.GiftBagGoodss">
|
||||||
select sid as goodsSid,
|
select sid as goodsSid,
|
||||||
|
|||||||
@@ -79,7 +79,7 @@ public class LpkGoodsRest {
|
|||||||
@ApiOperation("我的菜窖列表")
|
@ApiOperation("我的菜窖列表")
|
||||||
@PostMapping("/vegeCellarList")
|
@PostMapping("/vegeCellarList")
|
||||||
public ResultBean vegeCellarList(@RequestBody LpkGoodsQuery query) {
|
public ResultBean vegeCellarList(@RequestBody LpkGoodsQuery query) {
|
||||||
return lpkGoodsService. vegeCellarList(query);
|
return lpkGoodsService.vegeCellarList(query);
|
||||||
}
|
}
|
||||||
@ApiOperation("我的菜窖类别及数量")
|
@ApiOperation("我的菜窖类别及数量")
|
||||||
@PostMapping("/vegeCellarTypeList")
|
@PostMapping("/vegeCellarTypeList")
|
||||||
|
|||||||
Reference in New Issue
Block a user