|
@@ -192,7 +192,7 @@ public interface FsStoreProductMapper
|
|
|
"and find_in_set(#{companyIds}, company_ids) " +
|
|
|
"</if>" +
|
|
|
"</script>"})
|
|
|
- Long selectFsStoreProductCount(@Param("type") int type,@Param("companyIds") Long companyIds);
|
|
|
+ Long selectFsStoreProductCompanyCount(@Param("type") int type,@Param("companyIds") Long companyIds);
|
|
|
|
|
|
@Select({"<script> " +
|
|
|
"select * from fs_store_product where find_in_set(product_id,#{ids}) " +
|