摘要:
功能4:发送内部消息 InternalMessageMapper 点击查看代码 @Insert("INSERT ft_internalmessage VALUES(null,#{category},#{senderName},#{senderNo},#{receiverName},#{receive 阅读全文
posted @ 2025-02-18 08:59
Moonbeamsc
阅读(24)
评论(0)
推荐(0)
摘要:
功能3:删除日报 DailyReportMapper 点击查看代码 @Delete("delete from ft_dailyreport where id=#{id}") @ResultMap("DailyReportResultMap") void deleteDailyReportById(@ 阅读全文
posted @ 2025-02-18 08:57
Moonbeamsc
阅读(24)
评论(0)
推荐(0)
摘要:
功能2:修改日报 DailyReportMapper 点击查看代码 @Update("update ft_dailyreport set publishDate =#{publishDate},spentTime =#{spentTime},codeamount=#{codeamount},blog 阅读全文
posted @ 2025-02-18 08:56
Moonbeamsc
阅读(25)
评论(0)
推荐(0)
摘要:
功能1:发表日报 DailyReportMapper 点击查看代码 /** * 发表日报 * @param dailyReport */ @Insert("insert ft_dailyreport values (null,#{publishDate},#{stuno},#{name},#{spe 阅读全文
posted @ 2025-02-18 08:55
Moonbeamsc
阅读(22)
评论(0)
推荐(0)
摘要:
以下为数据库层面准备 sql: 点击查看代码 create table ft_user( id int primary key auto_increment, username varchar(30), password varchar(30), identify varchar(100) ); c 阅读全文
posted @ 2025-02-18 08:51
Moonbeamsc
阅读(289)
评论(0)
推荐(0)
摘要:
环境准备: mybatis-config.xml 点击查看代码 <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE configuration PUBLIC "-//mybatis.org//DTD Config 3.0//EN" "http://my 阅读全文
posted @ 2025-02-18 08:48
Moonbeamsc
阅读(25)
评论(0)
推荐(0)

浙公网安备 33010602011771号