zhongrj
2024-02-22 f83c21fa95dc7d3afaa9b7bb2c08c623fb1fee1b
src/main/java/org/springblade/modules/discuss/mapper/UserTopicsMapper.xml
@@ -53,6 +53,11 @@
            <if test="userTopics.phone != null and userTopics.phone != ''">
                and bu.phone like concat('%',#{userTopics.phone},'%')
            </if>
            <if test="userTopics.aoiCode != null and userTopics.aoiCode != ''">
                and jda.aoi_code =#{userTopics.aoiCode}
            </if>
            <if test="userTopics.userId != null ">and jut.user_id = #{userTopics.userId}</if>
            <if test="userTopics.topicsId != null ">and jut.topics_id = #{userTopics.topicsId}</if>
            <if test="userTopics.createTime != null ">and jut.create_time = #{userTopics.createTime}</if>