提交代码
parent
4635d42aa4
commit
f598a52789
|
@ -157,27 +157,27 @@
|
|||
</select>
|
||||
|
||||
<select id="selectMyAwaitSspTask" resultType="Map">
|
||||
select '106' as category, count(1) as total from smz_ssp_problemmodify
|
||||
select '106' as category, id from smz_ssp_problemmodify
|
||||
<where>
|
||||
infoType=0
|
||||
<if test="proId != null"> and projectId=#{proId}</if>
|
||||
<if test="userId != null"> and lordSent=#{userId} and checkState in (0,3)</if>
|
||||
</where>
|
||||
union all
|
||||
select '107' as category, count(1) as total from smz_ssp_problemmodify
|
||||
select '107' as category, id from smz_ssp_problemmodify
|
||||
<where>
|
||||
infoType=0
|
||||
<if test="proId != null"> and projectId=#{proId}</if>
|
||||
<if test="userId != null"> and lordSent=#{userId} and checkState in (0,3)</if>
|
||||
</where>
|
||||
select '108' as category, count(1) as total from smz_ssp_problemmodify
|
||||
select '108' as category, id from smz_ssp_problemmodify
|
||||
<where>
|
||||
infoType=1
|
||||
<if test="proId != null"> and projectId=#{proId}</if>
|
||||
<if test="userId != null"> and lordSent=#{userId} and checkState in (0,3)</if>
|
||||
</where>
|
||||
union all
|
||||
select '109' as category, count(1) as total from smz_ssp_problemmodify
|
||||
select '109' as category, id from smz_ssp_problemmodify
|
||||
<where>
|
||||
infoType=1
|
||||
<if test="proId != null"> and projectId=#{proId}</if>
|
||||
|
|
|
@ -229,7 +229,6 @@ public class SmzSspProblemmodifyController extends BaseController
|
|||
}
|
||||
|
||||
/**
|
||||
<<<<<<< HEAD
|
||||
* 查询问题整改详情
|
||||
* @param id
|
||||
* @return
|
||||
|
|
Loading…
Reference in New Issue