### Error updating database. Cause: com.mysql.jdbc.PacketTooBigException: Packet for query is too large (1214 > 1024). You can change this value on the server by setting the max_allowed_packet' variable. ### The error may exist in com/zbkj/service/dao/StoreProductDao.java (best guess) ### The error may involve com.zbkj.service.dao.StoreProductDao.updateById-Inline ### The error occurred while setting parameters ### SQL: UPDATE eb_store_product SET mer_id=?, image=?, slider_image=?, store_name=?, store_info=?, keyword=?, bar_code=?, cate_id=?, price=?, vip_price=?, ot_price=?, postage=?, unit_name=?, sort=?, sales=?, stock=?, is_show=?, is_hot=?, is_benefit=?, is_best=?, is_new=?, add_time=?, is_postage=?, is_recycle=?, is_del=?, mer_use=?, give_integral=?, cost=?, is_seckill=?, is_good=?, is_sub=?, ficti=?, browse=?, code_path=?, soure_link=?, video_link=?, temp_id=?, spec_type=?, activity=?, flat_pattern=?, version=? WHERE id=? ### Cause: com.mysql.jdbc.PacketTooBigException: Packet for query is too large (1214 > 1024). You can change this value on the server by setting the max_allowed_packet' variable. ; Packet for query is too large (1214 > 1024). You can change this value on the server by setting the max_allowed_packet' variable.; nested exception is com.mysql.jdbc.PacketTooBigException: Packet for query is too large (1214 > 1024). You can change this value on the server by setting the max_allowed_packet' variable.

