feat: bug修复
This commit is contained in:
@@ -105,6 +105,13 @@
|
||||
</if>
|
||||
</where>
|
||||
</select>
|
||||
<select id="querySubjectCount" resultType="java.lang.Integer">
|
||||
select count(distinct subject_id)
|
||||
from subject_mapping a,
|
||||
subject_label b
|
||||
where a.label_id=b.id
|
||||
and b.category_id=#{id}
|
||||
</select>
|
||||
|
||||
<!--新增所有列-->
|
||||
<insert id="insert" keyProperty="id" useGeneratedKeys="true">
|
||||
|
Reference in New Issue
Block a user