|
@@ -925,16 +925,15 @@ public interface XiangMuLuRuDao extends BaseMapper<ZyDetailCharge> {
|
|
|
" drug_specification, mini_unit, drug_weight, drug_weight_unit,\n" +
|
|
|
" self_buy, drug_volume, drug_vol_unit, dose, dose_unit, drug_occ,\n" +
|
|
|
" serial, group_no, ward_code,\n" +
|
|
|
- " doctor_flag /*1*/, dept_code, exec_unit)\n" +
|
|
|
+ " doctor_flag /*1*/, dept_code, exec_unit,performance_time)\n" +
|
|
|
"values (#{item.actOrderNo},#{info.inpatientNo},#{info.admissTimes},#{item.code},#{item.name},#{item.chargeDate},'ONCE', " +
|
|
|
"#{item.chargeDate}," +
|
|
|
"#{doctorCode},#{item.chargeDate},#{item.chargeDate},#{info.infantFlag},#{item.orderDrugFlag},#{item.supplyCode}," +
|
|
|
"#{doctorCode},#{item.chargeDate},#{doctorCode},#{userCode},'5',#{item.chargeDate},#{item.drugQuan},#{item.instruction,jdbcType=CHAR}," +
|
|
|
"#{item.specification},#{item.miniUnit},#{item.weight},#{item.weighUnit},'6',#{item.volum,jdbcType=DECIMAL},#{item.volUnit,jdbcType=CHAR},#{item.dose,jdbcType=DECIMAL},#{item.doseUnit,jdbcType=CHAR},#{item.dose,jdbcType=DECIMAL}," +
|
|
|
- "#{item.serial},'73',#{info.wardCode},'1',#{info.wardCode},#{item.execUnit})")
|
|
|
+ "#{item.serial},'73',#{info.wardCode},'1',#{info.wardCode},#{item.execUnit},#{item.chargeDate})")
|
|
|
void addOrder(XinZhenYiZhu info, SaveOrderReq.OrderData item, String doctorCode, String userCode);
|
|
|
|
|
|
-
|
|
|
@Delete("delete yz_act_order where act_order_no = #{order} and isnull(self_buy,'0') = '6'")
|
|
|
int delOrder(BigDecimal order);
|
|
|
|