|
@@ -1,6 +1,7 @@
|
|
|
package thyyxxk.webserver.dao.his.scheduled;
|
|
|
|
|
|
import org.apache.ibatis.annotations.Select;
|
|
|
+import org.apache.ibatis.annotations.Update;
|
|
|
import thyyxxk.webserver.entity.yibao.patient.Patient;
|
|
|
|
|
|
import java.util.List;
|
|
@@ -20,4 +21,8 @@ public interface JieShouFeiYongDao {
|
|
|
" where a.inpatient_no = b.inpatient_no and a.admiss_times = b.admiss_times) " +
|
|
|
"from zy_actpatient a ")
|
|
|
List<Patient> xuYaoJieShouFeiYong();
|
|
|
+
|
|
|
+
|
|
|
+ @Update("update yz_sequence set page_no=1")
|
|
|
+ void chongZhiYaoDanHao();
|
|
|
}
|