Update ApsMaterialProductGroupManagementMapper.xml
| | |
| | | <if test="factory != null">factory = #{factory},</if> |
| | | <if test="materialCode != null">material_code = #{materialCode},</if> |
| | | <if test="domain != null">domain = #{domain},</if> |
| | | <if test="createBy != null">create_by = #{createBy},</if> |
| | | <if test="createTime != null">create_time = #{createTime},</if> |
| | | <if test="updateBy != null">update_by = #{updateBy},</if> |
| | | <if test="updateTime != null">update_time = #{updateTime},</if> |
| | | <if test="isMain != null">is_main = #{isMain},</if> |