Showing
1 changed file
with
2 additions
and
1 deletions
@@ -631,7 +631,8 @@ | @@ -631,7 +631,8 @@ | ||
631 | 631 | ||
632 | ### 对应SQL的操作库表 | 632 | ### 对应SQL的操作库表 |
633 | 633 | ||
634 | -```<select id="selectSCLabelByCond" resultMap="BaseResultMap" parameterType="com.yohobuy.platform.dal.product.model.SalesCategoryLabel" > | 634 | +```xml |
635 | +<select id="selectSCLabelByCond" resultMap="BaseResultMap" parameterType="com.yohobuy.platform.dal.product.model.SalesCategoryLabel" > | ||
635 | select | 636 | select |
636 | <include refid="Base_Column_List" /> | 637 | <include refid="Base_Column_List" /> |
637 | from sales_category_label | 638 | from sales_category_label |
-
Please register or login to post a comment