Merge remote-tracking branch 'origin/master'

This commit is contained in:
liang.chao 2025-09-04 15:46:39 +08:00
commit 4ca2b3e091
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">