Helius
2021-05-24 f0a47946682b93a4fb6c9246d8573ee2bc98d60e
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