Python-IBM opened a new issue, #24394:
URL: https://github.com/apache/shardingsphere/issues/24394

   1. Application version
   shardingsphere-jdbc:5.2.0
   mysql:5.7
   mybatis-plus: 3.4.1
   Spring Boot: 2.3.12
   
   2. Mybatis xml
    <update id="updateBatch">
           <foreach collection="transList" item="item" separator=";">
               update reg_bill_trans set req_name= 
#{item.reqName},req_acct_name= #{item.reqAcctName}
               where trans_id = #{item.transId}
           </foreach>
      </update>
   
   (1) After the batch update of the foreach loop using the mybatis tag.
   (2) Sub-table reg_ bill_ trans_ 01 Data updated successfully. It is divided 
into table reg_ bill_ trans_ 02 The data was not updated successfully. It is 
still the old value.
   


-- 
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