xiaoyong931011
2021-05-27 4bc8ec1b950215b2d43d0600ae48475a1e7c7726
src/main/resources/mapper/otc/OtcEntrustOrderDao.xml
@@ -51,6 +51,10 @@
            <if test="record.status != null and record.status != 3">
                and a.status = #{record.status}
            </if>
            <if test="record.isDefualt != null">
                and b.is_defualt = #{record.isDefualt}
            </if>
        </where>
    </select>