|
@@ -6,7 +6,6 @@ import java.util.List;
|
|
|
import org.slf4j.Logger;
|
|
|
import org.slf4j.LoggerFactory;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
-import org.springframework.context.annotation.DependsOn;
|
|
|
import org.springframework.stereotype.Controller;
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
import org.springframework.web.bind.annotation.RequestParam;
|
|
@@ -72,7 +71,7 @@ public class PatientController extends LifeCenterController {
|
|
|
mv.addObject("patientName", patientName);
|
|
|
mv.addObject("total", total);
|
|
|
mv.addObject("item", result);
|
|
|
- mv.addObject( "paging", paging );
|
|
|
+ mv.addObject("paging", paging);
|
|
|
|
|
|
return mv;
|
|
|
}
|