Merge branch 'dev-nx' of http://192.168.0.56:3000/bonus/devicesmgt into dev-nx

This commit is contained in:
BianLzhaoMin 2024-07-05 17:44:01 +08:00
commit 3fc43574dc
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