刘小明
2024-07-26 9b63b9770cd02ca73c20196a3e02f971bc6e70e8
pms-parent/pms-global/src/main/resources/mapper/PrAssemblyPlanMapper.xml
@@ -265,7 +265,7 @@
            <if test="endDate != null">#{endDate,jdbcType=VARCHAR},</if>
            <if test="deleted != null">#{deleted,jdbcType=TINYINT},</if>
            <if test="content != null">#{content,jdbcType=VARCHAR},</if>
            <if test="inputNumber != null">#{intputNumber,jdbcType=INTEGER},</if>
            <if test="inputNumber != null">#{inputNumber,jdbcType=INTEGER},</if>
            <if test="outputNumber != null">#{outputNumber,jdbcType=INTEGER},</if>
        </trim>
    </insert>