Commit 49334cdf by Aeolus

update

parent 7782e1ed
......@@ -171,7 +171,7 @@ def invoice_submit():
@route_invoice.route('/rent_list', methods=['GET', 'POST'])
def invoice_rent():
if g.user.id not in (2, 4):
if g.user.id not in (162, 4):
# if g.user.id != 4:
return jsonify(BASE_RESPONSE(error_code=-1, error_message='permission denied').to_dict())
......
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