|
|
@ -150,6 +150,7 @@ |
|
|
join img_creator ic on iti.creator_id = ic.id |
|
|
join img_creator ic on iti.creator_id = ic.id |
|
|
where iti.is_show = '1' and iti.status = '2' |
|
|
where iti.is_show = '1' and iti.status = '2' |
|
|
and ic.scan_code = #{scanCode} and iti.type_id = #{typeId} |
|
|
and ic.scan_code = #{scanCode} and iti.type_id = #{typeId} |
|
|
|
|
|
order by iti.create_time desc |
|
|
</select> |
|
|
</select> |
|
|
|
|
|
|
|
|
<select id="queryCreatorTypeImgNum" resultType="java.lang.Integer"> |
|
|
<select id="queryCreatorTypeImgNum" resultType="java.lang.Integer"> |
|
|
|