浏览代码

新品发布bugfix

zhijiezhao 3 年之前
父节点
当前提交
fec9be27b3
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/main/resources/mappings/modules/product/ProductMapper.xml

+ 2 - 0
src/main/resources/mappings/modules/product/ProductMapper.xml

@@ -330,6 +330,7 @@
 			tinyTypeID,
 			selfTypeID,
 			shopID,
+			aliasName,
 			name,
 			searchKey,
 			normalPrice,
@@ -402,6 +403,7 @@
 					 #{tinyTypeID},
 					 #{selfTypeID},
 					 #{shopID},
+		          	 #{aliasName},
 					 #{name},
 					 #{searchKey},
 					 #{normalPrice},