|
@@ -225,11 +225,10 @@ public interface CaoYaoYiZhuDao {
|
|
|
void shanChuYiZhu(@Param("orderNo") BigDecimal orderNo);
|
|
|
|
|
|
@Delete("delete yz_act_order where act_order_no = #{orderNo};" +
|
|
|
- "delete yz_act_order_cy where inpatient_no = '${patNo}' and admiss_times = ${times} and order_no = #{orderNo}")
|
|
|
+ "delete yz_act_order_cy where inpatient_no = '${patNo}' and admiss_times = ${times} and order_no = #{orderNo};" +
|
|
|
+ "delete yz_act_order_cy_detail where order_no = #{orderNo};")
|
|
|
void manualTransactions(@Param("patNo") String patNo,
|
|
|
@Param("times") Integer times,
|
|
|
@Param("orderNo") BigDecimal orderNo);
|
|
|
|
|
|
-
|
|
|
-
|
|
|
}
|