mirror of
https://gitee.com/youlaitech/youlai-mall.git
synced 2024-12-23 05:00:25 +08:00
fix:修改表名
This commit is contained in:
parent
3bbfd40765
commit
ec223bbf1e
@ -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} " +
|
||||
|
Loading…
Reference in New Issue
Block a user