@@ -340,7 +340,7 @@ def refreshs2():  | 
            ||
| 340 | 340 | 
                ProvinceSaleStatisticInfo.objects.all().delete()  | 
            
| 341 | 341 | 
                SaleclerkSaleStatisticInfo.objects.all().delete()  | 
            
| 342 | 342 | 
                 | 
            
| 343 | 
                - logs = SaleclerkSubmitLogInfo.objects.filter(status=True)  | 
            |
| 343 | 
                + logs = SaleclerkSubmitLogInfo.objects.filter(dupload=False, test_user=False, test_sn=False, status=True)  | 
            |
| 344 | 344 | 
                 | 
            
| 345 | 345 | 
                for log in logs:  | 
            
| 346 | 346 | 
                ymd = tc.local_string(tc.to_local_datetime(log.created_at), format='%Y%m%d')  |