xiaoyong931011
2020-07-08 93a3cbccc6c7ac8a2bb4ea8a514c9991993ae950
src/main/resources/mapper/modules/ContractOrderMapper.xml
@@ -14,6 +14,9 @@
                <if test="record.account!=null and record.account!=''">
                    and (m.phone = #{record.account} or m.email = #{record.account} or m.invite_id=#{record.account})
                </if>
                <if test="record.closingType!=null and record.closingType!=''">
                    and s.closing_type = #{record.closingType}
                </if>
            </if>
      </where>   
      order by s.order_no DESC,s.create_time asc