【修改】表格修改项

This commit is contained in:
huababa1
2025-10-18 15:28:35 +08:00
parent a7fd185889
commit 24210dd1b7
42 changed files with 943 additions and 99 deletions

View File

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