<if test="status !=null and status !='' and status =='1'.toString()">
ORDER BY tag.create_time DESC
</if>
<if test="status !=null and status !='' and status =='2'.toString()">
ORDER BY tag.create_time ASC
</if>
相关文章
- mybatis if test 解决页面 升序和降序的问题
- html5新特性:利用history的pushState等方法来解决使用ajax导致页面后退和前进的问题
- Mybatis传单个参数和<if>标签同时使用的问题及解决方法
- 114啦源码(114la)不能生成地方房产和地方报刊问题4级页面0字节的解决方法
- 解决Eclipse和myeclipse在进行 html,jsp等 页面编辑时,自动格式化变丑的问题
- 解决Eclipse和myeclipse在进行 html,jsp等 页面编辑时,自动格式化变丑的问题
- MyBatis中使用$和#所遇到的问题及解决办法
- 解决myBatis generator逆向生成没有根据主键的select,update和delete问题
- 在使用 Spring Boot 和 MyBatis 动态切换数据源时遇到的问题以及解决方法
- maven下mybatis-plus和pagehelp冲突问题的解决方法