|
@@ -112,13 +112,6 @@
|
|
order by record.audit_timestamp desc
|
|
order by record.audit_timestamp desc
|
|
</select>
|
|
</select>
|
|
|
|
|
|
- <update id="updatePublishContentSingleMiniProgram">
|
|
|
|
- update publish_content set gzh_only_miniprogram_flag = 1 where id in
|
|
|
|
- <foreach collection="publishContentIds" item="item" open="(" close=")" separator=",">
|
|
|
|
- #{item}
|
|
|
|
- </foreach>
|
|
|
|
- </update>
|
|
|
|
-
|
|
|
|
<select id="getProduceScoreByContentId"
|
|
<select id="getProduceScoreByContentId"
|
|
resultType="com.tzld.longarticle.recommend.server.model.entity.aigc.ProduceTaskAtom">
|
|
resultType="com.tzld.longarticle.recommend.server.model.entity.aigc.ProduceTaskAtom">
|
|
select atom.plan_exe_id, atom.input, atom.output, record.audit_timestamp as createTimestamp
|
|
select atom.plan_exe_id, atom.input, atom.output, record.audit_timestamp as createTimestamp
|