serviceimp 实现层里跳转 mapper 报错…………求大神帮助
mybatis求助~
-
Java
3186 引用 • 8212 回帖
Java 是一种可以撰写跨平台应用软件的面向对象的程序设计语言,是由 Sun Microsystems 公司于 1995 年 5 月推出的。Java 技术具有卓越的通用性、高效性、平台移植性和安全性。
-
mapper
2 引用 • 17 回帖
-
MyBatis
170 引用 • 414 回帖 • 383 关注
MyBatis 本是 Apache 软件基金会 的一个开源项目 iBatis,2010 年这个项目由 Apache 软件基金会迁移到了 google code,并且改名为 MyBatis ,2013 年 11 月再次迁移到了 GitHub。
-
求助
49 引用 • 401 回帖 • 1 关注
相关帖子
-
-
-
-
wangzi0v0 •作者
<select id="getMemberByCount" parameterType="java.util.HashMap" resultType="java.lang.Integer"> select count(*) from member as m LEFT JOIN member_info as mi ON mi.member_sid = m.sid LEFT JOIN member_info_ext as mie ON mie.member_info_sid = mi.sid <where> del_flag = 1 <if test="username != null" > and username LIKE '%' #{username,jdbcType=VARCHAR} '%' </if> <if test="mobile != null" > and mobile LIKE '%' #{mobile,jdbcType=VARCHAR} '%' </if> <if test="mailbox != null" > and email LIKE '%' #{mailbox,jdbcType=VARCHAR} '%' </if> </where> </select>
1 回复 -
-
-
-
欢迎来到这里!
我们正在构建一个小众社区,大家在这里相互信任,以平等 • 自由 • 奔放的价值观进行分享交流。最终,希望大家能够找到与自己志同道合的伙伴,共同成长。
注册 关于