禅道bug修改提交

This commit is contained in:
liang.chao 2024-07-05 17:08:06 +08:00
parent a4e52b0902
commit 5b7f0128d4
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@
<select id="selectByWholeTypeName" resultType="java.lang.Integer">
select COUNT(*) from ma_whole_set
where whole_type_name = #{wholeTypeName} and company_id #{companyId}
where whole_type_name = #{wholeTypeName} and company_id = #{companyId}
</select>
<select id="selectList" resultType="com.bonus.sgzb.material.domain.MaWholeVo">
SELECT