xiaoyong931011
2020-08-05 d0c7e3ac2700e107ecd81d58277b7f8d05c2ef77
src/main/resources/mapper/contract/ContractHoldOrderDao.xml
@@ -29,6 +29,9 @@
        <if test="symbol!=null and symbol!=''">
            and symbol=#{symbol}
        </if>
        <if test="type!=null and type!=0">
            and contract_type=#{type}
        </if>
        and is_can_closing=1
        order by create_time desc
    </select>