记得上下班打卡 | git大法好,push需谨慎

Commit 70959b0e authored by 胡佳晨's avatar 胡佳晨

修改 根据状态 查询 演出的接口

parent c2919e14
...@@ -165,6 +165,9 @@ public class PerformanceVoUtils { ...@@ -165,6 +165,9 @@ public class PerformanceVoUtils {
} }
} }
if(vo.getAppStatus()<=4){
appStatus=vo.getAppStatus();
}
if(vo.getAppStatus()==7){ if(vo.getAppStatus()==7){
appStatus=7; appStatus=7;
} }
......
...@@ -286,7 +286,7 @@ ...@@ -286,7 +286,7 @@
<where> <where>
ps.status in ${status} ps.status in ${status}
<if test="title!=''"> <if test="title!=''">
AND title LIKE concat('%', ${title}, '%') AND title LIKE concat('%', #{title}, '%')
</if> </if>
</where> </where>
LIMIT 20 LIMIT 20
......
...@@ -171,6 +171,9 @@ public class PerformanceVoTask { ...@@ -171,6 +171,9 @@ public class PerformanceVoTask {
} }
} }
} }
if(vo.getAppStatus()<=4){
appStatus=vo.getAppStatus();
}
if(vo.getAppStatus()==7){ if(vo.getAppStatus()==7){
appStatus=7; appStatus=7;
} }
......
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