| | |
| | | </resultMap> |
| | | |
| | | <sql id="selectInvoiceBillDetailVo"> |
| | | select thisTab.id, thisTab.invoice_manage_id, thisTab.goods_name, thisTab.price, thisTab.status, thisTab.create_time, thisTab.update_time, thisTab.with_tax_flag from invoice_bill_detail AS thisTab |
| | | select thisTab.id, thisTab.invoice_manage_id, thisTab.goods_name,thisTab.goods_code, thisTab.price, thisTab.status, thisTab.create_time, thisTab.update_time, thisTab.with_tax_flag from invoice_bill_detail AS thisTab |
| | | </sql> |
| | | <sql id="selectInvoiceBillDetailVoCount"> |
| | | select count(0) from invoice_bill_detail as thisTab |
| | |
| | | </trim> |
| | | <foreach item="item" index="index" collection="list" separator=","> |
| | | <trim prefix="(" suffix=") " suffixOverrides=","> |
| | | #{item.invoiceManageId},#{item.goodsName},#{item.goodsName},#{item.price},#{item.status},#{item.createTime},#{item.updateTime},#{item.withTaxFlag}, |
| | | #{item.invoiceManageId},#{item.goodsName},#{item.goodsCode},#{item.price},#{item.status},#{item.createTime},#{item.updateTime},#{item.withTaxFlag}, |
| | | </trim> |
| | | </foreach> |
| | | </insert> |