ruoyi-project/src/main/resources/mapper/project/ServiceDonationwitnessMapper.xml
@@ -179,7 +179,9 @@ <if test="operationdoctor != null and operationdoctor != ''">and st.OperationDoctor = #{operationdoctor} </if> <if test="infoid != null">and sd.ID = #{infoid}</if> <if test="witnessState != null">and st.witness_state = #{witnessState}</if> </where> order by sd.InpatientNo desc <if test="pageNum != null and pageSize != null">limit #{pageNum},#{pageSize}</if> </select>