MP、MybatisPlus、联表查询、自定义sql、Constants.WRAPPER、ew (二)
描述:给定一个id列表,更新对应列表中动物的年龄,使得年龄都较少一岁。要求:使用条件构造器构造条件。mapper:voidupdateAnimalAge(@Param(Constants.WRAPPER)Wrapperwrapper,@Param("age")intreducedAge);xml:update`animal`set`age`=`age`-#{age}${ew.sqlSegment}