This commit is contained in:
hayu 2025-09-04 14:43:55 +08:00
parent 78e2a37c9c
commit b8cf2f3c2a
1 changed files with 3 additions and 0 deletions

View File

@ -229,6 +229,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="typeId != null">
and parent_id = #{typeId}
</if>
<if test="manageType != null and manageType!=''">
and manage_type=#{manageType}
</if>
</select>
<insert id="insertMachine" parameterType="com.bonus.material.ma.domain.Machine" useGeneratedKeys="true" keyProperty="maId">