zjcnb edited a comment on issue #14580:
URL: 
https://github.com/apache/shardingsphere/issues/14580#issuecomment-1009765672


   @zhao190775705 Hello, Can you adjust your ` Test1Mapper.xml`. Such as: 
   ```
   <insert id="insertList" parameterType="list" useGeneratedKeys="true"
               keyProperty="id">
           insert into test1(name)
           values
           <foreach collection="list" item="item" index="index" separator=",">
               <trim prefix="(" suffix=")" suffixOverrides=",">
                   #{item.name,jdbcType=VARCHAR}
               </trim>
           </foreach>
       </insert>
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to