Changeset 38397 for trunk/ippToPsps/jython/detectionbatch.py
- Timestamp:
- Jun 5, 2015, 5:09:21 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/detectionbatch.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/detectionbatch.py
r38290 r38397 412 412 413 413 sqlLine.group("ippDetectID", "IPP_IDET") 414 sqlLine.group("randomDetID", "FLOOR(RAND("+str(self.batchID)+")*9223372036854775807)") 414 # sqlLine.group("randomDetID", "FLOOR(RAND("+str(self.batchID)+")*9223372036854775807)") 415 sqlLine.group("randomDetID", "(RAND("+str(self.batchID)+")") 415 416 sqlLine.group("filterID", str(self.filterID)) 416 417 sqlLine.group("surveyID", str(self.surveyID))
Note:
See TracChangeset
for help on using the changeset viewer.
