This commit is contained in:
2024-02-18 17:48:41 +08:00
parent e9d1f03f51
commit 7e47e5b2de
2 changed files with 2 additions and 1 deletions

View File

@@ -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,

View File

@@ -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")