|
@@ -202,6 +202,9 @@ public interface MzYjReqMapper {
|
|
|
"<when test='reqType!=null'>",
|
|
|
" and req_type =#{reqType} ",
|
|
|
"</when>",
|
|
|
+ "<when test='reqType==3'>",
|
|
|
+ " and exec_dept in ('2020300','2020100') ",
|
|
|
+ "</when>",
|
|
|
"<when test='patientId!=null'>",
|
|
|
" and patient_id =#{patientId} ",
|
|
|
"</when>",
|
|
@@ -238,6 +241,9 @@ public interface MzYjReqMapper {
|
|
|
"<when test='reqType!=null'>",
|
|
|
" and req_type =#{reqType} ",
|
|
|
"</when>",
|
|
|
+ "<when test='reqType==3'>",
|
|
|
+ " and exec_dept in ('2020300','2020100') ",
|
|
|
+ "</when>",
|
|
|
"<when test='patientId!=null'>",
|
|
|
" and patient_id =#{patientId} ",
|
|
|
"</when>",
|