|
@@ -209,6 +209,7 @@
|
|
|
LEFT JOIN ctop_platform_script t3 ON t1.script_id = t3.id
|
|
|
LEFT JOIN ctop_platform_video t4 ON t1.video_id = t4.md5
|
|
|
where t1.material_code=#{materialCode}
|
|
|
+ limit 1
|
|
|
</select>
|
|
|
|
|
|
<select id="queryOrderRelatePersonByMaterialCode" resultType="com.alibaba.fastjson.JSONObject">
|
|
@@ -224,5 +225,6 @@
|
|
|
ctop_platform_order t1
|
|
|
WHERE
|
|
|
order_code = #{orderCode}
|
|
|
+ limit 1
|
|
|
</select>
|
|
|
</mapper>
|