富文本 保存数据报错, id 自增长 递增方式错乱

Blade 未结 2 719
橙柒
橙柒 剑圣 2022-06-02 16:55

一、该问题的重现步骤是什么?

1. 新增商品,富文本编辑传进来的字符串结果与前端传递的结果不一致image.png

2. 前端代码    不进行字符串转换报一下错误

image.png

java后台报错


2022-06-02 16:02:36.880 ERROR 59940 --- [  XNIO-1 task-1] o.s.c.log.error.RestExceptionTranslator  : 消息不能读取:JSON parse error: Unexpected character ('\' (code 92)): was expecting comma to separate Object entries; nested exception is com.fasterxml.jackson.core.JsonParseException: Unexpected character ('\' (code 92)): was expecting comma to separate Object entries

 at [Source: (PushbackInputStream); line: 1, column: 894]


使用 下列代码进行字符串转换后,保存成功,但是goodsDetail 展示的内容与传入内容不一致


const str = this.goodsDetail.goodsDetail;

const reg = /src=/g;

// console.log("321312312312", str.replace(reg, "src ="));

image.png

3.保存 前端控制查看传入参数如下

image.png


goodsDetail: "<div>\n\t<p>\n\t\t<img style=\"max-width:100%;\" src =\"https://img.maizuo.com/product/c169444e8180f02ff47d799bb89bc51c-100007910437.jpg\">\n\t</p>\n\t<p>\n\t\t<img style=\"max-width:100%;\" src =\"https://img.maizuo.com/product/7583a8367bf9acffcbeb0b439419dcdd-100007910437.jpg\">\n\t</p>\n\t<p>\n\t\t<img style=\"max-width:100%;\" src =\"https://img.maizuo.com/product/2e2aa6dd994835dd2672c7e1bcb490f7-100007910437.jpg\">\n\t</p>\n\t<p>\n\t\t<img style=\"max-width:100%;\" src =\"https://img.maizuo.com/product/4fad3d0a19c7ec217ae04763989f965e-100007910437.jpg\">\n\t</p>\n\t<p>\n\t\t<img style=\"max-width:100%;\" src =\"https://img.maizuo.com/product/adf0f956c9adeb52d45b286082a83ea6-100007910437.jpg\">\n\t</p>\n\t<p>\n\t\t<img style=\"max-width:100%;\" src =\"https://img.maizuo.com/product/a30d407133b0736cdac101e76b36b765-100007910437.jpg\">\n\t</p>\n\t<p>\n\t\t<img style=\"max-width:100%;\" src =\"https://img.maizuo.com/product/4a175e98025ca908ffd8952cbdbd0896-100007910437.jpg\">\n\t</p>\n\t<p>\n\t\t<img style=\"max-width:100%;\" src =\"https://img.maizuo.com/product/c34feddf1273e8aa074933b924fa0c6f-100007910437.jpg\">\n\t</p>\n\t<p>\n\t\t<img style=\"max-width:100%;\" src =\"https://img.maizuo.com/product/a1c9a7f7f654826b8dc470bd97133c96-100007910437.jpg\">\n\t</p>\n\t<p>\n\t\t<img style=\"max-width:100%;\" src =\"https://img.maizuo.com/product/2008833015c9cf87ab48bd34f62c23ac-100007910437.jpg\">\n\t</p>\n\t<p>\n\t\t<img style=\"max-width:100%;\" src =\"https://img.maizuo.com/product/336620dfce25e8db4de6a190c2b06099-100007910437.jpg\">\n\t</p>\n\t<p>\n\t\t<img style=\"max-width:100%;\" src =\"https://img.maizuo.com/product/5e337c40a61a39801dabaf2ceac2d6fd-100007910437.jpg\">\n\t</p>\n\t<p>\n\t\t<img style=\"max-width:100%;\" src =\"https://img.maizuo.com/product/500f95de8f4b32c85eefc073809effb9-100007910437.jpg\">\n\t</p>\n\t<p>\n\t\t<img style=\"max-width:100%;\" src =\"https://img.maizuo.com/product/b436dc1649f5254577dfe2233fe608f6-100007910437.jpg\">\n\t</p>\n</div>\n<p>\n\t<img style=\"max-width:100%;\" src =\"https://img.maizuo.com/product/c169444e8180f02ff47d799bb89bc51c-100007910437.jpg\">\n</p>\n<img style=\"max-width:100%;\" src =\"https://img.maizuo.com/product/c169444e8180f02ff47d799bb89bc51c-100007910437.jpg\">\n<p>\n\t<img style=\"max-width:100%;\" src =\"https://img.maizuo.com/product/c169444e8180f02ff47d799bb89bc51c-100007910437.jpg\">\n</p>\n<p>\n\t<img style=\"max-width:100%;\" src =\"https://img.maizuo.com/product/7583a8367bf9acffcbeb0b439419dcdd-100007910437.jpg\">\n</p>\n<p>\n\t<img style=\"max-width:100%;\" src =\"https://img.maizuo.com/product/2e2aa6dd994835dd2672c7e1bcb490f7-100007910437.jpg\">\n</p>\n<p>\n\t<img style=\"max-width:100%;\" src =\"https://img.maizuo.com/product/4fad3d0a19c7ec217ae04763989f965e-100007910437.jpg\">\n</p>\n<p>\n\t<img style=\"max-width:100%;\" src =\"https://img.maizuo.com/product/adf0f956c9adeb52d45b286082a83ea6-100007910437.jpg\">\n</p>\n<p>\n\t<img style=\"max-width:100%;\" src =\"https://img.maizuo.com/product/a30d407133b0736cdac101e76b36b765-100007910437.jpg\">\n</p>\n<p>\n\t<img style=\"max-width:100%;\" src =\"https://img.maizuo.com/product/4a175e98025ca908ffd8952cbdbd0896-100007910437.jpg\">\n</p>\n<p>\n\t<img style=\"max-width:100%;\" src =\"https://img.maizuo.com/product/c34feddf1273e8aa074933b924fa0c6f-100007910437.jpg\">\n</p>\n<p>\n\t<img style=\"max-width:100%;\" src =\"https://img.maizuo.com/product/a1c9a7f7f654826b8dc470bd97133c96-100007910437.jpg\">\n</p>\n<p>\n\t<img style=\"max-width:100%;\" src =\"https://img.maizuo.com/product/2008833015c9cf87ab48bd34f62c23ac-100007910437.jpg\">\n</p>\n<p>\n\t<img style=\"max-width:100%;\" src =\"https://img.maizuo.com/product/336620dfce25e8db4de6a190c2b06099-100007910437.jpg\">\n</p>\n<p>\n\t<img style=\"max-width:100%;\" src =\"https://img.maizuo.com/product/5e337c40a61a39801dabaf2ceac2d6fd-100007910437.jpg\">\n</p>\n<p>\n\t<img style=\"max-width:100%;\" src =\"https://img.maizuo.com/product/500f95de8f4b32c85eefc073809effb9-100007910437.jpg\">\n</p>\n<p>\n\t<img style=\"max-width:100%;\" src =\"https://img.maizuo.com/product/b436dc1649f5254577dfe2233fe608f6-100007910437.jpg\">\n</p>\n<div>\n\t<p>\n\t\t<img style=\"max-width:100%;\" src =\"https://img.maizuo.com/product/c169444e8180f02ff47d799bb89bc51c-100007910437.jpg\">\n\t</p>\n\t<p>\n\t\t<img style=\"max-width:100%;\" src =\"https://img.maizuo.com/product/7583a8367bf9acffcbeb0b439419dcdd-100007910437.jpg\">\n\t</p>\n\t<p>\n\t\t<img style=\"max-width:100%;\" src =\"https://img.maizuo.com/product/2e2aa6dd994835dd2672c7e1bcb490f7-100007910437.jpg\">\n\t</p>\n\t<p>\n\t\t<img style=\"max-width:100%;\" src =\"https://img.maizuo.com/product/4fad3d0a19c7ec217ae04763989f965e-100007910437.jpg\">\n\t</p>\n\t<p>\n\t\t<img style=\"max-width:100%;\" src =\"https://img.maizuo.com/product/adf0f956c9adeb52d45b286082a83ea6-100007910437.jpg\">\n\t</p>\n\t<p>\n\t\t<img style=\"max-width:100%;\" src =\"https://img.maizuo.com/product/a30d407133b0736cdac101e76b36b765-100007910437.jpg\">\n\t</p>\n\t<p>\n\t\t<img style=\"max-width:100%;\" src =\"https://img.maizuo.com/product/4a175e98025ca908ffd8952cbdbd0896-100007910437.jpg\">\n\t</p>\n\t<p>\n\t\t<img style=\"max-width:100%;\" src =\"https://img.maizuo.com/product/c34feddf1273e8aa074933b924fa0c6f-100007910437.jpg\">\n\t</p>\n\t<p>\n\t\t<img style=\"max-width:100%;\" src =\"https://img.maizuo.com/product/a1c9a7f7f654826b8dc470bd97133c96-100007910437.jpg\">\n\t</p>\n\t<p>\n\t\t<img style=\"max-width:100%;\" src =\"https://img.maizuo.com/product/2008833015c9cf87ab48bd34f62c23ac-100007910437.jpg\">\n\t</p>\n\t<p>\n\t\t<img style=\"max-width:100%;\" src =\"https://img.maizuo.com/product/336620dfce25e8db4de6a190c2b06099-100007910437.jpg\">\n\t</p>\n\t<p>\n\t\t<img style=\"max-width:100%;\" src =\"https://img.maizuo.com/product/5e337c40a61a39801dabaf2ceac2d6fd-100007910437.jpg\">\n\t</p>\n\t<p>\n\t\t<img style=\"max-width:100%;\" src =\"https://img.maizuo.com/product/500f95de8f4b32c85eefc073809effb9-100007910437.jpg\">\n\t</p>\n\t<p>\n\t\t<img style=\"max-width:100%;\" src =\"https://img.maizuo.com/product/b436dc1649f5254577dfe2233fe608f6-100007910437.jpg\">\n\t</p>\n</div>\n<div role=\"tabpanel\" tabindex=\"0\" aria-hidden=\"false\" class=\"ant-tabs-tabpane ant-tabs-tabpane-active\"\nid=\"rc-tabs-1-panel-1\" aria-labelledby=\"rc-tabs-1-tab-1\">\n\t<div>\n\t\t<p>\n\t\t\t<img style=\"max-width:100%;\" src =\"https://img.maizuo.com/product/c169444e8180f02ff47d799bb89bc51c-100007910437.jpg\">\n\t\t</p>\n\t\t<p>\n\t\t\t<img style=\"max-width:100%;\" src =\"https://img.maizuo.com/product/7583a8367bf9acffcbeb0b439419dcdd-100007910437.jpg\">\n\t\t</p>\n\t\t<p>\n\t\t\t<img style=\"max-width:100%;\" src =\"https://img.maizuo.com/product/2e2aa6dd994835dd2672c7e1bcb490f7-100007910437.jpg\">\n\t\t</p>\n\t\t<p>\n\t\t\t<img style=\"max-width:100%;\" src =\"https://img.maizuo.com/product/4fad3d0a19c7ec217ae04763989f965e-100007910437.jpg\">\n\t\t</p>\n\t\t<p>\n\t\t\t<img style=\"max-width:100%;\" src =\"https://img.maizuo.com/product/adf0f956c9adeb52d45b286082a83ea6-100007910437.jpg\">\n\t\t</p>\n\t\t<p>\n\t\t\t<img style=\"max-width:100%;\" src =\"https://img.maizuo.com/product/a30d407133b0736cdac101e76b36b765-100007910437.jpg\">\n\t\t</p>\n\t\t<p>\n\t\t\t<img style=\"max-width:100%;\" src =\"https://img.maizuo.com/product/4a175e98025ca908ffd8952cbdbd0896-100007910437.jpg\">\n\t\t</p>\n\t\t<p>\n\t\t\t<img style=\"max-width:100%;\" src =\"https://img.maizuo.com/product/c34feddf1273e8aa074933b924fa0c6f-100007910437.jpg\">\n\t\t</p>\n\t\t<p>\n\t\t\t<img style=\"max-width:100%;\" src =\"https://img.maizuo.com/product/a1c9a7f7f654826b8dc470bd97133c96-100007910437.jpg\">\n\t\t</p>\n\t\t<p>\n\t\t\t<img style=\"max-width:100%;\" src =\"https://img.maizuo.com/product/2008833015c9cf87ab48bd34f62c23ac-100007910437.jpg\">\n\t\t</p>\n\t\t<p>\n\t\t\t<img style=\"max-width:100%;\" src =\"https://img.maizuo.com/product/336620dfce25e8db4de6a190c2b06099-100007910437.jpg\">\n\t\t</p>\n\t\t<p>\n\t\t\t<img style=\"max-width:100%;\" src =\"https://img.maizuo.com/product/5e337c40a61a39801dabaf2ceac2d6fd-100007910437.jpg\">\n\t\t</p>\n\t\t<p>\n\t\t\t<img style=\"max-width:100%;\" src =\"https://img.maizuo.com/product/500f95de8f4b32c85eefc073809effb9-100007910437.jpg\">\n\t\t</p>\n\t\t<p>\n\t\t\t<img style=\"max-width:100%;\" src =\"

https://img.maizuo.com/product/b436dc1649f5254577dfe2233fe608f6-100007910437.jpg\">\n\t\t</p>\n\t</div>\n</div>"



后端实际接受到的参数情况如何

image.png

  1. 传入的字符串信息完成对应不上,  html标签丢失


  2. 二、你期待的结果是什么?实际看到的又是什么?




三、你正在使用的是什么产品,什么版本?在什么操作系统上?


四、请提供详细的错误堆栈信息,这很重要。

报错信息, 

image.png

java后台报错


2022-06-02 16:02:36.880 ERROR 59940 --- [  XNIO-1 task-1] o.s.c.log.error.RestExceptionTranslator  : 消息不能读取:JSON parse error: Unexpected character ('\' (code 92)): was expecting comma to separate Object entries; nested exception is com.fasterxml.jackson.core.JsonParseException: Unexpected character ('\' (code 92)): was expecting comma to separate Object entries

 at [Source: (PushbackInputStream); line: 1, column: 894]



还有保存时id  从1开始自增的问题

使用了alter table tb_xx AUTO_INCREMENT=1  保存一条正常后,同事通过访问的api 保存的id 改变


image.png

两种新增结果


先 使用了 TRUNCATE table y_goods_info;  清理了数据库

在使用了alter table tb_xx AUTO_INCREMENT=1 


我自己新增结果正常,

同事新增的结果又回到了最开始



五、若有更多详细信息,请在下面提供。

源代码,数据库已发送邮箱





goodsDetai  值 使用下列数据 L:


<div><p><img style="max-width:100%;" src="https://img.maizuo.com/product/7e29887140807bd23f972d5f0b195370-100014185112.jpg"></p><p><img style="max-width:100%;" src="https://img.maizuo.com/product/007f03c66c04775ce61b16c9424d57c0-100014185112.jpg"></p><p><img style="max-width:100%;" src="https://img.maizuo.com/product/19c5ccb96ca535a7f811337e7e6bbcdb-100014185112.jpg"></p><p><img style="max-width:100%;" src="https://img.maizuo.com/product/e79cdf6f970b7fc16af58fabdd7d794d-100014185112.jpg"></p><p><img style="max-width:100%;" src="https://img.maizuo.com/product/abcaba4c4d7086ad243c9437aba15ef4-100014185112.jpg"></p><p><img style="max-width:100%;" src="https://img.maizuo.com/product/e9195765fb076f24c6cf38cf6b0c1314-100014185112.jpg"></p><p><img style="max-width:100%;" src="https://img.maizuo.com/product/3ab54c67a653a5ea3de5a48f115acb63-100014185112.jpg"></p><p><img style="max-width:100%;" src="https://img.maizuo.com/product/636d15d45d0937e125fb2d05e40e1d1d-100014185112.jpg"></p><p><img style="max-width:100%;" src="https://img.maizuo.com/product/8b74c39c2468a8754efe9c6033caefad-100014185112.jpg"></p><p><img style="max-width:100%;" src="https://img.maizuo.com/product/2b8797c11b03672b3b536fe8ba0b6927-100014185112.jpg"></p><p><img style="max-width:100%;" src="https://img.maizuo.com/product/f2dd806fa361e37d253a488b74df6547-100014185112.jpg"></p></div>



2条回答
  • 需要对接口进行放行。7Z$12WX]3KTJ50GCML}ECNI.png

    0 讨论(0)
  • 2022-06-02 23:16

    第一个问题见楼上,关掉xss过滤,就不会出现html标签丢失的问题了

    第二个问题,那明显是又从autoId变成了snowflake的id。至于你说的你调用可以,同事不行,我们不是很清楚,请问指的是同事也访问你本地的服务操作的?还是他另开的接口?还是说他用的自己的代码链接服务器的?只有这些确定了才可以判断。

    所以推荐你本地启动一下服务器,做一个内网穿透,把临时映射的外网地址发我们邮箱,这样我们就可以测试你本地的服务了。


    至于你本地可以实现自增,那大概率代码是没问题的,所以现在就要帮你找“同事访问不对”的问题。

    内网穿透免费版本请见:https://natapp.cn/article/natapp_newbie


    作者追问:2022-06-03 11:59

    局域网内,同事链接我的电脑进行联调,数据库事阿里云的mysql5.7版本,   他前端。接口地址访问我的,  我自己也开了一个前端代码

    0 讨论(0)
提交回复