|
@@ -597,7 +597,12 @@
|
|
select p.name as productName,
|
|
select p.name as productName,
|
|
p.snCode,
|
|
p.snCode,
|
|
p.image as productImage,
|
|
p.image as productImage,
|
|
|
|
+ p.pcImage,
|
|
|
|
+ p.appletsImage,
|
|
p.certificateImage,
|
|
p.certificateImage,
|
|
|
|
+ p.pcCertificateImage,
|
|
|
|
+ p.appletsCertificateImage,
|
|
|
|
+ p.brandId,
|
|
b.authLogo,
|
|
b.authLogo,
|
|
b.name as brandName,
|
|
b.name as brandName,
|
|
c.name as productionPlace,
|
|
c.name as productionPlace,
|
|
@@ -622,10 +627,11 @@
|
|
<select id="getParamsByProductId" resultType="com.caimei.module.base.entity.po.CmBrandProductParamPo">
|
|
<select id="getParamsByProductId" resultType="com.caimei.module.base.entity.po.CmBrandProductParamPo">
|
|
select name,content from cm_brand_product_param where productId = #{productId}
|
|
select name,content from cm_brand_product_param where productId = #{productId}
|
|
</select>
|
|
</select>
|
|
- <select id="findStatementFileByAuthUserId" resultType="com.caimei.module.base.entity.vo.StatementFileVo">
|
|
|
|
|
|
+ <select id="findStatementFile" resultType="com.caimei.module.base.entity.vo.StatementFileVo">
|
|
select name,ossName,md5Hex,uploadTime
|
|
select name,ossName,md5Hex,uploadTime
|
|
from cm_brand_auth_file
|
|
from cm_brand_auth_file
|
|
where authUserId = #{authUserId}
|
|
where authUserId = #{authUserId}
|
|
|
|
+ and brandId = #{brandId}
|
|
limit 1
|
|
limit 1
|
|
</select>
|
|
</select>
|
|
</mapper>
|
|
</mapper>
|