禅道bug修复
This commit is contained in:
parent
fc2df2797c
commit
624502ec2e
|
|
@ -59,6 +59,11 @@ public class ExecutionPlanVo {
|
|||
*/
|
||||
private String inspectionStationName;
|
||||
|
||||
/**
|
||||
* 运检站名称
|
||||
*/
|
||||
private Integer inspectionStationId;
|
||||
|
||||
/**
|
||||
* 作业内容
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -178,6 +178,9 @@
|
|||
AND (tmp.inspection_station_name like concat('%', #{keyWord}, '%')
|
||||
or tmp.project_name like concat('%', #{keyWord}, '%'))
|
||||
</if>
|
||||
<if test="inspectionStationId!= null " >
|
||||
AND tmp.inspection_station_id = #{inspectionStationId}
|
||||
</if>
|
||||
</select>
|
||||
<select id="getNum" resultType="com.bonus.digital.dao.DayPlanVo">
|
||||
select sum(actual_proficient_personnel) as actualProficientPersonnel,
|
||||
|
|
|
|||
Loading…
Reference in New Issue