禅道bug修改提交
This commit is contained in:
parent
a4e52b0902
commit
5b7f0128d4
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue