| src/main/java/org/springblade/modules/yw/mapper/RescueTeamMapper.xml | ●●●●● patch | view | raw | blame | history |
src/main/java/org/springblade/modules/yw/mapper/RescueTeamMapper.xml
@@ -27,6 +27,9 @@ <if test="rescueTeam.firmId!=null"> and yrt.firm_id = #{rescueTeam.firmId} </if> <if test="rescueTeam.type!=null"> and yrt.type = #{rescueTeam.type} </if> <if test="rescueTeam.perInCha!=null and rescueTeam.perInCha!=''"> and yrt.per_in_cha like concat('%',#{rescueTeam.perInCha},'%') </if>