| src/main/resources/mapper/modules/AiMemberAnswerMapper.xml | ●●●●● patch | view | raw | blame | history |
src/main/resources/mapper/modules/AiMemberAnswerMapper.xml
@@ -15,6 +15,7 @@ left join ai_product b on a.product_id = b.id and b.state = 1 <where> and a.member_id = #{record.memberUuid} and b.state = 1 <if test="record != null"> <if test="record.state != null"> and a.state = #{record.state}