Commit 07a40aab by 于方蒙

订单列表支持机器号搜索

parent 8a30c00c
......@@ -76,6 +76,7 @@ def run_rent_list():
if keyword is not None:
where_sql += """
and CONCAT(rent.rent_no,
rent.machine_no,
wx_user.phone) LIKE '%{keyword}%'
""".format(keyword=keyword)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment