仓库添加负责人字段
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
limit #{offset},#{rows}
|
||||
</if>;
|
||||
</select>
|
||||
<select id="countsByRole" resultType="java.lang.Integer">
|
||||
<select id="countsByRole" resultType="java.lang.Long">
|
||||
SELECT
|
||||
COUNT(id)
|
||||
FROM jsh_role
|
||||
|
||||
Reference in New Issue
Block a user