|
@@ -1096,9 +1096,11 @@ func batchUpdateHPath(tx *sql.Tx, boxID, rootID, oldHPath, newHPath string) (err
|
|
if err = execStmtTx(tx, stmt, newHPath, boxID, rootID, oldHPath); nil != err {
|
|
if err = execStmtTx(tx, stmt, newHPath, boxID, rootID, oldHPath); nil != err {
|
|
- if err = execStmtTx(tx, stmt, newHPath, boxID, rootID, oldHPath); nil != err {
|
|
|
|
|
|
+ if err = execStmtTx(tx, stmt, newHPath, boxID, rootID, oldHPath); nil != err {
|