xjc 6 月之前
父節點
當前提交
0738710cd0
共有 4 個文件被更改,包括 3 次插入5365 次删除
  1. 2 0
      .gitignore
  2. 0 5364
      src/tools/code.csv
  3. 1 1
      src/weixin/controls.py
  4. 二進制
      templates/wzb/wanzhubei.apk

+ 2 - 0
.gitignore

@@ -6,3 +6,5 @@ static/*
 templates/*
 templates/demo/*
 templates/
+src/article/img/*
+*.csv

文件差異過大導致無法顯示
+ 0 - 5364
src/tools/code.csv


+ 1 - 1
src/weixin/controls.py

@@ -835,7 +835,7 @@ def add_model(cls,**kwargs):
                 raise ce.TipException(u"数据错误,今日净资产不能超过9999万元,不能低于0万元,请仔细核对数据!")
 
             #有资金出入
-            if cm.FundInOut.objects.filter(user_id=user_id,stock_date=stock_date).exists():
+            if cm.FundInOut.objects.filter(user_id=user_id,stock_date=stock_date).exists() and player.fund>0:
                 fundinout = cm.FundInOut.objects.filter(user_id=user_id,stock_date=stock_date).first()
                 fundin = fundinout.fundin
                 fundout = fundinout.fundout

二進制
templates/wzb/wanzhubei.apk