From b2dada59c066fdc81d5e0ede014a7adf6655d563 Mon Sep 17 00:00:00 2001 From: YOHO01\xiuchun.luo <lxc1317@hotmail.com> Date: Mon, 23 Mar 2020 13:31:35 +0800 Subject: [PATCH] fixbug --- web/src/main/resources/databases.yml | 1 + web/src/main/webapp/META-INF/autoconf/databases.yml | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/web/src/main/resources/databases.yml b/web/src/main/resources/databases.yml index c2d119c..f2fe326 100644 --- a/web/src/main/resources/databases.yml +++ b/web/src/main/resources/databases.yml @@ -40,6 +40,7 @@ datasources: - com.yohoufo.dal.product.TransferRecordsMapper - com.yohoufo.dal.product.TransferRecordsHistoryMapper - com.yohoufo.dal.product.ProductSalesMapper + - com.yohoufo.dal.product.ProductColorMapper - com.yohoufo.dal.product.ProductLimitSaleMapper - com.yohoufo.dal.product.ProductSelfShelvesMapper - com.yohoufo.dal.product.ProductSelfShelvesPicMapper diff --git a/web/src/main/webapp/META-INF/autoconf/databases.yml b/web/src/main/webapp/META-INF/autoconf/databases.yml index 2df467d..5a2d5b5 100644 --- a/web/src/main/webapp/META-INF/autoconf/databases.yml +++ b/web/src/main/webapp/META-INF/autoconf/databases.yml @@ -43,6 +43,7 @@ datasources: - com.yohoufo.dal.product.TransferRecordsHistoryMapper - com.yohoufo.dal.product.ProductLimitSaleMapper - com.yohoufo.dal.product.ProductSalesMapper + - com.yohoufo.dal.product.ProductColorMapper - com.yohoufo.dal.product.ProductSelfShelvesMapper - com.yohoufo.dal.product.ProductSelfShelvesPicMapper - com.yohoufo.dal.product.SecondhandFlawMapper -- libgit2 0.24.0