|
@@ -75,6 +75,6 @@ public interface YpZyPatientMapper {
|
|
|
* @return
|
|
|
*/
|
|
|
@Update("update yp_zy_patient set page_no=#{pageNo},keeper=#{keeper},confirm_time=#{confirmTime},doctor_name=#{doctorName}" +
|
|
|
- ",page_type=#{pageType},jy_flag=#{jyFlag} where act_order_no = #{actOrderNo} and charge_code = #{chargeCode} and inpatient_no=#{inpatientNo}")
|
|
|
+ ",page_type=#{pageType},jy_flag=#{jyFlag} where act_order_no = #{actOrderNo} and charge_code = #{chargeCode} and inpatient_no=#{inpatientNo} and confirm_time is null")
|
|
|
int updateYpZyPatient(YpZyPatient ypZyPatient);
|
|
|
}
|