Commit 21c6e641 by dong

fix20221228

parent 94c72fe7
......@@ -1639,8 +1639,9 @@ def add_edit_money_arrive():
# money_arrive = float(data['money_arrive']) # 签约金额
money_arrive = data['money_arrive'] # 签约金额
if not money_arrive:
money_arrive_list.append(money_arrive)
continue
money_arrive_list.append(money_arrive)
try:
target_obj = MoneyArrive.query.filter_by(district_name=district_name, data_time=data_time, is_delete=0).first()
if target_obj: # 更新
......
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