|
@@ -95,7 +95,7 @@ public interface MenZhengXiangMuDao {
|
|
|
@Param("times") Integer times,
|
|
|
@Param("xiangMuZhuangTai") Integer xiangMuZhuangTai);
|
|
|
|
|
|
- @Select("select tc_name,quantity from mz_charge_detail where patient_id=#{patientNo} " +
|
|
|
+ @Select("select tc_name,quantity,group_order, drug_quan from mz_charge_detail where patient_id=#{patientNo} " +
|
|
|
"and serial_no=#{realNo} and times=#{times} and group_no!='00'")
|
|
|
List<MzChargeDetail> yaoPinXinxi(@Param("realNo") Integer realNo,
|
|
|
@Param("patientNo") String patientNo,
|