xiaoyong931011
2020-07-24 1dd3c53ff3383a89635cf322a2308ca61139e082
src/main/resources/mapper/modules/ContractOrderMapper.xml
@@ -44,6 +44,9 @@
                <if test="record.closingType!=null and record.closingType!=''">
                    and s.closing_type = #{record.closingType}
                </if>
                <if test="record.isTest!=null and record.isTest!=''">
                    and m.account_type= #{record.isTest}
                </if>
            </if>
      </where>
         order by s.opening_time desc