business/src/main/resources/mapper/ProjectInfoMapper.xml
@@ -149,6 +149,9 @@ <if test="query.reserveOrPrevious != null and query.reserveOrPrevious == 'previous'"> and TPP.process_instance_id is not null </if> <if test="query.projectCategory == 3"> and (TPI.project_status = 'working' or TPI.project_status = 'stop') </if> </where> order by TPI.gmt_create </select>