|
|
@@ -74,7 +74,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
|
<if test="materialsCode != null and materialsCode != ''">#{materialsCode},</if>
|
|
|
<if test="materialsName != null and materialsName != ''">#{materialsName},</if>
|
|
|
- <if test="materialsTypeId != null">materials_type_id,</if>
|
|
|
+ <if test="materialsTypeId != null">materialsTypeId,</if>
|
|
|
<if test="workareaId != null">#{workareaId},</if>
|
|
|
<if test="materialsCabinetId != null">#{materialsCabinetId},</if>
|
|
|
<if test="serviceLife != null">#{serviceLife},</if>
|