|
@@ -80,7 +80,7 @@ public interface SiMzDao {
|
|
|
"charge_fee as detItemFeeSumamt, " +
|
|
|
"quantity as cnt, price as pric, " +
|
|
|
"hospApprFlag=isnull(hosp_appr_flag, 0), " +
|
|
|
- "bilgDrCodg=(select rtrim(yb_code) from a_employee_mi where code=input_staff), " +
|
|
|
+ "bilgDrCodg=(select rtrim(code) from a_employee_mi where code=input_staff), " +
|
|
|
"ordersDrCode=(select rtrim(yb_code) from a_employee_mi where code=input_staff), " +
|
|
|
"input_man as bilgDrName,input_man as ordersDrName " +
|
|
|
"from t_mt_receipt where patient_id=#{patNo} and times=#{times} and yb_trans_flag=0 ")
|