Skip to content

Commit

Permalink
。。
Browse files Browse the repository at this point in the history
  • Loading branch information
Q-1515 committed Jul 21, 2022
1 parent 19191c3 commit 05e3a2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reggie_server/src/main/resources/mapper/SetmealMapper.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" >
<mapper namespace="com.reggie.mapper.SetmealMapper">

<!--根据分类id查询对应的套餐数量-->
<select id="cuntByCategoryId" resultType="java.lang.Long">
select count(*)
from setmeal
Expand Down

0 comments on commit 05e3a2a

Please sign in to comment.