|
@@ -710,10 +710,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
AND og.`status` = 1
|
|
|
AND o.user_id = #{userId}
|
|
|
AND INSTR( CONCAT( cet.education_name, cb.business_name, cpt.project_name ), #{businessName} )
|
|
|
- AND INSTR( m.category_name, #{majorName} )
|
|
|
ORDER BY
|
|
|
og.create_time DESC
|
|
|
- LIMIT 1
|
|
|
</select>
|
|
|
|
|
|
<select id="getUserOrderCount" parameterType="map" resultType="java.lang.Long">
|