|
@@ -353,7 +353,7 @@ public interface MzChargeDetailMapper {
|
|
|
* @param chargeItemCode
|
|
|
* @return
|
|
|
*/
|
|
|
- @Select("select * from mz_charge_detail WITH(NOLOCK) where patient_id =#{patientId,jdbcType=CHAR} and times =#{times,jdbcType=INTEGER} and charge_item_code=#{chargeItemCode,jdbcType=CHAR} and item_no=#{itemNo} and order_no =#{orderNo} and quantity>0")
|
|
|
+ @Select("select * from mz_charge_detail WITH(NOLOCK) where patient_id =#{patientId,jdbcType=CHAR} and times =#{times,jdbcType=INTEGER} and charge_item_code=#{chargeItemCode,jdbcType=CHAR} and item_no=#{itemNo} and order_no =#{orderNo} and quantity>0 and pay_mark=0 ")
|
|
|
List<MzChargeDetail> selectMzChargeDetailByChargeItemCode(@Param("patientId") String patientId, @Param("times") Integer times, @Param("chargeItemCode") String chargeItemCode, @Param("orderNo") Integer orderNo, @Param("itemNo") Integer itemNo);
|
|
|
|
|
|
/**
|