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