|
|
|
@ -131,7 +131,7 @@ public interface Project_ManagementMapper { |
|
|
|
|
* @return |
|
|
|
|
*/ |
|
|
|
|
@Select({ "<script>", |
|
|
|
|
"select judgmentPointsId,judgmentPointsName from hr_judgment_points where isdel=0 and systemId=#{systemId}", |
|
|
|
|
"select judgmentPointsId,judgmentPointsName from hr_judgment_points where isdel=0 and systemId=#{systemId} and isopen=0", |
|
|
|
|
" <if test='judgmentPointsName!=null'> and judgmentPointsName like concat('%','${judgmentPointsName}','%')</if>", |
|
|
|
|
"</script>" }) |
|
|
|
|
List<Judgment_Points> queryAllJudgmentPoints(Judgment_Points points); |
|
|
|
|