Commit 0a67cd76 by tyk

经验交流代码提交

parent 13bdf950
...@@ -154,7 +154,6 @@ public class JygxWzglController extends BaseController ...@@ -154,7 +154,6 @@ public class JygxWzglController extends BaseController
/** /**
* 文章管理审核 * 文章管理审核
*/ */
...@@ -179,7 +178,6 @@ public class JygxWzglController extends BaseController ...@@ -179,7 +178,6 @@ public class JygxWzglController extends BaseController
} }
/** /**
*数据置顶 *数据置顶
*/ */
......
...@@ -274,8 +274,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ...@@ -274,8 +274,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="wznr != null and wznr != ''"> <if test="wznr != null and wznr != ''">
AND w.wznr LIKE concat('%', #{wznr}, '%') OR w.wzbt LIKE concat('%', #{wznr}, '%')</if> AND w.wznr LIKE concat('%', #{wznr}, '%') OR w.wzbt LIKE concat('%', #{wznr}, '%')</if>
GROUP BY GROUP BY l.lxid
l.lxmc
</select> </select>
<select id="selectsyssList" parameterType="JygxWzgl" resultMap="JygxWzglResult"> <select id="selectsyssList" parameterType="JygxWzgl" resultMap="JygxWzglResult">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment