提交 02a5d95d authored 作者: chaoyanjun's avatar chaoyanjun

--no commit message

上级 20dc387c
...@@ -24,8 +24,8 @@ public interface ActivityApplyMapper extends BaseMapper<ActivityApply>{ ...@@ -24,8 +24,8 @@ public interface ActivityApplyMapper extends BaseMapper<ActivityApply>{
*/ */
@Select("<script>" @Select("<script>"
+ " select a.*, b.title as name " + " select a.*, b.title as name "
+ " from sys_activity_apply a , sys_activity b " + " from sys_activity_apply a left join sys_activity b "
+ " where a.activityId = b.id " + " on a.activityId = b.id where 1=1 "
// 状态 // 状态
+ " <if test = '" + NOTBLANK + "(form.status)'> " + " <if test = '" + NOTBLANK + "(form.status)'> "
+ " and a.status like concat(#{form.status},'%') " + " and a.status like concat(#{form.status},'%') "
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论