|
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" > |
|
|
|
|
<mapper namespace="com.dxhy.erp.dao.SdnyTDxRecordInvoiceDetailSalesDao"> |
|
|
|
|
<insert id="batchInsert"> |
|
|
|
|
insert into dxhy_detail.t_dx_record_invoice_detail_sales (uuid, invoice_code, invoice_no, |
|
|
|
|
insert into t_dx_record_invoice_detail_sales (uuid, invoice_code, invoice_no, |
|
|
|
|
detail_no, goods_name, model, |
|
|
|
|
unit, num, unit_price, |
|
|
|
|
detail_amount, tax_rate, tax_amount, |
|
|
|
@ -31,7 +31,7 @@ |
|
|
|
|
</insert> |
|
|
|
|
<delete id="deleteByUUid"> |
|
|
|
|
|
|
|
|
|
delete from dxhy_detail.t_dx_record_invoice_detail_sales where uuid=#{uuid} |
|
|
|
|
delete from t_dx_record_invoice_detail_sales where uuid=#{uuid} |
|
|
|
|
|
|
|
|
|
</delete> |
|
|
|
|
</mapper> |