@ -69,9 +69,9 @@ public class ZJYYController {
}
@RequestMapping(value = "com" , method = RequestMethod.POST)
@RequestMapping(value = "com" , method = RequestMethod.GET)
@ResponseBody
public String com(String mid){
public String com(){
List<CommomtableCopyVo> com = commomtableMapper.com();
for (CommomtableCopyVo list:com){
StringBuffer sb=new StringBuffer();
@ -17,28 +17,26 @@ public class AddArchiveMasterVo {
private String ID;
//病案id
private String patientId;
//住院号
private String inpNo;
//住院次数
private String visitId;
//患者姓名
private String name;
//出院科室名称
private String deptName;
//出院时间
private String dischargeDateTime;
//病历状态
private String ArchiveState;
//住院时间
private String admissionDateTime;
//完整性
private String LockInfo;
private String DISCHARGEDISPOSITION;
//拆分标识
private String splitName;
@ -12,17 +12,25 @@ import lombok.Data;
public class CommomtableCopyVo {
private String id;
private String inpatientNo;
private String admissTimes;
private String disDate;
//图像号
private String pageNumber;
//旧病案号
private String inpatientNoPast;
//出院科室
private String disDept;
//盘号
private String ph;
//盘号格式
private String phString;
//拆分状态
private int spilStatic;
@ -10,24 +10,23 @@ import lombok.Data;
*/
@Data
public class ZdAssortVo {
//分段id
private String assortId;
//分段名称
private String assortName;
//分段排序
private String assortSort;
//打印标识
private String printFlag;
//文件路径
private String PDFPATH;
//标识
private String flag;
//来源
private String Sys;
//最近更新时间
private String UpLoadDateTime;
@ -18,7 +18,7 @@ spring:
# driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
# type: com.alibaba.druid.pool.DruidDataSource
db1: #数据源1
jdbc-url: jdbc:sqlserver://127.0.0.1:1433;DatabaseName=yd_record
jdbc-url: jdbc:sqlserver://127.0.0.1:1433;DatabaseName=zj_record_new
username: sa
password: admin123
driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver