Changeset 37577 for trunk/ippToPsps/jython/detectionbatch.py
- Timestamp:
- Nov 10, 2014, 3:00:51 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/detectionbatch.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/detectionbatch.py
r37551 r37577 336 336 337 337 sqlLine.group("ippDetectID", "IPP_IDET") 338 sqlLine.group("randomDetID", "FLOOR(RAND( )*9223372036854775807)")338 sqlLine.group("randomDetID", "FLOOR(RAND("+str(self.batchID)+")*9223372036854775807)") 339 339 sqlLine.group("filterID", str(self.filterID)) 340 340 sqlLine.group("surveyID", str(self.surveyID))
Note:
See TracChangeset
for help on using the changeset viewer.
