This commit is contained in:
parent
78e2a37c9c
commit
b8cf2f3c2a
|
|
@ -229,6 +229,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
<if test="typeId != null">
|
<if test="typeId != null">
|
||||||
and parent_id = #{typeId}
|
and parent_id = #{typeId}
|
||||||
</if>
|
</if>
|
||||||
|
<if test="manageType != null and manageType!=''">
|
||||||
|
and manage_type=#{manageType}
|
||||||
|
</if>
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<insert id="insertMachine" parameterType="com.bonus.material.ma.domain.Machine" useGeneratedKeys="true" keyProperty="maId">
|
<insert id="insertMachine" parameterType="com.bonus.material.ma.domain.Machine" useGeneratedKeys="true" keyProperty="maId">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue