MOD:增加uuid内容
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -125,7 +125,7 @@ public class PhaseUtil { | ... | @@ -125,7 +125,7 @@ public class PhaseUtil { |
125 | .idcardOcrSwitch(idcardOcrSwitch) | 125 | .idcardOcrSwitch(idcardOcrSwitch) |
126 | .ttsContent(ttsContent) | 126 | .ttsContent(ttsContent) |
127 | .littlePhaseTitle(littlePhaseTitle) | 127 | .littlePhaseTitle(littlePhaseTitle) |
128 | .bindUnique("") | 128 | .bindUnique(UUID.randomUUID().toString()) |
129 | .popup(popup) | 129 | .popup(popup) |
130 | .docPrdCode(prdCode) | 130 | .docPrdCode(prdCode) |
131 | .build(); | 131 | .build(); | ... | ... |
-
Please register or sign in to post a comment