WechatGroup

This commit is contained in:
Lishundong
2025-09-22 19:49:06 +08:00
parent c9bb011de9
commit 4ecdf7f477
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
SELECT COUNT(*)
FROM job j
WHERE j.company_id = c.company_id
);
)
</update>
<select id="selectCompanyList" parameterType="Company" resultMap="CompanyResult">