Helius
2021-05-21 f757b44cf6e8ebc1a8942c9ded338544d7485d24
modify
1 files modified
4 ■■■■ changed files
src/main/resources/mapper/otc/OtcEntrustOrderDao.xml 4 ●●●● patch | view | raw | blame | history
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