src/main/java/org/springblade/modules/nursingCheckIn/mapper/NursingCheckInMapper.xml
@@ -20,6 +20,7 @@ <if test="nursingCheckIn.placeId != null ">and place_id = #{nursingCheckIn.placeId}</if> <if test="nursingCheckIn.type != null and nursingCheckIn.type != ''">and type = #{nursingCheckIn.type}</if> </where> order by id desc </select>