摘要: xml <update id="batchInsert" parameterType="java.util.List"> insert into zn_enterprise_user (enterprise_id,real_name,user_tel,type,create_time,bind_st 阅读全文
posted @ 2024-04-19 01:05 猝死的路上 阅读(16) 评论(0) 推荐(0)
摘要: xml <select id="getUnitUserComsumes" parameterType="com.zbkj.common.request.UnitUserComsumeRequest" resultType="java.util.List" resultMap="itemResultM 阅读全文
posted @ 2024-04-19 01:01 猝死的路上 阅读(38) 评论(0) 推荐(0)
摘要: xml写法 <update id="updateBatchById" parameterType="java.util.List"> <foreach collection="userList" index="index" item="user" separator=";"> update eb_u 阅读全文
posted @ 2024-04-19 00:55 猝死的路上 阅读(16) 评论(0) 推荐(0)
摘要: 场景: 想要删除项目中多余的文件,但是不小心删除了有用的文件 这个时候还未提交,执行下面的命令恢复 git checkout HEAD -- . 阅读全文
posted @ 2024-04-19 00:51 猝死的路上 阅读(78) 评论(0) 推荐(0)