摘要: sessionRecordHumanService.saveBatch(dataList); 具体报错如下: org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.Per 阅读全文
posted @ 2024-03-14 15:16 LUDAGOGO 阅读(1159) 评论(0) 推荐(0)
摘要: <insert id="saveListMapData" parameterType="java.util.Map"> <foreach collection="listMap" item="map" separator=";"> insert into ${tableName} ( <foreac 阅读全文
posted @ 2024-03-14 15:01 LUDAGOGO 阅读(554) 评论(0) 推荐(0)