fix:修改表名

This commit is contained in:
haoxr 2021-02-28 18:53:50 +08:00
parent 3bbfd40765
commit ec223bbf1e

View File

@ -13,7 +13,7 @@ public interface PmsCategorySpecMapper extends BaseMapper<PmsCategorySpec> {
" SELECT " +
" t1.id,t1.category_id,t1.name,t2.id AS spuId " +
" FROM " +
" pms_spec t1 " +
" pms_category_spec t1 " +
" LEFT JOIN pms_spu t2 ON t1.category_id = t2.category_id " +
" WHERE " +
" t2.id =#{spuId} " +