ruoyi-project/src/main/resources/mapper/project/ServiceDonatecompletioninfoMapper.xml
@@ -217,7 +217,7 @@ <if test="name != null and name != ''">and sd.Name like concat('%', #{name}, '%')</if> <if test="inpatientno != null and inpatientno != ''">and sd.inpatientno = #{inpatientno}</if> <if test="donorno != null and donorno != ''">and sdc.DonorNo = #{donorno}</if> <if test="infoid != null">and sdc.InfoID = #{infoid}</if> <if test="infoid != null">and sd.id = #{infoid}</if> </where> <if test="pageNum != null and pageSize != null">limit #{pageNum},#{pageSize}</if> </select>