Merge branch 'dev-nx' of http://192.168.0.56:3000/bonus/devicesmgt into dev-nx
This commit is contained in:
commit
3fc43574dc
|
|
@ -52,7 +52,7 @@
|
||||||
|
|
||||||
<select id="selectByWholeTypeName" resultType="java.lang.Integer">
|
<select id="selectByWholeTypeName" resultType="java.lang.Integer">
|
||||||
select COUNT(*) from ma_whole_set
|
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>
|
||||||
<select id="selectList" resultType="com.bonus.sgzb.material.domain.MaWholeVo">
|
<select id="selectList" resultType="com.bonus.sgzb.material.domain.MaWholeVo">
|
||||||
SELECT
|
SELECT
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue