Helius
2021-05-21 e1e4c29a71886cba3072bb94e0cf307bf335f03a
src/main/resources/mapper/otc/OtcEntrustOrderDao.xml
@@ -40,7 +40,7 @@
                and status != #{record.status}
            </if>
            <if test="record.status != null and record.status != 3">
                and status == #{record.status}
                and status = #{record.status}
            </if>
        </where>
    </select>
@@ -58,7 +58,7 @@
                and status != #{record.status}
            </if>
            <if test="record.status != null and record.status != 3">
                and status == #{record.status}
                and status = #{record.status}
            </if>
        </where>
        order by create_time desc