UPDATE user SET picPath=replace(`picPath`, '127.0.0.1', '192.168.0.1') ;
如上,我要用mybatisPlus执行这条sql,包装器是否能封装成这样的对象?如果能,该怎么处理?
相关分类