|
@@ -50,7 +50,7 @@ public interface SiZyDao {
|
|
|
|
|
|
@Update("update zy_detail_charge set refer_physician=(select refer_physician from zy_actpatient t " +
|
|
|
"where t.inpatient_no=#{patNo}) where inpatient_no=#{patNo} and admiss_times=#{times} " +
|
|
|
- "and nullif(refer_physician,'') is null and nullif(doctor_code,'') is null")
|
|
|
+ "and nullif(refer_physician,'') is null ")
|
|
|
void fillReferPhysician(@Param("patNo") String patNo,
|
|
|
@Param("times") int times);
|
|
|
|