Helius
2021-05-21 34be1e8a0de15b03bd4118cf2c505eb7f2de01f0
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