等叫菜小票打印

This commit is contained in:
谭凯凯
2024-12-02 09:59:26 +08:00
committed by Tankaikai
parent f9d873461f
commit 9b817bf27d
5 changed files with 27 additions and 3 deletions

View File

@@ -19,10 +19,11 @@
<result column="price_amount" jdbcType="DECIMAL" property="priceAmount"/>
<result column="pack_amount" jdbcType="DECIMAL" property="packAmount"/>
<result column="is_temporary" jdbcType="INTEGER" property="isTemporary"/>
<result column="is_wait_call" jdbcType="INTEGER" property="isWaitCall"/>
</resultMap>
<sql id="Base_Column_List">
id, order_id, shop_id, product_id, product_sku_id, num, product_name, product_sku_name,
product_img, create_time, update_time, price, price_amount,status,pack_amount,return_num,is_temporary
product_img, create_time, update_time, price, price_amount,status,pack_amount,return_num,is_temporary,is_wait_call
</sql>
<select id="selectByPrimaryKey" parameterType="java.lang.Integer" resultMap="BaseResultMap">
select