|
@@ -388,7 +388,7 @@ public interface MzChargeDetailMapper {
|
|
|
* @param receiptNo
|
|
|
* @return
|
|
|
*/
|
|
|
- @Update("update mz_charge_detail set receipt_no =#{receiptNo,jdbcType=INTEGER} where patient_id = #{patientId} and times=#{times} and receipt_no=0 ")
|
|
|
+ @Update("update mz_charge_detail set receipt_no =#{receiptNo,jdbcType=INTEGER} where patient_id = #{patientId} and times=#{times} and pay_mark=5 ")
|
|
|
int setTempDataReceiptNo(@Param(value = "patientId") String patientId,@Param(value = "times") Integer times,@Param(value = "receiptNo") Integer receiptNo);
|
|
|
|
|
|
/**
|