|
@@ -83,22 +83,22 @@ public interface YpZyPatientMapper {
|
|
|
"page_no=#{pageNo}",
|
|
|
"</when>",
|
|
|
"<when test='keeper!=null'>",
|
|
|
- "keeper=#{keeper}",
|
|
|
+ ",keeper=#{keeper}",
|
|
|
"</when>",
|
|
|
"<when test='confirmTime!=null'>",
|
|
|
- "confirm_time=#{confirmTime}",
|
|
|
+ ",confirm_time=#{confirmTime}",
|
|
|
"</when>",
|
|
|
"<when test='doctorName!=null'>",
|
|
|
- "doctor_name=#{doctorName}",
|
|
|
+ ",doctor_name=#{doctorName}",
|
|
|
"</when>",
|
|
|
"<when test='pageType!=null'>",
|
|
|
- "page_type=#{pageType}",
|
|
|
+ ",page_type=#{pageType}",
|
|
|
"</when>",
|
|
|
"<when test='jyFlag!=null'>",
|
|
|
- "jy_flag=#{jyFlag}",
|
|
|
+ ",jy_flag=#{jyFlag}",
|
|
|
"</when>",
|
|
|
"<when test='manuNo!=null'>",
|
|
|
- "manu_no=#{manuNo}",
|
|
|
+ ",manu_no=#{manuNo}",
|
|
|
"</when>",
|
|
|
"</trim>" +
|
|
|
"where act_order_no = #{actOrderNo} and charge_code = #{chargeCode} and inpatient_no=#{inpatientNo} and order_date=#{orderDate}",
|