Explorar o código

急诊历史病历列表修改

rgb %!s(int64=6) %!d(string=hai) anos
pai
achega
aa008005b4

+ 2 - 0
icss-service/src/main/java/com/diagbot/vo/HisInquirysForJzVO.java

@@ -54,5 +54,7 @@ public class HisInquirysForJzVO extends Page {
 	
 	@ApiModelProperty(value="是否有二次诊断,0-没有,1-有")
 	private Integer isHasSecond; 
+	
+    private Integer sysType=11;
 	   
 }

+ 5 - 0
tran-service/src/main/java/com/diagbot/vo/HisInquirysForJzVO.java

@@ -41,5 +41,10 @@ public class HisInquirysForJzVO extends Page {
 	 * 是否有二次诊断,0-没有,1-有
 	 */
 	private Integer isHasSecond; 
+	
+    /**
+     * 访问的系统类型 1:user-service,2:diagbotman-service,3:uaa-service,4:log-service,5:bi-service,6:knowledge-service,7:feedback-service,8:icss-web
+     */
+    private Integer sysType;
 	   
 }

+ 3 - 0
tran-service/src/main/resources/mapper/InquiryInfoMapper.xml

@@ -55,6 +55,9 @@
 		WHERE 1=1
 		AND a.hospital_id=#{hospitalId}
 		AND a.hospital_dept_id=#{hospitalDeptId}
+		<if test="sysType!=null">
+			AND a.sys_type=#{sysType}
+		</if>
 		<if test="startDate!=null">
 			AND a.gmt_modified>=#{startDate}
 		</if>