【修改】表格修改项
This commit is contained in:
@@ -194,6 +194,16 @@
|
||||
and status = '0'
|
||||
and tenant_id = #{loginTenantId}
|
||||
</select>
|
||||
<select id="getSpecialtyPoints" resultType="pc.exam.pp.module.exam.dal.dataobject.TenantSpcialty">
|
||||
SELECT *
|
||||
FROM exam_tenant_specialty
|
||||
WHERE tenant_id = #{tenantId}
|
||||
</select>
|
||||
<select id="selectUserById" resultType="pc.exam.pp.module.exam.dal.dataobject.AdminUser">
|
||||
SELECT *
|
||||
FROM system_users
|
||||
WHERE id = #{id}
|
||||
</select>
|
||||
|
||||
|
||||
<update id="deleteExamSpecialtyBySpId" parameterType="Long">
|
||||
|
Reference in New Issue
Block a user