|
|
@@ -262,6 +262,7 @@ public class EquipmentResourceLibrary extends Controller {
|
|
|
updateSQL.setUniqueid(linksid);
|
|
|
updateSQL.setValue("jumpurl", content.getStringValue("jumpurl", true));
|
|
|
updateSQL.setValue("sequence", content.getLongValue("sequence"));
|
|
|
+ updateSQL.setValue("attachmentid", content.getLongValue("attachmentid"));
|
|
|
updateSQL.update();
|
|
|
}
|
|
|
|