From 4705f9b4084d9ccddb601569b223f0fb41778a94 Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Thu, 12 Aug 2021 15:28:46 +0800 Subject: [PATCH] fix --- zq-erp/src/main/resources/mybatis/mapper/xcxShop/ShopProductDao.xml | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/zq-erp/src/main/resources/mybatis/mapper/xcxShop/ShopProductDao.xml b/zq-erp/src/main/resources/mybatis/mapper/xcxShop/ShopProductDao.xml index 2c2cf8c..3af0e60 100644 --- a/zq-erp/src/main/resources/mybatis/mapper/xcxShop/ShopProductDao.xml +++ b/zq-erp/src/main/resources/mybatis/mapper/xcxShop/ShopProductDao.xml @@ -113,7 +113,10 @@ is_service, service_time, shop_ids, - company_id + company_id, + score_category_id, + able_sales, + able_score_pay </sql> <!-- 属性sql --> @@ -148,7 +151,10 @@ #{item.isService}, #{item.serviceTime}, #{item.shopIds}, - #{item.companyId} + #{item.companyId}, + #{item.scoreCategoryId}, + #{item.ableSales}, + #{item.ableScorePay} </sql> <!-- where sql --> <sql id="where_sql"> -- Gitblit v1.9.1