...
|
...
|
@@ -631,7 +631,8 @@ |
|
|
|
|
|
### 对应SQL的操作库表
|
|
|
|
|
|
```<select id="selectSCLabelByCond" resultMap="BaseResultMap" parameterType="com.yohobuy.platform.dal.product.model.SalesCategoryLabel" >
|
|
|
```xml
|
|
|
<select id="selectSCLabelByCond" resultMap="BaseResultMap" parameterType="com.yohobuy.platform.dal.product.model.SalesCategoryLabel" >
|
|
|
select
|
|
|
<include refid="Base_Column_List" />
|
|
|
from sales_category_label
|
...
|
...
|
|