|
@@ -67,7 +67,7 @@ public interface HospitalizationCostsDao extends BaseMapper<ZyDetailChargeTable>
|
|
|
"(#{patNo}, #{times}, #{name}, #{bedNo}, #{wardCode}, #{wardCode}, #{item.chargeCodeMx}, #{item.chargeAmount,jdbcType=REAL}, " +
|
|
|
" (select pack_retprice from yp_zd_dict where code = #{item.chargeCodeMx} and serial = #{item.serial}), getdate(), #{infantFlag}, #{userCode}, 'a', '1', " +
|
|
|
" #{item.drugClass}, getdate(), ${index}, #{item.serial}, #{groupNo}, " +
|
|
|
- " #{item.doctorCode}, '-1',#{ledgerSn},#{item.detailSn},0,'HT')" +
|
|
|
+ " #{item.doctorCode}, '-1',#{ledgerSn},#{item.oriDetailSn},0,'HT')" +
|
|
|
"</foreach>" +
|
|
|
"</script>")
|
|
|
void detailsOfDrugReturnForm(@Param("list") List<ZyDetailChargeTable> list,
|