为了账号安全,请及时绑定邮箱和手机立即绑定

为什么不把command和description的判断也放在service中呢

为什么不把command和description的判断也放在service中呢

正在回答

1 回答

sql语句一般放在dao层处理,service层只注重一些额外的业务逻辑

0 回复 有任何疑惑可以回复我~
#1

陷入编程无法自拔的江北 提问者

哦,我说的不够清楚,我说的是在配置文件里面的sql语句的判断: <if test="name != null and !&quot;&quot;.equals(name.trim())"> and a.NAME = #{name} </if> <if test="description != null and !&quot;&quot;.equals(description.trim())"> and a.DESCRIPTION like '%' #{description} '%' </if> 现在已经懂了,谢谢回答
2018-06-06 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

为什么不把command和description的判断也放在service中呢

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信